/* Start custom CSS for html, class: .elementor-element-02d37a6 *//* =========================================================
   VIP TERMS & CONDITIONS PAGE
   Palette:
   Navy  #0A2947
   Cream #F3E4C9
   Sage  #D3D4C0
   Brown #8B5E3C
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@300;400;500;600;700&display=swap');


/* ================= ROOT ================= */

.vip-terms-page {
  --vip-navy: #0A2947;
  --vip-cream: #F3E4C9;
  --vip-sage: #D3D4C0;
  --vip-brown: #8B5E3C;
  --vip-white: #ffffff;

  font-family: 'Manrope', sans-serif;
  color: var(--vip-navy);
  background: var(--vip-cream);
  overflow: hidden;
  line-height: 1.7;
}

.vip-terms-page *,
.vip-terms-page *::before,
.vip-terms-page *::after {
  box-sizing: border-box;
}

.vip-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}


/* ================= HERO ================= */

.vip-terms-hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: var(--vip-navy);
}

.vip-terms-hero-bg {
  position: absolute;
  inset: 0;

  background-image:
    url('https://escortsworld.in/wp-content/uploads/2026/09/bg1.jpg');

  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.vip-terms-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(10, 41, 71, 0.94),
      rgba(10, 41, 71, 0.62),
      rgba(10, 41, 71, 0.88)
    );
}

.vip-terms-hero-content {
  position: relative;
  z-index: 2;
  width: min(900px, 90%);
  color: var(--vip-cream);
}

.vip-terms-eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--vip-sage);
}

.vip-terms-hero h1 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(58px, 8vw, 108px);
  font-weight: 500;
  line-height: 0.95;
}

.vip-terms-hero p {
  max-width: 650px;
  margin: 30px auto 0;
  color: rgba(243, 228, 201, 0.88);
  font-size: 16px;
  font-weight: 300;
}


/* ================= CELEBRITY NOTE ================= */

.vip-celebrity-note {
  padding: 80px 0 35px;
  background: var(--vip-cream);
}

.vip-note-box {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 35px;
  align-items: center;

  padding: 48px;

  background: var(--vip-navy);
  color: var(--vip-cream);

  border-left: 7px solid var(--vip-brown);

  box-shadow: 0 25px 70px rgba(10, 41, 71, 0.14);
}

.vip-note-icon {
  width: 72px;
  height: 72px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(243, 228, 201, 0.35);
  border-radius: 50%;

  color: var(--vip-cream);
  font-size: 28px;
}

.vip-small-label {
  display: block;
  margin-bottom: 10px;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--vip-brown);
}

.vip-note-box .vip-small-label {
  color: var(--vip-sage);
}

.vip-note-box h2 {
  margin: 0 0 10px;

  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}

.vip-note-box p {
  margin: 8px 0 0;
  color: rgba(243, 228, 201, 0.78);
  font-size: 15px;
}


/* ================= INTRO ================= */

.vip-terms-intro {
  padding: 100px 0;
  background: var(--vip-cream);
}

.vip-section-heading {
  margin-bottom: 55px;
}

.vip-section-heading > span {
  display: block;
  margin-bottom: 12px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;

  color: var(--vip-brown);
}

.vip-section-heading h2 {
  margin: 0;

  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 1;
  color: var(--vip-navy);
}

.vip-section-heading p {
  max-width: 650px;
  margin: 20px auto 0;
  color: rgba(10, 41, 71, 0.72);
}

.vip-section-heading.centered {
  text-align: center;
}

.vip-intro-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: stretch;
}

.vip-intro-text {
  font-size: 16px;
  color: rgba(10, 41, 71, 0.78);
}

.vip-intro-text p {
  margin: 0 0 22px;
}

.vip-intro-highlight {
  padding: 42px;
  background: var(--vip-sage);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vip-intro-highlight span {
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: 700;
  color: var(--vip-brown);
}

.vip-intro-highlight h3 {
  margin: 14px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}

.vip-intro-highlight p {
  margin: 0;
  color: rgba(10, 41, 71, 0.75);
}


/* ================= SERVICE INFORMATION ================= */

.vip-service-info {
  padding: 105px 0;
  background: var(--vip-sage);
}

.vip-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.vip-service-card {
  min-height: 260px;
  padding: 30px;

  background: var(--vip-cream);

  position: relative;
  overflow: hidden;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.vip-service-card::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;

  width: 0;
  height: 4px;

  background: var(--vip-brown);

  transition: width 0.35s ease;
}

.vip-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(10, 41, 71, 0.12);
}

.vip-service-card:hover::after {
  width: 100%;
}

.vip-service-card > span {
  display: block;
  margin-bottom: 35px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--vip-brown);
}

.vip-service-card h3 {
  margin: 0 0 13px;

  font-family: 'Cormorant Garamond', serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.05;
}

.vip-service-card p {
  margin: 0;

  color: rgba(10, 41, 71, 0.68);
  font-size: 13px;
}


/* ================= TERMS ================= */

.vip-terms-section {
  padding: 110px 0;
  background: var(--vip-cream);
}

.vip-terms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vip-term-card {
  padding: 38px;
  min-height: 285px;

  background: var(--vip-navy);
  color: var(--vip-cream);

  position: relative;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.vip-term-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 50px rgba(10, 41, 71, 0.2);
}

.vip-term-number {
  margin-bottom: 35px;

  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 700;

  color: var(--vip-sage);
}

.vip-term-card h3 {
  margin: 0 0 15px;

  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.vip-term-card p {
  margin: 0;

  color: rgba(243, 228, 201, 0.72);
  font-size: 13px;
}


/* ================= PROCESS ================= */

.vip-process-section {
  padding: 110px 0;
  background: var(--vip-sage);
}

.vip-process-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.vip-process-image {
  height: 650px;
  overflow: hidden;
}

.vip-process-image img {
  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;
  object-position: center;

  transition: transform 0.6s ease;
}

.vip-process-image:hover img {
  transform: scale(1.04);
}

.vip-process-content h2 {
  margin: 0 0 45px;

  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(44px, 5vw, 65px);
  font-weight: 500;
  line-height: 0.98;
}

.vip-process-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;

  padding: 22px 0;

  border-top: 1px solid rgba(10, 41, 71, 0.2);
}

.vip-process-item:last-child {
  border-bottom: 1px solid rgba(10, 41, 71, 0.2);
}

.vip-process-item > strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
  font-weight: 500;
  color: var(--vip-brown);
}

.vip-process-item h3 {
  margin: 0 0 5px;

  font-family: 'Cormorant Garamond', serif;
  font-size: 27px;
  font-weight: 600;
}

.vip-process-item p {
  margin: 0;
  font-size: 13px;
  color: rgba(10, 41, 71, 0.68);
}


/* ================= PRIVACY ================= */

.vip-privacy-section {
  padding: 80px 0;
  background: var(--vip-cream);
}

.vip-privacy-box {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;

  padding: 55px;

  border: 1px solid rgba(10, 41, 71, 0.16);
}

.vip-privacy-box h2 {
  margin: 0;

  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  line-height: 0.98;
  font-weight: 500;
}

.vip-privacy-box p {
  margin: 0;

  align-self: center;

  color: rgba(10, 41, 71, 0.72);
  font-size: 15px;
}


/* ================= FAQ ================= */

.vip-faq-section {
  padding: 110px 0;
  background: var(--vip-navy);
  color: var(--vip-cream);
}

.vip-faq-section .vip-section-heading h2 {
  color: var(--vip-cream);
}

.vip-faq-section .vip-section-heading > span {
  color: var(--vip-sage);
}

.vip-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.vip-faq-list details {
  border-top: 1px solid rgba(243, 228, 201, 0.22);
}

.vip-faq-list details:last-child {
  border-bottom: 1px solid rgba(243, 228, 201, 0.22);
}

.vip-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 25px 0;

  cursor: pointer;
  list-style: none;

  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
}

.vip-faq-list summary::-webkit-details-marker {
  display: none;
}

.vip-faq-list summary span {
  color: var(--vip-sage);
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.vip-faq-list details p {
  max-width: 750px;
  margin: -5px 0 25px;

  color: rgba(243, 228, 201, 0.68);
  font-size: 14px;
}


/* ================= FINAL CTA ================= */

.vip-final-cta {
  min-height: 520px;

  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;

  background-image:
    url('https://escortsworld.in/wp-content/uploads/2026/09/Mike_Finally_Fulfils_His_Long-Time_Fantasy_header.jpg');

  background-size: cover;
  background-position: center;
}

.vip-final-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(10, 41, 71, 0.94),
      rgba(10, 41, 71, 0.70),
      rgba(10, 41, 71, 0.94)
    );
}

.vip-final-content {
  position: relative;
  z-index: 2;

  width: min(800px, 90%);
  color: var(--vip-cream);
}

.vip-final-content > span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--vip-sage);
}

.vip-final-content h2 {
  margin: 20px 0;

  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 500;
  line-height: 0.95;
}

.vip-final-content p {
  max-width: 600px;
  margin: 0 auto 30px;

  color: rgba(243, 228, 201, 0.78);
}

.vip-final-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;
  padding: 0 28px;

  text-decoration: none;

  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;

  transition: all 0.3s ease;
}

.vip-btn-light {
  background: var(--vip-cream);
  color: var(--vip-navy);
}

.vip-btn-light:hover {
  background: var(--vip-sage);
}

.vip-btn-outline {
  border: 1px solid rgba(243, 228, 201, 0.55);
  color: var(--vip-cream);
}

.vip-btn-outline:hover {
  background: var(--vip-cream);
  color: var(--vip-navy);
}


/* ================= TABLET ================= */

@media (max-width: 1050px) {

  .vip-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vip-terms-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vip-process-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .vip-process-image {
    height: 550px;
  }

}


/* ================= MOBILE ================= */

@media (max-width: 700px) {

  .vip-container {
    width: min(92%, 540px);
  }

  .vip-terms-hero {
    min-height: 500px;
  }

  .vip-terms-eyebrow {
    font-size: 9px;
    letter-spacing: 2.5px;
  }

  .vip-terms-hero h1 {
    font-size: 58px;
  }

  .vip-terms-hero p {
    font-size: 14px;
  }

  .vip-celebrity-note,
  .vip-terms-intro,
  .vip-service-info,
  .vip-terms-section,
  .vip-process-section,
  .vip-faq-section {
    padding: 70px 0;
  }

  .vip-note-box {
    grid-template-columns: 1fr;
    padding: 32px 25px;
    gap: 20px;
  }

  .vip-note-box h2 {
    font-size: 34px;
  }

  .vip-note-icon {
    width: 58px;
    height: 58px;
    font-size: 22px;
  }

  .vip-intro-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .vip-section-heading {
    margin-bottom: 38px;
  }

  .vip-section-heading h2 {
    font-size: 45px;
  }

  .vip-service-grid,
  .vip-terms-grid {
    grid-template-columns: 1fr;
  }

  .vip-service-card {
    min-height: auto;
  }

  .vip-term-card {
    min-height: auto;
  }

  .vip-process-image {
    height: 460px;
  }

  .vip-process-content h2 {
    font-size: 47px;
  }

  .vip-privacy-box {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 35px 25px;
  }

  .vip-privacy-box h2 {
    font-size: 42px;
  }

  .vip-faq-list summary {
    font-size: 23px;
    gap: 20px;
  }

  .vip-final-cta {
    min-height: 500px;
  }

  .vip-final-content h2 {
    font-size: 52px;
  }

  .vip-btn {
    width: 100%;
  }

}


/* ================= SMALL MOBILE ================= */

@media (max-width: 420px) {

  .vip-terms-hero h1 {
    font-size: 50px;
  }

  .vip-note-box h2 {
    font-size: 30px;
  }

  .vip-section-heading h2 {
    font-size: 40px;
  }

  .vip-process-content h2 {
    font-size: 42px;
  }

  .vip-final-content h2 {
    font-size: 45px;
  }

}/* End custom CSS */