/* Start custom CSS for html, class: .elementor-element-f5635d8 *//* =========================================
   WEST VANCOUVER PAGE
   Unique Prefix: westvancouver-
========================================= */

.westvancouver-page {
  --westvancouver-burgundy: #800020;
  --westvancouver-cream: #F3E6D5;
  --westvancouver-offwhite: #FFF9F2;
  --westvancouver-rose: #D45060;
  --westvancouver-dark: #2A1118;
  --westvancouver-text: #4A3439;
  --westvancouver-border: rgba(128, 0, 32, 0.14);

  font-family: Arial, Helvetica, sans-serif;
  color: var(--westvancouver-text);
  background: var(--westvancouver-offwhite);
  line-height: 1.7;
  overflow: hidden;
}

.westvancouver-page *,
.westvancouver-page *::before,
.westvancouver-page *::after {
  box-sizing: border-box;
}

.westvancouver-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}


/* =========================================
   HERO
========================================= */

.westvancouver-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;

  background-image:
    url("https://indiancelebrityescort.com/wp-content/uploads/2026/08/0001-01_w400-1.jpg");

  background-size: cover;
  background-position: center;
}

.westvancouver-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(42, 17, 24, 0.94) 0%,
      rgba(128, 0, 32, 0.78) 52%,
      rgba(42, 17, 24, 0.55) 100%
    );
}

.westvancouver-hero-content {
  position: relative;
  z-index: 2;

  max-width: 900px;
  padding: 90px 0;
}

.westvancouver-tag {
  display: inline-block;

  padding: 8px 16px;

  border: 1px solid rgba(243, 230, 213, 0.5);
  border-radius: 50px;

  color: var(--westvancouver-cream);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;

  margin-bottom: 20px;
}

.westvancouver-hero h1 {
  margin: 0 0 22px;

  color: #ffffff;

  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.westvancouver-hero p {
  max-width: 720px;

  margin: 0 0 32px;

  color: var(--westvancouver-cream);

  font-size: 18px;
}

.westvancouver-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}


/* =========================================
   BUTTONS
========================================= */

.westvancouver-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 13px 25px;

  border-radius: 8px;

  text-decoration: none !important;

  font-size: 14px;
  font-weight: 700;

  transition: all 0.3s ease;
}

.westvancouver-btn-primary {
  background: var(--westvancouver-cream);
  color: var(--westvancouver-burgundy) !important;
}

.westvancouver-btn-primary:hover {
  background: #ffffff;
  transform: translateY(-3px);
}

.westvancouver-btn-whatsapp {
  background: var(--westvancouver-rose);
  color: #ffffff !important;
}

.westvancouver-btn-whatsapp:hover {
  background: var(--westvancouver-burgundy);
  transform: translateY(-3px);
}

.westvancouver-btn-light {
  background: var(--westvancouver-cream);
  color: var(--westvancouver-burgundy) !important;
}

.westvancouver-btn-light:hover {
  background: #ffffff;
  transform: translateY(-3px);
}


/* =========================================
   SECTION HEADING
========================================= */

.westvancouver-section-heading {
  max-width: 820px;

  margin: 0 auto 48px;

  text-align: center;
}

.westvancouver-section-heading > span {
  display: block;

  margin-bottom: 10px;

  color: var(--westvancouver-rose);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.westvancouver-section-heading h2 {
  margin: 0;

  color: var(--westvancouver-dark);

  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 800;
}


/* =========================================
   INTRO
========================================= */

.westvancouver-intro {
  padding: 100px 0;

  background: var(--westvancouver-offwhite);
}

.westvancouver-intro-grid {
  display: grid;

  grid-template-columns: 1.3fr 0.7fr;

  gap: 55px;

  align-items: center;
}

.westvancouver-intro-text p {
  margin: 0 0 20px;

  font-size: 16px;
}

.westvancouver-intro-text strong {
  color: var(--westvancouver-burgundy);
}

.westvancouver-highlight {
  position: relative;

  padding: 38px;

  background: var(--westvancouver-cream);

  border-radius: 18px;

  border: 1px solid var(--westvancouver-border);
}

.westvancouver-highlight::before {
  content: "";

  position: absolute;

  left: 0;
  top: 25px;
  bottom: 25px;

  width: 5px;

  background: var(--westvancouver-burgundy);

  border-radius: 0 5px 5px 0;
}

.westvancouver-highlight-icon {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 18px;

  border-radius: 50%;

  background: var(--westvancouver-burgundy);

  color: var(--westvancouver-cream);

  font-size: 20px;
}

.westvancouver-highlight h3 {
  margin: 0 0 12px;

  color: var(--westvancouver-dark);

  font-size: 23px;
}

.westvancouver-highlight p {
  margin: 0;
}


/* =========================================
   SERVICES
========================================= */

.westvancouver-services {
  padding: 100px 0;

  background: #ffffff;
}

.westvancouver-service-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 22px;
}

.westvancouver-service-card {
  position: relative;

  padding: 34px 30px;

  min-height: 300px;

  background: var(--westvancouver-offwhite);

  border: 1px solid var(--westvancouver-border);

  border-radius: 16px;

  overflow: hidden;

  transition: all 0.35s ease;
}

.westvancouver-service-card::after {
  content: "";

  position: absolute;

  right: -35px;
  bottom: -35px;

  width: 110px;
  height: 110px;

  border-radius: 50%;

  background: var(--westvancouver-cream);

  transition: all 0.35s ease;
}

.westvancouver-service-card:hover {
  transform: translateY(-8px);

  border-color: rgba(128, 0, 32, 0.3);

  box-shadow: 0 18px 40px rgba(42, 17, 24, 0.10);
}

.westvancouver-service-card:hover::after {
  transform: scale(1.35);
}

.westvancouver-service-number {
  margin-bottom: 18px;

  color: var(--westvancouver-rose);

  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.westvancouver-service-card h3 {
  position: relative;
  z-index: 2;

  margin: 0 0 14px;

  color: var(--westvancouver-dark);

  font-size: 21px;
  line-height: 1.35;
}

.westvancouver-service-card p {
  position: relative;
  z-index: 2;

  margin: 0 0 20px;

  font-size: 14px;
}

.westvancouver-service-card a {
  position: relative;
  z-index: 3;

  color: var(--westvancouver-burgundy);

  font-size: 14px;
  font-weight: 800;

  text-decoration: none !important;
}

.westvancouver-service-card a:hover {
  color: var(--westvancouver-rose);
}


/* =========================================
   WHY CHOOSE US
========================================= */

.westvancouver-why {
  padding: 100px 0;

  background: var(--westvancouver-cream);
}

.westvancouver-why-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;
}

.westvancouver-why-card {
  display: flex;

  gap: 20px;

  padding: 30px;

  background: rgba(255, 255, 255, 0.65);

  border: 1px solid rgba(128, 0, 32, 0.12);

  border-radius: 15px;

  transition: all 0.3s ease;
}

.westvancouver-why-card:hover {
  transform: translateY(-5px);

  background: #ffffff;

  box-shadow: 0 15px 35px rgba(42, 17, 24, 0.08);
}

.westvancouver-why-card > span {
  flex: 0 0 45px;

  color: var(--westvancouver-burgundy);

  font-size: 13px;
  font-weight: 800;
}

.westvancouver-why-card h3 {
  margin: 0 0 8px;

  color: var(--westvancouver-dark);

  font-size: 20px;
}

.westvancouver-why-card p {
  margin: 0;

  font-size: 14px;
}


/* =========================================
   SEO CONTENT
========================================= */

.westvancouver-seo {
  padding: 100px 0;

  background: var(--westvancouver-offwhite);
}

.westvancouver-seo-content {
  max-width: 900px;

  margin: auto;
}

.westvancouver-seo-content p {
  margin: 0 0 22px;

  font-size: 16px;
}

.westvancouver-seo-content strong {
  color: var(--westvancouver-burgundy);
}


/* =========================================
   FAQ
========================================= */

.westvancouver-faq {
  padding: 100px 0;

  background: #ffffff;
}

.westvancouver-faq-list {
  max-width: 900px;

  margin: 0 auto;
}

.westvancouver-faq-list details {
  margin-bottom: 13px;

  padding: 0;

  border: 1px solid var(--westvancouver-border);

  border-radius: 12px;

  background: var(--westvancouver-offwhite);

  overflow: hidden;
}

.westvancouver-faq-list summary {
  position: relative;

  padding: 20px 55px 20px 22px;

  color: var(--westvancouver-dark);

  font-size: 16px;
  font-weight: 700;

  cursor: pointer;

  list-style: none;
}

.westvancouver-faq-list summary::-webkit-details-marker {
  display: none;
}

.westvancouver-faq-list summary::after {
  content: "+";

  position: absolute;

  right: 22px;
  top: 17px;

  color: var(--westvancouver-burgundy);

  font-size: 24px;
  font-weight: 400;
}

.westvancouver-faq-list details[open] summary::after {
  content: "−";
}

.westvancouver-faq-list details p {
  margin: 0;

  padding: 0 22px 22px;

  font-size: 14px;
}


/* =========================================
   CTA
========================================= */

.westvancouver-cta {
  padding: 75px 0;

  background: var(--westvancouver-burgundy);
}

.westvancouver-cta-inner {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 40px;
}

.westvancouver-cta-inner > div:first-child {
  max-width: 720px;
}

.westvancouver-cta-inner span {
  color: var(--westvancouver-cream);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.westvancouver-cta h2 {
  margin: 10px 0 12px;

  color: #ffffff;

  font-size: clamp(30px, 4vw, 46px);

  line-height: 1.15;
}

.westvancouver-cta p {
  margin: 0;

  color: var(--westvancouver-cream);
}

.westvancouver-cta-buttons {
  display: flex;

  gap: 12px;

  flex-wrap: wrap;

  flex-shrink: 0;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

  .westvancouver-hero {
    min-height: 580px;
  }

  .westvancouver-intro-grid {
    grid-template-columns: 1fr;

    gap: 35px;
  }

  .westvancouver-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .westvancouver-cta-inner {
    flex-direction: column;

    align-items: flex-start;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

  .westvancouver-container {
    width: min(92%, 540px);
  }

  .westvancouver-hero {
    min-height: 590px;

    background-position: center;
  }

  .westvancouver-hero-content {
    padding: 70px 0;
  }

  .westvancouver-hero h1 {
    font-size: 40px;

    letter-spacing: -0.8px;
  }

  .westvancouver-hero p {
    font-size: 16px;
  }

  .westvancouver-hero-buttons {
    flex-direction: column;

    align-items: stretch;
  }

  .westvancouver-btn {
    width: 100%;
  }

  .westvancouver-intro,
  .westvancouver-services,
  .westvancouver-why,
  .westvancouver-seo,
  .westvancouver-faq {
    padding: 70px 0;
  }

  .westvancouver-section-heading {
    margin-bottom: 35px;
  }

  .westvancouver-section-heading h2 {
    font-size: 31px;
  }

  .westvancouver-highlight {
    padding: 30px;
  }

  .westvancouver-service-grid {
    grid-template-columns: 1fr;
  }

  .westvancouver-service-card {
    min-height: auto;
  }

  .westvancouver-why-grid {
    grid-template-columns: 1fr;
  }

  .westvancouver-why-card {
    padding: 24px;
  }

  .westvancouver-cta {
    padding: 60px 0;
  }

  .westvancouver-cta h2 {
    font-size: 32px;
  }

  .westvancouver-cta-buttons {
    width: 100%;

    flex-direction: column;
  }

}/* End custom CSS */