
/* Your header critical CSS - minimal styles needed for initial render */
.hdr_premium_navbar_q1w2e {
    background: rgba(0,0,0,.85);
    backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    min-height: 80px;
    visibility: visible !important;
}

        body,h1,h2,h3,h4,h5,h6,p,span,a,button,.hdr_btn_x7k9m,.hdr_nav_link_v3n8b{
            font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif!important
        }
        .hdr_fonts_loaded body,.hdr_fonts_loaded h1,.hdr_fonts_loaded h2,.hdr_fonts_loaded h3,.hdr_fonts_loaded h4,.hdr_fonts_loaded h5,.hdr_fonts_loaded h6,.hdr_fonts_loaded p,.hdr_fonts_loaded span,.hdr_fonts_loaded a,.hdr_fonts_loaded button,.hdr_fonts_loaded .hdr_btn_x7k9m,.hdr_fonts_loaded .hdr_nav_link_v3n8b{
            font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important
        }

   html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}
:root{
    --primary-red:#dc2626;
    --primary-black:#000;
    --primary-white:#fff;
    --dark-gray:#1a1a1a;
    --light-gray:#f5f5f5;
    --premium-shadow:0 20px 60px rgba(0,0,0,0.08);
    --glass-shadow:0 8px 32px rgba(0,0,0,0.18);
    --glass-bg:rgba(0,0,0,0.85);
    --glass-border:rgba(255,255,255,0.1);
    --smooth-transition:all 0.3s ease;
}

/* Mobile Menu - SCROLLABLE WITH NESTED MENUS FIX */
.hdr_mobile_nav_c4v5b {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(30px) saturate(200%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9998;
}

.hdr_mobile_nav_c4v5b.hdr_active_m1n2b {
    max-height: 80vh;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
}

.hdr_mobile_content_n6m7q {
    padding: 1.5rem 1rem;
    display: block;
    overflow-y: visible;
}

.hdr_mobile_submenu_j8k9l {
    display: none;
    padding-left: 1rem;
    margin-top: 0.5rem;
    border-left: 2px solid rgba(220, 38, 38, 0.3);
    margin-left: 1.5rem;
    overflow-y: visible;
}

.hdr_mobile_submenu_j8k9l.hdr_active_m1n2b {
    display: block !important;
}

.hdr_mobile_submenu_j8k9l.hdr_depth_2_e6r7t {
    margin-left: 1rem;
    padding-left: 0.5rem;
}

.hdr_mobile_submenu_j8k9l a,
.hdr_mobile_submenu_j8k9l .hdr_mobile_sub_trigger_v2b3n {
    display: flex;
    margin-bottom: 0.5rem;
}

.hdr_mobile_nav_c4v5b.hdr_active_m1n2b::-webkit-scrollbar {
    width: 4px;
}

.hdr_mobile_nav_c4v5b.hdr_active_m1n2b::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.hdr_mobile_nav_c4v5b.hdr_active_m1n2b::-webkit-scrollbar-thumb {
    background: #dc2626;
    border-radius: 10px;
}

.hdr_mobile_submenu_j8k9l.hdr_depth_2_e6r7t {
    max-height: none;
    overflow-y: visible;
}

.hdr_mobile_submenu_j8k9l.hdr_depth_2_e6r7t a {
    padding: 0.6rem 1rem;
    white-space: normal;
    word-wrap: break-word;
}

.hdr_mobile_link_t0y1u,
.hdr_mobile_toggle_i2o3p,
.hdr_mobile_sub_trigger_v2b3n,
.hdr_mobile_submenu_j8k9l a {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
}

.hdr_mobile_nav_c4v5b.hdr_active_m1n2b {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.hdr_mobile_content_n6m7q {
    padding-bottom: 2rem;
}

.hdr_mobile_item_w8e9r:last-child {
    margin-bottom: 1rem;
}

/* Premium Navbar Styles */
.hdr_premium_navbar_q1w2e {
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    transition: all .4s cubic-bezier(.4,0,.2,1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
/* Decrease Vertical Size of Served Areas Mega Menu */
.hdr_mega_menu_u7i8o.hdr_mega_served_n9m0q .hdr_mega_container_f1g2h {
    padding: 15px 20px !important;
}

.hdr_served_header_w1e2r {
    margin-bottom: 8px !important;
}

.hdr_served_header_w1e2r h2 {
    font-size: 16px !important;
    margin-bottom: 2px !important;
}

.hdr_served_header_w1e2r p {
    display: none !important;
}

.hdr_served_header_w1e2r::after {
    display: none !important;
}

.hdr_served_grid_t3y4u {
    gap: 8px !important;
    margin-top: 5px !important;
}

.hdr_served_column_a7s8d {
    padding: 5px 10px !important;
}

.hdr_served_column_a7s8d h3 {
    font-size: 12px !important;
    margin-bottom: 5px !important;
    padding-bottom: 3px !important;
}

.hdr_served_list_x1y2z {
    gap: 2px !important;
}

.hdr_served_list_x1y2z li a {
    font-size: 11px !important;
    padding: 2px 0 !important;
}

.hdr_served_footer_b9n0m {
    margin-top: 8px !important;
    padding-top: 5px !important;
}
/* Reduce Horizontal Size of Inner Columns */
.hdr_mega_menu_u7i8o.hdr_mega_served_n9m0q .hdr_mega_container_f1g2h {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 15px !important;
}

.hdr_served_grid_t3y4u {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px !important;
}

.hdr_served_column_a7s8d {
    padding: 5px 8px !important;
    min-width: 0 !important;
}

.hdr_served_list_x1y2z li a {
    font-size: 10px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.hdr_served_column_a7s8d h3 {
    font-size: 11px !important;
    white-space: nowrap !important;
}
.hdr_premium_navbar_q1w2e .hdr_navbar_container_r4t5y {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .hdr_premium_navbar_q1w2e .hdr_navbar_container_r4t5y {
        padding: 0 1.5rem;
    }
}

@media (min-width: 768px) {
    .hdr_premium_navbar_q1w2e .hdr_navbar_container_r4t5y {
        padding: 0 2rem;
    }
}

@media (min-width: 1024px) {
    .hdr_premium_navbar_q1w2e .hdr_navbar_container_r4t5y {
        padding: 0 2rem;
    }
}

@media (min-width: 1280px) {
    .hdr_premium_navbar_q1w2e .hdr_navbar_container_r4t5y {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 2rem;
    }
}

@media (min-width: 1440px) {
    .hdr_premium_navbar_q1w2e .hdr_navbar_container_r4t5y {
        max-width: 1400px;
        padding: 0 3rem;
    }
}

@media (min-width: 2000px) {
    .hdr_premium_navbar_q1w2e .hdr_navbar_container_r4t5y {
        max-width: 1800px;
        padding: 0 6rem;
    }
    .hdr_premium_navbar_q1w2e img {
        width: 220px;
        height: auto;
    }
}

@media (min-width: 3840px) {
    .hdr_premium_navbar_q1w2e .hdr_navbar_container_r4t5y {
        max-width: 2400px;
        padding: 0 10rem;
    }
    .hdr_premium_navbar_q1w2e img {
        width: 260px;
        height: auto;
    }
}

.hdr_premium_navbar_q1w2e .hdr_navbar_wrapper_u7i8o {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.hdr_premium_navbar_q1w2e .hdr_logo_container_a9s0d {
    display: flex;
    align-items: center;
}

.hdr_premium_navbar_q1w2e .hdr_logo_wrapper_f1g2h img {
    display: block;
    max-width: 180px;
    height: auto;
}

.hdr_premium_navbar_q1w2e.hdr_scrolled_n4b6v {
    background: rgba(0,0,0,.95);
    backdrop-filter: blur(25px) saturate(200%);
    box-shadow: 0 10px 40px rgba(0,0,0,.25);
}

/* Desktop Navigation */
.hdr_desktop_nav_j3k4l {
    display: none;
}

@media (min-width: 1024px) {
    .hdr_desktop_nav_j3k4l {
        display: block !important;
    }
}

.hdr_desktop_nav_j3k4l ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hdr_desktop_nav_j3k4l li {
    margin: 0;
    position: static;
}

.hdr_desktop_nav_j3k4l .hdr_nav_link_default_z9x0c {
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
    display: inline-block;
}

@media (min-width: 1440px) {
    .hdr_desktop_nav_j3k4l .hdr_nav_link_default_z9x0c {
        font-size: 1rem;
        padding: 0.875rem 1.25rem;
    }
}

.hdr_desktop_nav_j3k4l .hdr_nav_dropdown_link_n1m2q {
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hdr_desktop_nav_j3k4l .hdr_dropdown_icon_q3w4e {
    font-size: 0.75rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

/* Mega Menu Styles */
.hdr_mega_wrapper_b7v8c {
    position: static !important;
}

.hdr_mega_menu_u7i8o {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(20px) saturate(180%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 9999;
}

.hdr_mega_wrapper_b7v8c:hover .hdr_mega_menu_u7i8o {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hdr_mega_wrapper_b7v8c::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    background: transparent;
    z-index: 9998;
    pointer-events: none;
}

/* Industries Mega Menu */
.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_container_f1g2h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 25px;
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 25px;
}

/* Served Areas Mega Menu Styles */
.hdr_mega_menu_u7i8o.hdr_mega_served_n9m0q {
    text-align: center;
}

.hdr_mega_menu_u7i8o.hdr_mega_served_n9m0q .hdr_mega_container_f1g2h {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 30px;
    display: block;
}

.hdr_served_header_w1e2r {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.hdr_served_header_w1e2r h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #fff, #dc2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hdr_served_header_w1e2r p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto;
}
/* Keep flyout visible when active class is present */
.hdr_has_flyout_d9f0g.hdr_flyout_active_z9x0c .hdr_flyout_menu_c5v6b {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
}
.hdr_served_header_w1e2r::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #dc2626, transparent);
}

.hdr_served_grid_t3y4u {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.hdr_served_column_a7s8d {
    text-align: left;
}

.hdr_served_column_a7s8d h3 {
    color: #dc2626;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(220, 38, 38, 0.3);
    display: inline-block;
}

.hdr_served_list_x1y2z {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hdr_served_list_x1y2z li {
    margin-bottom: 12px;
}

.hdr_served_list_x1y2z li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hdr_served_list_x1y2z li a i {
    color: #dc2626;
    font-size: 12px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.hdr_served_list_x1y2z li a:hover {
    color: #fff;
    padding-left: 5px;
}

.hdr_served_list_x1y2z li a:hover i {
    opacity: 1;
    transform: translateX(0);
}

.hdr_served_footer_b9n0m {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.hdr_served_footer_b9n0m a {
    color: #dc2626;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hdr_served_footer_b9n0m a:hover {
    gap: 12px;
    color: #fff;
}

@media (max-width: 1024px) {
    .hdr_served_grid_t3y4u {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .hdr_served_grid_t3y4u {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .hdr_mega_menu_u7i8o.hdr_mega_served_n9m0q .hdr_mega_container_f1g2h {
        padding: 30px 20px;
    }
    .hdr_served_header_w1e2r h2 {
        font-size: 24px;
    }
}

.hdr_mega_categories_j3k4l {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.hdr_mega_category_l5z6x {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 18px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.hdr_mega_category_l5z6x:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(220, 38, 38, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.hdr_mega_cat_header_c7v8b {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hdr_mega_cat_header_c7v8b i {
    font-size: 20px;
    color: var(--primary-red);
    background: rgba(220, 38, 38, 0.2);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.hdr_mega_cat_header_c7v8b h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.hdr_mega_cat_header_c7v8b h3 span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 3px;
}

.hdr_mega_items_n9m0q {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hdr_mega_item_w1e2r {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.hdr_mega_item_w1e2r i {
    font-size: 14px;
    color: var(--primary-red);
    width: 20px;
    text-align: center;
}

.hdr_mega_item_content_t3y4u {
    flex: 1;
}

.hdr_mega_item_title_i5o6p {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 2px;
    color: #fff;
}

.hdr_mega_item_desc_a7s8d {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.3;
}

.hdr_mega_item_w1e2r:hover {
    background: rgba(220, 38, 38, 0.1);
    color: #fff;
    padding-left: 18px;
}

.hdr_mega_quick_links_f9g0h {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hdr_mega_quick_links_f9g0h h4 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.hdr_quick_links_grid_j1k2l {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.hdr_quick_link_z3x4c {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 11px;
    transition: all 0.3s ease;
}

.hdr_quick_link_z3x4c i {
    font-size: 10px;
    color: var(--primary-red);
}

.hdr_quick_link_z3x4c:hover {
    background: rgba(220, 38, 38, 0.1);
    color: #fff;
    transform: translateX(3px);
}

.hdr_mega_featured_v5b6n {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 14px;
    padding: 20px;
    border: 1px solid rgba(220, 38, 38, 0.2);
    position: relative;
    overflow: hidden;
}

.hdr_mega_featured_v5b6n h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

.hdr_mega_featured_v5b6n p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.hdr_mega_featured_btn_e9r0t {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--primary-red) 0%, #b91c1c 100%);
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hdr_mega_featured_btn_e9r0t:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
}

.hdr_mega_badge_m7q8w {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--primary-red);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
}

.hdr_case_studies_preview_y1u2i {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.hdr_case_study_item_o3p4a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.hdr_case_study_item_o3p4a:hover {
    background: rgba(220, 38, 38, 0.1);
}

.hdr_case_study_img_s5d6f {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--primary-red), #b91c1c);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr_case_study_img_s5d6f i {
    font-size: 18px;
    color: #fff;
}

.hdr_case_study_content_g7h8j h4 {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}

.hdr_case_study_content_g7h8j p {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
}

/* Services Mega Menu */
.hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_mega_container_f1g2h {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 30px;
    display: block;
}

.hdr_services_grid_x1c2v {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.hdr_service_card_b3n4m {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    padding: 25px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.hdr_service_card_b3n4m:hover {
    transform: translateY(-5px);
    border-color: rgba(220, 38, 38, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.hdr_served_column_a7s8d h3 {
    display: none;
}

.hdr_served_column_a7s8d {
    padding: 15px 18px;
}

.hdr_served_grid_t3y4u.hdr_served_mixed_i5o6p {
    gap: 15px;
}

.hdr_served_grid_t3y4u.hdr_served_mixed_i5o6p .hdr_served_column_a7s8d {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.hdr_served_grid_t3y4u.hdr_served_mixed_i5o6p .hdr_served_column_a7s8d:last-child {
    border-right: none;
}

.hdr_served_list_x1y2z {
    gap: 8px;
}

.hdr_served_list_x1y2z li a {
    padding: 6px 0;
}

@media (max-width: 768px) {
    .hdr_served_grid_t3y4u.hdr_served_mixed_i5o6p .hdr_served_column_a7s8d {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .hdr_served_grid_t3y4u.hdr_served_mixed_i5o6p .hdr_served_column_a7s8d:last-child {
        border-bottom: none;
    }
}

.hdr_mobile_nav_c4v5b {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #000000;
    backdrop-filter: blur(30px) saturate(200%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9998;
    display: none;
}

.hdr_mobile_nav_c4v5b.hdr_active_m1n2b {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #000000 !important;
}

.hdr_mobile_content_n6m7q {
    padding: 1.5rem 1rem;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.hdr_mobile_item_w8e9r {
    margin-bottom: 0.75rem;
}

.hdr_mobile_link_t0y1u {
    display: flex;
    align-items: center;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}

.hdr_mobile_link_t0y1u i {
    width: 1.5rem;
    margin-right: 0.75rem;
    color: #dc2626;
}

.hdr_mobile_link_t0y1u:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hdr_mobile_toggle_i2o3p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all .3s ease;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
}

.hdr_mobile_toggle_i2o3p i:first-child {
    width: 1.5rem;
    margin-right: 0.75rem;
    color: #dc2626;
}

.hdr_mobile_toggle_i2o3p .hdr_dropdown_arrow_f6g7h {
    font-size: 0.75rem;
    transition: transform .3s ease;
}

.hdr_mobile_toggle_i2o3p.hdr_active_m1n2b {
    background: rgba(220, 38, 38, 0.2);
    border-color: #dc2626;
}

.hdr_mobile_toggle_i2o3p.hdr_active_m1n2b .hdr_dropdown_arrow_f6g7h {
    transform: rotate(180deg);
}

.hdr_mobile_submenu_j8k9l {
    display: none;
    padding-left: 1rem;
    margin-top: 0.5rem;
    border-left: 2px solid rgba(220, 38, 38, 0.3);
    margin-left: 1.5rem;
}

.hdr_mobile_submenu_j8k9l.hdr_active_m1n2b {
    display: block !important;
}

.hdr_mobile_submenu_j8k9l a {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.02);
    margin-bottom: 0.25rem;
}

.hdr_mobile_submenu_j8k9l a i {
    width: 1.25rem;
    margin-right: 0.75rem;
    color: #dc2626;
    font-size: 0.75rem;
}

.hdr_mobile_submenu_j8k9l a:hover {
    color: #fff;
    background: rgba(220, 38, 38, 0.1);
    padding-left: 1.5rem;
}

.hdr_mobile_submenu_j8k9l.hdr_depth_2_e6r7t {
    margin-left: 1rem;
    padding-left: 0.5rem;
}

.hdr_mobile_sub_trigger_v2b3n {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.hdr_mobile_sub_trigger_v2b3n i:first-child {
    width: 1.5rem;
    margin-right: 0.75rem;
    color: #dc2626;
}

.hdr_mobile_sub_trigger_v2b3n i:last-child {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.hdr_mobile_sub_trigger_v2b3n.hdr_active_m1n2b {
    background: rgba(220, 38, 38, 0.2);
    border-color: #dc2626;
}

.hdr_mobile_sub_trigger_v2b3n.hdr_active_m1n2b i:last-child {
    transform: rotate(180deg);
}

.hdr_mobile_contact_wrapper_k6l7z {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hdr_mobile_contact_link_x8c9v {
    flex: 1;
    display: flex;
    align-items: center;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
}

.hdr_mobile_contact_link_x8c9v i {
    width: 1.5rem;
    margin-right: 0.75rem;
    color: #dc2626;
}

.hdr_mobile_contact_trigger_b0n1m {
    padding: 0.75rem 1rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
}

.hdr_mobile_contact_trigger_b0n1m.hdr_active_m1n2b i {
    transform: rotate(180deg);
}

.hdr_mobile_contact_trigger_b0n1m i {
    transition: transform 0.3s ease;
}

.hdr_mobile_book_btn_r4t5y {
    display: block;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.hdr_mobile_book_btn_r4t5y i {
    margin-right: 0.5rem;
}

.hdr_service_tag_u9i0o {
    background: #dc2626;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 20px;
    margin-left: 8px;
    display: inline-block;
}

.hdr_service_card_b3n4m::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-red), #b91c1c);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.hdr_service_card_b3n4m:hover::after {
    transform: scaleX(1);
}

.hdr_service_icon_q5w6e {
    width: 60px;
    height: 60px;
    background: rgba(220, 38, 38, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.hdr_service_icon_q5w6e i {
    font-size: 28px;
    color: var(--primary-red);
}

.hdr_service_card_b3n4m h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hdr_service_card_b3n4m p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin-bottom: 15px;
}

.hdr_service_features_r7t8y {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hdr_service_features_r7t8y li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

.hdr_service_features_r7t8y li i {
    color: var(--primary-red);
    font-size: 10px;
}

.hdr_service_card_b3n4m .hdr_service_tag_u9i0o {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary-red);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

/* Regular Dropdown */
.hdr_nav_dropdown_m5n6b:not(.hdr_mega_wrapper_b7v8c) {
    position: relative;
}

/* Fixed Mega Menu - Reliable Hover Bridge */
.hdr_mega_wrapper_b7v8c {
    position: static !important;
}

.hdr_mega_menu_u7i8o {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 9999;
}

.hdr_mega_wrapper_b7v8c:hover .hdr_mega_menu_u7i8o {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hdr_mega_wrapper_b7v8c {
    position: relative;
}

.hdr_mega_wrapper_b7v8c .hdr_hover_bridge_r5t6y {
    position: absolute;
    left: 0;
    width: 100%;
    height: 45px;
    background: transparent;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hdr_mega_wrapper_b7v8c:hover .hdr_hover_bridge_r5t6y {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hdr_mega_wrapper_b7v8c .hdr_hover_bridge_r5t6y:hover + .hdr_mega_menu_u7i8o,
.hdr_mega_wrapper_b7v8c .hdr_hover_bridge_r5t6y:hover ~ .hdr_mega_menu_u7i8o {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hdr_mega_container_f1g2h {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 30px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_container_f1g2h {
    grid-template-columns: 2.5fr 1fr;
}

.hdr_nav_dropdown_m5n6b:not(.hdr_mega_wrapper_b7v8c) {
    position: relative;
}

.hdr_submenu_r1t2y {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.hdr_nav_dropdown_m5n6b:not(.hdr_mega_wrapper_b7v8c):hover .hdr_submenu_r1t2y {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hdr_nav_dropdown_m5n6b:not(.hdr_mega_wrapper_b7v8c) .hdr_dropdown_bridge_q1w2e {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hdr_nav_dropdown_m5n6b:not(.hdr_mega_wrapper_b7v8c):hover .hdr_dropdown_bridge_q1w2e {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hdr_nav_dropdown_m5n6b:not(.hdr_mega_wrapper_b7v8c) .hdr_dropdown_bridge_q1w2e:hover + .hdr_submenu_r1t2y {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hdr_submenu_r1t2y {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.hdr_nav_dropdown_m5n6b:not(.hdr_mega_wrapper_b7v8c):hover .hdr_submenu_r1t2y {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.hdr_submenu_item_u3i4o {
    display: block;
    padding: 10px 24px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hdr_submenu_item_u3i4o:last-child {
    border-bottom: none;
}

.hdr_submenu_item_u3i4o:hover {
    color: #fff;
    background: rgba(220, 38, 38, 0.1);
    padding-left: 28px;
}

/* Book Appointment Button */
.hdr_btn_x7k9m {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(220,38,38,.2);
    border: none;
    cursor: pointer;
}

.hdr_btn_x7k9m i {
    margin-right: 0.5rem;
}

.hdr_btn_x7k9m:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(220,38,38,.4);
}

.hdr_btn_wrapper_p5a6s {
    margin-left: 1.5rem;
}

/* Mobile Menu Button */
#hdr_mobileMenuBtn_d8f9g {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(220,38,38,.2);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all .3s ease;
    margin-left: auto;
}

@media (min-width: 1024px) {
    #hdr_mobileMenuBtn_d8f9g {
        display: none !important;
    }
}

/* Mobile Menu - COMPLETE FIX */
.hdr_mobile_nav_c4v5b {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #000000;
    backdrop-filter: blur(30px) saturate(200%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    z-index: 9998;
}

.hdr_mobile_nav_c4v5b.hdr_active_m1n2b {
    max-height: 80vh;
    overflow-y: auto;
    display: block !important;
}

.hdr_mobile_content_n6m7q {
    padding: 1.5rem 1rem;
}

.hdr_mobile_item_w8e9r {
    margin-bottom: 0.75rem;
}

.hdr_mobile_link_t0y1u {
    display: flex;
    align-items: center;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}

.hdr_mobile_link_t0y1u i {
    width: 1.5rem;
    margin-right: 0.75rem;
    color: #dc2626;
}

.hdr_mobile_link_t0y1u:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hdr_mobile_toggle_i2o3p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all .3s ease;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
}

.hdr_mobile_toggle_i2o3p i:first-child {
    width: 1.5rem;
    margin-right: 0.75rem;
    color: #dc2626;
}

.hdr_mobile_toggle_i2o3p .hdr_dropdown_arrow_f6g7h {
    font-size: 0.75rem;
    transition: transform .3s ease;
}

.hdr_mobile_toggle_i2o3p.hdr_active_m1n2b {
    background: rgba(220, 38, 38, 0.2);
    border-color: #dc2626;
}

.hdr_mobile_toggle_i2o3p.hdr_active_m1n2b .hdr_dropdown_arrow_f6g7h {
    transform: rotate(180deg);
}

.hdr_mobile_submenu_j8k9l {
    display: none;
    padding-left: 1rem;
    margin-top: 0.5rem;
    border-left: 2px solid rgba(220, 38, 38, 0.3);
    margin-left: 1.5rem;
}

.hdr_mobile_submenu_j8k9l.hdr_active_m1n2b {
    display: block !important;
}

.hdr_mobile_submenu_j8k9l a {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.02);
    margin-bottom: 0.25rem;
}

.hdr_mobile_submenu_j8k9l a i {
    width: 1.25rem;
    margin-right: 0.75rem;
    color: #dc2626;
    font-size: 0.75rem;
}

.hdr_mobile_submenu_j8k9l a:hover {
    color: #fff;
    background: rgba(220, 38, 38, 0.1);
    padding-left: 1.5rem;
}

.hdr_mobile_submenu_j8k9l.hdr_depth_2_e6r7t {
    margin-left: 1rem;
    padding-left: 0.5rem;
}

.hdr_mobile_sub_trigger_v2b3n {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.hdr_mobile_sub_trigger_v2b3n i:first-child {
    width: 1.5rem;
    margin-right: 0.75rem;
    color: #dc2626;
}

.hdr_mobile_sub_trigger_v2b3n i:last-child {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.hdr_mobile_sub_trigger_v2b3n.hdr_active_m1n2b {
    background: rgba(220, 38, 38, 0.2);
    border-color: #dc2626;
}

.hdr_mobile_nav_c4v5b {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(30px) saturate(200%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9998;
}

.hdr_mobile_nav_c4v5b.hdr_active_m1n2b {
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.hdr_mobile_sub_trigger_v2b3n.hdr_active_m1n2b i:last-child {
    transform: rotate(180deg);
}

.hdr_mobile_contact_wrapper_k6l7z {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hdr_mobile_contact_link_x8c9v {
    flex: 1;
    display: flex;
    align-items: center;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
}

.hdr_mobile_contact_link_x8c9v i {
    width: 1.5rem;
    margin-right: 0.75rem;
    color: #dc2626;
}

.hdr_mobile_contact_trigger_b0n1m {
    padding: 0.75rem 1rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
}

.hdr_mobile_contact_trigger_b0n1m.hdr_active_m1n2b i {
    transform: rotate(180deg);
}

.hdr_mobile_contact_trigger_b0n1m i {
    transition: transform 0.3s ease;
}

.hdr_mobile_book_btn_r4t5y {
    display: block;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.hdr_mobile_book_btn_r4t5y i {
    margin-right: 0.5rem;
}

.hdr_service_tag_u9i0o {
    background: #dc2626;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 20px;
    margin-left: 8px;
    display: inline-block;
}

/* Nav Link Underline Animation */
.hdr_nav_link_v3n8b {
    position: relative;
}

.hdr_nav_link_v3n8b::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-red), #ff6b6b);
    border-radius: 1px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hdr_nav_link_v3n8b:hover::after {
    width: 100%;
}

.hdr_sr_only_l2z3x {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

body.hdr_menu_open_b3v4c {
    overflow: hidden;
}

body {
    font-family: Inter, sans-serif;
    color: var(--primary-black);
    overflow-x: hidden;
    padding-top: 80px;
}

@media (max-width: 1023px) {
    .hdr_mega_menu_u7i8o {
        display: none;
    }
}

@media (max-width: 1200px) {
    .hdr_services_grid_x1c2v {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_container_f1g2h {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px 20px;
    }
}

@media (max-width: 768px) {
    .hdr_services_grid_x1c2v {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_container_f1g2h {
        padding: 20px 15px;
    }
    .hdr_mega_categories_j3k4l {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.hdr_mobile_nav_c4v5b {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #000000 !important;
    backdrop-filter: blur(30px) saturate(200%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    z-index: 9998 !important;
    transition: max-height 0.4s ease-out !important;
    overflow: hidden !important;
    max-height: 0 !important;
}

.hdr_mobile_nav_c4v5b.hdr_active_m1n2b {
    max-height: 80vh !important;
    overflow-y: auto !important;
}

/* Served Areas Mega Menu - Compact */
.hdr_mega_menu_u7i8o.hdr_mega_served_n9m0q {
    text-align: center;
}

.hdr_mega_menu_u7i8o.hdr_mega_served_n9m0q .hdr_mega_container_f1g2h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 25px;
    display: block;
}

.hdr_served_header_w1e2r {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.hdr_served_header_w1e2r h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 6px;
    background: linear-gradient(135deg, #fff, #dc2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hdr_served_header_w1e2r p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    max-width: 500px;
    margin: 0 auto;
}

.hdr_served_header_w1e2r::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #dc2626, transparent);
}

.hdr_served_grid_t3y4u {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 15px;
}

.hdr_served_column_a7s8d {
    text-align: left;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 15px 18px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.hdr_served_column_a7s8d:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(220, 38, 38, 0.3);
    transform: translateY(-2px);
}

.hdr_served_column_a7s8d h3 {
    color: #dc2626;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(220, 38, 38, 0.3);
    display: inline-block;
}

.hdr_served_column_a7s8d h3 i {
    margin-right: 6px;
    font-size: 13px;
}

.hdr_served_list_x1y2z {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hdr_served_list_x1y2z li {
    margin: 0;
}

.hdr_served_list_x1y2z li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 12px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
}

.hdr_served_list_x1y2z li a i {
    color: #dc2626;
    font-size: 10px;
    width: 16px;
    opacity: 0;
    transform: translateX(-3px);
    transition: all 0.2s ease;
}

.hdr_served_list_x1y2z li a:hover {
    color: #fff;
    padding-left: 5px;
}

.hdr_served_list_x1y2z li a:hover i {
    opacity: 1;
    transform: translateX(0);
}

.hdr_served_footer_b9n0m {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.hdr_served_footer_b9n0m a {
    color: #dc2626;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hdr_served_footer_b9n0m a:hover {
    gap: 10px;
    color: #fff;
}

@media (max-width: 1024px) {
    .hdr_served_grid_t3y4u {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .hdr_mega_menu_u7i8o.hdr_mega_served_n9m0q .hdr_mega_container_f1g2h {
        padding: 20px 15px;
    }
    
    .hdr_served_header_w1e2r h2 {
        font-size: 20px;
    }
    
    .hdr_served_header_w1e2r p {
        font-size: 11px;
    }
    
    .hdr_served_grid_t3y4u {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .hdr_served_column_a7s8d {
        padding: 12px 15px;
    }
    
    .hdr_served_column_a7s8d h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .hdr_served_list_x1y2z {
        gap: 5px;
    }
    
    .hdr_served_list_x1y2z li a {
        font-size: 11px;
        padding: 3px 0;
    }
}

/* Assessment Mega Menu - Compact */
.hdr_mega_menu_u7i8o.hdr_mega_assessment_p1a2s .hdr_mega_container_f1g2h {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 25px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
}

.hdr_assessment_categories_d3f4g {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hdr_assessment_section_h5j6k {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.hdr_assessment_section_h5j6k:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(220, 38, 38, 0.2);
}

.hdr_assessment_section_header_l7z8x {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hdr_assessment_section_header_l7z8x i {
    font-size: 18px;
    color: var(--primary-red);
    background: rgba(220, 38, 38, 0.15);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.hdr_assessment_section_header_l7z8x h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.hdr_assessment_section_header_l7z8x h3 span {
    display: block;
    font-size: 9px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 2px;
}

.hdr_assessment_items_c9v0b {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hdr_assessment_item_n1m2q {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.03);
}

.hdr_assessment_item_n1m2q:hover {
    background: rgba(220, 38, 38, 0.1);
    transform: translateX(3px);
    border-color: rgba(220, 38, 38, 0.3);
}

.hdr_assessment_item_n1m2q i:first-child {
    color: var(--primary-red);
    font-size: 14px;
    width: 20px;
}

.hdr_assessment_item_content_w3e4r {
    flex: 1;
}

.hdr_assessment_item_title_t5y6u {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    margin-bottom: 2px;
}

.hdr_assessment_item_desc_i7o8p {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.2;
}

.hdr_assessment_badge_a9s0d {
    background: rgba(220, 38, 38, 0.2);
    color: #dc2626;
    font-size: 8px;
    font-weight: 700;
    padding: 3px 6px;
    border-radius: 12px;
    letter-spacing: 0.5px;
}

.hdr_assessment_featured_f1g2h {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.12) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 12px;
    padding: 18px 15px;
    border: 1px solid rgba(220, 38, 38, 0.2);
    position: relative;
    text-align: center;
    height: fit-content;
}

.hdr_assessment_featured_badge_h3j4k {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-red);
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 12px;
}

.hdr_assessment_featured_icon_l5z6x {
    font-size: 32px;
    color: var(--primary-red);
    margin-bottom: 10px;
    background: rgba(220, 38, 38, 0.15);
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
}

.hdr_assessment_featured_f1g2h h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.hdr_assessment_featured_f1g2h p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    margin-bottom: 15px;
}

.hdr_assessment_featured_btn_c7v8b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: linear-gradient(135deg, var(--primary-red) 0%, #b91c1c 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 11px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hdr_assessment_featured_btn_c7v8b:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
    gap: 8px;
}

@media (max-width: 1024px) {
    .hdr_mega_menu_u7i8o.hdr_mega_assessment_p1a2s .hdr_mega_container_f1g2h {
        display: none;
    }
}

@media (max-width: 768px) {
    .hdr_assessment_featured_icon_l5z6x {
        font-size: 28px;
        padding: 8px;
    }
    
    .hdr_assessment_featured_f1g2h h4 {
        font-size: 13px;
    }
    
    .hdr_assessment_featured_f1g2h p {
        font-size: 9px;
    }
}

/* Flyout Menu Styles */
.hdr_has_flyout_d9f0g {
    position: relative;
}

.hdr_flyout_trigger_h1j2k {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6px 0 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hdr_flyout_trigger_h1j2k i:first-child {
    margin-right: 8px !important;
    color: #dc2626 !important;
    font-size: 11px !important;
    width: 16px !important;
    text-align: center !important;
}

.hdr_flyout_arrow_l3z4x {
    font-size: 12px !important;
    opacity: 0.5;
    transition: all 0.3s ease;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.5) !important;
}

.hdr_has_flyout_d9f0g:hover .hdr_flyout_arrow_l3z4x {
    opacity: 1;
    transform: translateX(3px);
    color: #dc2626 !important;
}

.hdr_flyout_menu_c5v6b {
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    min-width: 220px;
    background-color: #0a0a15 !important;
    background: #0a0a15 !important;
    
    border-radius: 10px;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s, left 0.2s ease 0.1s;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(220, 38, 38, 0.3);
    z-index: 10001;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.hdr_flyout_bridge_n7m8q {
    position: absolute;
    left: -15px;
    top: 0;
    width: 15px;
    height: 100%;
    background: transparent;
    z-index: 10000;
}

.hdr_has_flyout_d9f0g:hover .hdr_flyout_menu_c5v6b {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    left: calc(100% + 15px);
    transition-delay: 0.15s;
    background-color: #0a0a15 !important;
    background: #0a0a15 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.hdr_flyout_header_w9e0r {
    padding: 8px 14px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #dc2626;
    margin-bottom: 3px;
    background: #dc2626;
    background-color: #dc2626;
}

.hdr_flyout_menu_c5v6b a {
    display: flex !important;
    align-items: center;
    padding: 8px 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    white-space: nowrap;
    background-color: #0a0a15 !important;
    background: #0a0a15 !important;
}

.hdr_flyout_menu_c5v6b a:last-child {
    border-bottom: none;
}

.hdr_flyout_menu_c5v6b a i {
    width: 18px;
    margin-right: 10px;
    color: #dc2626;
    font-size: 12px;
    transition: all 0.2s ease;
}

.hdr_flyout_menu_c5v6b a:hover {
    background-color: #dc2626 !important;
    background: #dc2626 !important;
    color: #ffffff !important;
    padding-left: 18px !important;
}

.hdr_flyout_menu_c5v6b a:hover i {
    color: #ffffff !important;
    transform: scale(1.1);
}

.hdr_served_list_x1y2z li > a:not(.hdr_flyout_trigger_h1j2k) {
    display: flex !important;
    align-items: center;
    padding: 6px 0 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.hdr_served_list_x1y2z li > a:not(.hdr_flyout_trigger_h1j2k) i {
    margin-right: 8px !important;
    color: #dc2626 !important;
    font-size: 11px !important;
    width: 16px !important;
    text-align: center !important;
}

.hdr_served_list_x1y2z li > a:hover {
    color: #ffffff !important;
    padding-left: 5px !important;
}

.hdr_served_column_a7s8d .hdr_flyout_menu_c5v6b {
    left: calc(100% + 10px) !important;
    right: auto !important;
    background-color: #0a0a15 !important;
    background: #0a0a15 !important;
}

.hdr_served_column_a7s8d .hdr_flyout_bridge_n7m8q {
    left: -15px !important;
    right: auto !important;
}

.hdr_served_column_a7s8d .hdr_has_flyout_d9f0g:hover .hdr_flyout_menu_c5v6b {
    left: calc(100% + 15px) !important;
    right: auto !important;
    background-color: #0a0a15 !important;
    background: #0a0a15 !important;
}

@media (max-width: 1024px) {
    .hdr_flyout_menu_c5v6b {
        position: static !important;
        left: 0 !important;
        right: auto !important;
        min-width: auto !important;
        width: 100% !important;
        background-color: #0a0a15 !important;
        background: #0a0a15 !important;
        border: none !important;
        border-left: 3px solid #dc2626 !important;
        border-radius: 0 !important;
        margin: 3px 0 3px 20px !important;
        padding: 3px 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none !important;
        box-shadow: none !important;
        transition: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
    
    .hdr_flyout_bridge_n7m8q {
        display: none !important;
    }
    
    .hdr_has_flyout_d9f0g.hdr_active_m1n2b .hdr_flyout_menu_c5v6b {
        display: block !important;
    }
    
    .hdr_flyout_trigger_h1j2k {
        cursor: pointer;
    }
    
    .hdr_has_flyout_d9f0g.hdr_active_m1n2b .hdr_flyout_arrow_l3z4x {
        transform: rotate(90deg);
        color: #dc2626 !important;
    }
    
    .hdr_flyout_header_w9e0r {
        font-size: 11px;
        padding: 6px 12px;
        background: #dc2626;
        background-color: #dc2626;
    }
    
    .hdr_flyout_menu_c5v6b a {
        padding: 7px 12px !important;
        font-size: 11px !important;
        white-space: normal;
        background-color: #0a0a15 !important;
        background: #0a0a15 !important;
    }
    
    .hdr_flyout_menu_c5v6b a:hover {
        background-color: #dc2626 !important;
        background: #dc2626 !important;
    }
    
    .hdr_served_column_a7s8d .hdr_flyout_menu_c5v6b {
        left: 0 !important;
        right: auto !important;
    }
}

/* Floating Audit Button - Updated Class Names */
.hdr_float_audit_k9m2n {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hdr_audit_circle_w4x7p {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    cursor: pointer;
    z-index: 2;
}

.hdr_audit_circle_w4x7p i {
    font-size: 22px;
    margin-bottom: 3px;
}

.hdr_audit_text_z8q3l {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.hdr_audit_pulse_j6f1r {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(220, 38, 38, 0.4);
    border-radius: 50%;
    z-index: 1;
    animation: hdr_pulse_anim_a2s5d 2s infinite;
}

.hdr_float_audit_k9m2n:hover .hdr_audit_circle_w4x7p {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(220, 38, 38, 0.6);
    border-color: rgba(255, 255, 255, 0.5);
}

.hdr_float_audit_k9m2n:hover .hdr_audit_pulse_j6f1r {
    animation: none;
}

.hdr_float_audit_k9m2n::before {
    content: 'Free Security Audit';
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(220, 38, 38, 0.3);
    letter-spacing: 0.5px;
    pointer-events: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.hdr_float_audit_k9m2n:hover::before {
    opacity: 1;
    visibility: visible;
    right: 90px;
}

@keyframes hdr_pulse_anim_a2s5d {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.hdr_float_audit_k9m2n.hdr_scrolled_n4b6v .hdr_audit_circle_w4x7p {
    width: 60px;
    height: 60px;
}

.hdr_float_audit_k9m2n.hdr_scrolled_n4b6v .hdr_audit_circle_w4x7p i {
    font-size: 18px;
}

.hdr_float_audit_k9m2n.hdr_scrolled_n4b6v .hdr_audit_text_z8q3l {
    font-size: 9px;
}

@media (max-width: 768px) {
    .hdr_audit_circle_w4x7p {
        width: 55px;
        height: 55px;
    }
    
    .hdr_audit_circle_w4x7p i {
        font-size: 18px;
    }
    
    .hdr_audit_text_z8q3l {
        font-size: 9px;
    }
    
    .hdr_float_audit_k9m2n::before {
        display: none;
    }
    
    .hdr_audit_pulse_j6f1r {
        width: 55px;
        height: 55px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hdr_audit_circle_w4x7p {
        width: 65px;
        height: 65px;
    }
}

@media (min-width: 2000px) {
    .hdr_float_audit_k9m2n {
        right: calc((100% - 1800px) / 2 - 70px);
    }
}
/* Floating Audit Button Styles */
.hdr_float_audit_k9m2n {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hdr_audit_circle_w4x7p {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border-radius: 50% 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    box-shadow: -5px 5px 20px rgba(220, 38, 38, 0.4);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    backdrop-filter: blur(5px);
    cursor: pointer;
    z-index: 2;
}

.hdr_audit_circle_w4x7p i {
    font-size: 22px;
    margin-bottom: 3px;
}

.hdr_audit_text_z8q3l {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.hdr_audit_pulse_j6f1r {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background: rgba(220, 38, 38, 0.4);
    border-radius: 50% 0 0 50%;
    z-index: 1;
    animation: hdr_pulse_anim_a2s5d 2s infinite;
}

.hdr_float_audit_k9m2n:hover .hdr_audit_circle_w4x7p {
    width: 85px;
    box-shadow: -8px 8px 30px rgba(220, 38, 38, 0.6);
    border-color: rgba(255, 255, 255, 0.5);
}

.hdr_float_audit_k9m2n:hover .hdr_audit_pulse_j6f1r {
    animation: none;
    opacity: 0;
}

.hdr_has_drop_m7b3n {
    position: relative;
}

.hdr_drop_menu_t5y9u {
    position: absolute;
    left: 100%;
    margin-left:-60px;
    top: 0;
    min-width: 220px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.hdr_has_drop_m7b3n:hover .hdr_drop_menu_t5y9u {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    margin-left:-60px;
}

.hdr_float_audit_k9m2n::before {
    content: 'Free Security Assessment';
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    color: white;
    padding: 10px 20px;
    border-radius: 30px 0 0 30px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(220, 38, 38, 0.3);
    border-right: none;
    letter-spacing: 0.5px;
    pointer-events: none;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}

.hdr_float_audit_k9m2n:hover::before {
    opacity: 1;
    visibility: visible;
    right: 95px;
}

@keyframes hdr_pulse_anim_a2s5d {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 0.6;
    }
    70% {
        transform: translateY(-50%) scale(1.6);
        opacity: 0;
    }
    100% {
        transform: translateY(-50%) scale(1.8);
        opacity: 0;
    }
}

.hdr_float_audit_k9m2n.hdr_scrolled_n4b6v .hdr_audit_circle_w4x7p {
    width: 55px;
    height: 55px;
}

.hdr_float_audit_k9m2n.hdr_scrolled_n4b6v .hdr_audit_circle_w4x7p i {
    font-size: 18px;
}

.hdr_float_audit_k9m2n.hdr_scrolled_n4b6v .hdr_audit_text_z8q3l {
    font-size: 9px;
}

.hdr_float_audit_k9m2n.hdr_scrolled_n4b6v .hdr_audit_pulse_j6f1r {
    width: 55px;
    height: 55px;
}

@media (max-width: 768px) {
    .hdr_audit_circle_w4x7p {
        width: 55px;
        height: 55px;
    }
    
    .hdr_audit_circle_w4x7p i {
        font-size: 18px;
    }
    
    .hdr_audit_text_z8q3l {
        font-size: 9px;
    }
    
    .hdr_float_audit_k9m2n::before {
        display: none;
    }
    
    .hdr_audit_pulse_j6f1r {
        width: 55px;
        height: 55px;
    }
    
    .hdr_float_audit_k9m2n:hover .hdr_audit_circle_w4x7p {
        width: 65px;
    }
}

.hdr_has_sub_item_p2k8m {
    position: relative;
    width: 100% !important;
}

.hdr_sub_parent_l9m4q {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    width: 100% !important;
    padding: 8px 0 !important;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.hdr_sub_parent_l9m4q i:first-child {
    margin-right: 8px !important;
    color: #dc2626 !important;
    font-size: 12px !important;
    width: 16px !important;
    text-align: center !important;
}

.hdr_sub_toggle_icon_f6g8h {
    margin-left: auto !important;
    font-size: 10px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    transition: transform 0.3s ease !important;
}

.hdr_has_sub_item_p2k8m:hover .hdr_sub_toggle_icon_f6g8h {
    transform: rotate(90deg);
    color: #dc2626 !important;
}

.hdr_nested_submenu_r3s7t {
    position: absolute !important;
    left: calc(100% - 5px) !important;
    top: 0 !important;
    margin-left: 0 !important;
    min-width: 170px !important;
    max-width: 180px !important;
    background: #1a1a1a !important;

    border-radius: 6px !important;
    padding: 6px 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease, left 0.2s ease !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5) !important;
    z-index: 10001 !important;
    display: block !important;
}

.hdr_has_sub_item_p2k8m:hover .hdr_nested_submenu_r3s7t {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    left: 100% !important;
}

.hdr_nested_submenu_r3s7t li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hdr_nested_submenu_r3s7t li a {
    display: block !important;
    width: 100% !important;
    padding: 10px 16px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 12px !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: left !important;
}

.hdr_nested_submenu_r3s7t li:last-child a {
    border-bottom: none !important;
}

.hdr_nested_submenu_r3s7t li a i {
    display: inline-block !important;
    margin-right: 10px !important;
    color: #dc2626 !important;
    font-size: 11px !important;
    width: 16px !important;
    text-align: center !important;
}

.hdr_nested_submenu_r3s7t li a:hover {
    background: rgba(220, 38, 38, 0.15) !important;
    color: #fff !important;
    padding-left: 20px !important;
}

.hdr_served_list_x1y2z li a:not(.hdr_sub_parent_l9m4q) {
    display: flex !important;
    align-items: center !important;
    padding: 8px 0 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.hdr_served_list_x1y2z li a:not(.hdr_sub_parent_l9m4q) i {
    margin-right: 8px !important;
    color: #dc2626 !important;
    font-size: 12px !important;
    width: 16px !important;
    text-align: center !important;
}

.hdr_has_sub_item_p2k8m::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    width: 10px !important;
    height: 100% !important;
    background: transparent !important;
    z-index: 10000 !important;
}

.hdr_has_sub_item_p2k8m::after {
    display: none !important;
}

@media (max-width: 1024px) {
    .hdr_nested_submenu_r3s7t {
        position: relative !important;
        left: 0 !important;
        margin-left: 20px !important;
        min-width: auto !important;
        max-width: none !important;
        width: calc(100% - 20px) !important;
        background: transparent !important;
        border: none !important;
        border-left: 2px solid #dc2626 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .hdr_has_sub_item_p2k8m:hover .hdr_nested_submenu_r3s7t {
        display: block !important;
        left: 0 !important;
    }
    
    .hdr_nested_submenu_r3s7t li a {
        padding: 8px 12px !important;
        white-space: normal !important;
    }
    
    .hdr_has_sub_item_p2k8m::before {
        display: none !important;
    }
}
/* ===== FLYOUT MENU - SOLID BACKGROUND & RIGHT-SIDE OPENING FIX ===== */

/* Remove the right-side flip for all columns - force everything to open on the right */
.hdr_served_column_a7s8d .hdr_flyout_menu_c5v6b {
    left: calc(100% + 1px) !important;
    right: auto !important;
}

.hdr_served_column_a7s8d .hdr_has_flyout_d9f0g:hover .hdr_flyout_menu_c5v6b {
    left: calc(100% + 1px) !important;
    right: auto !important;
}

.hdr_served_column_a7s8d .hdr_flyout_bridge_n7m8q {
    left: -1px !important;
    right: auto !important;
}

/* CRITICAL: Solid background fix for flyout menu */
.hdr_flyout_menu_c5v6b {
    position: absolute !important;
    left: calc(100% + 1px) !important;
    top: 0 !important;
    min-width: 220px;
    
    /* SOLID BACKGROUND - Multiple layers to ensure opacity */
    background-color: #0a0a15 !important;
    background: #0a0a15 !important;
    background-image: none !important;
    
    /* Remove any transparency effects */
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    
    /* Solid border */
    border: 1px solid #dc2626 !important;
    border-radius: 10px;
    padding: 5px 0;
    
    /* Ensure no opacity on the container itself */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease, left 0.15s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.95), 0 0 0 1px rgba(220, 38, 38, 0.5) !important;
    z-index: 10001;
}

/* Ensure solid background on hover state too */
.hdr_has_flyout_d9f0g:hover .hdr_flyout_menu_c5v6b {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
    left: calc(100% + 1px) !important;
    
    /* Re-apply solid background */
    background-color: #0a0a15 !important;
    background: #0a0a15 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Flyout header - solid red background */
.hdr_flyout_header_w9e0r {
    padding: 8px 14px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #dc2626;
    margin-bottom: 3px;
    
    /* Solid red background */
    background: #dc2626 !important;
    background-color: #dc2626 !important;
    background-image: none !important;
}

/* Flyout menu items - solid dark background */
.hdr_flyout_menu_c5v6b a {
    display: flex !important;
    align-items: center;
    padding: 8px 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    white-space: nowrap;
    
    /* Solid dark background for each item */
    background-color: #0a0a15 !important;
    background: #0a0a15 !important;
    background-image: none !important;
}

/* Remove border from last item */
.hdr_flyout_menu_c5v6b a:last-child {
    border-bottom: none !important;
}

/* Hover state - solid red */
.hdr_flyout_menu_c5v6b a:hover {
    background-color: #dc2626 !important;
    background: #dc2626 !important;
    background-image: none !important;
    color: #ffffff !important;
    padding-left: 18px !important;
}

.hdr_flyout_menu_c5v6b a:hover i {
    color: #ffffff !important;
    transform: scale(1.1);
}

/* Ensure flyout container has proper stacking */
.hdr_served_list_x1y2z {
    position: relative;
    z-index: 1;
}

.hdr_served_list_x1y2z .hdr_has_flyout_d9f0g {
    position: relative !important;
    z-index: 2;
}

.hdr_has_flyout_d9f0g:hover {
    z-index: 10002 !important;
}

/* Ensure mega menu container doesn't clip flyouts */
.hdr_mega_menu_u7i8o.hdr_mega_served_n9m0q {
    overflow: visible !important;
}

.hdr_mega_container_f1g2h {
    overflow: visible !important;
}

.hdr_served_grid_t3y4u {
    overflow: visible !important;
}

.hdr_served_column_a7s8d {
    overflow: visible !important;
}

/* Mobile responsive - keep solid background */
@media (max-width: 1024px) {
    .hdr_flyout_menu_c5v6b {
        position: static !important;
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        margin: 1px 0 3px 20px !important;
        
        /* Solid background for mobile too */
        background-color: #0a0a15 !important;
        background: #0a0a15 !important;
        border-left: 3px solid #dc2626 !important;
        border-right: none !important;
        border-top: none !important;
        border-bottom: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
    
    .hdr_has_flyout_d9f0g:hover .hdr_flyout_menu_c5v6b {
        left: 0 !important;
        right: auto !important;
    }
    
    .hdr_flyout_menu_c5v6b a {
        background-color: #0a0a15 !important;
        background: #0a0a15 !important;
    }
    
    .hdr_flyout_menu_c5v6b a:hover {
        background-color: #dc2626 !important;
        background: #dc2626 !important;
    }
}
/* ===== DECREASE NESTED MENU WIDTH & REMOVE HOVER EFFECT ===== */
/* ===== FLYOUT MENU - PREVENT CLOSING WHEN OVERLAPPING OTHER COLUMNS ===== */

/* Ensure flyout menu stays above everything and captures mouse events */
.hdr_flyout_menu_c5v6b {
    position: absolute !important;
    left: calc(100% + 1px) !important;
    top: 0 !important;
    min-width: 170px !important;
    max-width: 180px !important;
    background-color: #0a0a15 !important;
    background: #0a0a15 !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid #dc2626 !important;
    border-radius: 8px !important;
    padding: 3px 0 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.95), 0 0 0 1px rgba(220, 38, 38, 0.5) !important;
    
    /* CRITICAL: Very high z-index to stay above other columns */
    z-index: 99999 !important;
}

/* When flyout is visible, it should capture all mouse events */
.hdr_has_flyout_d9f0g:hover .hdr_flyout_menu_c5v6b {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;  /* Capture mouse events */
    left: calc(100% + 1px) !important;
    background-color: #0a0a15 !important;
    background: #0a0a15 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    
    /* Ensure it stays on top when visible */
    z-index: 99999 !important;
}

/* The flyout menu itself should keep the parent hover state active */
.hdr_flyout_menu_c5v6b:hover {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
}

/* When hovering the flyout menu, keep the parent in hover state */
.hdr_flyout_menu_c5v6b:hover + .hdr_flyout_trigger_h1j2k,
.hdr_flyout_menu_c5v6b:hover ~ .hdr_flyout_trigger_h1j2k {
    /* This helps maintain the visual state */
}

/* Create an invisible bridge that covers the flyout area to prevent losing hover */
.hdr_flyout_bridge_n7m8q {
    position: absolute;
    left: -5px;  /* Extended to cover gap */
    top: 0;
    width: 15px;  /* Wider bridge */
    height: 100%;
    background: transparent;
    z-index: 99998;  /* Just below flyout menu */
    pointer-events: all !important;
}

/* Ensure the parent li stays "active" while hovering the flyout */
.hdr_served_list_x1y2z .hdr_has_flyout_d9f0g {
    position: relative !important;
}

/* Keep the flyout visible when hovering anywhere in the flyout area */
.hdr_has_flyout_d9f0g .hdr_flyout_menu_c5v6b:hover,
.hdr_has_flyout_d9f0g:hover .hdr_flyout_menu_c5v6b {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
}

/* Prevent other columns from capturing mouse events when flyout is over them */
.hdr_served_grid_t3y4u {
    position: relative;
}

/* Lower z-index for non-hovered columns */
.hdr_served_column_a7s8d {
    position: relative;
    z-index: 1;
}

/* Higher z-index for the column with active flyout */
.hdr_served_column_a7s8d:has(.hdr_flyout_menu_c5v6b:hover) {
    z-index: 1000 !important;
}

.hdr_served_column_a7s8d:has(.hdr_has_flyout_d9f0g:hover) {
    z-index: 1000 !important;
}

/* Alternative if :has is not supported */
.hdr_served_list_x1y2z li {
    position: relative;
    z-index: 1;
}

.hdr_served_list_x1y2z li:hover {
    z-index: 9999 !important;
}

/* Ensure flyout menu items are clickable and maintain hover */
.hdr_flyout_menu_c5v6b a {
    display: flex !important;
    align-items: center;
    padding: 6px 10px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 11px !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    white-space: nowrap;
    background-color: #0a0a15 !important;
    background: #0a0a15 !important;
    transition: none !important;
    position: relative;
    z-index: 100000 !important;
    pointer-events: all !important;
}

/* Add a delay before hiding to prevent accidental closing */
.hdr_flyout_menu_c5v6b {
    transition: opacity 0.15s ease, visibility 0.15s ease, left 0.15s ease;
    transition-delay: 0.1s;  /* Small delay before hiding */
}

.hdr_has_flyout_d9f0g:hover .hdr_flyout_menu_c5v6b {
    transition-delay: 0s;  /* No delay when showing */
}

/* Ensure mega menu container doesn't clip anything */
.hdr_mega_menu_u7i8o.hdr_mega_served_n9m0q {
    overflow: visible !important;
}

.hdr_mega_container_f1g2h {
    overflow: visible !important;
}

.hdr_served_grid_t3y4u {
    overflow: visible !important;
}

/* For browsers that don't support :has, use this JavaScript-based approach */
/* This CSS ensures the hover area is maintained */
.hdr_has_flyout_d9f0g {
    z-index: 1;
}

.hdr_has_flyout_d9f0g:hover {
    z-index: 9999 !important;
}
/* REMOVE HOVER EFFECT COMPLETELY - No color change, no padding change */
.hdr_flyout_menu_c5v6b a:hover {
    background-color: #0a0a15 !important;  /* Keep same background */
    background: #0a0a15 !important;        /* Keep same background */
    color: rgba(255, 255, 255, 0.9) !important;  /* Keep same text color */
    padding-left: 10px !important;         /* Keep same padding - no movement */
}

/* Keep icon color same on hover */
.hdr_flyout_menu_c5v6b a:hover i {
    color: #dc2626 !important;  /* Keep same icon color */
    transform: none !important;  /* Remove scale effect */
}

/* Make icons smaller */
.hdr_flyout_menu_c5v6b a i {
    width: 14px !important;      /* Smaller icon width */
    margin-right: 8px !important;
    color: #dc2626;
    font-size: 10px !important;  /* Smaller icon size */
    transition: none !important;  /* Remove icon transition */
}

/* Adjust flyout arrow */
.hdr_flyout_arrow_l3z4x {
    font-size: 10px !important;
    opacity: 0.5;
    transition: none !important;  /* Remove transition */
    margin-left: 3px;
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Remove hover effect on parent link arrow */
.hdr_has_flyout_d9f0g:hover .hdr_flyout_arrow_l3z4x {
    opacity: 0.5 !important;      /* Keep same opacity */
    transform: none !important;   /* Remove movement */
    color: rgba(255, 255, 255, 0.5) !important;  /* Keep same color */
}

/* Optional: If you want to keep a subtle indicator without movement */
.hdr_flyout_trigger_h1j2k {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0 !important;     /* Slightly more compact */
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 12px !important;    /* Smaller font */
    text-decoration: none !important;
    transition: none !important;   /* Remove transition */
    cursor: pointer;
}

/* Mobile responsive - keep compact */
@media (max-width: 1024px) {
    .hdr_flyout_menu_c5v6b {
        min-width: auto !important;
        max-width: none !important;
        width: calc(100% - 25px) !important;  /* Slightly narrower */
        margin: 1px 0 3px 15px !important;
    }
    
    .hdr_flyout_menu_c5v6b a {
        padding: 5px 8px !important;
        font-size: 11px !important;
    }
    
    .hdr_flyout_menu_c5v6b a:hover {
        padding-left: 8px !important;  /* Keep same padding */
    }
}
/* ===== MOBILE FLYOUT MENU STYLES ===== */
.hdr_mobile_has_flyout_x1y2z {
    width: 100%;
}

.hdr_mobile_flyout_trigger_a1b2c {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0 !important;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    transition: none !important;
    text-decoration: none;
}

.hdr_mobile_flyout_trigger_a1b2c span {
    display: flex;
    align-items: center;
}

.hdr_mobile_flyout_trigger_a1b2c span i {
    width: 1.25rem;
    margin-right: 0.5rem;
    color: #dc2626;
    font-size: 11px;
}

.hdr_flyout_arrow_mobile {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.2s ease;
}

.hdr_mobile_has_flyout_x1y2z.active .hdr_flyout_arrow_mobile {
    transform: rotate(180deg);
    color: #dc2626;
}

.hdr_mobile_flyout_menu_c3d4e {
    display: none;
    padding-left: 1.5rem;
    margin: 3px 0 5px 0.5rem;
    border-left: 2px solid #dc2626;
}

.hdr_mobile_has_flyout_x1y2z.active .hdr_mobile_flyout_menu_c3d4e {
    display: block !important;
}

.hdr_mobile_flyout_menu_c3d4e a {
    display: flex !important;
    align-items: center;
    padding: 6px 0 6px 10px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 12px !important;
    text-decoration: none !important;
    background: transparent !important;
    border-bottom: none !important;
}

.hdr_mobile_flyout_menu_c3d4e a i {
    width: 16px;
    margin-right: 8px;
    color: #dc2626;
    font-size: 10px;
}

.hdr_mobile_flyout_menu_c3d4e a:hover {
    color: #fff !important;
    background: transparent !important;
    padding-left: 10px !important;
}
/* ===== REDUCED MEGA MENU SIZES ===== */

/* INDUSTRIES MEGA MENU - Compact Version */
.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_container_f1g2h {
    max-width: 900px !important;  /* Reduced from 1200px */
    padding: 20px 20px !important;  /* Reduced from 30px 25px */
    gap: 20px !important;  /* Reduced from 25px */
}

/* Industries - Left Column (Categories) */
.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_categories_j3k4l {
    gap: 12px !important;  /* Reduced from 18px */
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_category_l5z6x {
    padding: 12px !important;  /* Reduced from 18px */
    margin-bottom: 0 !important;
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_cat_header_c7v8b {
    margin-bottom: 10px !important;  /* Reduced from 15px */
    padding-bottom: 8px !important;  /* Reduced from 10px */
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_cat_header_c7v8b i {
    font-size: 16px !important;  /* Reduced from 20px */
    width: 32px !important;  /* Reduced from 38px */
    height: 32px !important;
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_cat_header_c7v8b h3 {
    font-size: 14px !important;  /* Reduced from 16px */
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_cat_header_c7v8b h3 span {
    font-size: 9px !important;  /* Reduced from 11px */
}

/* Industries - Menu Items */
.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_items_n9m0q {
    gap: 4px !important;  /* Reduced from 6px */
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_item_w1e2r {
    padding: 5px 8px !important;  /* Reduced from 8px 12px */
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_item_title_i5o6p {
    font-size: 12px !important;  /* Reduced from 13px */
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_item_desc_a7s8d {
    font-size: 9px !important;  /* Reduced from 10px */
}

/* Industries - Right Column (Featured Section) */
.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_featured_v5b6n {
    padding: 15px !important;  /* Reduced from 20px */
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_featured_v5b6n h4 {
    font-size: 14px !important;  /* Reduced from 17px */
    margin-bottom: 5px !important;
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_featured_v5b6n p {
    font-size: 10px !important;  /* Reduced from 12px */
    margin-bottom: 10px !important;
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_featured_btn_e9r0t {
    padding: 5px 12px !important;  /* Reduced from 8px 18px */
    font-size: 10px !important;
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_case_study_item_o3p4a {
    padding: 6px !important;  /* Reduced from 10px */
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_case_study_img_s5d6f {
    width: 32px !important;  /* Reduced from 42px */
    height: 32px !important;
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_case_study_img_s5d6f i {
    font-size: 14px !important;  /* Reduced from 18px */
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_case_study_content_g7h8j h4 {
    font-size: 10px !important;  /* Reduced from 11px */
}

.hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_case_study_content_g7h8j p {
    font-size: 8px !important;  /* Reduced from 9px */
}

/* SERVICES MEGA MENU - Compact Version */
.hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_mega_container_f1g2h {
    max-width: 1000px !important;  /* Reduced from 1400px */
    padding: 20px 20px !important;  /* Reduced from 40px 30px */
}

.hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_services_grid_x1c2v {
    gap: 15px !important;  /* Reduced from 25px */
}

.hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_service_card_b3n4m {
    padding: 15px !important;  /* Reduced from 25px */
}

.hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_service_icon_q5w6e {
    width: 45px !important;  /* Reduced from 60px */
    height: 45px !important;
    margin-bottom: 12px !important;  /* Reduced from 20px */
}

.hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_service_icon_q5w6e i {
    font-size: 22px !important;  /* Reduced from 28px */
}

.hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_service_card_b3n4m h3 {
    font-size: 15px !important;  /* Reduced from 18px */
    margin-bottom: 6px !important;  /* Reduced from 10px */
}

.hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_service_card_b3n4m p {
    font-size: 11px !important;  /* Reduced from 13px */
    margin-bottom: 10px !important;  /* Reduced from 15px */
}

.hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_service_features_r7t8y li {
    font-size: 10px !important;  /* Reduced from 12px */
    margin-bottom: 4px !important;  /* Reduced from 8px */
}

.hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_service_tag_u9i0o {
    font-size: 8px !important;  /* Reduced from 11px */
    padding: 2px 6px !important;  /* Reduced from 4px 10px */
    top: 12px !important;  /* Adjusted from 20px */
    right: 12px !important;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1024px) {
    .hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_container_f1g2h,
    .hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_mega_container_f1g2h {
        padding: 15px !important;
    }
    
    .hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_services_grid_x1c2v {
        gap: 12px !important;
    }
}

@media (max-width: 768px) {
    .hdr_mega_menu_u7i8o.hdr_mega_industries_a9s0d .hdr_mega_container_f1g2h,
    .hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_mega_container_f1g2h {
        padding: 12px !important;
    }
    
    .hdr_mega_menu_u7i8o.hdr_mega_services_k9l0z .hdr_service_card_b3n4m {
        padding: 12px !important;
    }
}
