body {
    margin: 0;
    font-family: Inter, sans-serif;
    background: #fff;
    color: #111
}

.container {
    width: 1100px;
    max-width: 90%;
    margin: auto
}

.narrow {
    max-width: 820px
}

.nav {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 20
}

.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

.logo {
    font-size: 24px;
    font-weight: 800;
    text-transform: lowercase;
    color: rgb(30, 74, 143);
    position: relative;
    top: -5px;

}

.logo img {
    right: -5px;
}

.logo span {
    color: #e53935
}

.nav-cta {
    background: #e53935;
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 10px
}

.hero {
    padding: 80px 0;
    text-align: center
}

.hero h1 {
    font-size: 48px;
    margin: 0 0 12px
}

.lead {
    color: #555;
    font-size: 18px;
    max-width: 760px;
    margin: 0 auto
}

.hero-actions {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap
}

.btn-primary {
    background: #e53935;
    color: #fff;
    padding: 14px 22px;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    display: inline-block
}

.btn-outline {
    border: 1px solid #ccc;
    padding: 14px 22px;
    background: #fff;
    border-radius: 10px
}

.price-note {
    color: #5e5e5e;
    font-size: 14px
}

.availability {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 14px
}

.steps {
    background: #f9f9f9;
    padding: 40px 0
}

.step-box {
    border: 1px solid #e6e6e6;
    padding: 22px;
    border-radius: 14px;
    position: relative
}

.step-badge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e53935;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 14px
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.services {
    padding: 60px 0
}

.services h2,
.content-block h2,
.coverage h2,
.reviews h2,
.faq h2,
.final h2 {
    text-align: center;
    margin: 0 0 20px
}

.services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.services-list--icons .service-top {
    display: flex;
    align-items: center;
    gap: 12px
}

.service-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    font-size: 20px;
    flex: 0 0 42px
}

.services-note {
    margin-top: 18px;
    background: #fff7f7;
    border: 1px solid #f1d3d3;
    padding: 16px 18px;
    border-radius: 14px;
    color: #555
}

.services-list>div {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 14px
}

.services-list p {
    margin: 8px 0 0;
    color: #666
}

.content-block {
    padding: 30px 0
}

.content-block p {
    color: #555;
    font-size: 17px;
    line-height: 1.7
}

.light-block {
    background: #fafafa
}

.coverage {
    background: #f9f9f9;
    padding: 50px 0
}

.coverage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center
}

.coverage-copy {
    text-align: left
}

.coverage p {
    max-width: 820px;
    margin: 0 0 18px;
    color: #555
}

.coverage-tags span {
    margin: 5px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 999px
}

.map-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid #eee;
    background: #f0f0f0
}

.trust {
    background: #fff;
    padding: 50px 0
}

.trust-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 24px;
    align-items: center
}

.engineer-image-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: top;
    border-radius: 14px;
    border: 1px solid #eee;
    background: #f0f0f0
}

.trust-grid {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.trust-grid>div {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 24px;
    border-radius: 14px
}

.trust-grid p {
    margin: 8px 0 0;
    color: #666
}

.stats {
    background: #111;
    color: #fff;
    padding: 40px 0;
    text-align: center
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.stats-grid strong {
    display: block;
    font-size: 28px
}

.stats-grid span {
    display: block;
    color: #cfcfcf;
    margin-top: 6px
}

.jobs-carousel-section {
    padding: 60px 0;
    background: #fff
}

.jobs-carousel-section h2 {
    text-align: center;
    margin: 0 0 20px
}

.jobs-carousel {
    display: grid;
    grid-template-columns: 52px 1fr 52px;
    gap: 16px;
    align-items: center
}

.carousel-btn {
    height: 52px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 28px;
    cursor: pointer
}

.jobs-track {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.job-item {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden
}

.job-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: #f0f0f0
}

.job-copy {
    padding: 18px
}

.job-copy p {
    margin: 8px 0 0;
    color: #666
}

.reviews {
    padding: 60px 0;
    background: #fcfcfc
}

.trustpilot-line {
    display: flex;
    justify-content: center;
    margin: 0 0 22px
}

.trustpilot-line img {
    max-width: 340px;
    width: 100%;
    height: auto
}

.review-list--trustpilot .review-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px
}

.review-badge {
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600
}

.review-stars {
    color: #00b67a;
    letter-spacing: 1px;
    font-size: 18px
}

.review-list--trustpilot strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px
}

.review-list--trustpilot p {
    margin: 0;
    color: #666;
    line-height: 1.6
}

.review-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.review-list>div {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 24px;
    border-radius: 14px;
    color: #444
}

.faq {
    background: #f9f9f9;
    padding: 50px 0
}

.faq details {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 12px
}

.faq summary {
    font-weight: 600;
    cursor: pointer
}

.faq p {
    color: #666
}

.final {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 60px 0
}

.final .btn-primary {
    margin-top: 10px
}

.footer {
    text-align: center;
    padding: 20px;
    color: #777
}

@media(max-width:768px) {

    .steps-grid,
    .trust-grid,
    .review-list,
    .stats-grid,
    .services-list,
    .coverage-grid,
    .trust-layout,
    .jobs-track {
        grid-template-columns: 1fr
    }

    .jobs-carousel {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 32px
    }

    .nav-inner,
    .hero-actions {
        flex-direction: column;
        align-items: stretch
    }

    .engineer-image-card img,
    .map-card img {
        height: 260px
    }
}


a.cta.zphone{
  display:block;
  text-decoration:none;
  font-weight: 800;
}

a.cta.zphone::before{
  content: "CALL NOW: ";
  font-weight: 100;
}

a.cta.zphone::after{
  content: attr(data-sub);
  display: block;
}


.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.modal__panel {
  position: relative;
  z-index: 2;
  width: min(92vw, 560px);
  max-height: 90vh;
  overflow-y: auto;
  margin: 5vh auto 0;
  background: #fff;
  border-radius: 18px;
  padding: 28px 22px 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f3f3f3;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.modal__title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.1;
}

.modal__subtitle {
  margin: 0 0 20px;
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}

.booking-form {
  display: grid;
  gap: 14px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: calc(100% - 36px);
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  padding: 14px 15px;
  font: inherit;
  background: #fff;
  color: #111;
}

.map-animation-box {
   
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: #e53935;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.12);
}

.booking-form textarea {
  resize: vertical;
  min-height: 110px;
}

.submit-cta {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 15px 18px;
  background: #e53935;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.submit-cta:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.booking-note {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  text-align: center;
}

.hero {
    padding: 80px 0px !important;
    background-image: url("../../assets/back3.jpg");
    position: relative;
    padding-top: 10px;          /* space for topbar */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height: fit-content;
    
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.89); /* white filter */
}

.hero > * {
  position: relative;
  z-index: 1;
}

.logo-icon {
    width: 40px;
    position: relative;
    top: 7px;

}

.book-btn:hover {
    cursor: pointer;
}


.cls-5 {
    opacity: 0.8;
      background-color: gray !important;
}



/* =========================
   MOBILE ONLY
   Does not affect desktop
   ========================= */
@media (max-width: 768px) {
  .trust-logos--hero {

    gap: 10vw !important;
  }


  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  .nav {
    position: static;
  }

  .nav-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 10px;
  }

  .logo {
    font-size: 20px;
    line-height: 1.1;
  }

  .logo-icon {
    width: 32px;
    top: 7px;
  }

  .nav-cta {
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 10px;
    white-space: nowrap;
  }

  .hero {
    padding: 64px 0 50px !important;
    text-align: left;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.12;
    margin-bottom: 12px;
  }

  .lead {
    font-size: 16px;
    line-height: 1.6;
    max-width: 100%;
    margin: 0;
  }

  .hero-actions {
    margin: 22px 0 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .btn-primary,
  .btn-outline,
  .book-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 18px;
    font-size: 16px;
  }

  .price-note {
    font-size: 13px;
    line-height: 1.5;
  }

  .availability {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
  }

  .steps {
    padding: 30px 0;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .step-box {
    padding: 18px;
    border-radius: 12px;
  }

  .services {
    padding: 40px 0;
  }

  .services h2,
  .content-block h2,
  .coverage h2,
  .reviews h2,
  .faq h2,
  .final h2 {
    text-align: left;
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .services-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .services-list > div {
    padding: 16px;
    border-radius: 12px;
  }

  .service-top {
    align-items: flex-start;
  }

  .service-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    font-size: 18px;
  }

  .services-note {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.6;
  }

  .content-block {
    padding: 24px 0;
  }

  .content-block p,
  .coverage p,
  .services-list p,
  .trust-grid p,
  .job-copy p,
  .review-list--trustpilot p,
  .faq p {
    font-size: 15px;
    line-height: 1.65;
  }

  .coverage {
    padding: 36px 0;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .coverage-tags span {
    margin: 4px 6px 4px 0;
    font-size: 13px;
    padding: 7px 10px;
  }

  .map-card,
  .map-animation-box {
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
  }

  .map-animation-box svg {
    width: 100%;
    height: auto;
    display: block;
  }

  .trust {
    padding: 40px 0;
  }

  .trust-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .engineer-image-card img {
    height: 290px;
  }

  .trust-grid > div {
    padding: 18px;
    border-radius: 12px;
  }

  .stats {
    padding: 32px 0;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stats-grid strong {
    font-size: 24px;
  }

  .jobs-carousel-section {
    padding: 40px 0;
  }

  .jobs-carousel {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .jobs-track {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .job-item img {
    height: 200px;
  }

  .job-copy {
    padding: 16px;
  }

  .carousel-btn {
    display: none;
  }

  .reviews {
    padding: 40px 0;
  }

  .review-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .review-list > div {
    padding: 18px;
    border-radius: 12px;
  }

  .trustpilot-line img {
    max-width: 220px;
  }

  .review-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq {
    padding: 36px 0;
  }

  .faq details {
    padding: 14px 16px;
    border-radius: 12px;
  }

  .final {
    padding: 42px 0;
    text-align: left;
  }

  .footer {
    padding: 18px 16px 28px;
    font-size: 14px;
    line-height: 1.5;
  }

  .modal__panel {

    margin: 16px auto;
    max-height: calc(100vh - 32px);
    padding: 22px 16px 18px;
    border-radius: 16px;
  }

  .modal__title {
    font-size: 24px;
  }

  .modal__subtitle {
    font-size: 14px;
  }

  .booking-form {
    gap: 12px;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 14px;
    font-size: 16px;
  }

  .submit-cta {
    padding: 15px 16px;
    font-size: 16px;
  }

  a.cta.zphone::before {
    content: "Call Now: ";
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 28px;
  }

  .logo {
    font-size: 18px;
    position: relative;
    top: -5px;
  }

  .nav-cta {
    font-size: 14px;
    padding: 9px 10px;
  }

  .services h2,
  .content-block h2,
  .coverage h2,
  .reviews h2,
  .faq h2,
  .final h2 {
    font-size: 24px;
  }

  .step-box,
  .services-list > div,
  .trust-grid > div,
  .review-list > div {
    padding: 15px;
  }
}

.footer-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    gap: 5px;
}



.trust--hero {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  text-align: center;
}

.trust-logos--hero {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.trust-logos--hero .trust-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-logos--hero .trust-logo img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.trust-logos--hero .trust-logo span {
  display: none;
}

@media (min-width: 768px) {
  .trust--hero {
    font-size: 14px;
    margin-top: 14px;
  }

  .trust-logos--hero {
    gap: 14px;
  }

  .trust-logos--hero .trust-logo {
    background: rgba(255,255,255,0.9);
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 8px 12px;
    gap: 8px;
  }

  .trust-logos--hero .trust-logo img {
    width: 26px;
    height: 26px;
  }

  .trust-logos--hero .trust-logo span {
    display: inline;
    font-size: 13px;
    font-weight: 600;
    color: #222;
  }
}