/* ==========================================================================
   HEADER MAIN NEW STYLES - STRICT 3-COLOR PALETTE (#fff, #000, #f7f7f7)
   ========================================================================== */

.header-main-new {
    width: 100%;
    position: relative;
    z-index: 10000;
}

.header-main-new .mobile-drawer-header,
.header-main-new .mobile-toggle-btn,
.header-main-new .mobile-toggle-btn-lvl2 {
    display: none;
}

.header-main-new .menu-link-row,
.header-main-new .lvl2-link-row {
    display: flex;
    align-items: center;
    width: 100%;
}

/* ---- Header Topbar (Text on left, Contacts & Lang on right) ---- */
.header-main-new .header-topbar {
    background: linear-gradient(90deg, #1fa4b4, #027887);
    color: #fff;
    padding: 7px 0;
    font-size: 13.5px;
}

.header-main-new .header-topbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-main-new .header-topbar-left {
    display: flex;
    align-items: center;
}

.header-main-new .topbar-slogan {
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1px;
}

.header-main-new .header-topbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-main-new .topbar-info-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13.5px;
    line-height: 1.2;
    transition: opacity 0.2s ease;
}

.header-main-new .topbar-info-item:hover {
    opacity: 0.85;
    color: #ffffff;
}

.header-main-new .topbar-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

.header-main-new .topbar-info-text {
    white-space: nowrap;
    color: #ffffff;
}

.header-main-new .topbar-info-text.font-bold {
    font-weight: 700;
    letter-spacing: 0.2px;
}

/* Social links */
.header-main-new .topbar-socials {
    display: flex;
    align-items: center;
    gap: 7px;
}

.header-main-new .topbar-social-link {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    text-decoration: none;
    flex-shrink: 0;
}

.header-main-new .topbar-social-link img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.2s ease;
}

.header-main-new .topbar-social-link:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.header-main-new .topbar-lang-wrapper {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

/* Responsive Topbar */
@media (max-width: 1100px) {
    .header-main-new .topbar-slogan {
        font-size: 12.5px;
    }

    .header-main-new .header-topbar-right {
        gap: 14px;
    }

    .header-main-new .topbar-info-item {
        font-size: 12.5px;
        gap: 5px;
    }
}

@media (max-width: 991px) {
    .header-main-new .header-topbar-left {
        display: none;
    }

    .header-main-new .header-topbar-wrapper {
        justify-content: center;
    }

    .header-main-new .header-topbar-right {
        justify-content: center;
        gap: 18px;
    }
}

@media (max-width: 650px) {

    .header-main-new .topbar-item-email,
    .header-main-new .topbar-socials {
        display: none;
    }

    .header-main-new .header-topbar {
        padding: 6px 0;
    }

    .header-main-new .header-topbar-right {
        width: 100%;
        justify-content: space-between;
    }
}



/* ---- Navbar Wrapper ---- */
.header-main-new .navbar-wrapper {
    /* padding: 6px 0; */
    background: #fff;
    border-bottom: 1px solid #efefef;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.header-main-new .navbar-wrapper .ctnr {
    position: static;
}

/* ---- Affix Sticky Header ---- */
.header-main-new.is-sticky .navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* background-color: #ffffff; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    animation: headerSlideDown 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes headerSlideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header-main-new .navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    padding: 0;
}

/* ---- Logo ---- */
.header-main-new .logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-main-new .logo-img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

/* ---- Desktop Menu List ---- */
.header-main-new .nav-menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-main-new .menu-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    gap: 28px;
}

.header-main-new .menu-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: none;
}

.header-main-new .menu-item.has-mega {
    position: static;
}

.header-main-new .menu-link {
    /* color: #1c7b87; */
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

/* ---- Icon Badge Container ---- */
.header-main-new .menu-icon-badge {
    width: 25px;
    height: 25px;
    border-radius: 0;
    background-color: #ffffff;
    color: #1c7b87;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    position: relative;
    z-index: 1;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

/* Double-layer stacked shadow effect on hover matching reference image */
/* .header-main-new .menu-icon-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 9px;
    background-color: rgba(255, 107, 0, 0.35);
    transform: translate(-3px, 3px);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: -1;
} */

.header-main-new .menu-icon-badge svg {
    transition: transform 0.25s ease;
}

.header-main-new .menu-chevron {
    margin-left: 6px;
    color: #1c7b87;
    transition: transform 0.25s ease, color 0.25s ease;
    flex-shrink: 0;
}

.header-main-new .menu-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    border-radius: 2px;
    transition: background-color 0.25s ease;
}

/* Hover & Active States */
.header-main-new .menu-item:hover .menu-link,
.header-main-new .menu-item.active .menu-link {
    color: var(--color-3);
}

.header-main-new .menu-item:hover .menu-chevron,
.header-main-new .menu-item.active .menu-chevron {
    color: var(--color-3);
    transform: rotate(180deg);
}

.header-main-new .menu-item:hover .menu-link::after,
.header-main-new .menu-item.active .menu-link::after {
    background: var(--color-3);
}

.header-main-new .compact-dropdown-menu li a:hover,
.header-main-new .compact-dropdown-menu li a.active,
.header-main-new .compact-dropdown-menu li.active a {
    background: #f7f7f7;
    color: var(--color-3);
}

/* ==========================================================================
   TYPE 1: MEGA MENU (FULL-WIDTH DROPDOWN)
   ========================================================================== */

.header-main-new .mega-menu-panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #f7f7f7;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.65s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.45s ease, visibility 0.65s ease;
    z-index: 999;
}

.header-main-new .menu-item.has-mega:hover .mega-menu-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 650px;
}

.header-main-new .mega-menu-inner {
    display: flex;
    gap: 36px;
    padding: 28px 0 24px;
    min-height: 360px;
}

.header-main-new .mega-sidebar {
    width: 260px;
    flex-shrink: 0;
    border-right: 1px solid #f7f7f7;
    padding-right: 16px;
}

.header-main-new .mega-lvl2-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header-main-new .mega-lvl2-item {
    position: relative;
}

.header-main-new .lvl2-link {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    padding: 8px 12px;
    display: block;
    text-decoration: none;
    border-radius: 6px;
    transition: color 0.2s ease, background 0.2s ease;
}

.header-main-new .mega-lvl2-item:hover>.lvl2-link,
.header-main-new .mega-lvl2-item.active>.lvl2-link {
    color: #191919;
    background: #f7f7f7;
}

.header-main-new .mega-lvl3-list {
    list-style: none;
    padding-left: 12px;
    margin: 4px 0 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.header-main-new .lvl3-link {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    padding: 6px 12px;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    transition: color 0.2s ease, background 0.2s ease;
}

.header-main-new .mega-lvl3-item:hover>.lvl3-link,
.header-main-new .mega-lvl3-item.active>.lvl3-link {
    color: #000000;
    background: #f7f7f7;
    font-weight: 700;
}

.header-main-new .mega-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.header-main-new .mega-product-tab {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.header-main-new .mega-product-tab.active {
    display: flex;
    animation: megaFade 0.25s ease;
}

@keyframes megaFade {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-main-new .mega-products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.header-main-new .mega-prod-card {
    position: relative;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 20px 12px 16px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.22s ease, background-color 0.22s ease;
}

.header-main-new .mega-prod-card:hover {
    background: #f7f7f7;
    transform: translateY(-3px);
    text-decoration: none;
    color: inherit;
}

.header-main-new .prod-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    background: #000000;
    padding: 2px 7px;
    border-radius: 4px;
}

.header-main-new .prod-img-wrap {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.header-main-new .prod-img-wrap img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.header-main-new .mega-prod-card:hover .prod-img-wrap img {
    transform: scale(1.06);
}

.header-main-new .prod-title {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.header-main-new .mega-footer-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding-top: 16px;
}

.header-main-new .mega-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #f7f7f7;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.header-main-new .mega-footer-btn:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

/* ==========================================================================
   TYPE 2: COMPACT DROPDOWN MENU (FOR NEWS / SUPPORT)
   ========================================================================== */

.header-main-new .compact-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    min-width: 220px;
    padding: 8px 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.25s ease;
    z-index: 999;
}

.header-main-new .menu-item.has-compact:hover .compact-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-main-new .compact-dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.header-main-new .compact-dropdown-menu li a:hover {
    background: #f7f7f7;
    color: #2a818d;
}

/* ---- Right Actions (New Header) ---- */
.header-main-new .right-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-main-new .action-btn.search-trigger,
.header-main-new .search-trigger {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2ecee;
    color: var(--color-3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    transition: all 0.25s ease;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.header-main-new .action-btn.search-trigger:hover,
.header-main-new .search-trigger:hover {
    background: #f0f7f8;
    border-color: var(--color-3);
    color: var(--color-3);
}

.header-main-new .search-trigger svg {
    width: 17px;
    height: 17px;
    stroke: var(--color-3);
}

.header-main-new .btn-quote-trigger {
    background: var(--color-3);
    background: linear-gradient(90deg, #1fa4b4, #027887);
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(11, 107, 119, 0.25);
}

.header-main-new .btn-quote-trigger:hover {
    /* background: #08535c; */
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(11, 107, 119, 0.35);
}

.header-main-new .btn-quote-trigger svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.header-main-new .btn-quote-trigger:hover svg {
    transform: translateX(3px);
}

.header-main-new .mobile-drawer-quote {
    display: none;
}

.header-main-new .cart-count {
    position: absolute;
    top: 0;
    right: 0;
    background: #f2d252;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 10px;
    padding: 1px 5px;
    line-height: 1.2;
    min-width: 16px;
    text-align: center;
}

.header-main-new .nav-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #000000;
    cursor: pointer;
    padding: 4px;
}

.header-main-new .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* ==========================================================================
   SEARCH MODAL - SLIDE DOWN OVERLAY (MATCHING MOCKUP)
   ========================================================================== */

.header-main-new .search-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    display: block;
}

.header-main-new .search-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-main-new .search-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

.header-main-new .search-modal-content {
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 100%;
    padding: 44px 24px 48px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.header-main-new .search-modal.is-open .search-modal-content {
    transform: translateY(0);
}

.header-main-new .search-modal-close {
    position: absolute;
    top: 6px;
    right: 24px;
    background: transparent;
    border: none;
    color: #000000;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.header-main-new .search-modal-close:hover {
    background: #f7f7f7;
}

.header-main-new .search-modal-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-main-new .search-modal-form {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.header-main-new .search-input-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    padding: 0 20px;
    gap: 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.header-main-new .search-input-box:focus-within {
    border-color: #000000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

.header-main-new .search-box-btn {
    flex-shrink: 0;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    cursor: pointer;
    transition: color 0.2s, transform 0.15s ease;
}

.header-main-new .search-box-btn:hover {
    color: #000000;
    transform: scale(1.1);
}

.header-main-new .search-input-box input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 17px;
    color: #000000;
    font-weight: 300;
}

.header-main-new .search-input-box input::placeholder {
    color: #888888;
}

/* Quick Links Section */
.header-main-new .search-quick-links {
    width: 100%;
    text-align: left;
    padding-left: 8px;
    display: none;
}

.header-main-new .quick-links-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 16px;
}

.header-main-new .quick-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: 30px;
}

.header-main-new .quick-links-list li a {
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-block;
}

.header-main-new .quick-links-list li a:hover {
    color: #000000;
    font-weight: 600;
    padding-left: 4px;
}

/* ==========================================================================
   QUOTE MODAL FORM (POPUP DIALOG)
   ========================================================================== */
.header-main-new .quote-modal {
    position: fixed;
    inset: 0;
    z-index: 10005;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header-main-new .quote-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-main-new .quote-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1;
}

.header-main-new .quote-modal-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 540px;
    max-height: 90vh;
    overflow-y: auto;
    margin: auto;
}

.header-main-new .quote-modal-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 30px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: scale(0.92) translateY(20px);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.header-main-new .quote-modal.is-open .quote-modal-content {
    transform: scale(1) translateY(0);
}

.header-main-new .quote-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
}

.header-main-new .quote-modal-close:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg);
}

.header-main-new .quote-modal-header {
    text-align: center;
    margin-bottom: 24px;
}

.header-main-new .quote-modal-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #e0f2f1;
    color: var(--color-3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.header-main-new .quote-modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 6px;
}

.header-main-new .quote-modal-subtitle {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

.header-main-new .quote-modal-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.header-main-new .quote-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.header-main-new .quote-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}

.header-main-new .quote-form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin: 0;
}

.header-main-new .quote-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.header-main-new .quote-input-icon {
    position: absolute;
    left: 12px;
    color: #94a3b8;
    pointer-events: none;
}

.header-main-new .quote-form-control {
    width: 100%;
    height: 42px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 14px 0 38px;
    font-size: 14px;
    color: #1e293b;
    outline: none;
    transition: all 0.2s ease;
}

.header-main-new textarea.quote-form-control {
    height: auto;
    padding: 10px 14px;
    min-height: 75px;
    resize: vertical;
}

.header-main-new .quote-form-control:focus {
    background: #ffffff;
    border-color: var(--color-3);
    box-shadow: 0 0 0 3px rgba(11, 107, 119, 0.12);
}

.header-main-new .btn-quote-submit {
    margin-top: 6px;
    width: 100%;
    height: 46px;
    background: var(--color-3);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(11, 107, 119, 0.25);
}

.header-main-new .btn-quote-submit:hover {
    background: #08535c;
    box-shadow: 0 6px 18px rgba(11, 107, 119, 0.35);
    transform: translateY(-1px);
}

.header-main-new .btn-quote-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

@media (max-width: 576px) {
    .header-main-new .quote-form-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .header-main-new .quote-modal-content {
        padding: 24px 18px;
    }
}

/* Responsive Media Queries for New Header */
@media (max-width: 1200px) {
    .header-main-new .right-actions .btn-quote-trigger {
        display: none !important;
    }

    .header-main-new .mobile-drawer-quote {
        display: block;
        width: 100%;
        padding: 16px;
        margin-top: 8px;
    }

    .header-main-new .mobile-drawer-quote .btn-quote-trigger {
        width: 100%;
        justify-content: center;
        padding: 12px 18px;
        font-size: 14px;
        border-radius: 8px;
        display: flex;
    }

    .header-main-new .nav-overlay {
        display: block;
    }

    .header-main-new .nav-overlay.is-active {
        opacity: 1;
        visibility: visible;
    }

    .header-main-new .nav-toggle {
        display: flex;
    }

    .header-main-new .mobile-drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 16px 20px;
        border-bottom: 1px solid #f7f7f7;
        margin-bottom: 8px;
    }

    .header-main-new .mobile-drawer-logo {
        display: flex;
        align-items: center;
    }

    .header-main-new .mobile-logo-img {
        height: 50px;
        width: auto;
        object-fit: contain;
    }

    .header-main-new .mobile-drawer-close {
        background: transparent;
        border: none;
        color: #000000;
        cursor: pointer;
        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-main-new .nav-menu {
        position: fixed;
        top: 0;
        left: -320px;
        width: 300px;
        max-width: 85vw;
        height: 100vh;
        background: #ffffff;
        z-index: 1100;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0 24px;
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
    }

    .header-main-new .nav-menu.mobile-open {
        left: 0;
    }

    .header-main-new .menu-list {
        flex-direction: column;
        width: 100%;
        gap: 0;
        height: auto;
        padding: 0 16px;
    }

    .header-main-new .menu-item {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid #f7f7f7;
    }

    .header-main-new .menu-link-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 12px 0;
    }

    .header-main-new .menu-link {
        font-size: 15px;
        color: #000000;
        text-transform: uppercase;
        padding: 0;
        height: auto;
    }

    .header-main-new .menu-chevron {
        display: none !important;
    }

    /* Reset PC hover/active effects on mobile */
    .header-main-new .menu-link::after {
        display: none !important;
    }

    .header-main-new .menu-item:hover>.menu-link,
    .header-main-new .menu-item.active>.menu-link {
        color: #000000;
    }

    .header-main-new .menu-item:hover>.menu-link::after,
    .header-main-new .menu-item.active>.menu-link::after {
        background: transparent !important;
        display: none !important;
    }

    .header-main-new .menu-item.has-mega:hover .mega-menu-panel,
    .header-main-new .menu-item.has-compact:hover .compact-dropdown-menu {
        opacity: initial;
        visibility: initial;
        pointer-events: initial;
        max-height: initial;
        transform: none;
    }

    .header-main-new .mega-lvl2-item:hover>.lvl2-link,
    .header-main-new .mega-lvl2-item.active>.lvl2-link,
    .header-main-new .mega-lvl3-item:hover>.lvl3-link,
    .header-main-new .mega-lvl3-item.active>.lvl3-link,
    .header-main-new .compact-dropdown-menu li a:hover {
        background: transparent !important;
        color: #000000;
        font-weight: 600;
    }

    .header-main-new .mobile-toggle-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background: #f7f7f7;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        color: #000000;
        transition: background 0.2s, color 0.2s;
        flex-shrink: 0;
    }

    .header-main-new .mobile-toggle-btn.is-open {
        background: #000000;
        color: #ffffff;
    }

    .header-main-new .compact-dropdown-menu li a {
        padding: 4px 20px;
    }

    .header-main-new .mobile-toggle-btn.is-open .line-v {
        display: none;
    }

    /* Level 2 Submenu Mobile */
    .header-main-new .mega-menu-panel,
    .header-main-new .compact-dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: none;
        padding: 4px 0 12px 12px;
        border-top: none;
        max-height: none;
        overflow: visible;
        transition: unset;
        transform: translateY(0);
    }

    .header-main-new .mega-menu-inner {
        flex-direction: column;
        gap: 8px;
        padding: 0;
        min-height: unset;
    }

    .header-main-new .mega-sidebar {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }

    .header-main-new .mega-lvl2-list {
        gap: 2px;
    }

    .header-main-new .mega-lvl2-item {
        width: 100%;
    }

    .header-main-new .lvl2-link-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 6px 0;
    }

    .header-main-new .lvl2-link {
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        padding: 4px 0;
    }

    .header-main-new .mobile-toggle-btn-lvl2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background: #f7f7f7;
        border-radius: 6px;
        border: none;
        cursor: pointer;
        color: #000000;
        transition: background 0.2s, color 0.2s;
        flex-shrink: 0;
    }

    .header-main-new .mobile-toggle-btn-lvl2.is-open {
        background: #000000;
        color: #ffffff;
    }

    .header-main-new .mobile-toggle-btn-lvl2.is-open .line-v {
        display: none;
    }

    /* Level 3 Submenu Mobile */
    .header-main-new .mega-lvl3-list {
        display: none;
        padding-left: 14px;
        margin: 4px 0 8px;
        border-left: 2px solid #000000;
    }

    .header-main-new .lvl3-link {
        font-size: 13px;
        font-weight: 500;
        color: #000000;
        padding: 6px 0;
    }

    .header-main-new .mega-content {
        display: none;
    }
}

.home-vat-banner {
    background: #f7f7f7;
    border-bottom: 1px solid #d0d7de;
    padding: 8px 0;
    font-size: 13px;
    color: #333;
}

.vat-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.vat-banner-text {
    flex: 1;
    text-align: center;
    line-height: 1.4;
}

.vat-banner-link {
    color: #d97706;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 4px;
    transition: color 0.2s ease;
}

.vat-banner-link:hover {
    color: #b45309;
}

.vat-banner-close {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: background 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}

.vat-banner-close:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
}

.header-main-new .menu-icon-badge svg {
    height: 20px;
    width: 20px;
}

@media (max-width: 768px) {
    .home-vat-banner {
        font-size: 12px;
        padding: 6px 0;
    }

    .vat-banner-text {
        text-align: left;
    }
}

/* ==========================================================================
   GTRANSLATE DROPDOWN CUSTOM STYLING
   ========================================================================== */
.gtranslate_wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    z-index: 1005;
}

.gtranslate_wrapper .gt_float_switcher {
    font-size: 13px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    line-height: 1 !important;
    position: relative !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease !important;
    display: inline-block !important;
}

.gtranslate_wrapper .gt_float_switcher:hover {
    background: transparent !important;
    box-shadow: none !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected {
    background: transparent !important;
    color: #fff !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 2 !important;
    overflow: visible !important;
    border-radius: 0 !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    display: flex !important;
    align-items: center !important;
    padding: 6px 0 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
    width: 20px !important;
    height: 14px !important;
    object-fit: cover !important;
    border-radius: 2px !important;
    margin-right: 6px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    border: none !important;
    box-shadow: none !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    top: 0 !important;
    position: static !important;
}

.gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    margin-left: 6px !important;
    filter: brightness(0) invert(1) !important;
    background-size: 10px !important;
    vertical-align: middle !important;
    transition: transform 0.25s ease !important;
}

.gtranslate_wrapper .gt_float_switcher .gt_options {
    position: absolute !important;
    top: calc(100% + 4px) !important;
    right: 0 !important;
    left: auto !important;
    background: #ffffff !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18), 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e2e8f0 !important;
    padding: 5px 0 !important;
    min-width: 135px !important;
    z-index: 9999 !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.gtranslate_wrapper .gt_float_switcher .gt_options a {
    display: flex !important;
    align-items: center !important;
    padding: 7px 12px !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
    border-bottom: 1px solid #f8fafc !important;
}

.gtranslate_wrapper .gt_float_switcher .gt_options a:last-child {
    border-bottom: none !important;
}

.gtranslate_wrapper .gt_float_switcher .gt_options a:hover {
    background-color: #f1f5f9 !important;
    color: #2a818d !important;
}

.gtranslate_wrapper .gt_float_switcher .gt_options a img {
    width: 20px !important;
    height: 14px !important;
    object-fit: cover !important;
    border-radius: 2px !important;
    margin-right: 8px !important;
    display: inline-block !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important;
}

.gtranslate_wrapper .gt_float_switcher .gt_options::-webkit-scrollbar {
    width: 4px;
}

.gtranslate_wrapper .gt_float_switcher .gt_options::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.gtranslate_wrapper .gt_float_switcher .gt_options::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}