/* Locations Section */
.locations-section .locations-heading {
    color: #265C9E;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 30px;
}

/* Filter */
.locations-section .locations-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.locations-section .filter-btn {
    color: #018140;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 42px;
    border: 1px solid #007C3D;
    background: rgba(0, 124, 61, 0.10);
    padding: 10px 24px;
    cursor: pointer;
    transition: all 0.3s;
}

.locations-section .filter-btn:hover,
.locations-section .filter-btn.active {
    background: #007C3D;
    color: #fff;
}

/* Cards */
.locations-section .row {
    row-gap: 37px;
    justify-content: flex-start!important;
}

.locations-section .item {
    position: relative;
    text-align: center;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0 0 80px;
    border-radius: 20px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 12px 10.3px 0px rgba(0, 0, 0, 0.08);
}

.locations-section .item .bnn {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 61%;
    margin: 0;
}

.locations-section .item .bnn img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.locations-section .item .location-info {
    padding: 25px 20px;
    width: 100%;
    text-align: left;
}
.row.loc-why-grid .col-md-6 .loc-why-card {
    aspect-ratio: 2/1!important;
     
}
.locations-section .item .location-title {
    color: #4F5153;
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px;
}
.loc-eyebrow{
color: #FFF;
text-align: center;
font-family: Playfair;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 112%; /* 33.6px */
}
.locations-section .item .location-address,
.locations-section .item .location-phone,
.locations-section .item .location-fax {
    color: #939393;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.locations-section .item .location-address img,
.locations-section .item .location-phone img,
.locations-section .item .location-fax img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.locations-section .item .location-address-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 10px;
}
.loc-info-col:first-child {text-align: left;align-items: flex-start;}
.locations-section .item .view-google {
    color: #265C9E;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.locations-section .item .view-google:hover {
    text-decoration: underline;
}

.locations-section .item .btn-layout {
    max-width: 90%;
    position: absolute;
    bottom: 20px;
    left: 5%;
    right: 5%;
}

/* ============================================================ */
/* SINGLE LOCATION DETAIL PAGE                                  */
/* ============================================================ */

/* --- Info Bar --- */
.loc-info-bar {
    /* border-top: 1px solid #E8E8E8; */
    /* border-bottom: 1px solid #E8E8E8; */
    padding: 0;
    background: #fff;
    margin: 50px 150px;
}
.loc-info-grid {
    display: flex;
    align-items: stretch;
}
.loc-info-col {
    flex: 1;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #E8E8E8;
}
.loc-info-divider {
    width: 1px;
    background: #E8E8E8;
    align-self: stretch;
}
.loc-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 6px;
}
.loc-info-item img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.loc-info-label {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.loc-info-value {
    margin: 0;
    text-decoration: none;
    color: #000;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
a.loc-info-value:hover { color: #007C3D; }

/* Google Reviews column */
.loc-info-col--reviews {align-items: center;/* width: 40%; */}
.loc-google-reviews {
    text-align: center;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: opacity 0.2s;
}
.loc-google-reviews:hover { opacity: 0.8; color: inherit; }
.loc-google-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 6px;
}
.loc-google-logo { width: 60px; }
.loc-google-reviews-label {
    color: #4F5153;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.loc-stars { color: #FBBC04; font-size: 20px; margin-bottom: 4px; }
.loc-rating-text {
    color: #939393;
    font-family: Lato, sans-serif;
    font-size: 14px;
    margin: 0;
}

/* --- Location Photo --- */
/* --- Google Map --- */
.loc-map-section {
    width: 100%;
    display: block;
    line-height: 0;
    padding: 50px 150px;
}
.loc-map-section iframe {
    width: 100%;
   height: 500px;
    display: block;
    border: 0;
}

/* --- Hero + Form --- */
.loc-hero-section {
    background: radial-gradient(264.36% 133.33% at 500% 3.69%, #00A751 00%, #017C3D 40%);
    padding: 70px 0;
}
.loc-hero-content {
    padding-right: 40px;
}
.loc-hero-content h2 {
    margin-bottom: 37px;
    color: #FFF;
    font-family: Lato;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.793px;
    text-transform: capitalize;
}
.loc-hero-content p {
    margin-bottom: 36px;
    color: #FFF;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
}
.loc-form-box {
    background: transparent;
    border-radius: 16px;
    padding: 36px 70px;
}
.loc-form-box label,
.loc-form-box legend {
    color: #fff !important;
}
.loc-form-box .gform_wrapper,
.loc-form-box .gform_wrapper form,
.loc-form-box .gform_wrapper .gform_heading,
.loc-form-box .gform_wrapper .gform_description {
    margin: 0 !important;
}
.loc-form-box .gform_wrapper .gform_heading,
.loc-form-box .gform_wrapper .gform_description {
    display: none !important;
}

/* --- Gravity Form #4 inside Hero --- */
/* Grid: 2 columns for the form fields */
.loc-form-box .gform_wrapper .gform_body .gform_fields,
.loc-form-box .gform_wrapper form .gform_fields {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 30px !important;
    padding: 0;
    margin: 0;
    list-style: none;
}
/* Reset GF width overrides */
.loc-form-box .gform_wrapper .gfield {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
    grid-column: auto !important;
    box-sizing: border-box;
}
.loc-form-box .gform_wrapper .gfield--type-name {
    grid-column: 1 / -1 !important;
}
.loc-form-box .gform_wrapper .gfield--type-name .ginput_container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 30px !important;
    margin: 0 !important;
}
.loc-form-box .gform_wrapper .gfield--type-name .ginput_container > span {
    min-width: 0;
    width: 100% !important;
    max-width: none;
}
.loc-form-box .gform_wrapper .gfield--type-name    { order: 1; }
.loc-form-box .gform_wrapper .gfield--type-phone   { order: 2; }
.loc-form-box .gform_wrapper .gfield--type-email   { order: 3; }
.loc-form-box .gform_wrapper .gfield--type-address  { order: 4; }
.loc-form-box .gform_wrapper .gfield--type-radio    { order: 5; }
.loc-form-box .gform_wrapper .gform_footer          { order: 6; }
.loc-form-box .gform_wrapper .gfield--type-address {
    grid-column: 1 / -1 !important;
}
/* Hide address sub-field labels and hidden fields, show only zip */
.loc-form-box .gform_wrapper .gfield--type-address .gform-grid-row {
    display: block !important;
    margin: 0 !important;
}
.loc-form-box .gform_wrapper .gfield--type-address .address_zip {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    padding: 0 !important;
}
.loc-form-box .gform_wrapper .gfield--type-address .gform-field-label--type-sub {
    display: none !important;
}
/* Text inputs */
.loc-form-box .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
.loc-form-box .gform_wrapper select,
.loc-form-box .gform_wrapper textarea {
    background: #fff !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 8px !important;
    padding: 14px 16px !important;
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #333;
    width: 100% !important;
    box-sizing: border-box;
}
/* Hide field labels for text inputs (placeholders shown instead) */
.loc-form-box .gform_wrapper .gfield--type-name .gfield_label,
.loc-form-box .gform_wrapper .gfield--type-name label,
.loc-form-box .gform_wrapper .gfield--type-email .gfield_label,
.loc-form-box .gform_wrapper .gfield--type-phone .gfield_label,
.loc-form-box .gform_wrapper .gfield--type-address .gfield_label,
.loc-form-box .gform_wrapper .gfield--type-address legend {
    display: none !important;
}

/* === RADIO FIELDS === */
/* Both radio fields span full width */
.loc-form-box .gform_wrapper .gfield--type-radio {
    grid-column: 1 / -1 !important;
    display: flex;
}
/* "Are you a current customer?" ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â label + Yes/No on SAME line */
.loc-form-box .gform_wrapper .gfield--type-radio:first-of-type {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
}
.loc-form-box .gform_wrapper .gfield--type-radio:first-of-type > legend,
.loc-form-box .gform_wrapper .gfield--type-radio:first-of-type > .gfield_label {
    display: inline !important;
    color: #fff !important;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
}
/* Radio options inline */
.loc-form-box .gform_wrapper .gfield_radio {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    flex-flow: row;
}
.loc-form-box .gform_wrapper .gfield_radio .gchoice {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 !important;
    padding: 0 !important;
}
.loc-form-box .gform_wrapper .gfield_radio .gchoice label {
    color: #fff !important;
    font-family: Lato, sans-serif;
    font-size: 16px;
    cursor: pointer;
}
.loc-form-box .gform_wrapper .gfield_radio input[type="radio"] {
    accent-color: #007C3D;
}

/* "What are you interested in?" ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â label on own line, pill buttons */
.loc-form-box .gform_wrapper .gfield--type-radio:last-of-type {
    display: block !important;
}
.loc-form-box .gform_wrapper .gfield--type-radio:last-of-type > legend,
.loc-form-box .gform_wrapper .gfield--type-radio:last-of-type > .gfield_label {
    display: block !important;
    color: #fff !important;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    font-weight: bold;
}
/* Hide radio dots, show as button-style options */
.loc-form-box .gform_wrapper .gfield--type-radio:last-of-type .gfield_radio input[type="radio"] {
    display: none !important;
}
.loc-form-box .gform_wrapper .gfield--type-radio:last-of-type .gchoice {
    display: inline-block;
}
.loc-form-box .gform_wrapper .gfield--type-radio:last-of-type .gchoice label {
    display: ruby-text;
    padding: 20px 78px;
    border-radius: 22px;
    border: 2px solid #fff;
    background: #fff;
    color: #333 !important;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.loc-form-box .gform_wrapper .gfield--type-radio:last-of-type input[type="radio"]:checked + label {
    background: #265C9E;
    border-color: #265C9E;
    color: #fff !important;
}

/* Submit button ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â white bg, green text */
.loc-form-box .gform_wrapper .gform_footer,
.loc-form-box .gform_wrapper .gform_page_footer {
    grid-column: 1 / -1;
    margin: 8px 0 0 !important;
    padding: 0 !important;
}
.loc-form-box .gform_wrapper input[type="submit"],
.loc-form-box .gform_wrapper .gform_button {
    background: #fff !important;
    color: #007C3D !important;
    border: 2px solid #007C3D !important;
    border-radius: 40px !important;
    padding: 20px 28px !important;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s;
}
.loc-form-box .gform_wrapper input[type="submit"]:hover,
.loc-form-box .gform_wrapper .gform_button:hover {
    background: #007C3D !important;
    color: #fff !important;
}

/* Responsive: form single column on mobile */
@media (max-width: 991px) {
    .loc-form-box {
        padding: 20px 0 !important;
    }
    .loc-form-box .gform_wrapper .gform_body .gform_fields,
    .loc-form-box .gform_wrapper form .gform_fields {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    .loc-form-box .gform_wrapper .gfield--type-name .ginput_container {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    .loc-form-box .gform_wrapper .gfield--type-radio:first-of-type {
        flex-direction: column;
        align-items: flex-start;
    }
    .loc-form-box .gform_wrapper .gfield_radio {
        /* flex-flow: row wrap; */
        gap: 12px;
    }
    .loc-form-box .gform_wrapper .gfield--type-radio:last-of-type .gfield_radio {
        display: grid !important;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .loc-form-box .gform_wrapper .gfield--type-radio:last-of-type .gchoice,
    .loc-form-box .gform_wrapper .gfield--type-radio:last-of-type .gchoice label {
        width: 110%;
    }
    .loc-form-box .gform_wrapper .gfield--type-radio:last-of-type .gchoice label {
        display: block;
        padding: 14px 18px;
        text-align: center;
        white-space: normal;
    }
    .loc-form-box .gform_wrapper .gfield--type-address .address_zip {
        max-width: 100%;
    }
    .loc-form-box .gform_wrapper .gform_footer,
    .loc-form-box .gform_wrapper input[type="submit"],
    .loc-form-box .gform_wrapper .gform_button {
        width: 100% !important;
    }
}

/* --- Section header shared --- */
.loc-section-header {
    margin-bottom: 60px;
    place-items: center;
}
.loc-section-header h2 {
    margin-bottom: 22px;
    color: #265C9E;
    text-align: center;
    font-family: Lato;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.793px;
    text-transform: capitalize;
}
.text-under-popular h2,.text-under-popular h1 {
    margin-bottom: 22px;
    color: #265C9E;
    text-align: center;
    font-family: Lato;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.793px;
    text-transform: capitalize;
}

.text-under-popular {
    margin-top: 110px;
}
.loc-section-header p {
    margin: 0;
    color: #000;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
}
.loc-section-header--center { text-align: center; }
.loc-section-header--center p { margin: 0 auto; }
.loc-section-header--light h2 { color: #fff; }
.loc-section-header--light p { color: rgba(255,255,255,0.80); }

/* --- Security Solutions --- */
.loc-solutions-section {
    padding: 110px 0;
    background: #fff;
}
.loc-solutions-grid { row-gap: 24px; margin-top: 0; }
.loc-solution-card {
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 82px 30px;
    text-align: center;
    /* aspect-ratio: 1 / 1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: box-shadow 0.3s;
}
.loc-solution-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.loc-solution-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 78px;
    margin: 0 auto 18px;
}
.loc-solution-icon img {width: 77px;height: 78px;object-fit: contain;}
.loc-solution-card h4 {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    text-transform: capitalize;
}

/* --- Packages override for location page heading --- */
.packages-section h2 {
    margin-bottom: 50px;
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
}
.packages-section h2 span {
    display: block;
    color: #265C9E;
    text-align: center;
    font-family: Lato;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 22px;
}

/* --- Local Experts --- */
.loc-experts-section {
    padding: 70px 0 0;
    background: #fff;
}
.loc-stats-grid {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 30px;
    flex-wrap: wrap;
    background: radial-gradient(267.36% 133.33% at 100% 1.69%, #00A751 0%, #017C3D 100%);
    /* border-radius: 16px; */
    overflow: hidden;
}
.loc-stat-item {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 80px;
    /* border-right: 1px solid rgba(255,255,255,0.2); */
}
.loc-stat-item:last-child { border-right: none; }
.loc-stat-icon {
    font-size: 55px;
    color: #fff;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}
.loc-stat-icon img {width: 56px;height: 56px;filter: brightness(0) invert(1);}
.loc-stat-value {
    display: block;
    margin-bottom: 21px;
    color: var(--off-white, #F2F2F2);
    text-align: center;
    font-family: Lato;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.loc-stat-label {
    color: var(--off-white, #F2F2F2);
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* --- Service Area --- */
.loc-service-area-section {
    padding: 110px 0;
    background: #fff;
}
.loc-area-grid {
    display: flex;
    gap: 16px;
    align-items: stretch;
    margin-top: 10px;
    min-height: 480px;
}
.loc-area-main {
    flex: 2;
    border-radius: 12px;
    overflow: hidden;
}
.loc-area-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 480px;
}
.loc-area-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.loc-area-logo-box {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 24px; */
    /* min-height: 220px; */
}
.loc-area-logo-box img {/* max-width: 200px; *//* display: block; */object-fit: cover;height: 100%;border-radius: 12px;}
.loc-area-van {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    min-height: 220px;
}
.loc-area-van img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Popular Solutions --- */
.loc-popular-section {
    padding: 00px 0 110px;
    background: #fff;
}
.loc-popular-grid { row-gap: 24px; }
.loc-popular-card {
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 36px 24px 28px;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s;
}
.loc-popular-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.loc-popular-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    height: 56px;
}
.loc-popular-icon img {width: 74px;height: 74px;object-fit: contain;}
.loc-popular-card h4 {
    margin-bottom: 18px;
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    margin-top: 32px;
    text-transform: capitalize;
}
.loc-popular-card p {
    margin: 0;
    color: #666;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.loc-reviews-section h2 {
    color: #265C9E;
    text-align: center;
    font-family: Lato;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.793px;
    text-transform: capitalize;
    margin-bottom: 50px;
}
/* --- Why Choose --- */
.loc-why-section {
    padding: 00px 0 70px;
    background: #FFF;
}
.loc-why-grid { row-gap: 24px; }
.loc-why-card {
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 40px 24px;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: box-shadow 0.3s;
}
a.loc-solution-card,
a.loc-popular-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.loc-solution-card:hover,
a.loc-popular-card:hover {
    text-decoration: none;
    color: inherit;
}
.loc-why-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 60px;
}
.loc-why-icon img {width: 74px;height: 74px;}
.loc-why-card p {
    margin: 0;
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px; /* 154.167% */
    margin-top: 20px;
    text-transform: capitalize;
}
.text-under-popular p  {   
    padding-top: 30px;
    color: #000;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
}
/* --- Reviews --- */
.loc-reviews-section {
    padding: 70px 0;
    background: #FFF;
}
.loc-reviews-grid { row-gap: 24px; margin-top: 10px; }
.loc-review-card {
    background: #263547;
    border-radius: 12px;
    padding: 28px 24px;
    height: 100%;
}
.loc-review-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.loc-reviewer-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4A6080;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.loc-reviewer-info { flex: 1; }
.loc-reviewer-info strong {
    display: block;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.loc-reviewer-info span {
    color: #8A9BB0;
    font-family: Lato, sans-serif;
    font-size: 13px;
}
.loc-review-google { color: #8A9BB0; font-size: 20px; }
.loc-review-stars { color: #FBBC04; font-size: 14px; margin-bottom: 12px; }
.loc-review-card > p {
    color: rgba(255,255,255,0.80);
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

/* --- Green CTA --- */
.loc-cta-section {
    background: radial-gradient(267.36% 133.33% at 100% 1.69%, #00A751 0%, #017C3D 100%);
    padding: 70px 0;
}
.loc-cta-inner {
    text-align: center;
}
.loc-cta-inner h2 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
}
.loc-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.loc-cta-btn { min-width: 220px; }

 
@media (max-width: 991px) {
    .loc-info-col { padding: 18px 24px; }
    .loc-hero-section { padding: 50px 0; }
    .loc-hero-content { padding-right: 0; margin-bottom: 30px; }
    .loc-form-box { padding: 28px 24px; }
    .loc-solutions-section,
    .loc-experts-section,
    .loc-service-area-section,
    .loc-popular-section,
    .loc-why-section,
    .loc-reviews-section,
    .loc-cta-section { padding: 50px 0; }
    .loc-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .loc-stat-item:last-child { border-bottom: none; }
}

@media (max-width: 767px) {
    .loc-info-bar {
        margin: 30px 20px;
    }
    .loc-info-grid { flex-direction: column; }
    .loc-info-divider { width: 100%; height: 1px; }
    .loc-info-col { padding: 16px 20px; }
    .loc-info-col--reviews { align-items: flex-start; }
    .loc-google-reviews { text-align: left; }
    .loc-map-section {
        padding: 30px 20px;
    }
    .loc-map-section iframe { height: 260px; }
    .loc-hero-content h2 { font-size: 26px; }
    .loc-section-header h2 {font-size: 34px;}
    .loc-area-grid { flex-direction: column; }
    .loc-area-main img { min-height: 220px; }
    .loc-area-side {flex-direction: column;}
    .loc-stats-grid { flex-direction: column; }
    .loc-cta-inner h2 { font-size: 24px; }
    .loc-cta-btn { min-width: unset; width: 100%; max-width: 320px; }
}
