/* =========================================================
   Location Page Manager - Service Master
   Standard / clean styling
   ========================================================= */

.lpm-service-page {
    color: #222;
    background: #fff;
}

.lpm-container {
    width: 100%;
    max-width: min(1570px, calc(100% - 50px));
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.lpm-service-page img {
    max-width: 100%;
    height: auto;
    display: block;
}


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

.lpm-hero {
    min-height: 520px;
    background-color: #444;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

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

.lpm-hero__content {
    max-width: 760px;
    padding: 70px 0;
}

.lpm-hero__title {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.1;
    font-weight: 700;
}

.lpm-hero__subtitle {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}

.lpm-hero__subtitle p {
    margin: 0 0 10px;
}


/* =========================================================
   CONTENT SECTIONS
   ========================================================= */

.lpm-content-section {
    padding: 75px 0;
}

.lpm-content-section--alternate {
    background: #f7f7f7;
}

.lpm-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 60px;
    align-items: center;
}

.lpm-two-column--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.lpm-content h2,
.lpm-section-heading h2 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.lpm-rich-text {
    font-size: 17px;
    line-height: 1.75;
    color: #000;
    margin-top: 50px;
}

.lpm-rich-text p {
    margin: 0 0 18px;
}

.lpm-rich-text p:last-child {
    margin-bottom: 0;
}

.lpm-image-column img,
.lpm-installation-image img {
    width: 100%;
    border-radius: 4px;
}


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

.lpm-benefits {
    padding: 70px 0;
    background: #fff;
}

.lpm-section-heading {
    /*max-width: 760px;*/
    margin: 0 auto 40px;
    text-align: center;
}

.lpm-section-heading h2 {
    position: relative;
}

.lpm-section-heading 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;
}

.lpm-section-heading--left {
    margin-left: 0;
    text-align: left;
}

.lpm-section-subtitle {
    font-size: 17px;
    line-height: 1.6;
    color: #000;
    margin-top: 60px;
}

.lpm-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.lpm-benefit-card {
    padding: 30px;
    border: 0;
    background: #fff url('/wp-content/uploads/2026/08/Prodigal-Electric-Website-Background-05-scaled.jpg') 0 0 repeat;
    background-size: 100% 100%;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.lpm-benefit-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.lpm-benefit-card h3 {
    margin: 20px 0 12px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
    word-break: break-word;
}

.lpm-benefit-card__text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.lpm-text-link {
    display: inline-block;
    margin-top: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #fff !important;
}

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


/* =========================================================
   INSTALLATION
   ========================================================= */

.lpm-installation {
    padding: 75px 0;
    background: #f7f7f7;
}

.lpm-installation-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 60px;
    align-items: start;
}

.lpm-process-list {
    border-top: 1px solid #ddd;
}

.lpm-process-item {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
}

.lpm-process-number {
    font-size: 14px;
    font-weight: 700;
    color: #777;
    padding-top: 3px;
}

.lpm-process-content h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.4;
}

.lpm-process-text {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.lpm-installation-image {
    position: sticky;
    top: 30px;
}


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

.lpm-faq {
    padding: 75px 0;
    background: #fff;
}

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

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

.lpm-faq-item .lpm-faq-question {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 55px 20px 22px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #222;
    font: inherit;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    position: relative;
    white-space: normal;
}

.lpm-faq-item .lpm-faq-question:hover, .lpm-faq-item .lpm-faq-question:focus {
    background: #fff;
}

.lpm-faq-question:hover {
    color: #000;
}

.lpm-faq-question:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.lpm-faq-question__text {
    flex: 1;
}

.lpm-faq-item .lpm-faq-question:hover .lpm-faq-question__text, .lpm-faq-item .lpm-faq-question:focus .lpm-faq-question__text {
    color: #000;
}

.lpm-faq-question__icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.lpm-faq-item .lpm-faq-question:hover .lpm-faq-question__icon, .lpm-faq-item .lpm-faq-question:focus .lpm-faq-question__icon {
    color: #3AB6FF;
}

.lpm-faq-item.is-open .lpm-faq-question__icon {
    font-size: 0;
}

.lpm-faq-item.is-open .lpm-faq-question__icon::before {
    content: "−";
    font-size: 20px;
}

.lpm-faq-answer {
    overflow: hidden;
}

.lpm-faq-answer__inner {
    padding: 0 22px 22px;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.lpm-faq-answer__inner p {
    margin: 0 0 12px;
}

.lpm-faq-answer__inner p:last-child {
    margin-bottom: 0;
}


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


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

@media (max-width: 991px) {
    .lpm-two-column,
    .lpm-two-column--reverse,
    .lpm-installation-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .lpm-installation-image {
        position: static;
    }
    
    
    .lpm-hero__content h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 767px) {
    .lpm-content-section,
    .lpm-benefits,
    .lpm-installation,
    .lpm-faq {
        padding: 50px 0;
    }

    .lpm-hero,
    .lpm-hero__overlay {
        min-height: 520px;
    }

    .lpm-hero__content {
        padding: 50px 0;
    }

    .lpm-hero__subtitle {
        font-size: 16px;
    }

    .lpm-content h2,
    .lpm-section-heading h2 {
        font-size: 28px;
    }

    .lpm-benefits-grid {
        grid-template-columns: 1fr;
    }

    .lpm-faq-question {
        font-size: 17px;
    }

    .lpm-faq-answer__inner {
        padding-right: 0;
    }
    
    .lpm-hero__content h1 {
        font-size: 32px !important;
        line-height: 32px !important;
    }
    
    
    .inner-stats {grid-template-columns: repeat(1, 1fr); overflow: hidden;}
    .stats .inner-stats div {
        display: none;
    }
    .scrolling-text {display: block; animation: marquee 5s linear infinite; white-space: nowrap;}
     
    
    @keyframes marquee {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
    }
}


/*NEW CSS */

:root {
  --blue: #26b8f1;
  --navy: #0c1a31;
  --slate: #748592;
  --wrap: 1570px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #23303a;
  font-size: 15px;
}
.wrap {
  width: min(var(--wrap), calc(100% - 80px));
  margin: auto;
}
h2 {
  font-size: 36px;
  line-height: 1.08;
}
.hero {
  height: 875px;
  background: linear-gradient(#15223570, #15223578),
    url("assets/hero.jpg") center/cover;
  color: #fff;
}
.hero nav {
  height: 120px;
  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: 28px;
  margin-left: auto;
}
.nav a {
  font-size: 12px;
  font-weight: bold;
}
.btn,
.blue-btn {
  display: inline-block;
  background: var(--blue);
  padding: 17px 26px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border: 0;
}
.hamb {
  display: none;
}
.hero-copy {
  text-align: center;
  max-width: 1150px;
  margin: 190px auto 0;
}
.hero h1 {
  font-size: 52px;
  line-height: 1.05;
  margin: 0;
}
.hero-copy p {
  max-width: 1000px;
  margin: 25px auto 45px;
  line-height: 1.55;
}
.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;
}
.intro {
  width: 100%;
  display: grid;
  grid-template-columns: 1.25fr 0.8fr;
  gap: 75px;
  align-items: center;
  padding-bottom: 80px;
}

.intro .intro-content {
    padding-left: calc(100% - 680px);
}

.intro h2,
.why h2,
.benefits h2,
.lpm-benefits h2,
.contact h2,
.other h2,
.locations h2,
.process h2,
.reviews h2 {
  color: var(--blue);
  line-height: 48px !important;
  margin-top: 0;
}
.intro p {
  line-height: 1.58;
}
.intro img {
  width: 100%;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 8% 100%);
}

.intro h2 {position: relative;}
.intro 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;
}

.intro .blue-btn {color: #fff !important; margin-top: 30px; transition: all 0.5s;}
.intro .blue-btn span {margin-left: 10px;}
.intro .blue-btn:hover {background: #000;}

.why {
  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: cover;
  color: #fff;
  padding: 70px 0 60px;
}
.why-grid {
    width: 100%;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 80px;
  align-items: center;
}

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

.why-grid h2 {
    color: #fff !important;
    position: relative
}

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

.why .lpm-rich-text {color: #fff;}

.why .lpm-rich-text ul {padding-left: 20px;}

.why img {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}
.why li {
  margin: 17px 0;
  line-height: 1.4;
}
.benefits {
  text-align: center;
  padding: 85px 0;
}
.benefits > p {
  max-width: 1400px;
  margin: 25px auto 55px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
}
.benefit-grid article {
  background: linear-gradient(135deg, #37c3fb, #18a9e4);
  color: #fff;
  padding: 30px;
  min-height: 210px;
}
.number {
  display: inline-grid;
  place-items: center;
  width: 45px;
  height: 45px;
  background: #fff;
  color: var(--blue);
  font-weight: bold;
  font-size: 20px;
}
.locations {
  text-align: center;
  background: linear-gradient(#71838ff2, #71838ff2),
    linear-gradient(135deg, #64747f, #82939e);
  color: #fff;
  padding: 70px 0;
  background-image: url(/wp-content/uploads/2026/08/Prodigal-Electric-Website-Background-03-scaled.jpg);
  background-repeat: repeat;
  background-size: cover;
}
.locations h2 {
  font-size: 46px;
  color: #fff !important;
  margin-top: 0;
  position: relative;
}

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

.locations p {
  max-width: 980px;
  margin: 50px auto 45px;
}

.locations .location-btn {
    background: #fff !important;
    color: #000 !important;
    transition: all 0.5s;
}

.locations .location-btn:hover {
    background: #3AB6FF !important;
    color: #fff !important;
}

.locations button span {
    display: inline-block;
    margin-left: 10px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  font-size: 28px;
  font-weight: bold;
}

.location-grid a {
    color: #fff !important;
}

.location-grid span:before {
    content: "";
    background: url(/wp-content/uploads/2026/09/location-pin.png) -2px 0 no-repeat;
    width: 35px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-size: auto 100%;
    margin-right: 25px;
}

.locations .location-btn {
  margin-top: 50px;
  padding: 14px 30px;
  background: white;
  border: 0;
  font-weight: bold;
  display: inline-block;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 70px 0;
}

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

.process {
  background: #26b8f1 url(/wp-content/uploads/2026/08/Prodigal-Electric-Website-Background-05-scaled.jpg) 0 0 repeat;
  background-size: 100% 100%;
  color: #fff;
}
.process h2 {
    position: relative;
}
.process h2:before {
    content: "";
    background: url(/wp-content/uploads/2026/09/left-white-arow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 74px;
    height: 15px;
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 0;
}

.process .wrap {
  /*min-height: 690px;*/
  width: 100%;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: center;
}

.process .process-content {padding-left: calc(100% - 860px); padding-top: 50px; padding-bottom: 40px;}

.process .process-content p {margin-top: 60px;}

.process .wrap img {
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 20% 100%);
}

.process h2 {
  font-size: 40px;
  color: #fff !important; 
}
.process li {
  margin: 17px 0;
  line-height: 1.5;
}
.other {
  text-align: center;
  padding: 70px 20px;
  max-width:min(1570px, calc(100% - 50px));
  width: 100% !important;
}
.other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 40px;
}

.other h2 {
    position: relative;
}

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

.other-grid article {
  background: #748591 url(/wp-content/uploads/2026/08/Prodigal-Electric-Website-Background-03-scaled.jpg) 0 0 repeat;
  background-size: 100% 100%;
  color: white;
  padding: 30px;
  min-height: 370px;
}
.other-grid b {
  background: white;
  color: var(--blue);
  padding: 13px;
}
.other-grid h3 {
  margin-top: 32px;
  font-size: 21px;
  word-break: break-word;
}

.other .blue-btn {color: #fff; transition: all 0.5s;}
.other .blue-btn:hover {background: #000;}

.reviews {
  padding: 0 0 70px;
}


.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: 55px;
}
.review-grid article {
  background: #edf4ff;
  padding: 32px;
  color: #179fd9;
}
.review-grid p {
  color: #27323c;
  line-height: 1.5;
}
.map {
  background: url("assets/map.jpg") center/cover;
}

.map iframe {width: 100%;}

.cta {
  background: var(--blue);
  color: #fff;
  padding: 28px 0;
}
.cta .wrap {
  display: flex;
  gap: 35px;
  align-items: center;
}
.cta b {
  font-size: 24px;
}
.cta small {
  flex: 1;
}
.cta a {
  background: white;
  color: #159ed9;
  padding: 14px 24px;
  font-weight: bold;
}

.copy {
  text-align: center;
  border-top: 1px solid #455165;
  margin-top: 50px;
  padding-top: 20px;
  color: #8190a1;
}

.gform-theme--foundation .gform_footer .gform_button:hover {color: #000 !important;} 

/*================================== Responsive ================================== */

@media (max-width: 1299px) {
    .process .process-content {padding-left: 15px; padding-bottom: 30px;}
}

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

@media (max-width: 1024px) {
    .intro h2, .why h2, .benefits h2, .lpm-benefits h2, .contact h2, .other h2, .locations h2, .process h2, .reviews h2 {font-size: 32px !important; line-height: 32px !important;}
    
    .intro .intro-content, .why .why-content {padding-left: 15px; padding-right: 15px;}
    .process .wrap {grid-template-columns: 1fr; min-height: auto; padding: 70px 0 0;}
    .process .process-content {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: 40px;
  }
  .why-grid,
  .intro {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  
  .why-grid {
    display: flex;
    flex-direction: column-reverse;
    width: 100% !important;
  }
  
  .intro img {
    max-height: 600px;
    object-fit: cover;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact {
    grid-template-columns: 1fr;
  }
  .process {
    background: var(--blue);
  }
  
}

@media (max-width: 767px) {
    .intro h2, .why h2, .benefits h2, .lpm-benefits h2, .contact h2, .other h2, .locations h2, .process h2, .reviews h2 {font-size: 30px !important; line-height: 30px !important;}
    .why {padding: 50px 0;}
    .intro {padding-bottom: 50px;}
    .locations, .contact {padding: 50px 0;}
    .process .wrap {padding-top: 50px;}
    .other {padding-top: 50px; padding-bottom: 50px; margin: 0; max-width: 100% !important;}
    .other-grid {grid-template-columns: repeat(1, 1fr);}
    .lpm-container {max-width: 100%;}
}


@media (max-width: 650px) {
  .wrap {
    width: min(var(--wrap), calc(100% - 32px));
  }
  .hero {
    height: 640px;
  }
  .hero nav {
    height: 90px;
  }
  .hero-copy {
    padding: 0 20px;
    margin-top: 85px;
  }
  .hero h1 {
    font-size: 30px;
  }
  .hero-copy p {
    font-size: 13px;
  }
  .stats {
    margin-bottom: 55px;
  }
  .stats b {
    font-size: 23px;
  }
  .stats small {
    font-size: 9px;
  }
  .intro {
    gap: 40px;
    padding-bottom: 60px;
    width: 100%;
  }
  .intro h2,
  h2 {
    font-size: 27px;
  }
  .why {
    padding: 55px 0;
  }
  .why-grid {
    gap: 35px;
  }
  .benefit-grid,
  .other-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .benefits {
    padding: 55px 0;
  }
  .locations h2 {
    font-size: 31px;
  }
  .location-grid {
    font-size: 19px;
    gap: 22px;
  }
  
  .location-grid a {
    text-align: left;
    font-size: 15px;
  }
  
  .location-grid span:before {
    width: 25px;
    height: 30px;
    margin-right: 10px;
  }
  
  .contact {
    gap: 40px;
    padding: 60px 0;
  }
  .fields {
    grid-template-columns: 1fr;
  }
  .process h2 {
    font-size: 29px;
  }
  .heading {
    display: block;
  }
  .map {
    height: 350px;
  }
  .cta .wrap {
    flex-direction: column;
    align-items: flex-start;
  }

}

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

