.toronto-page .toronto-hero h1,
.toronto-page .toronto-hero h2,
.toronto-page .toronto-hero h3 {
  color: #fff !important;
}
.toronto-page .why-section h2,
.toronto-page .why-section h3,
.toronto-page .why-section h4,
.toronto-page .why-section h5,
.toronto-page .why-section h6,
.toronto-page .why-section p {
  color: #fff !important;
}
.toronto-page .testimonials-section h2,
.toronto-page .testimonials-section h3,
.toronto-page .testimonials-section h4,
.toronto-page .testimonials-section blockquote,
.toronto-page .testimonials-section p {
  color: rgba(255, 255, 255, 0.75) !important;
}
.toronto-page .areas-section h2,
.toronto-page .areas-section h3,
.toronto-page .areas-section p {
  color: #fff !important;
}
.toronto-page .feature-img-col h3,
.toronto-page .feature-img-col p,
.toronto-page .feature-img-col .big-label,
.toronto-page .feature-img-col .big-sub,
.toronto-page .feature-img-col .feat-bullets li {
  color: #fff !important;
}

.section-pad {
  padding: 80px 0;
}

.section-pad-sm {
  padding: 48px 0;
}

.toronto-page .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c42026;
  margin-bottom: 12px;
}
.toronto-page .section-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #c42026;
  flex-shrink: 0;
}

.toronto-page .section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  color: #000 !important;
  margin-bottom: 14px !important;
  font-family: "fm_secondary", sans-serif;
}

.toronto-page .section-sub {
  color: #555;
  font-size: 16px;
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 48px;
}

.toronto-hero {
  background: linear-gradient(135deg, #0d1a24 0%, #1a3548 45%, rgb(7.587755102, 15.1755102041, 21.012244898) 100%);
  min-height: 520px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.toronto-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(255, 255, 255, 0.03) 59px, rgba(255, 255, 255, 0.03) 60px), repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(255, 255, 255, 0.03) 59px, rgba(255, 255, 255, 0.03) 60px);
}
.toronto-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #c42026;
}
.toronto-hero .hero-glow {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(196, 32, 38, 0.18) 0%, transparent 70%);
  pointer-events: none;
}
.toronto-hero .hero-inner {
  position: relative;
  z-index: 2;
  padding: 60px 24px 40px;
}
.toronto-hero .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(196, 32, 38, 0.18);
  border: 1px solid rgba(196, 32, 38, 0.45);
  padding: 5px 16px;
  margin-bottom: 22px;
  border-radius: 40px;
}
.toronto-hero .hero-pill .pill-dot {
  width: 8px;
  height: 8px;
  background: #c42026;
  border-radius: 50%;
  flex-shrink: 0;
}
.toronto-hero .hero-pill span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
}
.toronto-hero h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff !important;
  margin-bottom: 20px;
  font-family: "fm_secondary", sans-serif;
}
.toronto-hero h1 .hero-highlight {
  color: #c42026;
}
@media (max-width: 768px) {
  .toronto-hero h1 {
    font-size: 34px;
  }
}
.toronto-hero .hero-lead {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 30px;
  max-width: 560px;
}
.toronto-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}
.toronto-hero .btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c42026;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 2px solid #c42026;
}
.toronto-hero .btn-hero-primary:hover {
  background: #a01a1f;
  border-color: #a01a1f;
  color: #fff;
}
.toronto-hero .btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.45);
  transition: all 0.2s ease;
}
.toronto-hero .btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}
.toronto-hero .hero-info-panel {
  background: rgba(196, 32, 38, 0.1);
  border: 1px solid rgba(196, 32, 38, 0.3);
  border-top: 3px solid #c42026;
  padding: 36px 32px;
}
.toronto-hero .hero-info-panel .panel-tag {
  display: inline-block;
  background: #c42026;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  margin-bottom: 20px;
}
.toronto-hero .hero-info-panel .panel-intro {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.toronto-hero .hero-info-panel .panel-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toronto-hero .hero-info-panel .panel-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.toronto-hero .hero-info-panel .panel-checklist li:last-child {
  border-bottom: none;
}
.toronto-hero .hero-info-panel .panel-checklist li i {
  color: #c42026;
  font-size: 16px;
  flex-shrink: 0;
}
.toronto-hero .hero-stats-full {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.toronto-hero .hero-stats-full .stat-item {
  flex: 1 1 140px;
  text-align: center;
  padding: 16px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.toronto-hero .hero-stats-full .stat-item:last-child {
  border-right: none;
}
.toronto-hero .hero-stats-full .stat-val {
  font-size: 22px;
  font-weight: 800;
  color: #c42026;
  font-family: "fm_secondary", sans-serif;
}
.toronto-hero .hero-stats-full .stat-lbl {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 2px;
}

.emergency-strip {
  background: #c42026;
  width: 100%;
  padding: 18px 0;
}
.emergency-strip .strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}
.emergency-strip .strip-text {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.01em;
}
.emergency-strip .strip-text i {
  margin-right: 6px;
}
.emergency-strip .strip-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.emergency-strip .strip-btn-call {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  color: #c42026;
  font-size: 15px;
  font-weight: 800;
  padding: 11px 26px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.2s ease;
}
.emergency-strip .strip-btn-call:hover {
  background: rgb(234.6, 234.6, 234.6);
  color: #c42026;
}
.emergency-strip .strip-btn-appt {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 11px 26px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid #000;
  transition: all 0.2s ease;
}
.emergency-strip .strip-btn-appt:hover {
  background: #1a3548;
  border-color: #1a3548;
  color: #fff;
}

.callnow-bar {
  background: #a01a1f;
  padding: 14px 0;
}
.callnow-bar .bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.callnow-bar .bar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.callnow-bar .bar-item i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.callnow-bar .bar-sep {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 576px) {
  .callnow-bar .bar-sep {
    display: none;
  }
}
.callnow-bar .bar-appt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #c42026;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 22px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.callnow-bar .bar-appt-btn:hover {
  background: rgb(239.7, 239.7, 239.7);
  color: #a01a1f;
}

.intro-section {
  background: #fff;
}
.intro-section .intro-text p {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
.intro-section .intro-cta-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f4f4f4;
  border-left: 4px solid #c42026;
  padding: 14px 18px;
  border-radius: 0 8px 8px 0;
  margin-top: 24px;
}
.intro-section .intro-cta-bar i {
  font-size: 20px;
  color: #c42026;
}
.intro-section .intro-cta-bar p {
  margin: 0;
  font-size: 15px;
  color: #333;
}
.intro-section .intro-cta-bar a {
  color: #333;
  text-decoration: none;
}
.intro-section .quick-panel {
  background: #f4f4f4;
  border-top: 4px solid #c42026;
  border-radius: 8px;
  padding: 24px;
}
.intro-section .quick-panel h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.intro-section .quick-panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: #333;
  padding: 6px 0;
  border-bottom: 1px solid #e0e0e0;
}
.intro-section .quick-panel li:last-child {
  border-bottom: none;
}
.intro-section .quick-panel li i {
  color: #c42026;
  margin-top: 3px;
  font-size: 15px;
  flex-shrink: 0;
}

.services-section {
  background: #f4f4f4;
}
.services-section .svc-card {
  background: #fff;
  border-radius: 8px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.35s ease;
  border-bottom: 3px solid transparent;
}
.services-section .svc-card:hover {
  transform: translateY(-4px);
  border-bottom-color: #c42026;
}
.services-section .svc-card .svc-icon {
  width: 52px;
  height: 52px;
  background: rgba(196, 32, 38, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.services-section .svc-card .svc-icon i {
  font-size: 24px;
  color: #c42026;
}
.services-section .svc-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}
.services-section .svc-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.feature-split {
  background: #fff;
}
.feature-split .feature-img-col {
  background: #0d1a24;
  border-radius: 8px;
  padding: 48px 40px;
  height: auto;
  position: relative;
}
.feature-split .feature-img-col .big-number {
  font-size: 88px;
  font-weight: 900;
  color: #c42026;
  line-height: 1;
  font-family: "fm_secondary", sans-serif;
}
.feature-split .feature-img-col .big-label {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}
.feature-split .feature-img-col .big-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-bottom: 20px;
}
.feature-split .feature-img-col .red-rule {
  width: 40px;
  height: 3px;
  background: #c42026;
  margin-bottom: 20px;
}
.feature-split .feature-img-col .feat-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-split .feature-img-col .feat-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.feature-split .feature-img-col .feat-bullets li:last-child {
  border-bottom: none;
}
.feature-split .feature-img-col .feat-bullets li i {
  color: #c42026;
  margin-top: 2px;
  flex-shrink: 0;
}
.feature-split .feature-content-col {
  padding: 48px 40px;
}
@media (max-width: 992px) {
  .feature-split .feature-content-col {
    padding: 32px 0;
  }
}
.feature-split .feature-content-col .feature-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.feature-split .feature-content-col .feature-item:last-child {
  border-bottom: none;
}
.feature-split .feature-content-col .feature-item .feat-num {
  font-size: 36px;
  font-weight: 900;
  color: rgba(196, 32, 38, 0.18);
  font-family: "fm_secondary", sans-serif;
  flex-shrink: 0;
  line-height: 1.1;
}
.feature-split .feature-content-col .feature-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}
.feature-split .feature-content-col .feature-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.types-table-section {
  background: #f4f4f4;
}
.types-table-section .wt-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}
.types-table-section .wt-table thead tr {
  background: #0d1a24;
}
.types-table-section .wt-table th {
  padding: 14px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.types-table-section .wt-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}
.types-table-section .wt-table tbody tr:hover {
  background: #f4f4f4;
}
.types-table-section .wt-table tbody tr:last-child {
  border-bottom: none;
}
.types-table-section .wt-table td {
  padding: 13px 18px;
  color: #333;
}
.types-table-section .wt-table .td-yes {
  color: #1a7a3a;
  font-weight: 600;
}
.types-table-section .wt-table .td-badge .badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(196, 32, 38, 0.08);
  color: #c42026;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}
.types-table-section .wt-table .td-badge .badge-pill i {
  font-size: 12px;
}

.why-section {
  background: #0d1a24;
}
.why-section .section-eyebrow {
  color: rgba(255, 255, 255, 0.5) !important;
}
.why-section .section-eyebrow::before {
  background: rgba(255, 255, 255, 0.3);
}
.why-section .section-title {
  color: #fff !important;
}
.why-section .section-sub {
  color: rgba(255, 255, 255, 0.6) !important;
}
.why-section .why-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 22px 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  height: 100%;
  transition: all 0.35s ease;
}
.why-section .why-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(196, 32, 38, 0.4);
}
.why-section .why-card .why-icon {
  width: 44px;
  height: 44px;
  background: rgba(196, 32, 38, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-section .why-card .why-icon i {
  font-size: 20px;
  color: #c42026;
}
.why-section .why-card h6 {
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 4px;
}
.why-section .why-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 1.65;
  margin: 0;
}

.benefits-section {
  background: #fff;
}
.benefits-section .benefit-card {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 28px 22px;
  height: 100%;
  transition: all 0.35s ease;
  border-bottom: 3px solid transparent;
}
.benefits-section .benefit-card:hover {
  transform: translateY(-3px);
  border-bottom-color: #c42026;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.12);
}
.benefits-section .benefit-card .benefit-emoji {
  font-size: 28px;
  display: block;
  margin-bottom: 14px;
}
.benefits-section .benefit-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.benefits-section .benefit-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.process-section {
  background: #f4f4f4;
}
.process-section .process-left .process-cta-box {
  background: #fff;
  border-left: 4px solid #c42026;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin-top: 20px;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.12);
}
.process-section .process-left .process-cta-box p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.process-section .process-left .process-cta-box a {
  color: #333;
  text-decoration: none;
}
.process-section .process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.process-section .process-step {
  display: flex;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
  align-items: flex-start;
}
.process-section .process-step:last-child {
  border-bottom: none;
}
.process-section .process-step .step-num {
  width: 48px;
  height: 48px;
  background: #c42026;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "fm_secondary", sans-serif;
}
.process-section .process-step h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}
.process-section .process-step p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.testimonials-section {
  background: #0d1a24;
}
.testimonials-section .section-eyebrow {
  color: rgba(255, 255, 255, 0.45) !important;
}
.testimonials-section .section-eyebrow::before {
  background: rgba(255, 255, 255, 0.3);
}
.testimonials-section .section-title {
  color: #fff !important;
}
.testimonials-section .review-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 26px 24px;
  height: 100%;
}
.testimonials-section .review-card .stars {
  color: #f4b942;
  font-size: 18px;
  margin-bottom: 14px;
}
.testimonials-section .review-card blockquote {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75) !important;
  line-height: 1.75;
  font-style: italic;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}
.testimonials-section .review-card .reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonials-section .review-card .reviewer .avatar {
  width: 40px;
  height: 40px;
  background: #c42026;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  flex-shrink: 0;
}
.testimonials-section .review-card .reviewer .rname {
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
}
.testimonials-section .review-card .reviewer .rloc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6) !important;
}

.faq-section {
  background: #fff;
}
.faq-section .faq-wrap {
  max-width: 860px;
}
.faq-section .faq-item {
  border-bottom: 1px solid #e0e0e0;
}
.faq-section .faq-item.open .faq-body {
  display: block;
}
.faq-section .faq-item.open .faq-toggle::after {
  transform: rotate(45deg);
}
.faq-section .faq-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 18px 4px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  text-align: left;
  gap: 16px;
}
.faq-section .faq-btn:hover {
  color: #c42026;
}
.faq-section .faq-toggle::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: #c42026;
  flex-shrink: 0;
  display: inline-block;
  transition: all 0.2s ease;
}
.faq-section .faq-body {
  display: none;
  padding: 0 4px 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.75;
}

.areas-section {
  background: #0d1a24;
}
.areas-section .section-eyebrow {
  color: rgba(255, 255, 255, 0.5) !important;
}
.areas-section .section-eyebrow::before {
  background: rgba(255, 255, 255, 0.3);
}
.areas-section .section-title {
  color: #fff !important;
}
.areas-section > .container > p {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 30px;
}
.areas-section .area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.areas-section .area-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.areas-section .area-chip i {
  font-size: 12px;
  color: #c42026;
}
.areas-section .area-chip:hover {
  background: rgba(196, 32, 38, 0.2);
  border-color: rgba(196, 32, 38, 0.5);
  color: #fff;
}

.final-cta {
  background: #c42026;
  padding: 48px 0;
  text-align: center;
}
.final-cta h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  font-family: "fm_secondary", sans-serif;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .final-cta h2 {
    font-size: 24px;
  }
}
.final-cta p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 24px;
}
.final-cta .cta-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}
.final-cta .cta-trust-badges .trust-badge {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px 14px;
  border-radius: 20px;
}
.final-cta .cta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.final-cta .btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #c42026;
  font-size: 16px;
  font-weight: 800;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.2s ease;
}
.final-cta .btn-cta-white:hover {
  background: rgb(239.7, 239.7, 239.7);
  color: #a01a1f;
}
.final-cta .btn-cta-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid #000;
  transition: all 0.2s ease;
}
.final-cta .btn-cta-dark:hover {
  background: #1a3548;
  border-color: #1a3548;
  color: #fff;
}

.toronto-hero .btn-hero-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #c42026;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 2px solid #fff;
}
.toronto-hero .btn-hero-white i {
  color: #c42026;
}
.toronto-hero .btn-hero-white:hover {
  background: rgb(239.7, 239.7, 239.7);
  color: #a01a1f;
  border-color: rgb(239.7, 239.7, 239.7);
}

.toronto-title-white {
  color: #fff !important;
}

.toronto-sub-light {
  color: rgba(255, 255, 255, 0.6) !important;
}

.toronto-eyebrow-light {
  color: rgba(255, 255, 255, 0.5) !important;
}
.toronto-eyebrow-light::before {
  background: rgba(255, 255, 255, 0.3);
}

.svc-icon i,
.why-icon i,
.process-step .step-num {
  font-size: 22px;
}/*# sourceMappingURL=win_gl_rep_toronto_new.css.map */