/* Start custom CSS for html, class: .elementor-element-f5635d8 *//* =========================================
   TORONTO PAGE
   Unique Prefix: toronto-
========================================= */

.toronto-page {
  --toronto-burgundy: #800020;
  --toronto-cream: #F3E6D5;
  --toronto-offwhite: #FFF9F2;
  --toronto-rose: #D45060;
  --toronto-dark: #2A1118;
  --toronto-text: #4A3439;
  --toronto-border: rgba(128, 0, 32, 0.14);

  font-family: Arial, Helvetica, sans-serif;
  color: var(--toronto-text);
  background: var(--toronto-offwhite);
  line-height: 1.7;
}

.toronto-page *,
.toronto-page *::before,
.toronto-page *::after {
  box-sizing: border-box;
}

.toronto-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}


/* =========================================
   HERO
========================================= */

.toronto-hero {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;

  background:
    linear-gradient(
      90deg,
      rgba(42, 17, 24, 0.95),
      rgba(128, 0, 32, 0.82),
      rgba(42, 17, 24, 0.60)
    ),
    url("https://indiancelebrityescort.com/wp-content/uploads/2026/08/0001-01_w400-1.jpg")
    center/cover no-repeat;
}

.toronto-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(128, 0, 32, 0.65),
    transparent 65%
  );
}

.toronto-hero-content {
  width: min(850px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.toronto-tag {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(243, 230, 213, 0.5);
  border-radius: 50px;
  color: var(--toronto-cream);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.toronto-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.1;
  font-weight: 800;
}

.toronto-hero p {
  max-width: 760px;
  margin: 0 auto 32px;
  color: rgba(255,255,255,0.9);
  font-size: 17px;
}

.toronto-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}


/* =========================================
   BUTTONS
========================================= */

.toronto-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 27px;
  border-radius: 50px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.toronto-btn-primary {
  background: var(--toronto-cream);
  color: var(--toronto-burgundy) !important;
}

.toronto-btn-primary:hover {
  background: #fff;
  transform: translateY(-3px);
}

.toronto-btn-outline {
  border: 1px solid rgba(255,255,255,0.65);
  color: #fff !important;
  background: transparent;
}

.toronto-btn-outline:hover {
  background: #fff;
  color: var(--toronto-burgundy) !important;
}


/* =========================================
   SECTION HEADING
========================================= */

.toronto-section-heading {
  margin-bottom: 45px;
}

.toronto-section-heading.center {
  text-align: center;
}

.toronto-section-heading span {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--toronto-rose);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.toronto-section-heading h2 {
  margin: 0;
  color: var(--toronto-dark);
  font-size: clamp(28px, 4vw, 45px);
  line-height: 1.2;
  font-weight: 800;
}

.toronto-section-heading p {
  max-width: 700px;
  margin: 15px auto 0;
}


/* =========================================
   INTRO
========================================= */

.toronto-intro {
  padding: 90px 0;
  background: var(--toronto-offwhite);
}

.toronto-intro-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  gap: 55px;
  align-items: center;
}

.toronto-intro-text p {
  margin: 0 0 18px;
  font-size: 16px;
}

.toronto-intro-text strong {
  color: var(--toronto-burgundy);
}

.toronto-highlight-box {
  padding: 38px;
  background: var(--toronto-cream);
  border: 1px solid var(--toronto-border);
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(80,0,20,0.07);
}

.toronto-highlight-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--toronto-burgundy);
  color: var(--toronto-cream);
  font-size: 25px;
}

.toronto-highlight-box h3 {
  margin: 0 0 12px;
  color: var(--toronto-burgundy);
  font-size: 24px;
}

.toronto-highlight-box p {
  margin: 0;
}


/* =========================================
   SERVICES
========================================= */

.toronto-services {
  padding: 90px 0;
  background: var(--toronto-cream);
}

.toronto-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.toronto-service-card {
  position: relative;
  padding: 34px 30px;
  background: var(--toronto-offwhite);
  border: 1px solid var(--toronto-border);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.toronto-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--toronto-burgundy);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.toronto-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(80,0,20,0.12);
}

.toronto-service-card:hover::before {
  transform: scaleX(1);
}

.toronto-card-number {
  margin-bottom: 18px;
  color: var(--toronto-rose);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.toronto-service-card h3 {
  min-height: 62px;
  margin: 0 0 14px;
  color: var(--toronto-dark);
  font-size: 20px;
  line-height: 1.35;
}

.toronto-service-card p {
  margin: 0 0 20px;
  font-size: 14px;
}

.toronto-service-card a {
  color: var(--toronto-burgundy) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
}


/* =========================================
   WHY CHOOSE
========================================= */

.toronto-why {
  padding: 90px 0;
  background: var(--toronto-offwhite);
}

.toronto-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.toronto-why-item {
  display: flex;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--toronto-border);
  border-radius: 18px;
  background: #fff;
  transition: 0.3s ease;
}

.toronto-why-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(80,0,20,0.08);
}

.toronto-why-icon {
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--toronto-burgundy);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.toronto-why-item h3 {
  margin: 0 0 7px;
  color: var(--toronto-dark);
  font-size: 19px;
}

.toronto-why-item p {
  margin: 0;
  font-size: 14px;
}


/* =========================================
   SEO CONTENT
========================================= */

.toronto-content {
  padding: 90px 0;
  background: var(--toronto-cream);
}

.toronto-content-box {
  max-width: 950px;
  margin: 0 auto;
  padding: 45px;
  background: var(--toronto-offwhite);
  border-radius: 24px;
  border: 1px solid var(--toronto-border);
}

.toronto-content-box p {
  margin: 0 0 20px;
  font-size: 16px;
}

.toronto-content-box p:last-child {
  margin-bottom: 0;
}

.toronto-content-box strong {
  color: var(--toronto-burgundy);
}


/* =========================================
   FAQ
========================================= */

.toronto-faq {
  padding: 90px 0;
  background: var(--toronto-offwhite);
}

.toronto-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.toronto-faq details {
  margin-bottom: 14px;
  padding: 0;
  background: #fff;
  border: 1px solid var(--toronto-border);
  border-radius: 14px;
  overflow: hidden;
}

.toronto-faq summary {
  padding: 20px 24px;
  cursor: pointer;
  color: var(--toronto-dark);
  font-weight: 700;
  list-style: none;
}

.toronto-faq summary::-webkit-details-marker {
  display: none;
}

.toronto-faq summary::after {
  content: "+";
  float: right;
  color: var(--toronto-burgundy);
  font-size: 22px;
}

.toronto-faq details[open] summary::after {
  content: "−";
}

.toronto-faq details p {
  margin: 0;
  padding: 0 24px 22px;
  font-size: 15px;
}


/* =========================================
   CTA
========================================= */

.toronto-cta {
  padding: 80px 0;
  background: var(--toronto-burgundy);
}

.toronto-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.toronto-cta-box span {
  color: var(--toronto-cream);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.toronto-cta-box h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(27px, 4vw, 42px);
  line-height: 1.2;
}

.toronto-cta-box p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,0.82);
}

.toronto-cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.toronto-btn-light {
  background: var(--toronto-cream);
  color: var(--toronto-burgundy) !important;
}

.toronto-btn-whatsapp {
  background: var(--toronto-rose);
  color: #fff !important;
}

.toronto-btn-light:hover,
.toronto-btn-whatsapp:hover {
  transform: translateY(-3px);
  opacity: 0.92;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 950px) {

  .toronto-intro-grid {
    grid-template-columns: 1fr;
  }

  .toronto-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .toronto-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

}


@media (max-width: 650px) {

  .toronto-hero {
    min-height: 590px;
  }

  .toronto-hero h1 {
    font-size: 38px;
  }

  .toronto-hero p {
    font-size: 15px;
  }

  .toronto-intro,
  .toronto-services,
  .toronto-why,
  .toronto-content,
  .toronto-faq {
    padding: 65px 0;
  }

  .toronto-section-heading {
    margin-bottom: 30px;
  }

  .toronto-section-heading h2 {
    font-size: 30px;
  }

  .toronto-service-grid,
  .toronto-why-grid {
    grid-template-columns: 1fr;
  }

  .toronto-content-box {
    padding: 28px 22px;
  }

  .toronto-highlight-box {
    padding: 28px;
  }

  .toronto-cta {
    padding: 60px 0;
  }

  .toronto-cta-buttons {
    width: 100%;
  }

  .toronto-cta-buttons .toronto-btn {
    width: 100%;
  }

  .toronto-btn {
    width: 100%;
  }

}/* End custom CSS */