/* =========================================================
   LOCATION PAGE
   ========================================================= */

.lpm-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.location-hero {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.location-hero-overlay {
    min-height: 520px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
}

.location-hero h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1.15;
    margin: 0 0 15px;
}

.hero-subtitle {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
}


/* =========================================================
   GENERAL CONTENT
   ========================================================= */

.location-top-content,
.location-services,
.location-faq {
    padding: 70px 0;
}

.location-top-content h2,
.location-services h2,
.location-faq h2 {
    font-size: 34px;
    line-height: 1.25;
    margin: 0 0 20px;
}

.top-content,
.services-content,
.faq-subtitle {
    max-width: 850px;
    font-size: 17px;
    line-height: 1.7;
}

.geo-tag-image {
    margin-top: 35px;
}

.geo-tag-image img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* =========================================================
   SERVICES
   ========================================================= */

.location-services {
    background: #f7f7f7;
}

.residential-services {
    background: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.service-item {
    background: #fff;
    border: 0;
    padding: 30px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.service-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.service-item h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 15px;
    color: #000;
}

.service-description {
    font-size: 16px;
    line-height: 1.65;
    color: #555;
}

.service-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    text-decoration: none;
}

.service-link:hover {
    text-decoration: underline;
}


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

.location-faq {
    background: #f7f7f7;
}

.faq-subtitle {
    margin-bottom: 35px;
    margin-top: 50px;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 60px;
}

.faq-item {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.faq-question {
    position: relative;
    margin: 0;
    padding: 20px 55px 20px 22px;
    font-size: 18px;
    line-height: 1.4;
    cursor: pointer;
    user-select: none;
}

.faq-question:after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}
.faq-question:hover:after {
    color: #25b7f1;
}
.faq-item.active .faq-question::after {
    content: "-";
}

.faq-answer {
    display: none;
    padding: 0 22px 22px;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    display: block;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .location-hero,
    .location-hero-overlay {
        min-height: 520px;
    }

    .location-hero h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 767px) {
    .location-top-content,
    .location-services,
    .location-faq {
        padding: 50px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .location-hero,
    .location-hero-overlay {
        min-height: 450px;
    }

    .location-hero h1 {
        font-size: 32px !important;
        line-height: 32px !important;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .location-top-content h2,
    .location-services h2,
    .location-faq h2 {
        font-size: 28px;
    }
}



/*New Css */


:root {
  --blue: #25b7f1;
  --navy: #0c1a31;
  --slate: #71828f;
  --wrap: 1570px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #1c2630;
  font-size: 15px;
}
.wrap {
  width: min(var(--wrap), calc(100% - 80px));
  margin: auto;
}
h2 {
  font-size: 35px;
  line-height: 1.08;
}
.hero {
  height: 850px;
  background: linear-gradient(#1120338a, #11203391),
    url("assets/hero.jpg") center/cover;
  color: #fff;
}
.hero nav {
  height: 118px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.logo {
  font-weight: 900;
  font-size: 27px;
  line-height: 0.75;
  font-style: italic;
  color: #fff;
}
.logo small {
  font-size: 12px;
  color: var(--blue);
}
.navlinks {
  display: flex;
  gap: 27px;
  margin-left: auto;
}
.nav a {
  font-size: 12px;
  font-weight: bold;
}
.nav .btn,
.btn {
  background: var(--blue);
  padding: 17px 26px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.hamb {
  display: none;
}
.hero-copy {
  text-align: center;
  max-width: 1200px;
  margin: 170px auto 0;
}
.hero h1 {
  font-size: 49px;
  line-height: 1.08;
  margin: 0;
}
.hero em {
  color: var(--blue);
  font-style: normal;
}
.hero-copy p {
  max-width: 760px;
  margin: 24px auto 42px;
  line-height: 1.6;
}
.stats {
  width: min(1000px, calc(100% - 50px));
  height: 100px;
  background: #fff;
  color: #fff;
  margin: -67px auto 70px;
  position: relative;
  clip-path: polygon(3% 0, 98% 0,  96% 100%,  4% 100%);
  padding-left: 20px;
  padding-right: 20px;
}

.inner-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 100px;
    background: #3AB6FF;
    clip-path: polygon(3% 0, 98% 0,  96% 100%,  4% 100%);
}
.stats div {
  display: grid;
  place-content: center;
  text-align: center;
}

.stats b {
  font-size: 35px;
}
.stats small {
  font-size: 13px;
}
.why {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 80px;
    align-items: center;
    padding-bottom: 60px;
}
.why img {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}

.why .why-content {
    padding-right: calc(100% - 680px);
}

.why h2,
.residential h2,
.reviews h2,
.locations h2,
.contact h2 {
  color: var(--blue);
  line-height: 48px !important;
}


.why p {
  line-height: 1.55;
}

.why h2 {
    position: relative;
}

.why h2:before {
    content: "";
    background: url(/wp-content/uploads/2026/08/left-arow-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 74px;
    height: 15px;
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 0;
}

.why .top-content {margin-top: 50px;}

.commercial {
  background: linear-gradient(#758692f2, #758692f2), linear-gradient(135deg, #677984, #8595a0);
    background-image: url(/wp-content/uploads/2026/08/Prodigal-Electric-Website-Background-03-scaled.jpg);
    background-repeat: repeat;
    background-size: contain;
  color: #fff;
  text-align: center;
  padding: 70px 0;
}
.commercial h2 {
  margin: 0;
  color: #fff !important;
  line-height: 48px !important;
  position: relative;
}
.commercial h2:before {
content: "";
background: url(/wp-content/uploads/2026/08/white-arow-title2.png);
background-repeat: no-repeat;
background-size: cover;
width: 135px;
height: 17px;
position: absolute;
top: auto;
bottom: -35px;
left: 0;
right: 0;
margin: 0 auto;
}

.lead {
  max-width: 1250px;
  margin: 60px auto 0;
}
.services-grid {
  width: min(1570px, calc(100% - 50px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.service-grid article {
  background: #fff;
  color: #202932;
  padding: 30px;
  min-height: 180px;
}
.number {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: #d6f4ff;
  color: var(--blue);
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.service-grid h3 {
  margin: 24px 0 12px;
  
}
.service-grid p {
  color: #6b7379;
  line-height: 1.4;
}

.services-grid .service-item .service-link {
    margin-top: 0;
}

.more,
.blue-btn {
  border: 0;
  background: #fff;
  padding: 14px 25px;
  font-weight: bold;
  margin-top: 50px;
}
.residential {
  text-align: center;
  padding: 60px 0 70px;
}

.residential .services-grid {
    width: min(1570px, calc(100% - 50px));
    
}

.residential .services-grid .service-item {
    background: #fff url(/wp-content/uploads/2026/08/Prodigal-Electric-Website-Background-05-scaled.jpg) 0 0 repeat;
    background-size: 100% 100%;
}
.residential h2 {margin-top: 0; position: relative;}
.residential h2:before {content: "";
    background: url(/wp-content/uploads/2026/08/arow-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 135px;
    height: 17px;
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;}
.residential .service-item h3 {color: #fff}
.residential .service-item p {color: #fff;}

.residential .services-grid .service-item .service-link {color: #fff;}

.res-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
  margin-top: 50px;
}
.res-grid article {
  min-height: 210px;
  background: linear-gradient(135deg, #37c3fb, #18a9e4);
  color: #fff;
  padding: 30px;
}
.res-grid .number {
  background: #fff;
}
.blue-btn {
  background: var(--blue);
  color: #fff;
}
.process {
  background: linear-gradient(110deg, var(--blue) 0 calc(100% - 70%), #697987 28%);
  color: #fff;
  padding: 70px 0;
}
.process .wrap {
  display: flex;
  align-items: center;
}
.process h2 {
  width: 30%;
  font-size: 44px;
  color: #fff !important;
  line-height: 48px !important;
}

@media (min-width: 1900px) {
    .process {background: linear-gradient(110deg, var(--blue) 0 calc(100% - 65%), #697987 28%);}
}

.steps {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.steps span {
  display: grid;
  text-align: center;
  font-size: 38px;
}

.steps span img {
    margin: auto;
}

.steps b {
  font-size: 12px;
  margin-top: 12px;
}
.reviews {
  padding: 60px 0;
}

.reviews h2 {
    position: relative;
}

.reviews h2:before {
    content: "";
    background: url(/wp-content/uploads/2026/08/left-arow-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 74px;
    height: 15px;
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 0;
}
.reviews>p {
    margin-top: 40px;
}

.reviews .blue-btn {color: #fff !important; margin: 0 0 20px;}
.reviews .blue-btn span {margin-left: 10px;}

.heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}
.review-grid article {
  background: #edf4ff;
  padding: 32px;
  color: #159ed9;
}
.review-grid p {
  color: #27323c;
  line-height: 1.5;
}
.locations {
  text-align: center;
  padding: 0 0 70px;
  position: relative;
}

.locations h2 {
    position: relative;
}

.locations h2:before {content: "";
    background: url(/wp-content/uploads/2026/08/arow-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 135px;
    height: 17px;
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;}

.location-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-top: 60px;
}
.location-grid article {
  font-size: 38px;
  color: var(--blue);
}
.location-grid h3 {
  color: #71818e;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}
.location-grid p {
  font-size: 13px;
  color: #303b44;
}

.locations .blue-btn {color: #fff !important; display: inline-block;}
.locations .blue-btn span {margin-left: 10px;}

.location-grid .location-view-link {
    font-size: 16px;
    font-weight: 600;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 0 0 70px;
}

.contact h2 {
    position: relative;
}

.contact h2:before {
    content: "";
    background: url(/wp-content/uploads/2026/08/left-arow-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 74px;
    height: 15px;
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 0;
}

.contact .gform_heading {display: none;}

.contact .gform-theme--foundation .gform-field-label__text {color: #fff;}
.contact .gfield input, .contact .gfield select, .contact .gfield textarea {border: 0 !important;}
.contact .gform_button {width: 100% !important;}
.contact .gform-theme--foundation .gform_fields {row-gap: 15px;}

.contact details {
  border-bottom: 1px solid #ccd4d8;
  padding: 20px;
}
.contact summary {
  font-weight: bold;
  cursor: pointer;
}
.contact summary::marker {
  color: var(--blue);
}
.contact form {
  background: #748591 url('/wp-content/uploads/2026/08/639566344_17861351319602743_5377873575050971921_n.jpg') 0 0 no-repeat;
  padding: 35px;
  color: #fff;
  position: relative;
}

.contact form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(116, 133, 145, 0.85);
    z-index: 1;
}

.contact form h2 {
  color: #fff !important;
  position: relative;
  z-index: 2;
}

.contact form h2:before {
    display: none;
}

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 18px;
  margin: 0 0 18px;
  border: 0;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.contact form textarea {
  height: 120px;
}
.contact form button {
  width: 100%;
  padding: 8px 18px;
  background-color: #000000 !important;
  color: #fff;
  border: 0;
}

.contact form button:hover {
    background-color: #3ab6ff !important;
}

.gform_wrapper {position: relative; z-index: 2;}
.gform_wrapper .gfield_required {color: #fff;}

.map {
  height: 570px;
  background: url("assets/map.jpg") center/cover;
}
.project {
  background: var(--blue);
  color: #fff;
  padding: 27px 0;
}
.project .wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.project b {
  font-size: 23px;
}
.project small {
  flex: 1;
}
.project a {
  background: #fff;
  color: #1d9fd5;
  padding: 14px 22px;
  font-weight: bold;
}

.copy {
  text-align: center;
  border-top: 1px solid #455165;
  margin-top: 50px;
  padding-top: 20px;
  color: #8290a1;
}
.blue-btn,
.btn,
.more {
  cursor: pointer;
}
.blue-btn:hover,
.btn:hover {
  filter: brightness(0.93);
}

.scrolling-text {display: none !important; padding-left: 0; list-style: none;}
.scrolling-text div {display: inline-block; padding: 0 15px; text-align: center;}
.scrolling-text div b {font-size: 30px;}
.scrolling-text div b, .scrolling-text div small {display: block;}

@media (min-width: 1025px) and (max-width: 1199px) {
    .why .why-content {padding-right: 15px;}
}

@media (max-width: 1024px)  {
    .why h2, .residential h2, .commercial h2, .reviews h2, .locations h2, .contact h2, .process h2 {font-size: 32px !important; line-height: 32px !important;}
    .process h2 {text-align: center; margin-bottom: 25px;}
    .process h2 br {display: none;}
    
    .why .why-content {padding-left: 15px; padding-right: 15px;}
}


@media (max-width: 1000px) {
  .navlinks {
    display: none;
  }
  .hamb {
    display: block;
    margin-left: auto;
    background: none;
    border: 0;
    color: #fff;
    font-size: 28px;
  }
  .nav span {
    display: none;
  }
  .hero {
    height: 720px;
  }
  .hero-copy {
    margin-top: 120px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .why {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process .wrap {
    display: block;
  }
  .process h2 {
    width: auto;
  }
  .steps {
    gap: 25px;
    flex-wrap: wrap;
  }
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
    .location-grid {grid-template-columns: repeat(2, 2fr);}
}

@media (max-width: 767px) {
    .services-grid {grid-template-columns: repeat(1, 1fr); margin-top: 0;}
    .commercial .services-grid {margin-top: 30px;}
    .why h2, .residential h2, .commercial h2, .reviews h2, .locations h2, .contact h2, .process h2 {font-size: 30px !important; line-height: 30px !important;}
    
    .stats {margin-bottom: 50px;}
    .why {padding-bottom: 40px;}
    .commercial, .residential {padding: 50px 0;}
    .reviews {padding: 40px 0;}
    .locations {padding-bottom: 40px;}
    .contact {padding-bottom: 50px;}


    .inner-stats {grid-template-columns: repeat(1, 1fr); overflow: hidden;}
    .inner-stats div {
        display: none;
    }
    .scrolling-text {display: flex !important; gap: 0; animation: marquee 70s linear infinite;  width: max-content;}
    .scrolling-text div {display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 8px 32px; white-space: nowrap; flex-shrink: 0;}
     
    
    @keyframes marquee {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
    }
}


@media (max-width: 650px) {
  .wrap {
    width: min(var(--wrap), calc(100% - 32px));
    padding-bottom: 40px;
  }
  
  .commercial .wrap {padding-bottom: 0;}
  
  .why.wrap {
    width: 100%;
  }
  
  
  .why .why-content {
    padding: 0 15px;
  }
  
  .hero {
    height: 650px;
  }
  .hero nav {
    height: 90px;
  }
  .hero-copy {
    padding: 0 20px;
    margin-top: 90px;
  }
  .hero h1 {
    font-size: 29px;
  }
  .hero-copy p {
    font-size: 13px;
  }
  .stats {
    margin-bottom: 55px;
  }
  .stats b {
    font-size: 23px;
  }
  .stats small {
    font-size: 9px;
  }
  .why {
    gap: 30px;
  }
  .why h2,
  h2 {
    font-size: 27px;
  }
  .service-grid,
  .res-grid,
  .review-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }
  .commercial, .residential {
    padding: 55px 0;
  }
  .service-grid article {
    min-height: 150px;
  }
  .process {
    background: #71828f;
    padding: 55px 0;
  }
  .process .wrap {
    padding-bottom: 0;
  }
  .process h2 {
    text-align: center;
  }
  .steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .heading {
    display: block;
  }
  .contact {
    gap: 40px;
  }
  .fields {
    grid-template-columns: 1fr;
  }
  .map {
    height: 360px;
  }
  .project .wrap {
    align-items: flex-start;
    flex-direction: column;
  }
   
  
  .reviews.wrap {
    padding-top: 55px;
  }
  
  .reviews.wrap .blue-btn {display: inline-block;}
}

@media (max-width: 499px) {
    .stats {
        height: auto;
    }
    /*.inner-stats {
        grid-template-columns: repeat(2, 2fr);
        grid-row-gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }*/
}
