:root {
    --color-primary: #b5ff00;
    --color-secondary: #e4e412;
    --color-tertiary: #00ffaa;
    --color-quaternary: #ffc06c;
    --color-dark: #0c1728;
    --color-medium-dark: #27323f;
    --color-light-dark: #3d474f;
}

/* --- FONT FACE DEFINITIONS --- */
@font-face {
    font-family: 'Questrial';
    src: url('assets/questrial-regular-webfont.woff2') format('woff2'),
         url('assets/questrial-regular-webfont.woff') format('woff');
    font-weight: 400; 
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text'; 
    src: url('assets/sf-pro-text-light-webfont.woff2') format('woff2'),
         url('assets/sf-pro-text-light-webfont.woff') format('woff');
    font-weight: 300; 
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text'; 
    src: url('assets/sf-pro-text-regular-webfont.woff2') format('woff2'),
         url('assets/sf-pro-text-regular-webfont.woff') format('woff');   
    font-weight: 400; 
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text'; 
    src: url('assets/sf-pro-text-medium-webfont.woff2') format('woff2'),
         url('assets/sf-pro-text-medium-webfont.woff') format('woff');   
    font-weight: 500; 
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text'; 
    src: url('assets/sf-pro-text-semibold-webfont.woff2') format('woff2'),
         url('assets/sf-pro-text-semibold-webfont.woff') format('woff');   
    font-weight: 600; 
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text'; 
    src: url('assets/sf-pro-text-bold-webfont.woff2') format('woff2'), 
         url('assets/sf-pro-text-bold-webfont.woff') format('woff');   
    font-weight: 700; 
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Tiro Bangla";
    src: url(assets/tirobangla-italic-webfont.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
/* --- END OF FONT FACE DEFINITIONS --- */

*, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'SF Pro Text', 'Questrial', sans-serif; 
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'SF Pro Text', sans-serif; 
    line-height: 1.2;
    background-color: #d3dee208; 
    color: #27323F;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:is(a, button):focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
    border-radius: 2px;
}

/* ==========================================================================
   2. Header & Navigation
   ========================================================================== */
.header-container {
    position: fixed; top: 0; left: 0; width: 100%; min-height: 81px; display: flex;
    justify-content: center; align-items: center;
    transition: background-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
    z-index: 10000;
}
.header-content {
    width: 100%; max-width: 1230px; display: flex; justify-content: space-between;
    align-items: center; padding: 0 15px 0 0;
}
.logo-container { width: 17%; display: flex; justify-content: flex-start; align-items: center; }
.logo-container img { max-height: 40px; width: auto; }
.navigation-container { width: 45%; display: flex; justify-content: center; align-items: center; overflow: visible; height: 50px; }
.navigation-links { display: flex; gap: 5px; line-height: 50px; height: 100%; }
.navigation-links a {
    text-decoration: none; font-family: "SF Pro Text", sans-serif; font-weight: 300;
    font-size: 15px; color: #02070c; padding: 0 20px; position: relative;
    display: inline-block; letter-spacing: -.02em; transition: color .3s ease;
}
.navigation-links a:hover { color: #576060; }
.nav-dropdown { position: static; }
.nav-dropdown > a { display: flex; align-items: center; gap: 5px; }
.dropdown-arrow { width: 12px; height: 12px; transition: transform .3s ease; }
.nav-dropdown:hover .dropdown-arrow { transform: rotate(180deg); }
.contact-container {
    width: 38%; display: flex; flex-direction: column; justify-content: flex-end;
    align-items: flex-end; padding-right: 30px;
}
.phone-row { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.phone-container { width: max-content; display: inline-block; animation: pauseAnimation 4s infinite; }
.phone-icon {
    width: 20px; height: 20px; display: block; transform-origin: center;
    animation: vibrate 1s ease-in-out infinite; animation-play-state: running;
}
.phone-icon path { fill: #04701A; }
.phone-icon path:first-child { opacity: 0; animation: signalWave 2s cubic-bezier(.4, 0, .6, 1) infinite; transform-origin: 14px 10px; }
.phone-icon path:nth-child(2) { opacity: 0; animation: signalWave 2s cubic-bezier(.4, 0, .6, 1) .3s infinite; transform-origin: 14px 10px; }
@keyframes vibrate { 0%, to { transform: rotate(-2deg); } 50% { transform: rotate(2deg); } }
@keyframes signalWave { 0% { opacity: 0; transform: scale(.8); } 20% { opacity: .7; } 50%, to { opacity: 0; transform: scale(1.1); } }
@keyframes pauseAnimation { 0%, 40% { animation-play-state: running; } 41%, to { animation-play-state: paused; } }
.phone-container:hover .phone-icon { animation-play-state: paused; }
.phone-number {
    font-family: "SF Pro Text", sans-serif; font-weight: 700; font-size: 24px;
    color: #0C1728; letter-spacing: -.02em; text-decoration: none;
}
.emergency-text { font-family: "Tiro Bangla", sans-serif; font-style: italic; font-size: 13px; color: #27323F; margin-top: 5px; }
.header-container.scrolled:not(.menu-active) {
    background-color: rgba(255, 255, 255, .68);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.header-container.menu-active, .header-container.mobile-menu-open {
    background-color: #fdfeff !important;
    backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
    box-shadow: none !important; transition-delay: 0s;
}

.mega-menu {
    position: absolute; top: 81px; left: 0; width: 100%; background-color: #fdfeff;
    visibility: hidden; transform: translateY(-20px); opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s linear 0.4s;
    z-index: 9998; box-shadow: none; pointer-events: none;
}
.header-container.menu-active .mega-menu {
    visibility: visible; transform: translateY(0); opacity: 1; pointer-events: auto;
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s linear 0s;
}
.header-container.menu-active .mega-menu::after {
    content: ''; position: absolute; bottom: -15px; left: 0; right: 0; height: 15px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.12), transparent);
    pointer-events: none;
}
.mega-menu-content { max-width: 1230px; margin: 0 auto; padding: 30px 15px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.mega-menu-category { display: flex; flex-direction: column; }
.mega-menu-category h3 { font-family: "SF Pro Text", sans-serif; font-size: 16px; font-weight: 600; color: #02070c; margin-bottom: 10px; letter-spacing: -.02em; }
.mega-menu-category ul { list-style: none; }
.mega-menu-category li { margin-bottom: 0; line-height: 1.2; }
.mega-menu-category a {
    font-family: Questrial, sans-serif; font-size: 14px; font-weight: 300;
    color: #383f3f; text-decoration: none; transition: all .15s ease;
    letter-spacing: -.02em; display: block; padding: 4px 0; line-height: 1.2;
}
.mega-menu-category a:hover { color: #0C1728; font-weight: 600; }

.mobile-menu-container {
    display: none; position: fixed; top: 81px; left: 0; width: 100%;
    background-color: #fdfeff; box-shadow: 0 5px 15px #0000001a;
    z-index: 9990; max-height: 0; overflow: hidden;
    transition: max-height .4s ease-in-out;
}
.mobile-menu-container.active { max-height: 80vh; display: block; }
.mobile-menu {
    padding: 20px; display: flex; flex-direction: column; align-items: flex-start;
    max-height: calc(80vh - 40px); overflow-y: auto;
}
.mobile-menu-logo { margin-bottom: 15px; }
.mobile-menu-logo img { max-height: 50px; width: auto; }
.mobile-menu-links { width: 100%; display: flex; flex-direction: column; margin-bottom: 10px; }
.mobile-menu-item { width: 100%; }
.mobile-menu-toggle {
    width: 100%; display: flex; justify-content: space-between; align-items: center;
    padding: 15px 10px; background: none; border: none; text-decoration: none;
    font-family: "SF Pro Text", sans-serif; color: #0C1728; font-weight: 500;
    font-size: 17px; transition: all .2s ease; text-align: left;
    letter-spacing: -.02em; cursor: pointer;
}
.toggle-arrow { width: 16px; height: 16px; transition: transform .3s ease; }
.mobile-menu-toggle.active .toggle-arrow { transform: rotate(180deg); }
.mobile-submenu {
    max-height: 0; overflow: hidden; transition: max-height .3s ease;
    margin: 0; border-radius: 8px; opacity: 0; transform: translateY(-10px);
}
.mobile-submenu.active {
    max-height: 600px; padding: 10px 0; opacity: 1; transform: translateY(0);
    transition: max-height .3s ease, opacity .3s ease, transform .3s ease;
}
.mobile-parent {
    padding: 12px 20px; font-family: "SF Pro Text", sans-serif; font-size: 12px;
    font-weight: 600; color: #979b9b; line-height: 1.3; text-transform: uppercase;
    letter-spacing: 0.5px; cursor: pointer; position: relative; background-color: transparent;
}
.mobile-parent:last-of-type { border-bottom: none; }
.mobile-parent:hover { background-color: transparent; }
.mobile-parent::after {
    content: '+'; position: absolute; right: 20px; top: 50%;
    transform: translateY(-50%); font-size: 18px; transition: transform 0.3s ease;
    font-weight: 300;
}
.mobile-parent.active::after { transform: translateY(-50%) rotate(45deg); }
.mobile-children { max-height: 0; overflow: hidden; transition: max-height .3s ease-out; padding-left: 10px; }
.mobile-children.active { max-height: 400px; }
.mobile-child-link {
    display: block; padding: 8px 20px; font-size: 14px; font-weight: 300;
    color: #576060; text-decoration: none;
    transition: color .3s ease, padding-left .3s ease, font-weight .3s ease;
}
.mobile-child-link:hover { color: #0C1728; padding-left: 25px; font-weight: 600; }
.mobile-menu a {
    display: block; padding: 12px 10px; text-decoration: none; font-family: "SF Pro Text", sans-serif;
    color: #0C1728; font-weight: 400; font-size: 15px; transition: all .2s ease;
    text-align: left; letter-spacing: -.02em;
}
.menu-divider { border: 0; border-top: 1px solid #e0e6ec; margin: 0; }
.mobile-menu a:not(.mobile-child-link):hover, .mobile-menu-toggle:hover {
    background-color: transparent; color: #0C1728; font-weight: 500; padding-left: 15px;
}
.hamburger-icon, .mobile-phone-icon {
    display: none; font-size: 24px; color: #0C1728; cursor: pointer; padding: 5px;
    transition: color .2s ease; border: none; background: 0 0;
}
.hamburger-icon img { width: 25px; height: 25px; }
.mobile-phone-icon img { width: 37px; height: 37px; }

/* ==========================================================================
   3. Hero Section
   ========================================================================== */
main { margin-top: 81px; position: relative; z-index: 1; transition: filter 0.2s ease; }
.hero-container { position: relative; z-index: 1; }
.header-container.menu-active ~ main { filter: blur(5px); }
.hero-container {
    width: 100%; display: flex; justify-content: center; align-items: flex-start;
    background-color: #edf1f46e; min-height: 700px; position: relative; z-index: 5;
}
.hero-content {
    width: 100%; max-width: 1230px; display: flex; min-height: 700px;
    position: relative; z-index: 6;
}
.hero-left-column {
    width: 59%; padding: 81px 25px 20px 15px; min-height: 700px; display: flex;
    flex-direction: column; justify-content: center; position: relative; z-index: 10;
}
.hero-right-column {
    width: 41%; min-height: 700px; position: relative; display: flex;
    flex-direction: column; align-items: flex-start; padding-left: 15px; z-index: 7;
}
.trust-badge {
    display: flex; align-items: center; gap: 10px; background-color: #fff;
    border-radius: 100px; padding: 5px 15px; margin-bottom: 15px;
    width: -moz-fit-content; width: fit-content;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 1px 0px;
}
.trust-badge img { height: 16px; }
.trust-badge-text { font-family: "Tiro Bangla", sans-serif; font-size: 13px; color: #576060; font-style: italic; }
.hero-headline { font-family: Questrial, sans-serif; font-size: 75px; line-height: 1; color: #02070c; margin-bottom: 20px; }
.hero-subheadline {
    font-family: "SF Pro Text", sans-serif; font-weight: 300; font-size: 19px;
    line-height: 1.5; color: #141c1e; margin-bottom: 50px;
    text-transform: capitalize; letter-spacing: -.02em;
}
.search-tab-container { width: 75%; margin-bottom: 10px; position: relative; z-index: 200; }
.sp_search-container { max-width: 800px; position: relative; font-family: "SF Pro Text", sans-serif; margin-left: 0; }
.sp_search-box {
    display: flex; border-radius: 100px; overflow: visible; gap: 10px;
    background-color: #fff; box-shadow: 0 3px 3px #00000026; padding: 0;
    position: relative; z-index: 210;
}
.sp_input-wrapper { position: relative; width: calc(70% - 10px); display: flex; align-items: center; }
.sp_search-input {
    width: 100%; padding: 16px 60px 16px 20px; font-size: 17px; border: none;
    outline: 0; border-radius: 100px; font-family: "SF Pro Text", sans-serif;
    font-weight: 300; color: #0C1728; background-color: #fff; box-shadow: none;
    -webkit-appearance: none; appearance: none; margin: 0; min-height: auto;
    line-height: normal; letter-spacing: -.02em;
}
.sp_search-input::-moz-placeholder { color: #35414C; font-weight: 300; letter-spacing: -.02em; }
.sp_search-input::placeholder { color: #35414C; font-weight: 300; letter-spacing: -.02em; }
.sp_clear-selection {
    position: absolute; right: 10px; color: #FF957F; font-size: 14px; cursor: pointer;
    font-family: "SF Pro Text", sans-serif; font-weight: 300; text-decoration: underline;
    letter-spacing: -.02em; border: none; background: 0 0;
}
.sp_search-button {
    width: 30%; background-color: #DBFD00; color: #0C1728; border: none;
    padding: 0 20px; font-size: 17px; font-family: "SF Pro Text", sans-serif;
    font-weight: 700; cursor: pointer; transition: background-color .3s;
    border-radius: 100px; margin: 0; height: auto; line-height: normal;
    text-transform: none; box-shadow: none; letter-spacing: -.02em;
}
.sp_search-button:hover { background-color: #96E401; color: #0C1728; border: none; box-shadow: none; }
.sp_dropdown {
    position: absolute; top: calc(100% + 5px); left: 0; right: 0; background: #fff;
    border-radius: 0; max-height: 300px; overflow-y: auto; overflow-x: hidden;
    z-index: 9999; display: none; box-shadow: 0 4px 12px #00000026; margin: 0; padding: 0;
}
.sp_dropdown-item {
    padding: 12px 15px; cursor: pointer; transition: background-color .2s, color .2s;
    font-size: 17px; font-family: "SF Pro Text", sans-serif; font-weight: 300;
    color: #0C1728; border-bottom: 1px solid rgba(12, 23, 40, .1); margin: 0;
    line-height: normal; background: #fff; text-decoration: none; letter-spacing: -.02em;
}
.sp_dropdown-item.sp_no-results { cursor: default; color: #6c757d; }
.sp_dropdown-item.sp_no-results:hover { background-color: #fff; }
.sp_dropdown-item:last-child { border-bottom: none; }
.sp_dropdown-item:hover { background-color: #EDF1F4; color: #0C1728; }
.sp_dropdown-item.sp_selected { background-color: #DBFD00; color: #0C1728; font-weight: 500; }
.popular-keywords-container {
    display: flex; align-items: center; margin-top: 10px; width: 75%;
    max-width: 100%; margin-left: 0; position: relative; z-index: 15;
    height: 26px; line-height: 26px;
}
.popular-intro { display: flex; align-items: center; gap: 6px; flex-shrink: 0; margin-right: 4px; height: 100%; }
.fire-icon { width: 14px; height: 14px; flex-shrink: 0; }
.popular-label {
    font-family: "SF Pro Text", sans-serif; font-size: 13px; font-weight: 700;
    color: #0C1728; letter-spacing: -.02em; white-space: nowrap;
}
.keywords-list-wrapper { height: 100%; display: flex; align-items: center; flex-grow: 1; overflow: hidden; white-space: nowrap; }
.static-keyword {
    font-family: "Tiro Bangla", sans-serif; font-style: italic; text-transform: capitalize;
    font-size: 13px; color: #35414C; opacity: .7; text-decoration: none;
    transition: color .2s ease; padding: 0 1px;
}
.static-keyword:hover { color: #0C1728; }
.keyword-separator-static { font-family: "Tiro Bangla", sans-serif; font-style: italic; font-size: 13px; color: #35414C; margin: 0 1px; flex-shrink: 0; }
.hero-image-container {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    max-height: 620px; background-color: #EDF1F4ED; z-index: 1;
    display: flex; align-items: flex-end; justify-content: flex-start;
}
.hero-image { width: 540px; max-width: 540px; height: auto; z-index: 2; display: block; }

/* ==========================================================================
   4. How It Works Section (UNCHANGED)
   ========================================================================== */
.how-it-works-wrapper { width: 100%; background-color: transparent; }
.how-it-works-section { width: 100%; max-width: 1230px; margin: 0 auto; padding: 80px 0px; display: flex; flex-direction: column; align-items: center; }
.how-it-works__header-content { text-align: center; margin-bottom: 50px; }
.how-it-works__pre-headline {
    display: inline-flex; align-items: center; justify-content: center;
    font-family: "SF Pro Text", sans-serif; color: #050c11; text-transform: uppercase;
    font-size: 13px; font-weight: 500; margin-bottom: 20px; letter-spacing: -.02em;
    gap: 10px;  padding: 5px 15px;
  
}
.how-it-works__pre-headline img { width: 15px; height: 15px; }
.how-it-works__headline { font-family: "SF Pro Text", sans-serif; font-size: 39px; font-weight: 700; color: #02070c; text-transform: capitalize; margin-bottom: 25px; line-height: 1.1; letter-spacing: -1.5px; }
.how-it-works__sub-headline { font-family: Questrial, sans-serif; color: #576060; font-size: 18px; font-weight: 400; line-height: 1.6; max-width: 600px; margin: 0 auto; }
.how-it-works__steps-flow { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; gap: 30px; width: 100%; padding: 20px }
.how-it-works__step-item { text-align: center; max-width: 250px; }
.how-it-works__step-number { font-family: "SF Pro Text", sans-serif; font-size: 13px; font-weight: 600; color: #02070c; margin-bottom: 7px; display: inline-block; background-color: #c7ec00; padding: 4px 8px; border-radius: 100px; box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; }
.how-it-works__step-title { font-family: "SF Pro Text", sans-serif; font-weight: 700; font-size: 18px; color: #02070c; margin-bottom: 8px; line-height: 1.3; }
.how-it-works__step-description { font-family: Questrial, sans-serif; font-size: 14px; font-weight: 400; line-height: 1.5; color: #576060; margin-bottom: 15px; }
.how-it-works__arrow-separator { 
    width: 40px; height: 24px; opacity: 0.7; margin-top: 50px; 
    align-self: center; flex-shrink: 0;
    transition: none; transform: rotate(0deg);
}

/* ==========================================================================
   5. Browse by Category Section - STANDARDIZED SPACING
   ========================================================================== */
.vhm-service-wrapper { 
    position: relative; 
    overflow: visible !important; 
    width: 100%; 
    visibility: visible !important; 
    padding: 40px 0; 
    background-color: #edf3f557; 
}
.vhm-service-tabs-main-container { 
    width: 100%; 
    max-width: 1230px; 
    margin: 0 auto; 
    padding: 0 15px; 
    display: flex; 
    flex-direction: column; 
    align-items: flex-start; 
}
.vhm-service-pre-headline {
    display: inline-flex;
    align-items: center; 
    justify-content: flex-start;
    font-family: "SF Pro Text", sans-serif; 
    color: #050c11; 
    text-transform: uppercase;
    font-size: 13px; 
    font-weight: 500; 
    margin-bottom: 15px; 
    margin-top: 0;
    letter-spacing: -.02em;
    gap: 10px;  
    padding: 5px 15px 5px 0;
}
.vhm-service-pre-headline img {  
    width: 15px; 
    height: 15px; 
}
.vhm-service-headline-container { 
    width: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.vhm-service-headline { 
    font-family: 'SF Pro Text', sans-serif; 
    font-size: 39px; 
    font-weight: 700;
    color: #0C1728; 
    text-transform: capitalize; 
    letter-spacing: -1.5px; 
    line-height: 1.1;
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 0;
    white-space: nowrap;
}
.vhm-service-headline::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #e0e6ec;
    margin-left: 20px;
}
.vhm-service-subheadline { 
    font-family:'Questrial', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #636868;
    text-align: left;
    margin-top: 0;
    margin-bottom: 50px;
    max-width: 800px;
    line-height: 1.6;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.vhm-service-tabs-container { 
    background: transparent; !important;
    padding: 0px; 
    border-radius: 33px;
    position: relative; 
    overflow: visible !important; 
    width: 100%; 
}
.vhm-service-tabs-nav { 
    display: flex; 
    width: fit-content; 
    background: #d3dee247 !important; 
    border-radius: 100px; 
    padding: 5px; 
    margin-bottom: 20px; 
}
.vhm-service-tab-button { 
    padding: 6px 14px; 
    background: transparent !important; 
    border: none; 
    border-radius: 100px; 
    color: #35414C !important; 
    cursor: pointer; 
    transition: all 0.3s ease; 
    text-align: center; 
    margin-right: 0; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    position: relative; 
    flex-grow: 0; 
    flex-shrink: 0; 
}
.vhm-service-tab-button span {
    font-family: 'questrial', sans-serif; 
    font-weight: 300; 
    font-size: 16px; 
    text-transform: capitalize; 
    letter-spacing: 0.02em; 
}
.vhm-service-tab-button:hover { 
    background: transparent !important; 
}
.vhm-service-tab-button:hover span { 
    color: #0C1728 !important; 
}
.vhm-service-tab-button.active { 
    background: #DBFD00 !important; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    border-radius: 100px; 
}
.vhm-service-tab-button.active span {
    color: #0C1728 !important; 
    font-weight: 600; 
    letter-spacing: 0.02em;
}

.tab-icon { 
    width: 20px; 
    height: 20px; 
    margin-right: 8px; 
}
.vhm-service-tabs-content { 
    position: relative; 
    width: 100%; 
    padding: 0; 
    background: transparent !important; 
    overflow: visible !important; 
    visibility: visible !important; 
}
.vhm-service-tab-pane { 
    display: none !important; 
    background: transparent !important; 
    overflow-x: hidden !important; 
    overflow-y: hidden !important; 
    position: relative; 
    min-height: 250px; 
    visibility: hidden; 
    z-index: 0; 
}
.vhm-service-tab-pane.active { 
    display: block !important; 
    height: auto !important; 
    visibility: visible !important; 
    z-index: 1; 
}
.vhm-service-service-grid { 
    display: flex; 
    flex-wrap: nowrap; 
    gap: 10px; 
    padding: 10px 0; 
    scroll-behavior: smooth; 
    position: relative; 
    transition: transform 0.3s ease; 
    will-change: transform; 
    width: auto !important; 
    visibility: visible !important; 
    cursor: grab; 
}
.vhm-service-service-grid.dragging { 
    cursor: grabbing; 
}
.vhm-service-service-grid::-webkit-scrollbar { 
    display: none; 
}
.vhm-service-service-grid { 
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
.vhm-service-service-card { 
    position: relative; 
    flex: 0 0 185px; 
    width: 185px; 
    height: 250px; 
    background-size: cover; 
    background-position: center; 
    border-radius: 12px; 
    overflow: hidden; 
    cursor: pointer; 
    display: flex !important; 
    visibility: visible !important; 
    z-index: 1; 
}
.vhm-service-service-card::before { 
    content: ''; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    height: 70%; 
    background: linear-gradient(to top, #0A121E 40%, rgba(10, 18, 30, 0.6) 70%, transparent 100%); 
    z-index: 1; 
}
.vhm-service-service-card-content { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    padding: 12px; 
    color: #fff; 
    z-index: 2; 
    text-align: left; 
    height: 50%; 
    overflow: hidden; 
}
.vhm-service-service-card-content h3 { 
    font-family: 'SF Pro Text', sans-serif; 
    font-size: 17px; 
    font-weight: 700; 
    margin: 0 0 8px; 
    color: #fff; 
    letter-spacing: -0.02em; 
}
.vhm-service-service-card-content .marketing-hook { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    margin: 4px 0 8px; 
}
.urgent-indicator { 
    position: relative; 
    display: inline-block; 
    width: 8px; 
    height: 8px; 
    vertical-align: middle; 
}
.urgent-dot { 
    position: absolute; 
    width: 6px; 
    height: 6px; 
    background-color: #DBFD00; 
    border-radius: 50%; 
    top: 1px; 
    left: 1px; 
}
.urgent-pulse { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    border-radius: 50%; 
    animation: hgRipples 2s infinite; 
}
@keyframes hgRipples { 
    0% { transform: scale(0.0388656); border-color: rgba(219, 253, 0, 0.9); border-style: solid; border-width: 2px; opacity: 1; } 
    50% { transform: scale(1.5); border-color: rgba(219, 253, 0, 0.5); border-style: solid; border-width: 1px; opacity: 0.7; } 
    100% { transform: scale(2.5); border-color: rgba(219, 253, 0, 0.2); border-style: solid; border-width: 1px; opacity: 0; } 
}
.vhm-service-service-card-content .marketing-hook .pros-count { 
    font-family: 'questrial', sans-serif; 
    font-size: 11px; 
    text-transform: capitalize;
    color: #FFFFFF; 
    font-weight: 300; 
}
.vhm-service-service-card-content .sub-services { 
    margin: 0 0 10px; 
    display: flex; 
    flex-wrap: wrap; 
    gap: 4px; 
}
.vhm-service-service-card-content .sub-services span { 
    display: inline-block; 
    font-family: 'SF Pro Text', sans-serif; 
    font-size: 10px; 
    font-weight: 300; 
    color: #E0E0E0; 
    background: #19263A; 
    padding: 2px 6px; 
    border-radius: 100px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    letter-spacing: -0.02em; 
}
.vhm-service-hover-overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background: #19263A; 
    opacity: 0; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    transition: opacity 0.3s ease; 
    border-radius: 12px; 
    z-index: 3; 
}
.vhm-service-service-card:hover .vhm-service-hover-overlay { 
    opacity: 1; 
}
.vhm-service-hover-overlay button { 
    background: #DBFD00; 
    border: none; 
    border-radius: 100px; 
    padding: 12px 30px; 
    font-family: 'SF Pro Text', sans-serif; 
    font-size: 13px; 
    font-weight: 700; 
    color: #0C1728; 
    cursor: pointer; 
    transition: background 0.3s ease; 
    text-align: center; 
    opacity: 1; 
    letter-spacing: -0.02em; 
}
.vhm-service-hover-overlay button:hover { 
    background: #96E401; 
}
.vhm-service-slider-btn { 
    background: #DBFD00; 
    border: none; 
    border-radius: 50%; 
    width: 40px; 
    height: 40px; 
    cursor: pointer; 
    display: none; 
    align-items: center; 
    justify-content: center; 
    transition: background 0.3s ease, box-shadow 0.3s ease; 
    z-index: 10; 
    position: absolute; 
    pointer-events: auto; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.15); 
}
.vhm-service-slider-btn:hover { 
    background: #96E401; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); 
}
.vhm-service-slider-btn svg { 
    width: 20px; 
    height: 20px; 
}

/* ==========================================================================
   6. Summer Top Projects Section - STANDARDIZED SPACING
   ========================================================================== */
.summer-projects-wrapper {
    width: 100%;
    background-color: transparent;
    padding: 100px 0;
}
.summer-projects-container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px; /* FIXED: Remove top/bottom padding */
    display: flex;
    flex-direction: column;
    border-radius: 33px;
    align-items: flex-start;
    background-color: transparent; 
}
.summer-projects__header-content {
    text-align: left;
    margin-bottom: 0; /* FIXED: Remove double margin */
    margin-top: 0;
    width: 100%;
    padding: 0px; /* FIXED: Only top padding for background */
}
.summer-projects__pre-headline {
    display: inline-flex;
    align-items: center; 
    justify-content: flex-start;
    font-family: "SF Pro Text", sans-serif; 
    color: #050c11; 
    text-transform: uppercase;
    font-size: 13px; 
    font-weight: 500; 
    margin-bottom: 15px; 
    margin-top: 0;
    letter-spacing: -.02em;
    gap: 10px;  
    padding: 5px 15px 5px 0;
}
.summer-projects__pre-headline img {
    width: 15px;
    height: 15px;
}
.summer-projects__headline {
    font-family: "SF Pro Text", sans-serif;
    font-size: 39px;
    font-weight: 700;
    color: #0C1728;
    text-transform: capitalize;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 0;
    white-space: nowrap;
}
.summer-projects__headline::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #e0e6ec;
    margin-left: 20px;
}
.summer-projects__sub-headline {
    font-family: Questrial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    max-width: 800px;
    color: #636868;
    line-height: 1.6;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    margin-top: 0;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}
.summer-projects__projects-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px;
    background-color: transparent;
    padding: 0px;
    border-radius: 33px;
}
.summer-projects__project-card-link {
    text-decoration: none;
}
.summer-projects__project-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: transparent;
    padding: 0;
    height: 75px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 3px 0px;
    overflow: hidden; 
    position: relative;
}
.summer-projects__project-card:hover {
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 3px;
}
.summer-projects__card-face-1 {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.4s ease;
    background-color: #0a121e;
}
.summer-projects__card-face-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #DBFD00, #b5ff00);
    transform: translateX(100%);
    transition: transform 0.4s ease;
    text-align: center;
    padding: 15px;
}
.summer-projects__project-card:hover .summer-projects__card-face-1 {
    transform: translateX(-100%);
}
.summer-projects__project-card:hover .summer-projects__card-face-2 {
    transform: translateX(0%);
}
.summer-projects__project-image,
.summer-projects__project-content {
    transition: opacity 0.4s ease;
}
.summer-projects__hover-content {
    color: #0C1728;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}
.summer-projects__project-card:hover .summer-projects__hover-content {
    transform: translateY(0);
    opacity: 1;
}
.summer-projects__hover-title {
    font-family: "SF Pro Text", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.summer-projects__hover-subtitle {
    font-family: Questrial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
}
.summer-projects__project-image {
    width: 40%;
    height: 100%;
    position: relative;
    flex-shrink: 0;
}
.summer-projects__project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.summer-projects__project-image::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, rgba(10,18,30,0), rgba(10,18,30,1));
    pointer-events: none;
}
.summer-projects__project-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 60%;
    padding: 15px;
    justify-content: center;
}
.summer-projects__project-title {
    font-family: "SF Pro Text", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 5px;
}
.summer-projects__project-details {
    font-family: Questrial, sans-serif;
    font-size: 13px;
    color: #a8b4b8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.summer-projects__rating-info {
    color: #04701a;
    font-size: 14px;
}
.summer-projects__price-info {
    color: #a8b4b8;
}
.summer-projects__disclaimer-text {
    width: 100%;
    max-width: 800px;
    margin: 30px 0 0 0;
    text-align: left;
    font-family: Questrial, sans-serif;
    font-size: 12px;
    color: #6a767c;
    line-height: 1.5;
}
.summer-projects__show-more-link { display: none; }

/* ==========================================================================
   7. Most In-Demand Projects Section - STANDARDIZED SPACING
   ========================================================================== */
.most-requested-wrapper {
    width: 100%;
    background-color: #edf3f557;
    padding: 40px 0;
}
.most-requested-container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.most-requested-wrapper .pre-headline {
    display: inline-flex;
    align-items: center; 
    justify-content: flex-start;
    font-family: "SF Pro Text", sans-serif; 
    color: #050c11; 
    text-transform: uppercase;
    font-size: 13px; 
    font-weight: 500; 
    margin-bottom: 15px; 
    margin-top: 0;
    letter-spacing: -.02em;
    gap: 10px;  
    padding: 5px 15px 5px 0;
}
.most-requested-wrapper .pre-headline img {
    width: 15px;
    height: 15px;
}
.most-requested-wrapper .headline-container {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
}
.most-requested-wrapper .headline {
    font-family: "SF Pro Text", sans-serif;
    font-size: 39px;
    font-weight: 700;
    color: #0C1728;
    text-transform: capitalize;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 0;
    white-space: nowrap;
}
.most-requested-wrapper .headline::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #e0e6ec;
    margin-left: 20px;
}
.most-requested-wrapper .sub-headline {
    font-family: Questrial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 0;
    max-width: 800px;
    color: #636868;
    line-height: 1.6;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}
.most-requested-wrapper .projects-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 30px;
    background-color: #f9fbfd;
    padding: 20px;
    border-radius: 33px;
}
.most-requested-wrapper .project-card {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 3px;
    text-align: center; /* Keep cards centered on all screens */
}
.most-requested-wrapper .project-card.cleaning { background: linear-gradient(135deg, #edf1f4, #fff); }
.most-requested-wrapper .project-card.hvac { background: linear-gradient(135deg, #edf1f4, #fff); }
.most-requested-wrapper .project-card.solar { background: linear-gradient(135deg, #edf1f4, #fff); }
.most-requested-wrapper .project-card.roofing { background: linear-gradient(135deg, #edf1f4, #fff); }
.most-requested-wrapper .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
}
.most-requested-wrapper .sub-headline-svg {
    width: 208px;
    height: 22px;
    margin-right: 8px;
    opacity: 1;
}
.most-requested-wrapper .card-title {
    font-family: "SF Pro Text", sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
}
.most-requested-wrapper .project-card.cleaning .card-title { background: linear-gradient(45deg, #333, #525252, #919191); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.most-requested-wrapper .project-card.hvac .card-title { background: linear-gradient(45deg, #333, #525252, #919191); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.most-requested-wrapper .project-card.solar .card-title { background: linear-gradient(45deg, #333, #525252, #919191); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.most-requested-wrapper .project-card.roofing .card-title { background: linear-gradient(45deg, #333, #525252, #919191); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.most-requested-wrapper .card-subtitle {
    font-family: Questrial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5f6f72;
    margin-bottom: 15px;
    line-height: 1.3;
    text-align: center;
}
.most-requested-wrapper .card-cta-group {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    justify-content: center;
}
.most-requested-wrapper .cta-button {
    padding: 6px 12px;
    border: none;
    border-radius: 20px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.most-requested-wrapper .cta-learn-more {
    background-color: rgb(255 255 255 / 19%);
    color: #c7ec00;
    border: 1px solid #c7ec00;
    width: 100px;
}
.most-requested-wrapper .cta-learn-more:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}
.most-requested-wrapper .cta-call {
    background-color: #c7ec00;
    color: #333;
    padding: 4px 10px;
    width: 70px;
    box-shadow: rgb(0 0 0 / 40%) 0px 5px 6px -6px;
}
.most-requested-wrapper .cta-call:hover {
    background-color: #96e401;
    color: #333;
}
.most-requested-wrapper .service-text {
    font-family: SF Pro Text, sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #7a7f81;
    text-align: center;
    margin-top: 5px;
}
.most-requested-wrapper .card-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center bottom;
    opacity: 1;
    z-index: 1;
}
.most-requested-wrapper .card-image.cleaning-image { width: 200px; height: 200px; }
.most-requested-wrapper .card-image.hvac-image { width: 200px; height: 200px; }
.most-requested-wrapper .card-image.solar-image { width: 295px; height: 295px; }
.most-requested-wrapper .card-image.roofing-image { width: 200px; height: 200px; }
.most-requested-wrapper .project-card.hvac .card-image,
.most-requested-wrapper .project-card.roofing .card-image {
    left: auto;
    right: 0px;
    transform: none;
    object-position: right bottom;
}
.most-requested-wrapper .card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* ==========================================================================
   8. Benefits & Testimonials Section - STANDARDIZED SPACING
   ========================================================================== */
.benefits-wrapper { width: 100%; background-color: transparent; padding: 60px 0; }
.benefits-container { 
    width: 100%; 
    max-width: 1230px; 
    margin: 0 auto; 
    padding: 0px; /* FIXED: Remove top/bottom padding */
    
    
}

.section-header {
    margin-bottom: 0; /* FIXED: Remove double margin */
    margin-top: 0;
    text-align: left;
    width: 100%;
    padding: 0px; /* FIXED: Only top padding for background */
}

.pre-headline-badge {
    display: inline-flex;
    align-items: center; 
    justify-content: flex-start;
    font-family: "SF Pro Text", sans-serif; 
    color: #050c11; 
    text-transform: uppercase;
    font-size: 13px; 
    font-weight: 500; 
    margin-bottom: 15px; 
    margin-top: 0;
    letter-spacing: -.02em;
    gap: 10px;  
    padding: 5px 15px 5px 0;
}

.pre-headline-badge img {
    width: 15px;
    height: 15px;
}

.benefits-wrapper .benefits-headline {
    font-family: "SF Pro Text", sans-serif; 
    font-size: 39px; 
    font-weight: 700; 
    color: #0C1728; 
    text-transform: capitalize; 
    letter-spacing: -1.5px; 
    line-height: 1.1; 
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 0;
    white-space: nowrap;
}

.benefits-wrapper .benefits-headline::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #e0e6ec;
    margin-left: 20px;
}

.benefits-wrapper .benefits-sub-headline {
    font-family: Questrial, sans-serif; 
    font-size: 18px; 
    font-weight: 400; 
    margin-bottom: 50px; 
    margin-top: 0;
    max-width: 800px; 
    color: #636868;
    line-height: 1.6; 
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

.testimonials-section-wrapper .testimonials-main-headline {
    font-family: "SF Pro Text", sans-serif; 
    font-size: 39px; 
    font-weight: 700; 
    color: #0C1728; 
    text-transform: capitalize; 
    letter-spacing: -1.5px; 
    line-height: 1.1; 
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 40px;
    white-space: nowrap;
}

.testimonials-section-wrapper .testimonials-main-headline::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #e0e6ec;
    margin-left: 20px;
}

.testimonials-section-wrapper .testimonials-sub-headline {
    font-family: Questrial, sans-serif; 
    font-size: 18px; 
    font-weight: 400; 
    margin-bottom: 50px; 
    margin-top: 0;
    max-width: 800px; 
    color: #636868;
    line-height: 1.6;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}text-transform: capitalize; 
    letter-spacing: -1.5px; 
    line-height: 1.1; 
    margin-bottom: 15px;
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 0;
    white-space: nowrap;
}

.testimonials-section-wrapper .testimonials-main-headline::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #e0e6ec;
    margin-left: 20px;
}

.testimonials-section-wrapper .testimonials-sub-headline {
    font-family: Questrial, sans-serif; 
    font-size: 18px; 
    font-weight: 400; 
    margin-bottom: 50px; 
    margin-top: 0;
    max-width: 800px; 
    color: #636868;
    line-height: 1.6;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    padding-top: 0;
};
    text-align: left;
}

.testimonials-section-wrapper .testimonials-main-headline {
    font-family: "SF Pro Text", sans-serif; 
    font-size: 39px; 
    font-weight: 700; 
    color: #0C1728; 
    text-transform: capitalize; 
    letter-spacing: -1.5px; 
    line-height: 1.1; 
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    white-space: nowrap;
}

.testimonials-section-wrapper .testimonials-main-headline::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #e0e6ec;
    margin-left: 20px;
}

.testimonials-section-wrapper .testimonials-sub-headline {
    font-family: Questrial, sans-serif; 
    font-size: 18px; 
    font-weight: 400; 
    margin-bottom: 50px; 
    max-width: 800px; 
    color: #636868;
    line-height: 1.6;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.benefits-grid-bottom, .benefits-grid-top { display: grid; gap: 10px; }
.benefits-grid-top { grid-template-columns: repeat(3, 1fr); margin-bottom: 10px; }
.benefits-grid-bottom { grid-template-columns: 1fr 1fr; margin-bottom: 30px; }
.benefit-card { background-color: #fff; border-radius: 8px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0; }
.benefit-header { display: flex; align-items: center; gap: 15px; width: 100%; }
.benefit-icon { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.benefit-icon img { width: 35px; height: 35px; }
.benefit-header h3 { font-family: "SF Pro Text", sans-serif; font-size: 16px; font-weight: 600; color: #02070c; margin-bottom: 0; line-height: 1.3; letter-spacing: -0.6px; }
.benefit-card p { font-family: Questrial, sans-serif; font-size: 14px; font-weight: 400; color: #576060; line-height: 1.5; text-align: left; }
.testimonials-section-wrapper { margin-top: 40px; margin-bottom: 0; }
.testimonials-container { background-color: #fff; border-radius: 22px; padding: 40px; position: relative; overflow: hidden; }
.testimonial-slider { width: 100%; }
.testimonial-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 20px; transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1); }
.testimonial-item-wrapper { position: relative; padding-top: 15px; }
.testimonial-card { position: relative; width: 100%; height: 130px; padding: 15px 15px 10px; background: #fff; box-shadow: rgba(149, 157, 165, .1) 0 8px 24px; border-radius: 8px; text-align: left; z-index: 2; }
.testimonial-card:after { content: ""; position: absolute; top: 100%; left: 30px; border-width: 15px 15px 0 0; border-style: solid; border-color: #fff transparent transparent; z-index: 3; transform: translateY(-1px); }
.quote-and-stars { position: absolute; top: 0px; left: 15px; right: 15px; display: flex; justify-content: space-between; align-items: center; z-index: 1; }
.quote-icon-img { width: 27px; opacity: .18; height: auto; }
.star-rating-img { height: 16px; width: auto; }
.testimonial-heading { font-family: "SF Pro Text", sans-serif; font-size: 15px; font-weight: 600; margin-bottom: 0; padding-left: 0; color: #0C1728; letter-spacing: -.02em; text-transform: capitalize; margin-top: 0px; }
.testimonial-text { font-family: questrial, sans-serif; font-size: 13px; line-height: 1.5; color: #6a767c; font-weight: 400; margin-bottom: 15px; letter-spacing: .14px; text-transform: capitalize; padding: 0; margin: 5px 0 15px 0; }
.author-container { display: flex; align-items: center; position: relative; margin-top: 15px; margin-bottom: 20px; width: 100%; }
.author-image { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; margin-right: 10px; }
.author-cite { display: block; font-style: normal; font-size: 13px; line-height: 1.3; text-align: left; }
.author-cite:before { content: none; }
.author-name { font-family: "SF Pro Text", sans-serif; font-weight: 600; color: #0C1728; display: block; letter-spacing: -.02em; }
.author-location { font-family: "tiro bangla", sans-serif; color: #6a767c; font-size: 12px; font-weight: 400; }
.testimonial-navigation { position: absolute; bottom: 20px; right: 20px; display: flex; gap: 10px; z-index: 10; }
.nav-arrow { width: 40px; height: 40px; border-radius: 50%; background-color: #f0f0f0; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #576060; transition: all 0.3s ease; }
.nav-arrow:hover { background-color: #96e401; color: white; }
.nav-arrow:disabled { opacity: 0.5; cursor: not-allowed; background-color: #f0f0f0; color: #576060; }

/* ==========================================================================
   9. Pros Banner Section
   ========================================================================== */
.pros-banner-wrapper { 
    width: 100%; 
    padding: 40px; 
    background-color: transparent;
}
.pros-banner-container { 
    width: 100%; 
    max-width: 1230px;
    margin: 0 auto; 
    padding: 0px; 
}
.pros-banner-content { 
    background-image: url('assets/Asset-Network-cover-01.png'); 
    background-size: cover;
    background-repeat: repeat;
    background-position: -446px 686px;
    padding: 40px;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    position: relative; 
    border-radius: 12px; 
    overflow: hidden; 
    height: 330px;

}
.pros-banner-content::before { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background: #e2efcb26; 
    z-index: 1; 
}
.pros-banner-content > * { 
    position: relative; 
    z-index: 2; 
}
.pros-banner-preheadline-img { 
    width: auto; 
    height: 30px; 
    max-width: 165px; 
    margin-bottom: 40px;
}
.pros-banner-headline { 
    font-family: 'SF Pro Text', sans-serif; 
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 1.2; 
    letter-spacing: -0.02em; 
}
.pros-banner-headline .headline-normal-weight { 
    font-weight: 200;
    color: var(--color-medium-dark);
}
.pros-banner-headline .headline-bold-weight { 
    font-weight: 700;
    color: var(--color-dark);
}
.pros-banner-subheadline { 
    font-family: 'questrial', sans-serif; 
    font-size: 15px;
    font-weight: 400;
    color: var(--color-light-dark);
    text-transform: capitalize;
    margin-bottom: 35px; 
    max-width: 700px; 
    line-height: 1.6; 
}
.powder-loader {
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0 auto;
}
.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 8px; 
    left: 8px; 
    animation: powder 1.5s ease-in-out infinite;
    z-index: 10;
}
.p1 { background: var(--color-primary); animation-delay: 0s; }    
.p2 { background: var(--color-secondary); animation-delay: 0.1s; }   
.p3 { background: var(--color-tertiary); animation-delay: 0.2s; }   
.p4 { background: var(--color-quaternary); animation-delay: 0.3s; }   
.p5 { background: var(--color-primary); animation-delay: 0.4s; }   
@keyframes powder {
    0% { transform: translate(0, 0) scale(1); opacity: 1; }
    50% { transform: translate(var(--x), var(--y)) scale(0.5); opacity: 0.7; }
    100% { transform: translate(0, 0) scale(1); opacity: 1; }
}
.p1 { --x: -10px; --y: -8px; }
.p2 { --x: 10px; --y: -6px; }
.p3 { --x: -6px; --y: 10px; }
.p4 { --x: 8px; --y: 8px; }
.p5 { --x: 0px; --y: -12px; }
@keyframes buttonPulse {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
#canvas { 
    height: 100vh;
    pointer-events: none; 
    position: fixed; 
    width: 100%;
    z-index: 9999; 
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
#canvas.active {
    opacity: 1;
}
.pros-banner-button-animated { 
    background: none;
    border: none;
    color: var(--color-dark);
    cursor: pointer;
    font-family: 'SF Pro Text', sans-serif; 
    font-size: 1rem;
    font-weight: 600; 
    margin: 0;
    padding: 1.5rem;
    outline: none;
    overflow: hidden;
    position: relative; 
    width: auto; 
    min-width: 25%;
    -webkit-tap-highlight-color: transparent;
    z-index: 3; 
    display: inline-block; 
    letter-spacing: -0.02em;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    line-height: 1;
}
.pros-banner-button-animated.hide-button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.pros-banner-button-animated::before { 
    background: linear-gradient(90deg, 
        var(--color-primary), 
        var(--color-secondary), 
        var(--color-tertiary), 
        var(--color-quaternary), 
        var(--color-primary)
    ); 
    background-size: 400% 400%; 
    animation: buttonPulse 10s ease infinite; 
    border-radius: 100px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset; 
    content: '';
    display: block;
    height: 100%;
    position: absolute; 
    top: 0;
    left: 0;
    transition: background-image 0.3s ease; 
    width: 100%;
    z-index: -1; 
}
.pros-banner-button-animated .button-text span { 
    opacity: 1;
    position: relative;
    display: inline-block;
}
.pros-banner-button-animated .message {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex; 
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
   10. FAQ Section - STANDARDIZED SPACING
   ========================================================================== */
.faq-wrapper { 
    width: 100%;
    background-color: #FFFFFF; 
    padding: 60px 0;
}
.faq-container { 
    width: 100%;
    max-width: 1230px; 
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.faq-header-content {
    margin-bottom: 0; /* FIXED: Remove double margin */
    margin-top: 0;
    text-align: left;
    width: 100%;
    padding: 0;
}
.faq-pre-headline {
    display: inline-flex;
    align-items: center; 
    justify-content: flex-start;
    font-family: "SF Pro Text", sans-serif; 
    color: #050c11; 
    text-transform: uppercase;
    font-size: 13px; 
    font-weight: 500; 
    margin-bottom: 15px; 
    margin-top: 0;
    letter-spacing: -.02em;
    gap: 10px;  
    padding: 5px 15px 5px 0;
}
.faq-pre-headline img { 
    width: 15px; 
    height: 15px; 
}
.faq-headline { 
    font-family: 'SF Pro Text', sans-serif;
    font-size: 39px; 
    font-weight: 700;
    color: #0C1728; 
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 50px; /* FIXED: Since no sub-headline, add bottom margin */
    margin-top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 0;
    white-space: nowrap;
}
.faq-headline::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #e0e6ec;
    margin-left: 20px;
}
.faq-accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.faq-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(106,118, 124, 0.1);
    border-radius: 0px;
    overflow: visible;
    margin-bottom: 0;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-question {
    width: 100%;
    padding: 30px 0;
    text-align: left;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #0C1728;
    transition: color 0.2s ease, font-weight 0.2s ease;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}
.faq-question:hover {
    color: #3d474f;
    font-weight: 400;
}
.faq-question:hover .faq-icon-svg {
    stroke: #3d474f;
}
.faq-question.active {
    color: #96e401;
    font-weight: 400;
}
.faq-question.active .faq-icon-svg {
    stroke: #96e401;
}
.faq-icon-placeholder { 
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-icon-svg {
    width: 1em; 
    height: 1em;
    stroke: #35414C; 
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), stroke 0.2s ease; 
}
.faq-question.active .faq-icon-svg {
    transform: rotate(180deg); 
}
.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), 
                opacity 0.3s ease-out 0.1s, 
                padding-top 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), 
                padding-bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.faq-answer.open { 
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.faq-answer p {
    font-family: 'Questrial', sans-serif; 
    font-size: 18px;
    font-weight: 400;
    color: #27323F;
    line-height: 1.7;
    margin: 0px;
    padding-right: 80px;
    padding-bottom: 40px;
    padding-top: 0px;
    transition: none;
    text-transform: capitalize;
}
.faq-question.active + .faq-answer p {
    font-weight: 400;
    color: #27323F;
}

/* ==========================================================================
   11. Footer
   ========================================================================== */
.footer-wrapper {
    background-color: #d3dee221;
    width: 100%;
    padding: 50px 0 20px;
}
.footer {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footer-main {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: nowrap;
}
.footer-container-1 {
    width: 40%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.footer-container-2,
.footer-container-3,
.footer-container-4 {
    width: 20%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.disclaimer-container {
    width: 80%;
    padding-bottom: 15px;
    text-align: left;
    align-self: flex-start;
}
.disclaimer-text {
    font-family: Questrial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: .5px;
    text-align: left;
    color: #383f3f;
}
.disclaimer-text strong {
    font-weight: 700;
}
.accordion-container {
    width: 100%;
    padding: 0;
}
.accordion {
    border: none;
    border-bottom: 1px solid #00000014;
    border-radius: 0;
    overflow: hidden;
}
.accordion-header {
    background-color: transparent;
    padding: 15px 0;
    cursor: pointer;
    font-family: "SF Pro Text", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #1d2526;
    letter-spacing: -.5px;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color .3s ease;
}
.accordion-header:hover {
    color: #96e401;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease-in-out, padding .4s ease-in-out;
    padding: 0 30px;
    background-color: #edf1f452;
}
.accordion-content.active {
    max-height: 500px;
    padding: 30px;
}
.accordion-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.accordion-column h4 {
    font-family: "SF Pro Text", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1d2526;
    margin-bottom: 10px;
}
.accordion-column ul {
    list-style: none;
}
.accordion-column li {
    margin-bottom: 8px;
}
.accordion-column a {
    color: #646868;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: color .3s ease;
}
.accordion-column a:hover {
    color: #96e401;
}
.accordion-icon {
    transition: transform .3s ease;
}
.accordion-icon.rotated {
    transform: rotate(180deg);
}
.footer .logo {
    width: 200px;
    max-width: 200px;
    height: 50px;
    background: url(assets/footer-logo.svg) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.slogan {
    font-family: questrial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #383f3f;
    text-transform: capitalize;
    line-height: 20px;
}
.footer-heading {
    font-family: "SF Pro Text", sans-serif;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -1px;
    color: #0b1419;
}
.footer-links {
    list-style: none;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: #6b7374;
    text-decoration: none;
    font-family: "SF Pro Text", sans-serif;
    font-weight: 400;
    font-size: 14px;
    transition: color .3s ease;
}
.footer-links a:hover {
    color: #96e401;
}
.contact-text {
    font-family: "SF Pro Text", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #383f3f;
    line-height: 1.5;
}
.contact-text strong {
    font-weight: 700;
    color: #576060;
}
.contact-email {
    color: #383f3f;
    text-decoration: none;
    font-weight: 700;
}
.contact-email:hover {
    color: #96e401;
}
.copyright-container {
    width: 100%;
    padding: 0;
    text-align: center;
    padding-top: 50px;
}
.copyright-text {
    font-family: "SF Pro Text", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #424B55;
}

/* ==========================================================================
   12. Responsive Media Queries - STANDARDIZED
   ========================================================================== */
@media (min-width: 1024px) {
    .testimonials-container { padding: 40px; }
    .testimonial-grid { grid-auto-columns: calc((100% - 2 * 30px) / 3); gap: 30px; }
}
@media (min-width: 993px) {
    .header-container { background-color: transparent; }
    .hero-container { margin-top: -81px; }
    .mobile-header-content { display: none !important; }
    .mobile-menu-container { display: none !important; }
}
@media (min-width: 769px) { 
    .vhm-service-slider-btn.left[data-tab] { top: 50%; left: -20px; transform: translateY(-50%); } 
    .vhm-service-slider-btn.right[data-tab] { top: 50%; right: -20px; transform: translateY(-50%); } 
}
@media (max-width: 1230px) {
    .footer {
        width: 100%;
        padding: 0 20px;
    }
}

/* --- Tablet (≤992px) - STANDARDIZED --- */
@media (max-width: 992px) {
    body { padding: 81px 15px 15px 15px; }
    main { margin-top: 0; }
    .hero-container {
        margin-top: 0; width: 100%; height: auto;
        min-height: 0;
        border-radius: 25px;
        background-color: #EDF1F494; overflow: hidden;
    }
    .hero-content { flex-direction: column; padding-top: 0; min-height: 0; }
    .hero-left-column {
        width: 100%; padding: 40px 20px 30px; min-height: auto;
        align-items: flex-start; justify-content: center;
    }
    .hero-left-column>*, .search-tab-container { margin-left: 0; }
    .search-tab-container, .popular-keywords-container { width: 100%; }
    .hero-right-column { 
        display: flex;
        width: 100%;
        min-height: auto;
        padding-left: 0;
        margin-top: 30px;
    }
    .hero-image-container {
        position: relative;
        max-height: 350px;
        align-items: center;
        justify-content: center;
        border-radius: 33px 33px 0px 0px;
    }
    .hero-image {
        width: 100%;
        max-width: 400px;
        height: auto;
    }
    .most-requested-wrapper {background-color: transparent;}
    .hero-headline { font-size: 59px; }
    .hero-subheadline { font-size: 18px; margin-bottom: 40px; }
    .desktop-header-content { display: none; }
    .mobile-header-content { display: flex; width: 100%; padding: 0 15px; min-height: 81px; align-items: center; }
    .header-container { background-color: #fff; }
    .hamburger-container { width: 20%; display: flex; justify-content: flex-start; align-items: center; }
    .mobile-logo-container { width: 60%; display: flex; justify-content: center; align-items: center; }
    .mobile-logo-container img { max-height: 50px; width: auto; }
    .mobile-phone-container { width: 20%; display: flex; justify-content: flex-end; align-items: center; }
    .hamburger-icon, .mobile-phone-icon { display: block; }
    .mega-menu { display: none; }
    
    .how-it-works__headline { font-size: 36px; }
    .how-it-works__steps-flow { flex-direction: column; align-items: center; gap: 0px; }
    .how-it-works__arrow-separator { transform: rotate(90deg); width: 24px; height: 40px; margin: 20px 0 !important; }
    .how-it-works__step-item { max-width: 400px; width: 100%; }

    /* STANDARDIZED HEADERS - TABLET */
    .vhm-service-pre-headline,
    .summer-projects__pre-headline,
    .most-requested-wrapper .pre-headline,
    .pre-headline-badge,
    .faq-pre-headline {
        font-size: 13px;
        margin-bottom: 12px;
        margin-top: 0;
        padding: 5px 12px 5px 0;
    }

    .vhm-service-pre-headline img,
    .summer-projects__pre-headline img,
    .most-requested-wrapper .pre-headline img,
    .pre-headline-badge img,
    .faq-pre-headline img {
        width: 15px;
        height: 15px;
    }

    
    .summer-projects__headline,
    .most-requested-wrapper .headline,
    .benefits-wrapper .benefits-headline,
    .testimonials-section-wrapper .testimonials-main-headline {
        font-size: 32px;
        white-space: normal;
        flex-shrink: 1;
        margin-bottom: 12px;
        margin-top: 0;
        padding-bottom: 20px;
        padding-top: 0;
    }
    .vhm-service-headline {margin-bottom: 0px; padding-bottom: 0px;}

    .faq-headline {
        font-size: 32px;
        white-space: normal;
        flex-shrink: 1;
        margin-bottom: 40px; /* No sub-headline, so more space */
        margin-top: 0;
        padding-bottom: 20px;
        padding-top: 0;
    }

    .vhm-service-subheadline,
    .summer-projects__sub-headline,
    .most-requested-wrapper .sub-headline,
    .benefits-wrapper .benefits-sub-headline,
    .testimonials-section-wrapper .testimonials-sub-headline {
        font-size: 17px;
        margin-bottom: 40px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    /* Container Fixes - Remove conflicting paddings */
    .summer-projects__header-content {
        padding: 0px;
    }
    
    .section-header {
        padding: 0px;
    }

    .vhm-service-tabs-main-container { align-items: flex-start; }
    .vhm-service-headline { text-align: left; white-space: normal; }
    .vhm-service-pre-headline img { width: 13px; height: 13px; }

    .most-requested-wrapper .projects-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 25px; border-radius: 33px; background-color: #d3dee221;}
    .most-requested-wrapper .project-card { height: 380px; }
    .most-requested-wrapper .sub-headline-svg { width: 180px; height: 20px; }
    .most-requested-wrapper .card-title { font-size: 18px; }
    .most-requested-wrapper .card-subtitle { font-size: 13px; }
    .most-requested-wrapper .card-image.hvac-image { width: 197px; height: 197px; }
    .most-requested-wrapper .card-image.solar-image { width: 410px; height: 410px; margin-bottom: -47px; }
    .most-requested-wrapper .card-image.roofing-image { width: 240px; height: 240px; margin-bottom: -15px; }
    
    .benefits-grid-top { grid-template-columns: 1fr 1fr; }
    .benefits-grid-top .benefit-card:last-child { grid-column: 1 / -1; }
    .benefits-grid-bottom { grid-template-columns: 1fr 1fr; }
    
    .vhm-service-service-grid { max-width: none !important; } 
    .vhm-service-tabs-nav { width: 100%; justify-content: space-around; background: #d3dee21c;}
    .vhm-service-tab-button { flex-grow: 1; flex-basis: 0; }
    .vhm-service-tab-button span { font-size: 16px; }
    .vhm-service-service-card-content .sub-services span { font-size: 11px; }
    .vhm-service-service-card-content .marketing-hook .pros-count { font-size: 12px; }

    .summer-projects-wrapper { background-color: transparent; }
    .summer-projects__projects-grid {
        grid-template-columns: repeat(3, 1fr); 
        background-color: #f9fbfd;
        border-radius: 33px;
        padding: 40px;
    }
}

/* --- Mobile (≤768px) - STANDARDIZED --- */
@media (max-width: 768px) {
    body { padding: 81px 0 0 0; }
    main { padding: 20px; }
    .hero-container { border-radius: 25px; margin: 0; height: auto; min-height: 0; }
    .hero-left-column { padding: 40px 20px; }
    .hero-headline { font-size: 49px; }
    .hero-subheadline { font-size: 17px; }
    .navigation-container { display: none; }
    .sp_search-input { padding: 12px 50px 12px 15px !important; font-size: 15px !important; }
    .sp_search-button { padding: 12px 10px !important; font-size: 15px !important; }
    .sp_clear-selection { font-size: 13px !important; right: 8px; }
    .search-tab-container, .popular-keywords-container { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; }
    .popular-label { font-size: 11px; }
    .trust-badge img { height: 14px; }
    .fire-icon { width: 11px; height: 11px; }
    .popular-keywords-container, .keywords-list-wrapper { height: auto; font-size: 11px; line-height: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .static-keyword, .keyword-separator-static { font-size: 11px; line-height: normal; }

    .how-it-works-section { padding: 80px 0; }
    .how-it-works__headline { font-size: 32px; }
    .how-it-works__sub-headline { font-size: 16px; }
    .how-it-works__steps-flow { background-color: #d3dee221; padding: 20px 60px; border-radius: 33px; }

    /* STANDARDIZED HEADERS - MOBILE */
    .vhm-service-pre-headline,
    .summer-projects__pre-headline,
    .most-requested-wrapper .pre-headline,
    .pre-headline-badge,
    .faq-pre-headline {
        font-size: 13px;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 5px 10px 5px 0;
    }

    .vhm-service-pre-headline img,
    .summer-projects__pre-headline img,
    .most-requested-wrapper .pre-headline img,
    .pre-headline-badge img,
    .faq-pre-headline img {
        width: 15px;
        height: 15px;
    }

    
    .summer-projects__headline,
    .most-requested-wrapper .headline,
    .benefits-wrapper .benefits-headline,
    .testimonials-section-wrapper .testimonials-main-headline {
        font-size: 30px;
        margin-bottom: 10px;        
        margin-top: 0;
        padding-bottom: 18px;
        padding-top: 0;
    }
    .vhm-service-headline {margin-bottom: 0px; padding-bottom: 0px; font-size: 30px;}

    .faq-headline {
        font-size: 30px;
        margin-bottom: 35px; /* No sub-headline, so more space */
        margin-top: 0;
        padding-bottom: 18px;
        padding-top: 0;
    }

    .vhm-service-subheadline,
    .summer-projects__sub-headline,
    .most-requested-wrapper .sub-headline,
    .benefits-wrapper .benefits-sub-headline,
    .testimonials-section-wrapper .testimonials-sub-headline {
        font-size: 16px;
        text-align: left;
        margin-bottom: 35px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    /* Container Fixes - Mobile */
    .summer-projects__header-content {
        padding: 0px ;
    }
    
    .section-header {
        padding: 0px;
    }

    /* Fix Most Requested Cards - Keep Center Alignment */
    .most-requested-wrapper .project-card {
        text-align: center;
    }
    
    .most-requested-wrapper .card-title,
    .most-requested-wrapper .card-subtitle {
        text-align: center;
    }

    .vhm-service-tabs-nav { padding: 5px; background:#d3dee21c; } 
    .vhm-service-tab-button { padding: 6px 10px; }
    .vhm-service-tab-button span { font-size: 16px; }
    .vhm-service-service-grid { gap: 8px; } 
    .vhm-service-service-card { flex: 0 0 calc(33.33% - 5.33px); width: calc(33.33% - 5.33px); height: 200px; } 
    .vhm-service-service-card-content h3 { font-size: 16px; } 
    .vhm-service-service-card-content .sub-services span { font-size: 11px; }
    .vhm-service-tab-pane { min-height: 200px; } 
    .vhm-service-slider-btn.left[data-tab] { top: 50%; left: 5px; transform: translateY(-50%); } 
    .vhm-service-slider-btn.right[data-tab] { top: 50%; right: 5px; transform: translateY(-50%); } 
    .vhm-service-service-card-content .marketing-hook .pros-count { font-size: 12px; }
    
    .summer-projects-wrapper { background-color: transparent; }
    .summer-projects__projects-grid {
        grid-template-columns: repeat(2, 1fr);
        background-color: #d3dee221;
        border-radius: 33px;
        padding: 40px;
    }
    .summer-projects__disclaimer-text { padding: 0 20px; }
    
    .benefits-grid-top { grid-template-columns: 1fr 1fr; }
    .benefits-grid-top .benefit-card:last-child { grid-column: 1 / -1; }
    .benefits-grid-bottom { grid-template-columns: 1fr 1fr; }
    .benefit-header h3 { font-size: 15px; }
    .benefit-card p { font-size: 13px; }
    .testimonials-section-wrapper .testimonials-main-headline { font-size: 24px; }
    .testimonials-section-wrapper .testimonials-sub-headline { font-size: 16px; }
    .testimonials-container { padding: 30px 15px; }
    
    .faq-container { max-width: 100%; }
    .faq-question { font-size: 17px; padding: 20px 0; }
    .faq-answer.open { padding-bottom: 30px; padding-left: 15px; padding-right: 15px; }
    .faq-answer p { font-size: 16px; }
    
    .pros-banner-wrapper { padding-top: 0px; padding-bottom: 60px; padding-right: 0px; padding-left: 0px;}
    .pros-banner-content { 
        padding: 30px 25px;
        height: 280px;
    } 
    .pros-banner-preheadline-img { height: 25px; margin-bottom: 30px; }
    .pros-banner-headline { font-size: 30px; margin-bottom: 10px; } 
    .pros-banner-subheadline { font-size: 14px; margin-bottom: 20px; }
    .pros-banner-button-animated { 
        font-size: 0.9rem;
        padding: 1.3rem;
        min-width: 50%;
    }

    .footer-main {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-container-1,
    .footer-container-2,
    .footer-container-3,
    .footer-container-4 {
        width: 100%;
        padding-top: 30px;
        align-items: flex-start;
        text-align: left;
    }
    .accordion-columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .vhm-service-wrapper{ padding:0px; background-color:transparent; }
}

/* --- Small Mobile (≤576px) - STANDARDIZED --- */
@media (max-width: 576px) {
    .most-requested-wrapper{background-color: transparent;}
    .mobile-logo-container { width: 60%; }
    .hamburger-container, .mobile-phone-container { width: 20%; }
    .mobile-logo-container img { max-height: 32px; }
    .mobile-menu-logo img { max-height: 40px; }
    .mobile-menu a { font-size: 16px; }
    .hero-headline { font-size: 47px; margin-bottom: 15px; }
    .hero-subheadline { font-size: 16px; font-weight: 200; margin-bottom: 50px; }
    .trust-badge-text { font-size: 12px; }
    .sp_search-container, .search-tab-container, .popular-keywords-container { max-width: 100%; width: 100%; margin-left: auto; margin-right: auto; }
    .popular-keywords-container, .keywords-list-wrapper, .popular-label, .fire-icon, .static-keyword, .keyword-separator-static { font-size: 12px; height: auto; line-height: normal; }
    .keywords-list-wrapper { overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
    .popular-keywords-container { justify-content: flex-start; align-items: flex-start; flex-wrap: nowrap; }
    .how-it-works__step-description{ margin-bottom:0px }

    /* STANDARDIZED HEADERS - SMALL MOBILE */
    .vhm-service-pre-headline,
    .summer-projects__pre-headline,
    .most-requested-wrapper .pre-headline,
    .pre-headline-badge,
    .faq-pre-headline {
        font-size: 12px;
        margin-bottom: 8px;
        margin-top: 0;
        padding: 5px 8px 5px 0;
    }

    .vhm-service-pre-headline img,
    .summer-projects__pre-headline img,
    .most-requested-wrapper .pre-headline img,
    .pre-headline-badge img,
    .faq-pre-headline img {
        width: 14px;
        height: 14px;
    }

    
    .summer-projects__headline,
    .most-requested-wrapper .headline,
    .benefits-wrapper .benefits-headline,
    .testimonials-section-wrapper .testimonials-main-headline {
        font-size: 26px;
        margin-bottom: 0px;
        margin-top: 0;
        padding-bottom: 15px;
        padding-top: 0;
    }
    .vhm-service-headline {margin-bottom: 0px; padding-bottom: 0px; font-size: 30px;}

    .faq-headline {
        font-size: 26px;
        margin-bottom: 30px; /* No sub-headline, so more space */
        margin-top: 0;
        padding-bottom: 15px;
        padding-top: 0;
    }

    .vhm-service-subheadline,
    .summer-projects__sub-headline,
    .most-requested-wrapper .sub-headline,
    .benefits-wrapper .benefits-sub-headline,
    .testimonials-section-wrapper .testimonials-sub-headline {
        font-size: 15px;
        max-width: 500px;
        margin-bottom: 30px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    /* Container Padding Fixes - Small Mobile */
    .vhm-service-tabs-main-container,
    .most-requested-container {
       padding: 0px;
    }

    .summer-projects-container {
        padding: 0px;
    }

    .summer-projects__header-content {
        padding: 0px;
    }

    .benefits-container {
        padding: 0px;
    }
    
    .section-header {
        padding: 0px;
    }

    /* Fix Most Requested Cards - Keep Center Alignment on Small Mobile */
    .most-requested-wrapper .project-card {
        text-align: center;
        padding: 15px;
    }
    
    .most-requested-wrapper .card-title,
    .most-requested-wrapper .card-subtitle {
        text-align: center;
    }

    .most-requested-wrapper .card-header {
        text-align: center;
        justify-content: center;
    }

    .vhm-service-headline-container { margin-bottom: 10px; } 
    .vhm-service-tabs-container {  border-radius: 25px;}
    .vhm-service-tabs-nav { 
        width: 100%; padding: 5px; background:#d3dee21c; !important; 
        border-radius: 100px; box-shadow: none; overflow-x: hidden; 
        justify-content: space-around; border-bottom: none; margin-bottom: 15px; 
    } 
    .vhm-service-tab-button { padding: 8px 5px; flex-grow: 1; flex-basis: 0; text-align: center; }
    .vhm-service-tab-button span { font-size: 14px; }
    .vhm-service-tab-button:first-child { margin-left: 0; } 
    .tab-icon { margin-right: 4px; margin-bottom: 0; width: 16px; height: 16px; } 
    .vhm-service-tab-button:hover span { color: #0C1728 !important; } 
    .vhm-service-tab-button.active span { font-weight: 600; } 
    .vhm-service-tab-button.active::after { display: none; } 
    .vhm-service-service-grid { gap: 12px; padding: 5px 0 0 0; } 
    .vhm-service-service-card { flex: 0 0 calc(50% - 6px); width: calc(50% - 6px); height: 225px; } 
    .vhm-service-service-card-content h3 { font-size: 14px; } 
    .vhm-service-service-card-content .marketing-hook .pros-count { font-size: 12px; }
    .vhm-service-service-card-content .sub-services span { font-size: 10px; padding: 2px 4px; }
    .vhm-service-hover-overlay button { font-size: 12px; padding: 12px 30px; } 
    .vhm-service-tab-pane { min-height: 225px; } 
    .vhm-service-slider-btn.left[data-tab] { top: 50%; left: 2px; width: 35px; height: 35px; } 
    .vhm-service-slider-btn.left[data-tab] svg { width: 18px; height: 18px; } 
    .vhm-service-slider-btn.right[data-tab] { top: 50%; right: 2px; width: 35px; height: 35px; } 
    .vhm-service-slider-btn.right[data-tab] svg { width: 18px; height: 18px; } 
    
    .summer-projects-wrapper { background-color: transparent; }
    .summer-projects__disclaimer-text { padding: 0 20px; }
    .summer-projects__projects-grid {
        grid-template-columns: 1fr;
        background: linear-gradient(to bottom, #d3dee221 0%, #d3dee221 60%, rgba(249, 251, 253, 0.6) 75%, rgba(249, 251, 253, 0.3) 85%, rgba(249, 251, 253, 0.1) 92%, rgba(249, 251, 253, 0.9) 96%, #f9fbfd 100%);
        border-radius: 33px;
        padding: 30px;
        position: relative;
        padding-bottom: 40px;
        overflow: hidden;
    }
    .summer-projects__project-card { height: 85px; }
    .summer-projects__project-title { font-size: 15px; }
    .summer-projects__project-card-link:nth-child(n+5):nth-child(-n+10) { display: none; }
    .summer-projects__show-more-link {
        display: block !important;
        position: absolute;
        bottom: 0; left: 0; right: 0;
        text-align: center;
        font-family: "SF Pro Text", sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #63727e;
        text-decoration: underline;
        cursor: pointer;
        padding: 100px 20px 30px;
        background: linear-gradient(to bottom, rgba(249, 251, 253, 0) 5%, rgba(249, 251, 253, 0.85) 60%, rgba(249, 251, 253, 0.99) 70%, rgba(249, 251, 253, 1) 100%);
        z-index: 10;
    }
    .summer-projects__show-more-link .arrow { display: inline-block; margin-left: 8px; animation: floatArrow 2s ease-in-out infinite; }
    @keyframes floatArrow { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(4px); } }
    .summer-projects__projects-grid.expanded .summer-projects__project-card-link:nth-child(n+5):nth-child(-n+10) { display: block; }
    .summer-projects__projects-grid.expanded .summer-projects__show-more-link { display: none !important; }

    .most-requested-wrapper { padding: 0px; }
    .most-requested-container { padding: 0px; }
    .most-requested-wrapper .headline { margin-bottom: 0px; white-space: normal; }
    .most-requested-wrapper .sub-headline { margin-bottom: 30px; max-width: 500px; }
    .most-requested-wrapper .projects-grid { grid-template-columns: 1fr; gap: 15px; padding: 30px; border-radius: 33px; }
    .most-requested-wrapper .project-card { height: 410px; padding: 20px; }
    .most-requested-wrapper .card-header { margin-bottom: 15px; }
    .most-requested-wrapper .sub-headline-svg { width: 150px; height: 18px; }
    .most-requested-wrapper .card-title { font-size: 21px; padding-bottom: 8px; }
    .most-requested-wrapper .card-subtitle { font-size: 16px; margin-bottom: 15px; }
    .most-requested-wrapper .card-cta-group { gap: 8px; margin-bottom: 8px; }
    .most-requested-wrapper .cta-button { font-size: 13px; padding: 8px 14px; }
    .most-requested-wrapper .cta-learn-more { width: 110px; }
    .most-requested-wrapper .cta-call { width: 80px; }
    .most-requested-wrapper .service-text { font-family: "SF Pro Text", sans-serif; font-size: 12px; }
    .most-requested-wrapper .card-image.cleaning-image { width: 220px; height: 220px; }
    .most-requested-wrapper .card-image.hvac-image { width: 215px; height: 215px; }
    .most-requested-wrapper .card-image.solar-image { width: 395px; height: 395px; margin-bottom: -35px; }
    .most-requested-wrapper .card-image.roofing-image { width: 265px; height: 265px; margin-bottom: -20px; }
    
    .benefits-wrapper .benefits-headline-container { flex-direction: column; align-items: center; }
    .testimonials-section-wrapper .testimonials-main-headline { font-size: 26px; }
    
    .faq-wrapper { padding: 0px 0; } 
    .faq-question { font-size: 16px; padding: 20px 0; }
    .faq-answer.open { padding-bottom: 30px; padding-left: 10px; padding-right: 10px; }
    .faq-answer p { font-size: 16px; padding-right: 0px; }
    .faq-icon-placeholder { margin-left: 10px; width: 1rem; height: 1rem; }
    
    .pros-banner-content { 
        padding: 20px 20px;
        height: 240px;
    }
    .pros-banner-preheadline-img { height: 20px; margin-bottom: 30px; }
    .pros-banner-headline { font-size: 24px; margin-bottom: 10px; } 
    .pros-banner-subheadline { font-size: 13px; margin-bottom: 20px; } 
    .pros-banner-button-animated { 
        font-size: 0.875rem;
        padding: 1.3rem;
        min-width: 50%;
    }
    .disclaimer-container {
        width: 100%;
        padding-bottom: 15px;
        text-align: left;
        align-self: flex-start;
    }
    .accordion-columns {
        grid-template-columns: 1fr;
    }
    .vhm-service-wrapper{ padding:0px; }
}

/* --- Extra Small Mobile (≤480px) --- */
@media (max-width: 480px) {
    .sp_search-input { padding: 10px 40px 10px 12px !important; font-size: 14px !important; }
    .sp_search-button { padding: 10px 5px !important; font-size: 14px !important; }
    .sp_dropdown-item { padding: 10px 15px !important; font-size: 15px !important; }
    .sp_clear-selection { font-size: 12px !important; right: 6px; }
    .hero-headline { font-size: 32px; }
    .hero-subheadline { font-size: 15px; }
    .search-tab-container { padding: 0; }
    .popular-keywords-container { width: 100%; box-sizing: border-box; }
    .keywords-list-wrapper { max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
    .popular-keywords-container { justify-content: flex-start; align-items: flex-start; flex-wrap: nowrap; }
    .vhm-service-wrapper{ padding:0px; }
}

/* ==========================================================================
   13. New UI/UX Enhancements
   ========================================================================== */

/* --- Scroll Progress Bar --- */
.scroll-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--color-primary);
    z-index: 10001;
    transition: width 0.1s linear;
}

/* --- Back to Top Button --- */
.back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--color-primary);
    color: var(--color-dark);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 9999;
    transform: translateY(10px);
}

.back-to-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn:hover {
    background-color: #96E401;
    transform: scale(1.1);
}

/* ==========================================================================
   14. Blog Page Styles
   ========================================================================== */
.blog-main-content {
    margin-top: 81px;
    padding: 60px 20px;
    background-color: #fff;
}

.blog-container {
    max-width: 1230px;
    margin: 0 auto;
}

.blog-header {
    text-align: center;
    margin-bottom: 60px;
}

.blog-header .pre-headline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "SF Pro Text", sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--color-medium-dark);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.blog-header .headline {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--color-dark);
    letter-spacing: -1.5px;
    margin-bottom: 15px;
}

.blog-header .sub-headline {
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    color: var(--color-medium-dark);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Featured Post */
.featured-post-section {
    margin-bottom: 60px;
}

.featured-post-card {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
    background-color: #f9fafb;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
}

.featured-post-card:hover {
    text-decoration: none;
}

.featured-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-post-content {
    padding: 40px;
}

.featured-post-content .category-tag {
    display: inline-block;
    background-color: var(--color-primary);
    color: var(--color-dark);
    padding: 4px 12px;
    border-radius: 100px;
    font-family: 'SF Pro Text', sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.featured-post-content h2 {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--color-dark);
    line-height: 1.2;
    margin-bottom: 15px;
}

.featured-post-content p {
    font-family: 'Questrial', sans-serif;
    color: var(--color-medium-dark);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.read-more-btn {
    display: inline-block;
    color: var(--color-dark);
    font-family: 'SF Pro Text', sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-post-card:hover .read-more-btn {
    color: #96e401;
}

/* Articles Grid */
.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.article-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    text-decoration: none;
}

.article-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.article-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.article-card-content .category-tag {
    display: inline-block;
    background-color: #f0f2f5;
    color: var(--color-medium-dark);
    padding: 4px 12px;
    border-radius: 100px;
    font-family: 'SF Pro Text', sans-serif;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
    align-self: flex-start;
}

.article-card-content h3 {
    font-family: 'SF Pro Text', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 1.4;
    margin-bottom: 10px;
    flex-grow: 1;
}

.article-card-meta {
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    color: #9aa5b1;
    margin-top: auto;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-main-content {
        margin-top: 0;
    }
    .how-it-works__step-description{ margin-bottom:0px }
    .featured-post-card {
        grid-template-columns: 1fr;
    }
    .featured-post-image {
        height: 250px;
    }
    .featured-post-content {
        padding: 30px;
    }
    .articles-grid {
        grid-template-columns: 1fr;
    }
    .blog-header .headline {
        font-size: 38px;
    }
    .most-requested-wrapper{ background-color:transparent; }
}.cleaning-image { width: 203px; height: 203px; }
    .most-requested-wrapper .card-image

    /* ==========================================================================
   16. About Us Page Styles
   ========================================================================== */
.about-container {
    max-width: 1230px;
    margin: 0 auto;
}

.about-hero {
    text-align: center;
    padding: 40px 0 60px 0;
}

.about-hero .pre-headline {
    justify-content: center;
}

.about-section {
    padding: 60px 0;
    border-top: 1px solid #e0e6ec;
}

.about-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 30px;
    text-align: center;
}

.two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.two-column-layout .text-content h2 {
    text-align: left;
}

.two-column-layout .image-content img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-card {
    background-color: #f9fafb;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
}

.value-icon {
    height: 40px;
    margin-bottom: 20px;
}

.value-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 10px;
}

.cta-banner-wrapper {
    padding: 60px 0;
}
.cta-banner-wrapper .cta-button {
    background: #DBFD00;
    border: none;
    border-radius: 100px;
    padding: 14px 35px;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0C1728;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
}
.cta-banner-wrapper .cta-button:hover {
    background: #96E401;
}


/* Responsive styles for About page */
@media (max-width: 992px) {
    .two-column-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .two-column-layout .image-content {
        order: -1; /* Make image appear first on mobile */
    }
}

@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: 1fr;
    }
    .about-section {
        padding: 40px 0;
    }
    .about-hero {
        padding: 20px 0 40px 0;
    }
}

/* ==========================================================================
   15. About Us Page Styles
   ========================================================================== */
.about-container {
    max-width: 1230px;
    margin: 0 auto;
}

.about-hero {
    text-align: center;
    padding: 40px 0 60px 0;
}

.about-hero .pre-headline {
    justify-content: center;
}

.about-section {
    padding: 60px 0;
    border-top: 1px solid #e0e6ec;
}

.about-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 30px;
    text-align: center;
}

.two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.two-column-layout .text-content h2 {
    text-align: left;
}

.two-column-layout .image-content img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-card {
    background-color: #f9fafb;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
}

.value-icon {
    height: 40px;
    margin-bottom: 20px;
}

.value-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 10px;
}

.cta-banner-wrapper {
    padding: 60px 0;
}
.cta-banner-wrapper .cta-button {
    background: #DBFD00;
    border: none;
    border-radius: 100px;
    padding: 14px 35px;
    font-family: 'SF Pro Text', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0C1728;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
}
.cta-banner-wrapper .cta-button:hover {
    background: #96E401;
}


/* Responsive styles for About page */
@media (max-width: 992px) {
    .two-column-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .two-column-layout .image-content {
        order: -1; /* Make image appear first on mobile */
    }
}

@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: 1fr;
    }
    .about-section {
        padding: 40px 0;
    }
    .about-hero {
        padding: 20px 0 40px 0;
    }
}