/* ==========================================================================
   FXSTYLES.CSS - Allure Window Treatments New Homepage
   Table of Contents:
   1. Variables & Fonts
   2. Header & Navigation
   3. Hero Banner
   4. Global Typography & Section Base
   5. Buttons
   6. Tabs Section (Premium Window Treatments)
   7. Three Columns (Custom Window Treatment Process)
   8. Split Sections (Residential/Commercial)
   9. Icon Boxes (Design Trade Program)
   10. Half-Half Section (Areas We Serve)
   11. CTA Section
   12. Contact Form
   13. Responsive Styles
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');

/* ==========================================================================
   1. VARIABLES & FONTS
   ========================================================================== */

:root {
    --font-primary: 'Montserrat', sans-serif;
    --color-primary: #19226D;
    --color-primary-light: #1A3687;
    --color-accent: #006AB6;
    --color-accent-hover: #005a9a;
    --color-dark: #3A3A3A;
    --color-text: #3A3A3A;
    --color-text-light: #6B6B6B;
    --color-text-muted: #8A8A8A;
    --color-border: #E0E0E0;
    --color-border-light: #F0F0F0;
    --color-white: #ffffff;
    --color-off-white: #FAFAFA;
    --color-light-bg: #F5F5F5;
    --section-padding: 100px;
    --container-width: 1300px;
    --transition-speed: 0.3s;
    --transition-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   4. GLOBAL TYPOGRAPHY & SECTION BASE
   ========================================================================== */

.homepage-hero,
.intro-section,
.split-section,
.text-section,
.three-columns,
.cta-section,
.centered-section,
.icon-section,
.homepage-hero *,
.intro-section *,
.split-section *,
.text-section *,
.three-columns *,
.cta-section *,
.centered-section *,
.icon-section * {
    font-family: var(--font-primary) !important;
}

.text-section li,
.text-section p {
    font-size: 16px;
}

.vc_row.wpb_row.section.homepage-section {
    padding-top: var(--section-padding) !important;
    padding-bottom: var(--section-padding) !important;
}

.vc_row.wpb_row.section.homepage-hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.homepage-hero .hbupro-hero-banner-wrp-1 .hbupro-hero-banner h1.hbupro-hero-banner-title {
    font-family: var(--font-primary) !important;
    font-weight: 300 !important;
    font-size: 54px !important;
    line-height: 1.12 !important;
    letter-spacing: -1px;
    margin-bottom: 28px;
}

.homepage-hero .hbupro-hero-banner-wrp-1 .hbupro-hero-banner .hbupro-hero-banner-sub-title,
.homepage-hero .hbupro-hero-banner-wrp-1 .hbupro-hero-banner .hbupro-hero-banner-sub-title p {
    font-family: var(--font-primary) !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
}

.intro-section h1,
.split-section h1,
.text-section h1,
.three-columns h1,
.cta-section h1,
.centered-section h1,
.icon-section h1 { 
    font-size: 48px; 
    font-weight: 300; 
    color: var(--color-primary); 
    letter-spacing: -0.5px;
}

.intro-section h2,
.split-section h2,
.text-section h2,
.three-columns h2,
.cta-section h2,
.centered-section h2,
.icon-section h2 { 
    font-size: 38px; 
    font-weight: 300; 
    color: var(--color-dark); 
    margin-bottom: 24px;
    letter-spacing: -0.3px;
}

.intro-section h3,
.split-section h3,
.text-section h3,
.three-columns h3,
.cta-section h3,
.centered-section h3,
.icon-section h3 { 
    font-size: 28px; 
    font-weight: 300; 
    color: var(--color-text); 
    letter-spacing: -0.2px;
}

.intro-section h4,
.split-section h4,
.text-section h4,
.three-columns h4,
.cta-section h4,
.centered-section h4,
.icon-section h4 { 
    font-size: 22px; 
    font-weight: 400; 
    color: var(--color-dark); 
}

.intro-section a:not(.qbutton):not(.vc_btn3):not(.button),
.split-section a:not(.qbutton):not(.vc_btn3):not(.button),
.text-section a:not(.qbutton):not(.vc_btn3):not(.button),
.three-columns a:not(.qbutton):not(.vc_btn3):not(.button),
.cta-section a:not(.qbutton):not(.vc_btn3):not(.button),
.centered-section a:not(.qbutton):not(.vc_btn3):not(.button),
.icon-section a:not(.qbutton):not(.vc_btn3):not(.button) {
    color: var(--color-accent);
    text-decoration: none;
    transition: color 0.3s var(--transition-smooth);
}

.intro-section a:not(.qbutton):not(.vc_btn3):not(.button):hover,
.split-section a:not(.qbutton):not(.vc_btn3):not(.button):hover,
.text-section a:not(.qbutton):not(.vc_btn3):not(.button):hover,
.three-columns a:not(.qbutton):not(.vc_btn3):not(.button):hover,
.cta-section a:not(.qbutton):not(.vc_btn3):not(.button):hover,
.centered-section a:not(.qbutton):not(.vc_btn3):not(.button):hover,
.icon-section a:not(.qbutton):not(.vc_btn3):not(.button):hover {
    color: var(--color-primary);
}

.intro-section p a,
.split-section p a,
.text-section p a,
.three-columns p a,
.cta-section p a,
.centered-section p a,
.icon-section p a,
.intro-section li a,
.split-section li a,
.text-section li a,
.three-columns li a,
.cta-section li a,
.centered-section li a,
.icon-section li a,
.intro-section .wpb_text_column a,
.split-section .wpb_text_column a,
.text-section .wpb_text_column a,
.three-columns .wpb_text_column a,
.cta-section .wpb_text_column a,
.centered-section .wpb_text_column a,
.icon-section .wpb_text_column a {
    color: var(--color-accent);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s var(--transition-smooth);
}

.intro-section p a:hover,
.split-section p a:hover,
.text-section p a:hover,
.three-columns p a:hover,
.cta-section p a:hover,
.centered-section p a:hover,
.icon-section p a:hover,
.intro-section li a:hover,
.split-section li a:hover,
.text-section li a:hover,
.three-columns li a:hover,
.cta-section li a:hover,
.centered-section li a:hover,
.icon-section li a:hover,
.intro-section .wpb_text_column a:hover,
.split-section .wpb_text_column a:hover,
.text-section .wpb_text_column a:hover,
.three-columns .wpb_text_column a:hover,
.cta-section .wpb_text_column a:hover,
.centered-section .wpb_text_column a:hover,
.icon-section .wpb_text_column a:hover {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

/* ==========================================================================
   5. BUTTONS
   ========================================================================== */

.homepage-section .qbutton:not(.outline),
.homepage-section .vc_btn3:not(.outline),
.homepage-section .button:not(.outline),
.intro-section .qbutton:not(.outline),
.split-section .qbutton:not(.outline),
.text-section .qbutton:not(.outline),
.three-columns .qbutton:not(.outline),
.centered-section .qbutton:not(.outline),
.icon-section .qbutton:not(.outline),
.intro-section .vc_btn3:not(.outline),
.split-section .vc_btn3:not(.outline),
.text-section .vc_btn3:not(.outline),
.three-columns .vc_btn3:not(.outline),
.centered-section .vc_btn3:not(.outline),
.icon-section .vc_btn3:not(.outline),
.wpb_wrapper .qbutton:not(.outline),
.wpb_wrapper .vc_btn3:not(.outline),
.wpb_text_column .qbutton:not(.outline),
.wpb_text_column .vc_btn3:not(.outline) {
    font-family: var(--font-primary) !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    background: var(--color-accent) !important;
    background-color: var(--color-accent) !important;
    background-image: none !important;
    color: var(--color-white) !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 0.4s var(--transition-smooth) !important;
    font-size: 16px !important;
    padding: 5px 25px 5px 25px !important;
    margin-top: 30px !important;
    /*added by keeley to fix innerpage buttons*/
    text-wrap: wrap;
    height: auto;
    line-height: 1.5em; 
}

.homepage-section .qbutton:not(.outline):hover,
.homepage-section .vc_btn3:not(.outline):hover,
.homepage-section .button:not(.outline):hover,
.intro-section .qbutton:not(.outline):hover,
.split-section .qbutton:not(.outline):hover,
.text-section .qbutton:not(.outline):hover,
.three-columns .qbutton:not(.outline):hover,
.centered-section .qbutton:not(.outline):hover,
.icon-section .qbutton:not(.outline):hover,
.intro-section .vc_btn3:not(.outline):hover,
.split-section .vc_btn3:not(.outline):hover,
.text-section .vc_btn3:not(.outline):hover,
.three-columns .vc_btn3:not(.outline):hover,
.centered-section .vc_btn3:not(.outline):hover,
.icon-section .vc_btn3:not(.outline):hover,
.wpb_wrapper .qbutton:not(.outline):hover,
.wpb_wrapper .vc_btn3:not(.outline):hover,
.wpb_text_column .qbutton:not(.outline):hover,
.wpb_text_column .vc_btn3:not(.outline):hover {
    background: var(--color-primary) !important;
    background-color: var(--color-primary) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(25, 34, 109, 0.25) !important;
}

.homepage-section .qbutton span,
.homepage-section .vc_btn3 span,
.intro-section .qbutton span,
.split-section .qbutton span,
.text-section .qbutton span,
.three-columns .qbutton span,
.centered-section .qbutton span,
.icon-section .qbutton span,
.intro-section .vc_btn3 span,
.split-section .vc_btn3 span,
.text-section .vc_btn3 span,
.three-columns .vc_btn3 span,
.centered-section .vc_btn3 span,
.icon-section .vc_btn3 span,
.wpb_wrapper .qbutton span,
.wpb_wrapper .vc_btn3 span,
.wpb_text_column .qbutton span,
.wpb_text_column .vc_btn3 span {
    color: var(--color-white) !important;
}

.homepage-section .qbutton.outline,
.homepage-section .vc_btn3.outline,
.intro-section .qbutton.outline,
.split-section .qbutton.outline,
.text-section .qbutton.outline,
.three-columns .qbutton.outline,
.centered-section .qbutton.outline,
.icon-section .qbutton.outline,
.intro-section .vc_btn3.outline,
.split-section .vc_btn3.outline,
.text-section .vc_btn3.outline,
.three-columns .vc_btn3.outline,
.centered-section .vc_btn3.outline,
.icon-section .vc_btn3.outline {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid var(--color-border) !important;
    color: var(--color-dark) !important;
}

.homepage-section .qbutton.outline:hover,
.homepage-section .vc_btn3.outline:hover,
.intro-section .qbutton.outline:hover,
.split-section .qbutton.outline:hover,
.text-section .qbutton.outline:hover,
.three-columns .qbutton.outline:hover,
.centered-section .qbutton.outline:hover,
.icon-section .qbutton.outline:hover,
.intro-section .vc_btn3.outline:hover,
.split-section .vc_btn3.outline:hover,
.text-section .vc_btn3.outline:hover,
.three-columns .vc_btn3.outline:hover,
.centered-section .vc_btn3.outline:hover,
.icon-section .vc_btn3.outline:hover {
    background: var(--color-dark) !important;
    background-color: var(--color-dark) !important;
    border-color: var(--color-dark) !important;
    color: var(--color-white) !important;
}

/* ==========================================================================
   BACKGROUND UTILITIES
   ========================================================================== */

.vc_row.bg-light { 
    background-color: var(--color-off-white); 
}

.vc_row.bg-warm { 
    background: linear-gradient(180deg, var(--color-off-white) 0%, var(--color-light-bg) 100%); 
}

.vc_row.bg-dark { 
    background-color: var(--color-dark); 
}

.vc_row.bg-dark h1,
.vc_row.bg-dark h2,
.vc_row.bg-dark h3,
.vc_row.bg-dark h4 { 
    color: var(--color-white); 
}

.vc_row.bg-dark p { 
    color: rgba(255, 255, 255, 0.75); 
}

.vc_row.bg-primary { 
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%); 
}

.vc_row.bg-primary h1,
.vc_row.bg-primary h2,
.vc_row.bg-primary h3,
.vc_row.bg-primary h4,
.vc_row.bg-primary p { 
    color: var(--color-white); 
}

.vc_row.bg-accent { 
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary-light) 100%); 
}

.vc_row.bg-accent h2,
.vc_row.bg-accent p { 
    color: var(--color-white); 
}

/* ==========================================================================
   6. SECTION LAYOUTS
   ========================================================================== */

.vc_row.wpb_row.section.homepage-section:has(.intro-section) {
    background-color: var(--color-white);
    position: relative;
}

/* ==========================================================================
   6. TABS SECTION (Premium Window Treatments)
   ========================================================================== */

.vc_row.wpb_row.section.tabs-section {
    background-color: var(--color-white);
    position: relative;
}

.vc_row.wpb_row.section.tabs-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--color-border) 50%, transparent 100%);
}

.vc_row.wpb_row.section.split-section:not(.reverse) .vc_col-sm-6:has(.wpb_text_column) {
    background-color: var(--color-white) !important;
}

/* ==========================================================================
   7. THREE COLUMNS SECTION (Custom Window Treatment Process)
   ========================================================================== */

.vc_row.wpb_row.section.three-columns {
    background-color: var(--color-off-white);
    position: relative;
}

.vc_row.wpb_row.section.cta-section {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 50%, var(--color-accent) 100%);
    position: relative;
    overflow: hidden;
}

.vc_row.wpb_row.section.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 34, 109, 0.95) 0%, rgba(26, 54, 135, 0.92) 50%, rgba(0, 106, 182, 0.95) 100%);
    z-index: 0;
}

.vc_row.wpb_row.section.cta-section > * {
    position: relative;
    z-index: 1;
}

.full_width_inner > .vc_row.homepage-section:not(.homepage-hero):not(.split-section) > .full_section_inner,
.wpb-content-wrapper > .vc_row.homepage-section:not(.homepage-hero):not(.split-section) > .full_section_inner {
    max-width: var(--container-width) !important;
    margin: 0 auto !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box;
}

.vc_row.homepage-section:not(.homepage-hero):not(.split-section) .vc_column-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.vc_row.wpb_row.section.homepage-section:has(+ .vc_row.tabs-section) {
    padding-bottom: 30px !important;
}

.vc_row.wpb_row.section.tabs-section {
    padding-top: var(--section-padding) !important;
    padding-bottom: var(--section-padding) !important;
}

/* ==========================================================================
   8. SPLIT SECTIONS (Residential/Commercial)
   ========================================================================== */

.vc_row.wpb_row.section.split-section {
    padding: 0 !important;
    overflow: hidden;
}

.vc_row.wpb_row.section.split-section .full_section_inner {
    max-width: 100% !important;
    width: 100vw !important;
    padding: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    display: flex;
    align-items: center;
    position: relative;
}

.vc_row.wpb_row.section.split-section .vc_col-sm-6 {
    width: 50%;
    flex: 0 0 50%;
}

.vc_row.wpb_row.section.split-section .vc_col-sm-6:has(.wpb_single_image) {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.vc_row.wpb_row.section.split-section .wpb_single_image {
    margin: 0 !important;
    height: 100%;
    width: 100%;
}

.vc_row.wpb_row.section.split-section .vc_column-inner:has(.wpb_single_image) {
    padding: 0 !important;
    margin: 0 !important;
}

.vc_row.wpb_row.section.split-section .vc_single_image-wrapper {
    height: 100%;
    width: 100%;
    display: block;
    margin: 0 !important;
}

.vc_row.wpb_row.section.split-section .vc_single_image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 600px;
}

.vc_row.wpb_row.section.split-section .vc_col-sm-6:has(.wpb_text_column) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
}

.vc_row.wpb_row.section.split-section.reverse .vc_col-sm-6:has(.wpb_text_column) {
    padding-right: 50px;
}

.split-section.reverse.homepage-section {
    background-color: var(--color-off-white) !important;
}

.vc_row.wpb_row.section.split-section .wpb_text_column,
.vc_row.wpb_row.section.split-section .split-text {
    max-width: 700px;
    width: 100%;
}

.intro-section .wpb_text_column,
.intro-text,
.cta-section .wpb_text_column,
.cta-text,
.centered-section .wpb_text_column,
.icon-section .wpb_text_column {
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
}

.intro-section h2,
.intro-text h2,
.cta-section h2,
.cta-text h2,
.centered-section h2,
.icon-section h2 {
    margin-bottom: 20px;
}

.intro-section p,
.intro-text p,
.cta-section p,
.cta-text p,
.centered-section p,
.icon-section p {
    font-size: 17px;
    line-height: 1.85;
    color: var(--color-text-light);
}

.three-columns .vc_col-sm-4 {
    padding: 0 30px;
    position: relative;
    transition: transform 0.3s var(--transition-smooth);
}

.three-columns .text-section.intro-text {
    margin-bottom: 60px !important;
}

.three-columns .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

.three-columns .wpb_single_image {
    position: relative;
    margin-bottom: 30px !important;
    overflow: hidden;
}

.three-columns .wpb_single_image .vc_single_image-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 325px;
}

.three-columns .wpb_single_image .vc_single_image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.three-columns .vc_col-sm-4:nth-child(2) .wpb_single_image::before,
.three-columns .vc_col-sm-4:nth-child(3) .wpb_single_image::before,
.three-columns .vc_col-sm-4:nth-child(4) .wpb_single_image::before {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-family: var(--font-primary);
    font-size: 72px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.85);
    z-index: 2;
    line-height: 1;
    letter-spacing: -3px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.three-columns .vc_col-sm-4:nth-child(2) .wpb_single_image::before {
    content: '01';
}

.three-columns .vc_col-sm-4:nth-child(3) .wpb_single_image::before {
    content: '02';
}

.three-columns .vc_col-sm-4:nth-child(4) .wpb_single_image::before {
    content: '03';
}

.three-columns .vc_col-sm-4:nth-child(2) .wpb_single_image::after,
.three-columns .vc_col-sm-4:nth-child(3) .wpb_single_image::after,
.three-columns .vc_col-sm-4:nth-child(4) .wpb_single_image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(25, 34, 109, 0.4) 0%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.three-columns h3,
.three-col-text h3 {
    font-size: 22px;
    font-weight: 400;
    color: var(--color-dark);
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 18px;
    letter-spacing: -0.3px;
}

.three-columns h3::after,
.three-col-text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--color-accent);
}

.three-columns p,
.three-col-text p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-text-light);
}

.three-columns .vc_col-sm-4:nth-child(2) .wpb_text_column.three-col-text::before,
.three-columns .vc_col-sm-4:nth-child(3) .wpb_text_column.three-col-text::before,
.three-columns .vc_col-sm-4:nth-child(4) .wpb_text_column.three-col-text::before {
    display: none;
}

/* ==========================================================================
   9. ICON BOXES (Design Trade Program)
   ========================================================================== */

.icon-boxes {
    padding: 40px 0 0px !important;
    max-width: var(--container-width);
    margin: 0 auto;
}

.vc_row.homepage-section:has(.icon-boxes) {
    padding-bottom: 80px !important;
}

.vc_row.homepage-section:has(.icon-boxes) .intro-text {
    margin-bottom: 50px;
}

.vc_row.homepage-section:has(.icon-boxes) .intro-text h2 {
    margin-bottom: 24px;
}

.vc_row.homepage-section:has(.icon-boxes) .intro-text p {
    margin-bottom: 0;
}

.icon-boxes .vc_col-sm-3 {
    padding: 0 25px;
    text-align: center;
    margin-bottom: 40px;
}

.icon-boxes .benefit-image {
    margin-bottom: 20px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-section h5 {
    font-size: 18px;
    letter-spacing: 2px;
}

.icon-boxes h5 {
    margin-bottom: 10px !important;
}

.icon-boxes .benefit-image .vc_single_image-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-off-white);
    border-radius: 50%;
    padding: 20px;
    transition: all 0.4s var(--transition-smooth);
}

.icon-boxes .benefit-image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: transform 0.4s var(--transition-smooth);
}

.icon-section a.qbutton.normal_button.medium.center {
    margin-top: 0px !important;
}

.icon-boxes .wpb_text_column {
    text-align: center;
    max-width: 100%;
}

.icon-boxes .wpb_text_column p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--color-text);
    margin: 0;
    font-weight: 400;
    transition: color 0.3s var(--transition-smooth);
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .icon-boxes .vc_col-sm-3 {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 50px;
    }
    
    .icon-boxes .benefit-image .vc_single_image-wrapper {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    
    .icon-boxes .benefit-image img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .icon-boxes .vc_col-sm-3 {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 40px;
    }
    
    .icon-boxes .wpb_text_column p {
        max-width: 100%;
    }
}

.text-section .wpb_text_column ul,
.split-section .wpb_text_column ul,
.split-text ul {
    margin: 24px 0;
    padding-left: 20px;
    list-style: disc;
    list-style-position: outside;
}

.text-section .wpb_text_column ul li,
.split-section .wpb_text_column ul li,
.split-text ul li {
    margin-bottom: 14px;
    padding-left: 0px;
    text-indent: 0;
    margin-left: 0;
    font-size: 15px;
    line-height: 1.75;
    color: var(--color-text-light);
}

.text-section .wpb_text_column ul li strong,
.split-section .wpb_text_column ul li strong,
.split-text ul li strong {
    color: var(--color-dark);
    font-weight: 500;
}

.text-section .wpb_text_column p,
.split-section .wpb_text_column p,
.split-text p {
    font-size: 16px;
    line-height: 1.85;
    color: var(--color-text-light);
    margin-bottom: 18px;
}

.text-section .wpb_text_column p:last-child,
.split-section .wpb_text_column p:last-child,
.split-text p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   10. HALF-HALF SECTION (Areas We Serve)
   ========================================================================== */

.half-half-section {
    padding: 0 !important;
    overflow: hidden;
}

.half-half-section .full_section_inner {
    display: flex;
    align-items: center;
    max-width: 100% !important;
    width: 100vw !important;
    padding: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.half-half-section .vc_col-sm-6 {
    width: 50%;
    flex: 0 0 50%;
}

.half-half-section .vc_col-sm-6:has(.wpb_text_column) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px !important;
    background-color: var(--color-white);
}

.half-half-section .vc_col-sm-6:has(.wpb_text_column) .vc_column-inner {
    max-width: 600px;
    width: 100%;
}

.half-half-section .vc_col-sm-6:has(.wpb_single_image) {
    padding: 0 !important;
    margin: 0 !important;
}

.half-half-section .vc_col-sm-6:has(.wpb_single_image) .vc_column-inner {
    padding: 0 !important;
}

.half-half-section .wpb_single_image {
    margin: 0 !important;
    height: 100%;
}

.half-half-section .vc_single_image-wrapper {
    display: block;
    height: 100%;
    min-height: 500px;
}

.half-half-section .vc_single_image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.half-half-section .split-text ul {
    column-count: 2;
    column-gap: 30px;
    margin: 20px 0;
    padding-left: 18px;
}

.half-half-section .split-text ul li {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 15px;
    break-inside: avoid;
}

.half-half-section .split-text h2 {
    margin-bottom: 16px;
}

.half-half-section .split-text p {
    margin-bottom: 16px;
}

.half-half-section .split-text p:last-child {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .half-half-section .vc_col-sm-6:has(.wpb_text_column) {
        padding: 60px 40px !important;
    }
    
    /* Reduce map image height on tablet */
    .half-half-section .vc_single_image-wrapper {
        height: auto !important;
        min-height: auto;
        max-height: 400px;
    }
    
    .half-half-section .vc_single_image-wrapper img {
        height: auto !important;
        max-height: 400px;
        object-fit: contain;
    }
}

/* Tablet - Three columns image overlay fix */
@media (max-width: 1200px) and (min-width: 769px) {
    /* Constrain the image container to prevent gradient overflow */
    .three-columns .wpb_single_image {
        display: block !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto 30px auto !important;
        overflow: hidden;
        position: relative;
    }
    
    /* Make image fill the constrained container */
    .three-columns .wpb_single_image .vc_single_image-wrapper {
        width: 100% !important;
        max-width: 100%;
    }
    
    .three-columns .wpb_single_image .vc_single_image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    /* Center the text below the image */
    .three-columns .wpb_text_column.three-col-text {
        max-width: 320px;
        margin: 0 auto;
    }
    
    /* Adjust pseudo-element positioning */
    .three-columns .vc_col-sm-4:nth-child(2) .wpb_single_image::before,
    .three-columns .vc_col-sm-4:nth-child(3) .wpb_single_image::before,
    .three-columns .vc_col-sm-4:nth-child(4) .wpb_single_image::before {
        font-size: 56px;
    }
    
    /* Contact form - center submit button on tablet */
    .contact-form-section .form-row-submit {
        justify-content: center !important;
    }
    
    .contact-form-section .wpcf7-submit {
        width: auto !important;
    }
}

@media (max-width: 768px) {
    .half-half-section .full_section_inner {
        flex-direction: column;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .half-half-section .vc_col-sm-6 {
        width: 100%;
        flex: 0 0 100%;
    }
    
    .half-half-section .vc_col-sm-6:has(.wpb_text_column) {
        padding: 50px 30px !important;
        order: 2;
    }
    
    .half-half-section .vc_col-sm-6:has(.wpb_single_image) {
        order: 1;
    }
    
    .half-half-section .vc_single_image-wrapper {
        min-height: 350px;
    }
    
    .half-half-section .split-text ul {
        column-count: 2;
        column-gap: 20px;
    }
}

@media (max-width: 480px) {
    .half-half-section .vc_col-sm-6:has(.wpb_text_column) {
        padding: 40px 20px !important;
    }
    
    .half-half-section .vc_single_image-wrapper {
        min-height: 280px;
    }
    
    .half-half-section .split-text ul {
        column-count: 1;
    }
    
    .half-half-section .split-text ul li {
        margin-bottom: 10px;
    }
}

/* ==========================================================================
   11. CTA SECTION
   ========================================================================== */

.cta-section {
    text-align: center;
}

.cta-section .wpb_text_column {
    max-width: 1000px;
    margin: 0 auto;
}

.centered-section .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-section h1,
.cta-section h2,
.cta-section h3,
.cta-section h4,
.cta-text h1,
.cta-text h2,
.cta-text h3,
.cta-text h4 {
    color: var(--color-white) !important;
    margin-bottom: 24px;
}

.cta-section p,
.cta-text p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.85;
}

.cta-section a,
.cta-text a {
    color: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s var(--transition-smooth);
}

.cta-section a:hover,
.cta-text a:hover {
    color: var(--color-white) !important;
    border-bottom-color: var(--color-white);
}

.cta-section .qbutton,
.cta-section .vc_btn3 {
    background: var(--color-white) !important;
    color: var(--color-primary) !important;
    border: 2px solid var(--color-white) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.cta-section .qbutton:hover,
.cta-section .vc_btn3:hover {
    background: rgba(255, 255, 255, 0.95) !important;
    color: var(--color-primary) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.cta-section .qbutton.outline,
.cta-section .vc_btn3.outline {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    color: var(--color-white) !important;
}

.cta-section .qbutton.outline:hover,
.cta-section .vc_btn3.outline:hover {
    background: var(--color-white) !important;
    border-color: var(--color-white) !important;
    color: var(--color-primary) !important;
}

.vc_row.wpb_row.section.with-divider::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: var(--color-border);
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    :root { 
        --section-padding: 80px; 
    }
    
    .intro-section h2,
    .split-section h2,
    .text-section h2,
    .three-columns h2,
    .cta-section h2,
    .centered-section h2,
    .icon-section h2 { 
        font-size: 32px; 
    }
    
    .homepage-hero .hbupro-hero-banner-wrp-1 .hbupro-hero-banner h1.hbupro-hero-banner-title { 
        font-size: 44px !important; 
    }
    
    
    .full_width_inner > .vc_row.homepage-section:not(.homepage-hero):not(.split-section) > .full_section_inner,
    .wpb-content-wrapper > .vc_row.homepage-section:not(.homepage-hero):not(.split-section) > .full_section_inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    
    .vc_row.homepage-section:not(.homepage-hero):not(.split-section) .vc_column-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .vc_row.wpb_row.section.split-section .vc_single_image-wrapper img {
        min-height: 450px;
    }
    
    .vc_row.wpb_row.section.split-section .vc_col-sm-6:has(.wpb_text_column) {
        padding: 80px 50px 80px 50px !important;
    }
    
    .three-columns .vc_col-sm-4 {
        padding: 0 20px;
    }
    
    .three-columns .vc_col-sm-4:nth-child(2) .wpb_single_image::before,
    .three-columns .vc_col-sm-4:nth-child(3) .wpb_single_image::before,
    .three-columns .vc_col-sm-4:nth-child(4) .wpb_single_image::before {
        font-size: 60px;
    }
    
    .three-columns h3,
    .three-col-text h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    :root { 
        --section-padding: 60px; 
    }
    
    .intro-section h2,
    .split-section h2,
    .text-section h2,
    .three-columns h2,
    .cta-section h2,
    .centered-section h2,
    .icon-section h2 { 
        font-size: 28px; 
    }
    
    .homepage-hero .hbupro-hero-banner-wrp-1 .hbupro-hero-banner h1.hbupro-hero-banner-title { 
        font-size: 34px !important; 
        letter-spacing: -0.5px;
    }
    
    .homepage-hero .hbupro-hero-banner-wrp-1 .hbupro-hero-banner .hbupro-hero-banner-sub-title,
    .homepage-hero .hbupro-hero-banner-wrp-1 .hbupro-hero-banner .hbupro-hero-banner-sub-title p {
        font-size: 16px !important;
    }
    
    /* Reduced section padding on mobile */
    .vc_row.wpb_row.section.homepage-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    
    .vc_row.homepage-section:has(.icon-boxes) {
        padding-bottom: 50px !important;
    }
    
    .vc_row.homepage-section.icon-section + .vc_row.homepage-section.half-half-section {
        padding-top: 30px !important;
    }
    
    .vc_row.homepage-section.icon-section:has(+ .vc_row.homepage-section.half-half-section) {
        padding-bottom: 30px !important;
    }
    
    .full_width_inner > .vc_row.homepage-section:not(.homepage-hero):not(.split-section) > .full_section_inner,
    .wpb-content-wrapper > .vc_row.homepage-section:not(.homepage-hero):not(.split-section) > .full_section_inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .vc_row.homepage-section:not(.homepage-hero):not(.split-section) .vc_column-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .vc_row.wpb_row.section.split-section .full_section_inner {
        flex-direction: column;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .vc_row.wpb_row.section.split-section .vc_col-sm-6 {
        width: 100%;
        flex: 0 0 100%;
    }
    
    .vc_row.wpb_row.section.split-section .vc_col-sm-6:has(.wpb_text_column) {
        padding: 60px 30px !important;
        order: 2;
    }
    
    .vc_row.wpb_row.section.split-section .vc_col-sm-6:has(.wpb_single_image) {
        order: 1;
    }
    
    .vc_row.wpb_row.section.split-section .vc_single_image-wrapper img {
        min-height: 350px;
    }
    
    .vc_row.wpb_row.section.split-section .wpb_text_column,
    .vc_row.wpb_row.section.split-section .split-text {
        max-width: 100%;
    }
    
    .three-columns .vc_col-sm-4 {
        width: 100%;
        padding: 0 20px 50px 20px;
    }
    
    /* Center the image container on mobile */
    .three-columns .wpb_single_image {
        display: block !important;
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto 30px auto !important;
        overflow: hidden;
    }
    
    .three-columns .wpb_single_image .vc_single_image-wrapper {
        width: 100% !important;
        max-width: 100%;
    }
    
    .three-columns .wpb_single_image .vc_single_image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .three-columns .vc_col-sm-4:nth-child(2) .wpb_single_image::before,
    .three-columns .vc_col-sm-4:nth-child(3) .wpb_single_image::before,
    .three-columns .vc_col-sm-4:nth-child(4) .wpb_single_image::before {
        font-size: 60px;
        bottom: 12px;
        right: 12px;
    }
    
    /* Center the text content */
    .three-columns .wpb_text_column.three-col-text {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .three-columns h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .three-columns .vc_col-sm-4:last-child {
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    :root { 
        --section-padding: 50px; 
    }
    
    .intro-section h2,
    .split-section h2,
    .text-section h2,
    .three-columns h2,
    .cta-section h2,
    .centered-section h2,
    .icon-section h2 { 
        font-size: 26px; 
    }
    
    .homepage-hero .hbupro-hero-banner-wrp-1 .hbupro-hero-banner h1.hbupro-hero-banner-title { 
        font-size: 28px !important; 
    }
    
    .intro-section .qbutton,
    .split-section .qbutton,
    .text-section .qbutton,
    .three-columns .qbutton,
    .cta-section .qbutton,
    .centered-section .qbutton,
    .icon-section .qbutton,
    .intro-section .vc_btn3,
    .split-section .vc_btn3,
    .text-section .vc_btn3,
    .three-columns .vc_btn3,
    .cta-section .vc_btn3,
    .centered-section .vc_btn3,
    .icon-section .vc_btn3 {
        padding: 14px 30px;
        font-size: 11px;
    }
    
    
    .vc_row.wpb_row.section.split-section .vc_single_image-wrapper img {
        min-height: 280px;
    }
    
    .vc_row.wpb_row.section.split-section .vc_col-sm-6:has(.wpb_text_column) {
        padding: 50px 20px !important;
    }
    
    .three-columns .vc_col-sm-4 {
        padding: 0 15px 45px 15px;
    }
    
    .three-columns .wpb_single_image {
        margin-bottom: 24px !important;
        max-width: 100% !important;
    }
    
    .three-columns .wpb_single_image .vc_single_image-wrapper {
        max-width: 100%;
    }
    
    .three-columns .wpb_text_column.three-col-text {
        max-width: 100%;
        padding: 0;
    }
    
    .three-columns .vc_col-sm-4:nth-child(2) .wpb_single_image::before,
    .three-columns .vc_col-sm-4:nth-child(3) .wpb_single_image::before,
    .three-columns .vc_col-sm-4:nth-child(4) .wpb_single_image::before {
        font-size: 48px;
        bottom: 10px;
        right: 10px;
    }
    
    .three-columns h3,
    .three-col-text h3 {
        font-size: 20px;
        margin-bottom: 14px;
        padding-bottom: 14px;
    }
    
    .three-columns p,
    .three-col-text p {
        font-size: 16px;
    }
}

/* ==========================================================================
   2. HEADER & NAVIGATION
   ========================================================================== */

header.page_header.draft-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    background: var(--color-white) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
    z-index: 9999 !important;
    transition: all 0.4s var(--transition-smooth) !important;
    font-family: var(--font-primary) !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
    border: none !important;
    transform: none !important;
}

.admin-bar header.page_header.draft-header {
    top: 32px !important;
    margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
    .admin-bar header.page_header.draft-header {
        top: 46px !important;
        margin-top: 0 !important;
    }
}

body:not(.admin-bar) header.page_header.draft-header {
    top: 0 !important;
    margin-top: 0 !important;
}

header.page_header.draft-header.sticky-scrolled {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
}

header.page_header.draft-header .draft-header-inner {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    float: none !important;
}

header.page_header.draft-header .draft-header-inner .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 50px !important;
    margin: 0 auto !important;
    float: none !important;
}

header.page_header.draft-header .draft-header-inner .container_inner {
    padding: 0 !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    width: 100% !important;
    float: none !important;
}

header.page_header.draft-header .draft-header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 80px !important;
    transition: all 0.4s var(--transition-smooth) !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    position: static !important;
    gap: 30px !important;
    box-sizing: border-box !important;
}

header.page_header.draft-header.sticky-scrolled .draft-header-container {
    height: 70px !important;
}

header.page_header.draft-header.sticky-header.fixed.sticky-scrolled {
    top: 0px !important;
}

header.page_header.draft-header .draft-header-left {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    flex-shrink: 0 !important;
    float: none !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    height: 80px !important;
}

header.page_header.draft-header.sticky-scrolled .draft-header-left {
    height: 70px !important;
}

header.page_header.draft-header .mobile_menu_button,
header.page_header.draft-header .header_inner_left .mobile_menu_button {
    display: none !important;
}

header.page_header.draft-header .header_inner_right.draft-header-actions {
    display: none !important;
}

header.page_header.draft-header .draft-logo-wrapper {
    flex-shrink: 0 !important;
    z-index: 10 !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
}

header.page_header.draft-header .draft-logo-wrapper .q_logo {
    height: 40px !important;
    width: auto !important;
    min-width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    float: none !important;
    position: static !important;
}

header.page_header.draft-header .draft-logo-wrapper .q_logo a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 40px !important;
    width: auto !important;
    float: none !important;
}

header.page_header.draft-header .draft-logo-wrapper .q_logo img {
    height: 40px !important;
    width: auto !important;
    display: block !important;
    max-height: 40px !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-fit: contain !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    float: none !important;
}

header.page_header.draft-header .draft-logo-wrapper .q_logo img.light,
header.page_header.draft-header .draft-logo-wrapper .q_logo img.dark,
header.page_header.draft-header .draft-logo-wrapper .q_logo img.sticky,
header.page_header.draft-header .draft-logo-wrapper .q_logo img.popup,
header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo img.light,
header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo img.dark,
header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo img.sticky,
header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo img.popup,
header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a img.light,
header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a img.dark,
header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a img.sticky,
header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a img.popup {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

header.page_header.draft-header .draft-logo-wrapper .q_logo img.normal,
header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo img.normal {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    float: none !important;
}

header.page_header.draft-header.sticky-scrolled .draft-logo-wrapper .q_logo img.normal,
header.page_header.draft-header.sticky-scrolled .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo img.normal {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
}

header.page_header.draft-header .logo_wrapper.draft-logo-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    visibility: visible !important;
    opacity: 1 !important;
    order: 0 !important;
    height: auto !important;
    float: none !important;
    position: static !important;
}

header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: 40px !important;
    width: auto !important;
    min-width: auto !important;
    float: none !important;
    position: static !important;
}

header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    visibility: visible !important;
    height: 40px !important;
    width: auto !important;
    float: none !important;
}

header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a img {
    height: 40px !important;
    width: auto !important;
    max-height: 40px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-fit: contain !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    float: none !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu {
    flex: 1 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    height: 100% !important;
    position: static !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: none !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: auto !important;
    float: none !important;
    position: static !important;
    gap: 0 !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > a {
    font-family: var(--font-primary) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: var(--color-text) !important;
    letter-spacing: 0.3px !important;
    text-transform: none !important;
    padding: 8px 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    text-decoration: none !important;
    transition: color 0.3s var(--transition-smooth) !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > a:hover,
header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.current-menu-item > a,
header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.current_page_item > a {
    color: var(--color-primary) !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > a span {
    font-style: normal !important;
    font-weight: inherit !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item-has-children > a::after {
    content: '' !important;
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 5px solid currentColor !important;
    margin-left: 6px !important;
    transition: transform 0.3s var(--transition-smooth) !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg) !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__phone-icon {
    margin-left: 15px !important;
    order: 98 !important;
    height: auto !important;
    align-self: center !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__phone-icon > a {
    color: var(--color-text) !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 16px !important;
    padding: 8px 14px !important;
    border-radius: 4px !important;
    transition: all 0.3s var(--transition-smooth) !important;
    background: transparent !important;
    height: auto !important;
    line-height: 1.4 !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__phone-icon > a::before {
    content: '' !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92V19.92C22.0011 20.1985 21.9441 20.4742 21.8325 20.7292C21.7209 20.9841 21.5573 21.2126 21.3523 21.3995C21.1473 21.5863 20.9053 21.7271 20.6419 21.8127C20.3785 21.8982 20.0996 21.9264 19.8243 21.8953C16.7428 21.5856 13.787 20.5341 11.19 18.8253C8.77382 17.2631 6.72533 15.2146 5.16333 12.7983C3.45525 10.2027 2.40331 7.24895 2.09233 4.16833C2.06124 3.89307 2.08936 3.61419 2.17488 3.35081C2.26041 3.08742 2.40116 2.84541 2.588 2.64033C2.77485 2.43525 3.00334 2.27171 3.2583 2.1601C3.51326 2.0485 3.78898 1.99149 4.06833 1.99233H7.06833C7.60667 1.99149 8.12368 2.20433 8.50333 2.58233C8.88299 2.96033 9.09583 3.47734 9.095 4.01567C9.09317 4.77567 9.195 5.53033 9.39667 6.26033C9.52533 6.70033 9.45667 7.17233 9.20667 7.56233L7.90667 9.51233C9.33917 12.2023 11.7977 14.6608 14.4877 16.0933L16.4377 14.7933C16.8277 14.5433 17.2997 14.4747 17.7397 14.6033C18.4697 14.805 19.2243 14.9068 19.9843 14.905C20.5217 14.9032 21.0377 15.115 21.4157 15.4937C21.7937 15.8723 22.0057 16.3883 22.0043 16.9257L22 16.92Z' stroke='%23006AB6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    flex-shrink: 0 !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__phone-icon > a:hover {
    color: var(--color-primary) !important;
    background: var(--color-off-white) !important;
    height: auto !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__phone-icon > a span {
    font-style: normal !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__phone-icon > a .menu_icon,
header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__phone-icon > a i.fa {
    display: none !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__cta-btn {
    margin-left: 15px !important;
    order: 99 !important;
    height: auto !important;
    align-self: center !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__cta-btn > a {
    background: var(--color-accent) !important;
    color: var(--color-white) !important;
    padding: 10px 24px !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    font-style: normal !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    transition: all 0.4s var(--transition-smooth) !important;
    box-shadow: 0 4px 15px rgba(0, 106, 182, 0.2) !important;
    height: auto !important;
    line-height: 1.4 !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__cta-btn > a:hover {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(25, 34, 109, 0.3) !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__cta-btn > a span {
    color: var(--color-white) !important;
    font-style: normal !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__cta-btn > a .menu_icon,
header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__cta-btn > a i.fa {
    display: none !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 260px !important;
    background: var(--color-white) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    transition: all 0.3s var(--transition-smooth) !important;
    z-index: 1000 !important;
    padding: 12px 0 !important;
    border-top: 3px solid var(--color-primary) !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li:hover > .second {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second .inner .inner_arrow,
header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second .inner_arrow {
    display: none !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second .inner {
    background: var(--color-white) !important;
    padding: 0 !important;
    width: 100% !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second .inner ul {
    background: var(--color-white) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second .inner ul li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    background: var(--color-white) !important;
    width: 100% !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second .inner ul li a {
    display: block !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: var(--color-text) !important;
    background: var(--color-white) !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    transition: all 0.2s ease !important;
    height: auto !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second .inner ul li a span {
    color: var(--color-text) !important;
    font-style: normal !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second .inner ul li a:hover {
    background: var(--color-off-white) !important;
    color: var(--color-primary) !important;
    padding-left: 20px !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second .inner ul li a:hover span {
    color: var(--color-primary) !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second .inner ul li.sub ul {
    background: var(--color-white) !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > .second .inner ul li.sub ul li a {
    background: var(--color-white) !important;
    color: var(--color-text) !important;
    font-style: normal !important;
    font-size: 16px !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second {
    min-width: 500px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px) !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide:hover > .second {
    transform: translateX(-50%) translateY(0) !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second .inner {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 15px !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second .inner > ul {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second .inner > ul > li {
    width: 50% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second .inner > ul > li > a {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: var(--color-primary) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 12px 15px !important;
    border-bottom: 1px solid var(--color-border-light) !important;
    margin-bottom: 5px !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second .inner > ul > li > a span {
    color: var(--color-primary) !important;
    font-weight: 600 !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second .inner > ul > li ul {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second .inner > ul > li ul li {
    width: 100% !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second .inner > ul > li ul li a {
    font-size: 15px !important;
    font-weight: 400 !important;
    padding: 8px 15px !important;
    color: var(--color-text) !important;
    text-transform: none !important;
}

header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second .inner > ul > li ul li a:hover {
    color: var(--color-primary) !important;
    background: var(--color-off-white) !important;
    padding-left: 15px !important;
}

@media (min-width: 769px) {
    header.page_header.draft-header nav.main_menu.draft-main-menu {
        display: flex !important;
    }
    
    header.page_header.draft-header .draft-mobile-toggle {
        display: none !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu {
        display: none !important;
    }
}


header.page_header.draft-header .draft-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 24px;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
    order: 99; /* Push to right side */
    margin-left: auto !important;
    position: relative;
}

header.page_header.draft-header .draft-mobile-toggle span {
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    background: var(--color-text) !important;
    transition: all 0.3s var(--transition-smooth) !important;
    border-radius: 2px !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

header.page_header.draft-header .draft-mobile-toggle span:nth-child(1) {
    top: 4px !important;
}

header.page_header.draft-header .draft-mobile-toggle span:nth-child(2) {
    top: 11px !important;
}

header.page_header.draft-header .draft-mobile-toggle span:nth-child(3) {
    top: 18px !important;
}

header.page_header.draft-header .draft-mobile-toggle.active span:nth-child(1) {
    top: 11px !important;
    transform: translateX(-50%) rotate(45deg) !important;
}

header.page_header.draft-header .draft-mobile-toggle.active span:nth-child(2) {
    opacity: 0 !important;
}

header.page_header.draft-header .draft-mobile-toggle.active span:nth-child(3) {
    top: 11px !important;
    transform: translateX(-50%) rotate(-45deg) !important;
}

header.page_header.draft-header .draft-mobile-menu {
    position: fixed !important;
    top: 80px !important; /* Desktop header height */
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: var(--color-white) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15) !important;
    z-index: 9998 !important;
    transform: translateY(-20px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease !important;
    max-height: calc(100vh - 80px) !important;
    overflow-y: auto !important;
}

header.page_header.draft-header.sticky-scrolled .draft-mobile-menu {
    top: 70px !important;
    max-height: calc(100vh - 70px) !important;
}

header.page_header.draft-header .draft-mobile-menu.active {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.admin-bar header.page_header.draft-header .draft-mobile-menu {
    top: 112px !important; /* 80px header + 32px admin bar */
    max-height: calc(100vh - 112px) !important;
}

.admin-bar header.page_header.draft-header.sticky-scrolled .draft-mobile-menu {
    top: 48px !important; /* 70px header + 32px admin bar */
    max-height: calc(100vh - 102px) !important;
}

@media screen and (max-width: 782px) {
    .admin-bar header.page_header.draft-header .draft-mobile-menu {
        top: 111px !important;
        max-height: calc(100vh - 111px) !important;
    }
    
    .admin-bar header.page_header.draft-header.sticky-scrolled .draft-mobile-menu {
        top: 101px !important;
        max-height: calc(100vh - 101px) !important;
    }
}

header.page_header.draft-header .draft-mobile-menu-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 15px 0 !important;
}

header.page_header.draft-header .draft-mobile-menu-list li {
    margin: 0 !important;
    border-bottom: 1px solid var(--color-border-light) !important;
    float: none !important;
    display: block !important;
    position: relative !important;
}

header.page_header.draft-header .draft-mobile-menu-list li a {
    display: block !important;
    padding: 14px 20px !important;
    color: var(--color-text) !important;
    text-decoration: none !important;
    font-family: var(--font-primary) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    transition: color 0.3s var(--transition-smooth) !important;
    height: auto !important;
}

header.page_header.draft-header .draft-mobile-menu-list li a:hover,
header.page_header.draft-header .draft-mobile-menu-list li.current-menu-item > a {
    color: var(--color-primary) !important;
}

header.page_header.draft-header .draft-mobile-menu-list li.menu-item-has-children,
header.page_header.draft-header .draft-mobile-menu-list li.has_sub {
    position: relative !important;
}

header.page_header.draft-header .draft-mobile-menu-list li .mobile_arrow {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 50px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    background: var(--color-off-white) !important;
    border-left: 1px solid var(--color-border-light) !important;
    transition: all 0.3s var(--transition-smooth) !important;
    z-index: 5 !important;
}

header.page_header.draft-header .draft-mobile-menu-list li .mobile_arrow:hover {
    background: var(--color-border-light) !important;
}

header.page_header.draft-header .draft-mobile-menu-list li .mobile_arrow i {
    font-size: 14px !important;
    color: var(--color-text) !important;
    transition: transform 0.3s var(--transition-smooth) !important;
}

header.page_header.draft-header .draft-mobile-menu-list li .mobile_arrow:empty::before {
    content: '▼' !important;
    font-size: 10px !important;
    color: var(--color-text) !important;
    transition: transform 0.3s var(--transition-smooth) !important;
}

header.page_header.draft-header .draft-mobile-menu-list li.active > .mobile_arrow:empty::before {
    transform: rotate(180deg) !important;
}

header.page_header.draft-header .draft-mobile-menu-list li .mobile_arrow i.fa-angle-right,
header.page_header.draft-header .draft-mobile-menu-list li .mobile_arrow i.fa-angle-up,
header.page_header.draft-header .draft-mobile-menu-list li .mobile_arrow i.fa-chevron-right,
header.page_header.draft-header .draft-mobile-menu-list li .mobile_arrow i.fa-chevron-up {
    display: none !important;
}

header.page_header.draft-header .draft-mobile-menu-list li .mobile_arrow i.fa-angle-down,
header.page_header.draft-header .draft-mobile-menu-list li .mobile_arrow i.fa-chevron-down {
    display: block !important;
    transition: transform 0.3s var(--transition-smooth) !important;
}

header.page_header.draft-header .draft-mobile-menu-list li.active > .mobile_arrow i.fa-angle-down,
header.page_header.draft-header .draft-mobile-menu-list li.active > .mobile_arrow i.fa-chevron-down {
    transform: rotate(180deg) !important;
}

header.page_header.draft-header .draft-mobile-menu-list li:not(.menu-item-has-children):not(.has_sub) > .mobile_arrow {
    display: none !important;
}

header.page_header.draft-header .draft-mobile-menu-list ul.sub_menu li:not(.menu-item-has-children):not(.has_sub) > .mobile_arrow,
header.page_header.draft-header .draft-mobile-menu-list ul.sub-menu li:not(.menu-item-has-children):not(.has_sub) > .mobile_arrow {
    display: none !important;
}

header.page_header.draft-header .draft-mobile-menu-list li.menu-item-has-children > a,
header.page_header.draft-header .draft-mobile-menu-list li.has_sub > a {
    padding-right: 60px !important;
}

header.page_header.draft-header .draft-mobile-menu-list li ul.sub_menu,
header.page_header.draft-header .draft-mobile-menu-list li ul.sub-menu,
header.page_header.draft-header .draft-mobile-menu-list li ul.children {
    display: none !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--color-off-white) !important;
    overflow: hidden !important;
}

header.page_header.draft-header .draft-mobile-menu-list li.active > ul.sub_menu,
header.page_header.draft-header .draft-mobile-menu-list li.active > ul.sub-menu,
header.page_header.draft-header .draft-mobile-menu-list li.active > ul.children {
    display: block !important;
}

header.page_header.draft-header .draft-mobile-menu-list li ul.sub_menu li,
header.page_header.draft-header .draft-mobile-menu-list li ul.sub-menu li,
header.page_header.draft-header .draft-mobile-menu-list li ul.children li {
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

header.page_header.draft-header .draft-mobile-menu-list li ul.sub_menu li:last-child,
header.page_header.draft-header .draft-mobile-menu-list li ul.sub-menu li:last-child,
header.page_header.draft-header .draft-mobile-menu-list li ul.children li:last-child {
    border-bottom: none !important;
}

header.page_header.draft-header .draft-mobile-menu-list li ul.sub_menu li a,
header.page_header.draft-header .draft-mobile-menu-list li ul.sub-menu li a,
header.page_header.draft-header .draft-mobile-menu-list li ul.children li a {
    padding: 12px 20px 12px 35px !important;
    font-size: 14px !important;
    color: var(--color-text-light) !important;
}

header.page_header.draft-header .draft-mobile-menu-list li ul.sub_menu li a:hover,
header.page_header.draft-header .draft-mobile-menu-list li ul.sub-menu li a:hover,
header.page_header.draft-header .draft-mobile-menu-list li ul.children li a:hover {
    color: var(--color-primary) !important;
}

header.page_header.draft-header .draft-mobile-menu-list li ul.sub_menu li ul.sub_menu li a,
header.page_header.draft-header .draft-mobile-menu-list li ul.sub-menu li ul.sub-menu li a,
header.page_header.draft-header .draft-mobile-menu-list li ul.children li ul.children li a {
    padding-left: 50px !important;
    font-size: 13px !important;
}

body.draft-header-active {
    padding-top: 80px !important;
    margin-top: 0 !important;
}

body.admin-bar.draft-header-active {
    padding-top: 112px !important;
}

body.draft-header-active .content,
body.draft-header-active .content_inner {
    margin-top: 0 !important;
}

@media only screen and (max-width: 1000px) {
    body.draft-header-active .wrapper_inner .content {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 782px) {
    body.admin-bar.draft-header-active {
        padding-top: 126px !important;
    }
}

header.page_header.draft-header.sticky-scrolled + * {
    margin-top: 0 !important;
}

@media (max-width: 1400px) {
    header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > a {
        padding: 10px 12px !important;
        font-size: 15px !important;
    }
    
    header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__cta-btn > a {
        padding: 10px 20px !important;
    }
    
    header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second {
        min-width: 450px !important;
    }
}

@media (max-width: 1200px) {
    header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > a {
        padding: 10px 10px !important;
        font-size: 14px !important;
    }
    
    header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__cta-btn > a {
        padding: 10px 18px !important;
        font-size: 11px !important;
    }
    
    header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__phone-icon > a {
        padding: 8px 10px !important;
        font-size: 14px !important;
    }
    
    header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.wide > .second {
        min-width: 400px !important;
    }
}

@media (max-width: 1024px) {
    header.page_header.draft-header .draft-header-inner .container {
        padding: 0 25px !important;
    }
    
    header.page_header.draft-header .draft-header-container {
        height: 75px !important;
        gap: 15px !important;
    }
    
    header.page_header.draft-header.sticky-scrolled .draft-header-container {
        height: 65px !important;
    }
    
    body.draft-header-active {
        padding-top: 75px !important;
    }
    
    body.admin-bar.draft-header-active {
        padding-top: 107px !important;
    }
    
    header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li > a {
        padding: 8px 8px !important;
        font-size: 13px !important;
    }
    
    header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__phone-icon > a {
        padding: 8px 8px !important;
        font-size: 13px !important;
    }
    
    header.page_header.draft-header nav.main_menu.draft-main-menu > ul > li.menu-item__cta-btn > a {
        padding: 8px 14px !important;
        font-size: 10px !important;
    }
    
    header.page_header.draft-header .draft-logo-wrapper .q_logo {
        height: 35px !important;
        min-width: 120px !important;
    }
    
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo {
        height: 35px !important;
        min-width: 120px !important;
    }
    
    header.page_header.draft-header .draft-logo-wrapper .q_logo img,
    header.page_header.draft-header .draft-logo-wrapper .q_logo a,
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a,
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a img {
        height: 35px !important;
        max-height: 35px !important;
    }
}

@media (max-width: 768px) {
    header.page_header.draft-header {
        overflow: visible !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    
    .admin-bar header.page_header.draft-header {
        top: 46px !important;
    }
    
    header.page_header.draft-header .draft-header-inner {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    header.page_header.draft-header .draft-header-inner .container {
        padding: 0 15px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    header.page_header.draft-header .draft-header-inner .container_inner {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    header.page_header.draft-header .draft-header-container {
        height: 65px !important;
        justify-content: space-between !important;
        max-width: 100% !important;
        gap: 10px !important;
        padding: 0 !important;
    }
    
    header.page_header.draft-header.sticky-scrolled .draft-header-container {
        height: 55px !important;
    }
    
    body.draft-header-active {
        padding-top: 65px !important;
    }
    
    body.admin-bar.draft-header-active {
        padding-top: 111px !important;
    }
    
    header.page_header.draft-header nav.main_menu.draft-main-menu {
        display: none !important;
    }
    
    header.page_header.draft-header .header_inner_left,
    header.page_header.draft-header .header_inner_right:not(.draft-header-actions),
    header.page_header.draft-header .mobile_menu:not(.draft-mobile-menu) {
        display: none !important;
    }
    
    header.page_header.draft-header .draft-header-left {
        display: flex !important;
        flex: 1 !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 65px !important;
    }
    
    header.page_header.draft-header .draft-logo-wrapper,
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper {
        order: 0 !important;
        flex-shrink: 0 !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
    }
    
    header.page_header.draft-header .draft-mobile-toggle {
        display: flex !important;
        order: 99 !important;
        flex-shrink: 0 !important;
    }
    
    body:not(.admin-bar) header.page_header.draft-header .draft-mobile-menu {
        top: 65px !important;
        max-height: calc(100vh - 65px) !important;
    }
    
    body:not(.admin-bar) header.page_header.draft-header.sticky-scrolled .draft-mobile-menu {
        top: 55px !important;
        max-height: calc(100vh - 55px) !important;
    }
    
    .admin-bar header.page_header.draft-header .draft-mobile-menu {
        top: 111px !important;
        max-height: calc(100vh - 111px) !important;
    }
    
    .admin-bar header.page_header.draft-header.sticky-scrolled .draft-mobile-menu {
        top: 101px !important;
        max-height: calc(100vh - 101px) !important;
    }
    
    header.page_header.draft-header .draft-logo-wrapper .q_logo,
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo {
        height: 32px !important;
        min-width: auto !important;
    }
    
    header.page_header.draft-header .draft-logo-wrapper .q_logo a,
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a {
        height: 32px !important;
    }
    
    header.page_header.draft-header .draft-logo-wrapper .q_logo img,
    header.page_header.draft-header .draft-logo-wrapper .q_logo img.normal,
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a img,
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a img.normal {
        height: 32px !important;
        max-height: 32px !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        margin: 0 !important;
        transform: none !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li.menu-item__phone-icon {
        background: var(--color-off-white) !important;
        border-bottom: none !important;
        margin-top: 10px !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li.menu-item__phone-icon > a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 14px 20px !important;
        font-weight: 500 !important;
        color: var(--color-text) !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li.menu-item__phone-icon > a::before {
        content: '' !important;
        display: inline-block !important;
        width: 18px !important;
        height: 18px !important;
        margin-right: 10px !important;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92V19.92C22.0011 20.1985 21.9441 20.4742 21.8325 20.7292C21.7209 20.9841 21.5573 21.2126 21.3523 21.3995C21.1473 21.5863 20.9053 21.7271 20.6419 21.8127C20.3785 21.8982 20.0996 21.9264 19.8243 21.8953C16.7428 21.5856 13.787 20.5341 11.19 18.8253C8.77382 17.2631 6.72533 15.2146 5.16333 12.7983C3.45525 10.2027 2.40331 7.24895 2.09233 4.16833C2.06124 3.89307 2.08936 3.61419 2.17488 3.35081C2.26041 3.08742 2.40116 2.84541 2.588 2.64033C2.77485 2.43525 3.00334 2.27171 3.2583 2.1601C3.51326 2.0485 3.78898 1.99149 4.06833 1.99233H7.06833C7.60667 1.99149 8.12368 2.20433 8.50333 2.58233C8.88299 2.96033 9.09583 3.47734 9.095 4.01567C9.09317 4.77567 9.195 5.53033 9.39667 6.26033C9.52533 6.70033 9.45667 7.17233 9.20667 7.56233L7.90667 9.51233C9.33917 12.2023 11.7977 14.6608 14.4877 16.0933L16.4377 14.7933C16.8277 14.5433 17.2997 14.4747 17.7397 14.6033C18.4697 14.805 19.2243 14.9068 19.9843 14.905C20.5217 14.9032 21.0377 15.115 21.4157 15.4937C21.7937 15.8723 22.0057 16.3883 22.0043 16.9257L22 16.92Z' stroke='%23006AB6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        flex-shrink: 0 !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li.menu-item__cta-btn {
        background: transparent !important;
        border-bottom: none !important;
        padding: 15px 20px !important;
        margin-top: 5px !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li.menu-item__cta-btn > a {
        display: block !important;
        background: var(--color-accent) !important;
        color: var(--color-white) !important;
        text-align: center !important;
        padding: 14px 24px !important;
        font-weight: 500 !important;
        font-size: 13px !important;
        letter-spacing: 1.5px !important;
        text-transform: uppercase !important;
        border-radius: 0 !important;
        box-shadow: 0 4px 15px rgba(0, 106, 182, 0.2) !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li.menu-item__cta-btn > a:hover {
        background: var(--color-primary) !important;
        padding-left: 24px !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li.menu-item__cta-btn > a span {
        color: var(--color-white) !important;
    }
}

@media (max-width: 480px) {
    header.page_header.draft-header {
        top: 0 !important;
    }
    
    .admin-bar header.page_header.draft-header {
        top: 46px !important;
    }
    
    header.page_header.draft-header .draft-header-inner .container {
        padding: 0 12px !important;
    }
    
    header.page_header.draft-header .draft-header-container {
        height: 60px !important;
        gap: 10px !important;
    }
    
    header.page_header.draft-header .draft-header-left {
        height: 60px !important;
    }
    
    header.page_header.draft-header.sticky-scrolled .draft-header-container {
        height: 50px !important;
    }
    
    body.draft-header-active {
        padding-top: 60px !important;
    }
    
    body.admin-bar.draft-header-active {
        padding-top: 106px !important;
    }
    
    body:not(.admin-bar) header.page_header.draft-header .draft-mobile-menu {
        top: 60px !important;
        max-height: calc(100vh - 60px) !important;
    }
    
    body:not(.admin-bar) header.page_header.draft-header.sticky-scrolled .draft-mobile-menu {
        top: 50px !important;
        max-height: calc(100vh - 50px) !important;
    }
    
    .admin-bar header.page_header.draft-header .draft-mobile-menu {
        top: 106px !important;
        max-height: calc(100vh - 106px) !important;
    }
    
    .admin-bar header.page_header.draft-header.sticky-scrolled .draft-mobile-menu {
        top: 49px !important;
        max-height: calc(100vh - 96px) !important;
    }
    
    header.page_header.draft-header .draft-logo-wrapper .q_logo,
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo {
        height: 26px !important;
        min-width: auto !important;
    }
    
    header.page_header.draft-header .draft-logo-wrapper .q_logo a,
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a {
        height: 26px !important;
    }
    
    header.page_header.draft-header .draft-logo-wrapper .q_logo img,
    header.page_header.draft-header .draft-logo-wrapper .q_logo img.normal,
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a img,
    header.page_header.draft-header .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo a img.normal {
        height: 26px !important;
        max-height: 26px !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        margin: 0 !important;
        transform: none !important;
    }
    
    header.page_header.draft-header.sticky-scrolled .draft-logo-wrapper .q_logo,
    header.page_header.draft-header.sticky-scrolled .logo_wrapper.draft-logo-wrapper .q_logo.draft-logo {
        height: 24px !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li a {
        padding: 14px 15px !important;
        font-size: 15px !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li .mobile_arrow {
        width: 50px !important;
        height: 48px !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li.menu-item-has-children > a,
    header.page_header.draft-header .draft-mobile-menu-list li.has_sub > a {
        padding-right: 60px !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li.menu-item__cta-btn {
        padding: 10px 15px !important;
    }
    
    header.page_header.draft-header .draft-mobile-menu-list li.menu-item__cta-btn > a {
        padding: 12px 20px !important;
        font-size: 12px !important;
    }
}

/* ==========================================================================
   12. CONTACT FORM
   ========================================================================== */

/* Make the WPBakery row containing the form truly full-width */
.vc_row.wpb_row:has(.contact-form-section) {
    max-width: 100% !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding: 0 !important;
}

.vc_row.wpb_row:has(.contact-form-section) > .full_section_inner {
    max-width: 100% !important;
    padding: 0 !important;
}

.vc_row.wpb_row:has(.contact-form-section) .vc_column-inner {
    padding: 0 !important;
}

/* Full Width Form Section Wrapper - Light Elegant Theme */
.contact-form-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 40px 0 50px 0;
    position: relative;
    overflow: hidden;
    background-color: #eef2f7;
}

/* Subtle texture overlay for elegant feel */
.contact-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(ellipse at 20% 50%, rgba(25, 34, 109, 0.02) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(0, 106, 182, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

.contact-form-section .form-intro {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.contact-form-section .form-intro h2,
.contact-form-section .form-intro h3 {
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 28px;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.contact-form-section .form-intro h3 strong {
    font-weight: 500;
    color: var(--color-primary);
}

.contact-form-section .form-intro p {
    color: var(--color-text-light);
    font-family: var(--font-primary);
    font-size: 17px;
    margin: 0;
    line-height: 1.6;
}

.custom-contact-form {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}

/* Remove paragraph margins from CF7 */
.custom-contact-form p {
    margin: 0;
}

/* Form Row - Inline Layout */
.custom-contact-form .form-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    margin-bottom: 0;
    align-items: flex-end;
}

.custom-contact-form .form-row:last-child {
    margin-bottom: 0;
}

/* Form Fields - Equal width for inline row */
.custom-contact-form .form-field {
    flex: 1 1 0;
    min-width: 0;
}

.custom-contact-form .form-field-small {
    flex: 0 0 120px;
    min-width: 100px;
}

.custom-contact-form .form-field-full {
    flex: 1 1 100%;
    margin-top: 15px;
}

/* Input & Textarea Base Styles - Elegant Underline Style */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form .wpcf7-form-control:not([type="submit"]):not(textarea) {
    width: 100% !important;
    padding: 4px 0 4px 0 !important;
    font-family: var(--font-primary) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--color-dark) !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
    outline: none !important;
    transition: border-color 0.4s ease, color 0.3s ease !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    height: auto !important;
}

.custom-contact-form input[type="text"]::placeholder,
.custom-contact-form input[type="email"]::placeholder,
.custom-contact-form input[type="tel"]::placeholder,
.custom-contact-form textarea::placeholder,
.custom-contact-form .wpcf7-form-control::placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
    opacity: 1 !important;
    font-weight: 300 !important;
    letter-spacing: 0.3px !important;
    font-size: 16px !important;
}

.custom-contact-form input[type="text"]:focus,
.custom-contact-form input[type="email"]:focus,
.custom-contact-form input[type="tel"]:focus,
.custom-contact-form textarea:focus,
.custom-contact-form .wpcf7-form-control:focus {
    border-bottom-color: var(--color-primary) !important;
}

.custom-contact-form textarea,
.custom-contact-form textarea.wpcf7-form-control {
    width: 100% !important;
    padding: 4px 0 !important;
    font-family: var(--font-primary) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--color-dark) !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
    outline: none !important;
    min-height: 36px !important;
    height: 36px !important;
    max-height: 100px !important;
    resize: none !important;
    line-height: 1.5 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* Submit Button - Light theme styling */
.custom-contact-form .form-row-submit {
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 0;
    text-align: center;
}

.custom-contact-form .form-row-submit p {
    width: 100%;
    text-align: center;
}

.custom-contact-form input[type="submit"],
.custom-contact-form input.wpcf7-form-control.wpcf7-submit,
.custom-contact-form input.wpcf7-form-control.wpcf7-submit:not([disabled]),
.contact-form-section input[type="submit"],
.contact-form-section .wpcf7-submit {
    display: inline-block !important;
    padding: 16px 35px !important;
    font-family: var(--font-primary) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #ffffff !important;
    background-color: var(--color-primary) !important;
    background: var(--color-primary) !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 15px rgba(25, 34, 109, 0.2) !important;
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    line-height: 1 !important;
}

/* Override any .qbutton height constraints */
.custom-contact-form .wpcf7-submit.qbutton,
.contact-form-section .wpcf7-submit.qbutton,
.custom-contact-form input[type="submit"].qbutton,
.contact-form-section input[type="submit"].qbutton {
    height: auto !important;
    min-height: unset !important;
    line-height: 1 !important;
}

.custom-contact-form input[type="submit"]:hover,
.custom-contact-form input.wpcf7-form-control.wpcf7-submit:hover,
.custom-contact-form input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover,
.contact-form-section input[type="submit"]:hover,
.contact-form-section .wpcf7-submit:hover {
    background-color: var(--color-accent) !important;
    background: var(--color-accent) !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 30px rgba(0, 106, 182, 0.3) !important;
    height: auto !important;
}

.custom-contact-form input[type="submit"]:active,
.custom-contact-form input.wpcf7-form-control.wpcf7-submit:active {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
}

/* Validation States */
.custom-contact-form .wpcf7-not-valid {
    border-bottom-color: #e74c3c !important;
}

.custom-contact-form .wpcf7-not-valid-tip {
    font-family: var(--font-primary);
    font-size: 16px;
    color: #e74c3c;
    margin-top: 8px;
    display: block;
    letter-spacing: 0.3px;
}

.custom-contact-form .wpcf7-response-output {
    font-family: var(--font-primary);
    font-size: 16px;
    padding: 18px 24px;
    margin: 30px 0 0 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
    color: var(--color-dark);
}

/* Form Labels - Compact style above inputs */
.custom-contact-form label,
.contact-form-section label {
    display: block;
    font-family: var(--font-primary);
    font-size: 13px;
    font-weight: 400;
    color: var(--color-text-light);
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    line-height: 1;
    text-transform: uppercase;
}

/* Hide the <br> tags that CF7 adds after labels */
.custom-contact-form label br,
.contact-form-section label br {
    display: none;
}

/* Adjust p element margin */
.custom-contact-form .form-field p,
.custom-contact-form .form-field-small p,
.custom-contact-form .form-field-full p {
    margin: 0;
}

/* Asterisk Styling - Blue Required Indicator */
.custom-contact-form .required-asterisk,
.contact-form-section .required-asterisk,
.custom-contact-form label .required-asterisk,
.contact-form-section label .required-asterisk {
    color: #4a9fd4 !important;
    font-weight: 500 !important;
    margin-left: 2px;
}

.custom-contact-form .wpcf7-mail-sent-ok {
    color: #2ecc71;
    border-color: rgba(46, 204, 113, 0.3);
}

.custom-contact-form .wpcf7-mail-sent-ng,
.custom-contact-form .wpcf7-validation-errors {
    color: #e74c3c;
    border-color: rgba(231, 76, 60, 0.3);
}

/* Spinner */
.custom-contact-form .wpcf7-spinner {
    margin-left: 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .contact-form-section {
        padding: 35px 0 45px 0;
    }
    
    .custom-contact-form {
        padding: 0 40px;
    }
    
    .custom-contact-form .form-row {
        gap: 30px;
    }
    
    .contact-form-section .form-intro h2,
    .contact-form-section .form-intro h3 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .contact-form-section {
        padding: 30px 0 40px 0;
    }
    
    .contact-form-section .form-intro {
        margin-bottom: 20px;
        padding: 0 25px;
    }
    
    .custom-contact-form {
        padding: 0 25px;
    }
    
    .custom-contact-form .form-row {
        flex-wrap: wrap;
        gap: 0;
    }
    
    .custom-contact-form .form-field {
        flex: 1 1 calc(50% - 15px);
        min-width: calc(50% - 15px);
        margin-bottom: 15px;
        margin-right: 30px;
    }
    
    .custom-contact-form .form-field:nth-child(2n) {
        margin-right: 0;
    }
    
    .custom-contact-form .form-field-small {
        flex: 1 1 calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
    
    .custom-contact-form .form-field-full {
        flex: 1 1 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    
    .custom-contact-form .form-row-submit {
        margin-top: 20px;
    }
    
    .custom-contact-form input[type="submit"],
    .custom-contact-form input.wpcf7-form-control.wpcf7-submit,
    .custom-contact-form input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
        padding: 14px 30px !important;
    }
    
    .contact-form-section .form-intro h2,
    .contact-form-section .form-intro h3 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .contact-form-section {
        padding: 25px 0 35px 0;
    }
    
    .contact-form-section .form-intro {
        padding: 0 20px;
        margin-bottom: 15px;
    }
    
    .custom-contact-form {
        padding: 0 20px;
    }
    
    .custom-contact-form .form-field,
    .custom-contact-form .form-field-small {
        flex: 1 1 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    
    .custom-contact-form input[type="text"],
    .custom-contact-form input[type="email"],
    .custom-contact-form input[type="tel"],
    .custom-contact-form textarea {
        padding: 4px 0 !important;
        font-size: 16px !important; /* Prevents iOS zoom */
    }
    
    .contact-form-section .form-intro h2,
    .contact-form-section .form-intro h3 {
        font-size: 20px;
        line-height: 1.4;
    }
    
    .custom-contact-form .form-row-submit {
        margin-top: 30px;
    }
}

/* Light Background Variant */
.contact-form-section.form-light {
    background: #f8f9fa;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.contact-form-section.form-light::before {
    display: none;
}

.contact-form-section.form-light .form-intro h2,
.contact-form-section.form-light .form-intro h3 {
    color: var(--color-dark);
}

.contact-form-section.form-light .form-intro h3 strong {
    color: var(--color-primary);
}

.contact-form-section.form-light .form-intro p {
    color: var(--color-text-light);
}

.contact-form-section.form-light .custom-contact-form input[type="text"],
.contact-form-section.form-light .custom-contact-form input[type="email"],
.contact-form-section.form-light .custom-contact-form input[type="tel"],
.contact-form-section.form-light .custom-contact-form textarea {
    color: var(--color-dark) !important;
    border-bottom-color: rgba(0, 0, 0, 0.15) !important;
}

.contact-form-section.form-light .custom-contact-form input[type="text"]::placeholder,
.contact-form-section.form-light .custom-contact-form input[type="email"]::placeholder,
.contact-form-section.form-light .custom-contact-form input[type="tel"]::placeholder,
.contact-form-section.form-light .custom-contact-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
}

.contact-form-section.form-light .custom-contact-form input[type="text"]:focus,
.contact-form-section.form-light .custom-contact-form input[type="email"]:focus,
.contact-form-section.form-light .custom-contact-form input[type="tel"]:focus,
.contact-form-section.form-light .custom-contact-form textarea:focus {
    border-bottom-color: var(--color-primary) !important;
}

.contact-form-section.form-light .custom-contact-form input[type="submit"],
.contact-form-section.form-light .custom-contact-form input.wpcf7-form-control.wpcf7-submit,
.contact-form-section.form-light .custom-contact-form input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: var(--color-primary) !important;
    background: var(--color-primary) !important;
    color: #ffffff !important;
}

.contact-form-section.form-light .custom-contact-form input[type="submit"]:hover,
.contact-form-section.form-light .custom-contact-form input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: var(--color-accent) !important;
    background: var(--color-accent) !important;
}

.contact-form-section.form-light .custom-contact-form .wpcf7-not-valid-tip {
    color: #dc3545;
}

.contact-form-section.form-light .custom-contact-form .wpcf7-response-output {
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.1);
    color: var(--color-dark);
}

/* ==========================================================================
   HOMEPAGE ENHANCEMENTS
   ========================================================================== */

/* Tabs Section - Bolder Heading */
.tabs-section .intro-text h2 {
    font-weight: 400;
}

/* Tabs Section - Product Names Styling */
.allure-tabs .tab-content .tab-text .tab-title {
    font-size: 36px;
    font-weight: 500;
    color: var(--color-accent);
}

/* Tabs Section - Active/Inactive Navigation */
.allure-tabs.horizontal .tabs-nav li a {
    color: var(--color-dark) !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    opacity: 0.85;
    transition: all 0.3s ease !important;
}

.allure-tabs.horizontal .tabs-nav li a:hover {
    color: var(--color-primary) !important;
    opacity: 1;
}

.allure-tabs.horizontal .tabs-nav li.ui-state-active a {
    color: var(--color-accent) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    opacity: 1;
}

.allure-tabs.horizontal .tabs-nav li.ui-state-active a::after {
    background-color: var(--color-accent) !important;
    height: 3px !important;
}

/* Section Spacing - Same Background Colors */
.vc_row.homepage-section.icon-section + .vc_row.homepage-section.half-half-section {
    padding-top: 40px !important;
}

.vc_row.homepage-section.icon-section:has(+ .vc_row.homepage-section.half-half-section) {
    padding-bottom: 40px !important;
}

/* Split Section - Padding Adjustments */
.vc_row.wpb_row.section.split-section.reverse.homepage-section {
    padding-top: 0 !important;
}

.vc_row.homepage-section.icon-section {
    padding-top: var(--section-padding) !important;
}

/* Three Columns - Image Hover Animation */
.three-columns .wpb_single_image .vc_single_image-wrapper img {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.three-columns .wpb_single_image:hover .vc_single_image-wrapper img {
    transform: scale(1.05);
}

/* Icon Boxes - Hover Animation */
.icon-boxes .benefit-image .vc_single_image-wrapper {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-boxes .benefit-image:hover .vc_single_image-wrapper {
    transform: scale(1.08);
    background: var(--color-border-light);
    box-shadow: 0 8px 25px rgba(0, 106, 182, 0.15);
}

.icon-boxes .benefit-image img {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-boxes .benefit-image:hover img {
    transform: rotate(5deg) scale(1.1);
}

/* ==========================================================================
   3. HERO BANNER (New Homepage)
   ========================================================================== */

.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner {
    background-size: cover !important;
    background-position: center center !important;
    transform: scaleX(-1);
}

.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner .hbupro-hero-banner-inner {
    opacity: 1 !important;
    transform: scaleX(-1);
}

.new-homepage .hbupro-hero-banner-wrp-1.hbupro-layout-1 .hbupro-hero-banner .hbupro-hero-banner-inner {
    padding: 150px 0px 150px 0px !important;
}

/* Content wrapper - constrain width and shift left */
.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-inner-wrap {
    max-width: 1400px !important;
    width: 100% !important;
    margin: 0 auto 0 8% !important;
    padding: 0 40px !important;
}

/* Text positioning - shift left over the cabinets */
.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-content-position,
.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-content-position.hbupro-text-center {
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    max-width: 750px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* H2 Title - Make it 2 lines instead of 3 */
.new-homepage .hbupro-hero-banner-wrp-1 h1.hbupro-hero-banner-title {
    font-family: var(--font-primary) !important;
    font-size: 52px !important;
    font-weight: 300 !important;
    line-height: 1.15 !important;
    max-width: 700px !important;
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
    position: relative !important;
    text-align: left !important;
}

/* Line separator between title and body text */
.new-homepage .hbupro-hero-banner-wrp-1 h1.hbupro-hero-banner-title::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 700px !important;
    height: 2px !important;
    background-color: #ffffff !important;
}

/* Subtitle spacing below the line */
.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-sub-title,
.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-sub-title p {
    margin-top: 15px !important;
    text-align: left !important;
    font-family: var(--font-primary) !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    font-weight: 300 !important;
}

/* Button styling - match site buttons */
.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-links {
    margin-top: 30px !important;
}

.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-links a.hbupro-button,
.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-links a.hbupro-button.hbupro-blue {
    font-family: var(--font-primary) !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    background: var(--color-accent) !important;
    background-color: var(--color-accent) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 16px 35px !important;
    transition: all 0.4s var(--transition-smooth) !important;
    box-shadow: 0 4px 15px rgba(0, 106, 182, 0.3) !important;
}

.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-links a.hbupro-button:hover,
.new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-links a.hbupro-button.hbupro-blue:hover {
    background: var(--color-primary) !important;
    background-color: var(--color-primary) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(25, 34, 109, 0.35) !important;
}

@media (max-width: 1000px) {
    .new-homepage .hbupro-hero-banner-wrp-1.hbupro-layout-1 .hbupro-hero-banner .hbupro-hero-banner-inner {
        padding: 120px 0px 80px 0px !important;
    }
    
    .new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-inner-wrap {
        padding: 0 30px !important;
        margin-left: 0 !important;
        margin: 0 auto !important;
    }
    
    .new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-content-position,
    .new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-content-position.hbupro-text-center {
        max-width: 100% !important;
        text-align: center !important;
        align-items: center !important;
    }
    
    .new-homepage .hbupro-hero-banner-wrp-1 h1.hbupro-hero-banner-title {
        font-size: 34px !important;
        max-width: 100% !important;
        text-align: center !important;
    }
    
    .new-homepage .hbupro-hero-banner-wrp-1 h1.hbupro-hero-banner-title::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 522px !important;
    }
    
    .new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-sub-title,
    .new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-sub-title p {
        text-align: center !important;
    }
    
    .new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-links {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
}

@media (max-width: 600px) {
    .new-homepage .hbupro-hero-banner-wrp-1 .hbupro-hero-banner-inner-wrap {
        padding: 0 20px !important;
    }
    
    .new-homepage .hbupro-hero-banner-wrp-1 h1.hbupro-hero-banner-title {
        font-size: 28px !important;
        padding-bottom: 20px !important;
    }
    
    .new-homepage .hbupro-hero-banner-wrp-1 h1.hbupro-hero-banner-title::after {
        width: 245px !important;
        height: 1px !important;
    }
}

.new-homepage .hbupro-hero-banner-wrp-1.hbupro-layout-1 .hbupro-hero-banner {
    position: relative !important;
}

.new-homepage .hbupro-hero-banner-wrp-1.hbupro-layout-1 .hbupro-hero-banner::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to right, rgb(0 0 0 / 21%) 0%, rgb(0 0 0 / 72%) 100%) !important;
    z-index: 1 !important;
    pointer-events: none;
}

.new-homepage .hbupro-hero-banner-wrp-1.hbupro-layout-1 .hbupro-hero-banner-inner {
    position: relative !important;
    z-index: 2 !important;
}
