.elementor-188 .elementor-element.elementor-element-4ea1765{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-188 .elementor-element.elementor-element-3adc2f1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3adc2f1 *//* =========================
   GLOBAL SERVICE PAGE STYLE
========================= */

.service-hero-section,
.service-faq-section,
.service-final-cta-section {
  position: relative;
}

.service-hero-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 {
  position: relative;
}

.service-hero-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 {
  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 {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

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

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

.service-faq-header {
  max-width: 820px;
  margin-bottom: 42px;
}

.service-faq-header 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-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 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #667085;
}

/* =========================
   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: 0 0 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
}

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

@media (max-width: 1024px) {
  .service-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

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

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

@media (max-width: 767px) {
  .service-hero-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-faq-header h2,
  .service-final-cta-box h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .service-hero-content p,
  .service-faq-item p,
  .service-final-cta-box p {
    font-size: 15px;
    line-height: 1.75;
  }

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

  .service-btn {
    width: 100%;
  }

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

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

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

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

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

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

  .service-final-cta-box {
    padding: 30px 24px;
    border-radius: 20px;
  }
}
/* =========================
   EXTERIOR REPAIRS PAGE SECTIONS
========================= */

.service-problems-section,
.service-scope-section,
.service-decision-section,
.service-maintenance-section,
.service-process-section {
  position: relative;
}

.service-problems-container,
.service-scope-container,
.service-decision-container,
.service-maintenance-container,
.service-process-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.service-problems-header,
.service-scope-header,
.service-decision-header,
.service-maintenance-header,
.service-process-header {
  max-width: 860px;
  margin-bottom: 42px;
}

.service-problems-header h2,
.service-scope-header h2,
.service-decision-header h2,
.service-maintenance-header h2,
.service-process-header 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-problems-header p,
.service-scope-header p,
.service-decision-header p,
.service-maintenance-header p,
.service-process-header p,
.service-problem-item p,
.service-scope-content p,
.service-decision-content p,
.service-maintenance-content p,
.service-process-step p {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #667085;
}

/* =========================
   PROBLEMS SECTION
========================= */

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

.service-problems-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 30px;
}

.service-problem-item {
  padding: 0 0 24px;
  border-bottom: 1px solid #dbe3ec;
}

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

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

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

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

.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;
}

/* =========================
   DECISION SECTION
========================= */

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

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

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

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

/* =========================
   MAINTENANCE SECTION
========================= */

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

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

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

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

/* =========================
   PROCESS SECTION
========================= */

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

.service-process-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 34px;
}

.service-process-step {
  background: #f7f9fc;
  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-process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 46px rgba(16,24,40,0.10);
}

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

.service-process-step p {
  font-size: 16px;
  line-height: 1.75;
}

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

@media (max-width: 1024px) {
  .service-problems-list,
  .service-process-steps {
    grid-template-columns: 1fr;
  }
}

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

@media (max-width: 767px) {
  .service-problems-section,
  .service-scope-section,
  .service-decision-section,
  .service-maintenance-section,
  .service-process-section {
    padding: 70px 0;
  }

  .service-problems-header h2,
  .service-scope-header h2,
  .service-decision-header h2,
  .service-maintenance-header h2,
  .service-process-header h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .service-problems-header p,
  .service-scope-header p,
  .service-decision-header p,
  .service-maintenance-header p,
  .service-process-header p,
  .service-problem-item p,
  .service-scope-content p,
  .service-decision-content p,
  .service-maintenance-content p,
  .service-process-step p {
    font-size: 15px;
    line-height: 1.75;
  }

  .service-problem-item {
    padding-bottom: 18px;
  }

  .service-problem-item h3,
  .service-process-step h3 {
    font-size: 20px;
  }

  .service-process-step {
    padding: 24px 20px;
    border-radius: 18px;
  }
}/* End custom CSS */