.elementor-182 .elementor-element.elementor-element-da92279{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d21c485 *//* =========================
   GLOBAL SERVICE PAGE STYLE
========================= */

.service-hero-section,
.service-explainer-section,
.service-signs-section,
.service-includes-section,
.service-benefits-section,
.service-scope-section,
.service-why-section,
.service-about-section,
.service-faq-section,
.service-final-cta-section {
  position: relative;
}

.service-hero-container,
.service-explainer-container,
.service-signs-container,
.service-includes-container,
.service-benefits-container,
.service-scope-container,
.service-why-container,
.service-about-container,
.service-faq-container,
.service-final-cta-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.service-label,
.service-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f47a00;
}

/* =========================
   HERO
========================= */

.service-hero-section {
  padding: 90px 0 100px;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.service-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}

.service-hero-content h1 {
  margin: 0 0 22px;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #111827;
}

.service-hero-content p {
  margin: 0 0 30px;
  max-width: 700px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #667085;
}

.service-hero-buttons,
.service-final-cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
}

.service-btn-primary {
  background: #f47a00;
  color: #ffffff;
  border: 2px solid #f47a00;
}

.service-btn-primary:hover {
  background: #d96800;
  border-color: #d96800;
  transform: translateY(-2px);
}

.service-btn-secondary {
  background: transparent;
  color: #12386b;
  border: 2px solid #12386b;
}

.service-btn-secondary:hover {
  background: #12386b;
  color: #ffffff;
  transform: translateY(-2px);
}

.service-btn-secondary-dark {
  background: transparent;
  color: #111827;
  border: 2px solid #111827;
}

.service-btn-secondary-dark:hover {
  background: #111827;
  color: #ffffff;
  transform: translateY(-2px);
}

.service-hero-image-wrap,
.service-why-image-wrap {
  position: relative;
}

.service-hero-image-shape,
.service-why-image-shape {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 84%;
  height: 84%;
  border-radius: 28px;
  background: linear-gradient(135deg, #12386b 0%, #1c4a88 100%);
  z-index: 1;
}

.service-hero-image-frame,
.service-why-image-frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(17, 24, 39, 0.16);
}

.service-hero-image-frame img,
.service-why-image-frame img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

/* =========================
   SECTION HEADERS
========================= */

.service-explainer-header,
.service-signs-header,
.service-includes-header,
.service-benefits-header,
.service-scope-header,
.service-about-header,
.service-faq-header {
  max-width: 860px;
  margin-bottom: 42px;
}

.service-explainer-header h2,
.service-signs-header h2,
.service-includes-header h2,
.service-benefits-header h2,
.service-scope-header h2,
.service-about-header h2,
.service-faq-header h2,
.service-why-content h2,
.service-final-cta-box h2 {
  margin: 0 0 16px;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
  color: #111827;
}

.service-explainer-header p,
.service-signs-header p,
.service-includes-header p,
.service-benefits-header p,
.service-scope-header p,
.service-about-content p,
.service-faq-item p,
.service-why-content p,
.service-final-cta-box p,
.service-explainer-col p,
.service-sign-row p,
.service-benefit-row p,
.service-scope-content p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #667085;
}

/* =========================
   EXPLAINER SECTION
========================= */

.service-explainer-section {
  padding: 110px 0;
  background: #ffffff;
}

.service-explainer-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  align-items: start;
}

.service-explainer-col {
  padding-right: 10px;
}

.service-explainer-col h3 {
  margin: 0 0 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #111827;
}

/* =========================
   SIGNS SECTION
========================= */

.service-signs-section {
  padding: 110px 0;
  background: #f7f9fc;
}

.service-signs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 34px;
}

.service-sign-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid #dbe3ec;
}

.service-sign-check {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 10px;
  border-radius: 999px;
  background: #f47a00;
  box-shadow: 0 0 0 6px rgba(244, 122, 0, 0.12);
}

.service-sign-row h3 {
  margin: 0 0 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

.service-sign-row p {
  font-size: 16px;
  line-height: 1.75;
}

/* =========================
   INCLUDES SECTION
========================= */

.service-includes-section {
  padding: 110px 0;
  background: #ffffff;
}

.service-includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-include-card {
  background: #ffffff;
  border: 1px solid #eceff3;
  border-radius: 22px;
  padding: 30px 26px;
  box-shadow: 0 12px 32px rgba(16,24,40,0.06);
  transition: all .25s ease;
}

.service-include-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 46px rgba(16,24,40,0.10);
}

.service-include-card h3 {
  margin: 0 0 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

.service-include-card p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #667085;
}

/* =========================
   BENEFITS SECTION
========================= */

.service-benefits-section {
  padding: 110px 0;
  background: #f7f9fc;
}

.service-benefits-rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 44px;
}

.service-benefit-row {
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #dbe3ec;
}

.service-benefit-row h3 {
  margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

.service-benefit-row p {
  font-size: 16px;
  line-height: 1.75;
}

/* =========================
   SCOPE SECTION
========================= */

.service-scope-section {
  padding: 110px 0;
  background: #ffffff;
}

.service-scope-content {
  max-width: 980px;
}

.service-scope-content p {
  margin-bottom: 22px;
}

.service-scope-content p:last-child {
  margin-bottom: 0;
}

.service-scope-content a {
  color: #12386b;
  text-decoration: none;
  font-weight: 700;
  transition: color .25s ease;
}

.service-scope-content a:hover {
  color: #f47a00;
}

/* =========================
   WHY SECTION
========================= */

.service-why-section {
  padding: 110px 0;
  background: #ffffff;
}

.service-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.service-why-content p {
  margin-bottom: 18px;
}

.service-points {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 18px;
}

.service-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f7f9fc;
  border: 1px solid #eceff3;
  border-radius: 16px;
  padding: 14px 16px;
}

.service-point span {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #344054;
  font-weight: 600;
}

/* =========================
   ABOUT SECTION
========================= */

.service-about-section {
  padding: 110px 0;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.service-about-content {
  max-width: 920px;
}

.service-about-content p {
  margin-bottom: 18px;
}

/* =========================
   FAQ SECTION
========================= */

.service-faq-section {
  padding: 110px 0;
  background: #ffffff;
}

.service-faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 28px;
}

.service-faq-item {
  background: #ffffff;
  border: 1px solid #eceff3;
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.service-faq-item h3 {
  margin: 0 0 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
}

.service-faq-item p {
  font-size: 16px;
  line-height: 1.75;
}

/* =========================
   FINAL CTA
========================= */

.service-final-cta-section {
  padding: 0 0 110px;
  background: #ffffff;
}

.service-final-cta-box {
  background: linear-gradient(135deg, #12386b 0%, #1c4a88 100%);
  border-radius: 28px;
  padding: 52px 46px;
  box-shadow: 0 26px 60px rgba(17, 24, 39, 0.16);
}

.service-final-cta-box .service-label {
  color: #ffb067;
}

.service-final-cta-box h2 {
  color: #ffffff;
}

.service-final-cta-box p {
  max-width: 760px;
  margin-bottom: 28px;
  color: rgba(255,255,255,0.9);
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
  .service-hero-grid,
  .service-why-grid,
  .service-explainer-columns,
  .service-benefits-rows,
  .service-signs-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .service-includes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-faq-list,
  .service-points {
    grid-template-columns: 1fr;
  }

  .service-hero-image-wrap,
  .service-why-image-wrap {
    max-width: 760px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .service-hero-section,
  .service-explainer-section,
  .service-signs-section,
  .service-includes-section,
  .service-benefits-section,
  .service-scope-section,
  .service-why-section,
  .service-about-section,
  .service-faq-section {
    padding: 70px 0;
  }

  .service-final-cta-section {
    padding: 0 0 70px;
  }

  .service-hero-content h1 {
    font-size: clamp(34px, 9vw, 46px);
    margin-bottom: 16px;
  }

  .service-explainer-header h2,
  .service-signs-header h2,
  .service-includes-header h2,
  .service-benefits-header h2,
  .service-scope-header h2,
  .service-about-header h2,
  .service-faq-header h2,
  .service-why-content h2,
  .service-final-cta-box h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .service-hero-content p,
  .service-explainer-header p,
  .service-signs-header p,
  .service-includes-header p,
  .service-benefits-header p,
  .service-scope-header p,
  .service-about-content p,
  .service-faq-item p,
  .service-why-content p,
  .service-final-cta-box p,
  .service-explainer-col p,
  .service-sign-row p,
  .service-benefit-row p,
  .service-scope-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .service-hero-buttons,
  .service-final-cta-buttons {
    flex-direction: column;
  }

  .service-btn {
    width: 100%;
  }

  .service-includes-grid,
  .service-faq-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-include-card,
  .service-faq-item {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .service-sign-row,
  .service-benefit-row {
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .service-sign-row h3,
  .service-include-card h3,
  .service-benefit-row h3,
  .service-explainer-col h3 {
    font-size: 20px;
  }

  .service-faq-item h3 {
    font-size: 19px;
  }

  .service-hero-image-shape,
  .service-why-image-shape {
    right: -10px;
    bottom: -10px;
    border-radius: 18px;
  }

  .service-hero-image-frame,
  .service-why-image-frame {
    border-radius: 18px;
  }

  .service-hero-image-frame img,
  .service-why-image-frame img {
    min-height: 320px;
  }

  .service-final-cta-box {
    padding: 30px 24px;
    border-radius: 20px;
  }
}/* End custom CSS */