    :root {
        --primary-color: #80001d;
        --secondary-color: #8bc7c0;
        --navbar-primary-color: #7a001c;
        --white: #ffffff;
        --black: #000;
        --btn-hover-gray: #c4c4c4;
        --text-gray: #737373;
        --bg-gray: #f5f5f5;
        --silver: #c0c0c0;
        --text-red: #bf0019;
        --bullet-red: #d00;
        --text-muted: #6c757d;
        --border-gray: #ddd;
        --zoom-border: #ccc;
        --request-btn-bg: #73c0a8;
        --request-btn-hover: #5ea68f;
        --carousel-control-bg: rgba(0, 0, 0, 0.6);
        --thumb-active-border: #73c0a8;
        --bullet-size: 8px;
        --bullet-offset-top: 7px;
        --bullet-padding-left: 18px;
        --spacing-sm: 10px;
        --spacing-md: 15px;
        --spacing-lg: 20px;
        --font-size-sm: 12px;
        --font-size-md: 16px;
        --accordion-toggle-size: 28px;
        --accordion-line-height: 50px;
        --accordion-letter-spacing: 0.7px;
        --checkbox-size: 13px;
        --transition-ease: ease;
        --transition-duration: 2s;
    }

    body {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 1.5;
        font-weight: 400;
        background-color: var(--bg-gray) !important;
    }

    h1, h2, h3, h4, h5, h6,
    .category-title,
    .category-subtext,
    .discover-title-btn,
    p, a{
        font-family: inherit !important;
    }


/* ---------- NAVBAR STYLES START ---------- */

    body.no-scroll {
        overflow: hidden;
    }

    .noscroll {
        padding-right: 15px;
    }

    html.noscroll,
    body.noscroll {
        overflow: hidden;
        padding-right: var(--scrollbar-width);
    }

    body {
        margin: 0;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 500 !important;
        overflow-y: scroll;
    }

    .topbar {
        display: block;
        position: relative;
        background-color: var(--navbar-primary-color);
        color: var(--white);
        text-align: center;
        padding: 6px 0;
        font-size: 14px;
        z-index: 999;
    }

    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: repeating-linear-gradient(45deg, #bf0019, #bf0019 5px, #c51a30 5px, #c51a30 7px);
        padding: 10px 40px;
        position: sticky;
        top: 0;
        z-index: 999;
    }

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

    .logo img {
        height: 45px;
    }

    .nav {
        display: flex;
    }

    .nav a {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: #fff !important;
        margin: 0;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        padding: 10px 12px;
        outline: none;
        text-decoration: none;
        cursor: pointer;
    }

    .header-right {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 0px 0px;
    }

    .custom-search-wrapper .custom-search-button {
        background: var(--navbar-primary-color);
        color: #bc9ca3;
        padding: 5px 12px;
        border-radius: 6px;
        font-size: 13px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 700;
        height: 39px;
        min-width: 150px;
        letter-spacing: 2px;
        border: none;
        cursor: pointer;
        gap: 10px;
    }

    .custom-search-wrapper .custom-search-button:after {
        font-family: "Material Icons";
        content: "\e8b6";
        font-size: 22px;
        margin-left: 8px;
    }

    .custom-search-wrapper .custom-search-button:hover {
        background: #80001d;
        color: var(--white);
    }

   .nav-call-icon, .nav-menu-icon {
        color: var(--white);
        font-size: 17px;
        cursor: pointer;
    }

    .sidenav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: none;
        z-index: 999;
        overflow-x: hidden;
    }

    .search-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 998;
    }

    .sidenav {
        position: fixed;
        top: 0;
        left: 0;
        width: 360px;
        height: 100%;
        background-color: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1050;
        transform: translateX(-100%);
        transition: transform 0.5s ease;
        overflow: auto;
    }

    .sidenav.active {
        transform: translateX(0);
    }

    .sidenav-header {
        background-color: #bf0019;
        color: var(--white);
        padding: 16px;
        font-weight: bold;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sidenav-search {
        padding: 0px 1px 12px;
        border-bottom: 1px solid #ddd;
    }

    .search-box {
        display: flex;
        align-items: center;
        background: #f3f3f3;
        padding: 12px 10px;
        gap: 10px;
    }

    .search-box i {
        font-size: 18px;
        color: #989898;
        flex-shrink: 0;
    }

    .search-box input {
        border: none;
        background: transparent;
        font-size: 16px;
        width: 100%;
        outline: none;
    }

    .panel-wrapper {
        position: relative;
        width: 100%;
        height: calc(100% - 100px);
        overflow-y: auto;
    }

    .sidenav-search {       
        scrollbar-color: #bf0019 transparent;
        overflow-x: hidden
    }

    ::-webkit-scrollbar {
        width: 4px;       
        height: 4px;       
    }

    .panel-wrapper {       
        scrollbar-color: #bf0019 transparent;
        overflow-x: hidden
    }

    .panel-wrapper::-webkit-scrollbar {
        width: 5px;
        height: 6px;
    }

    .panel-wrapper::-webkit-scrollbar-track {
        background: transparent;
    }

    .panel-wrapper::-webkit-scrollbar-thumb {
        background-color: #bf0019;
        border-radius: 5px;
    }


    .panel {
        position: absolute;
        width: 100%;
        max-width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: transform 0.5s ease;
    }

    #mainMenu {
        transform: translateX(0%);
        z-index: 1;
    }

    .submenuPanel {
        transform: translateX(100%);
        z-index: 2;
    }

    .submenuPanel.active {
        transform: translateX(0%);
    }

    #mainMenu.slide-out {
        transform: translateX(-100%);
    }

    .sidenav-section-title {
        background: #bf0019;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
        padding: 10px 16px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid white;
        text-decoration: none;
    }

    .sidenav-section-title .chevron-icon {
        font-size: 18px;
    }

    .sidenav-links {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sidenav-links li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
        border-bottom: 1px solid #c4c4c4;
        cursor: pointer;
        font-size: 14px;
    }

    .sidenav-links>li:last-of-type {
        border-bottom: none;
    }

    .sidenav-links li:hover {
        background-color: #f8f8f8;
    }

    .sidenav-links li i {
        font-size: 12px;
        color: #888;
    }

    .sidenav-links li span {
        display: flex;
        align-items: center;
    }

    .sidenav-footer {
        display: block;
        color: #333;
        text-decoration: none;
        padding: 12px 16px;
        font-size: 14px;
        border-top: 1px solid #eee;
    }

    .sidenav-footer i {
        font-size: 18px;
        margin-right: 8px;
        vertical-align: middle;
    }

    .submenu-back {
        background: #e2e2e2;
        color: #333;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        padding: 12px 16px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .close-btn-sidenav {
        cursor: pointer;
    }

    .submenu-items {
        display: none;
        padding-left: 40px;
        background: #fff;        
        border-bottom: 1px solid #c4c4c4;
    }

    .submenu-items li {
        padding: 5px 1rem 10px;
        font-weight: 400;       
        border-bottom: none;
        font-size: 14px;
        color: #737373;
    }

    .sidenav-links li.active .material-icons.expand-icon {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    .mega-menu {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #f9f9f9;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 20px 40px;
        display: none;
        z-index: 998;
    }  

    .header-left {
        position: relative;
    }

    .sub-cat {
        position: absolute;
        top: 61px;
        left: 0;
        width: 100%;
        background-color: #f5f5f5;
        padding: 20px 0;
        display: none;
        z-index: 999;
    }

    .sub-cat-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .categories-option {
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        color: #737373;
        transition: color 0.3s;
    }

    .categories-option.active {
        color: var(--navbar-primary-color);
    }

    .categories-option img, .sidenav-sub-categories-option img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .dropdown-icon-sub-categories {
        font-size: 20px;
        margin-left: 5px;
        vertical-align: middle;
    }

    .sub-category-icon {
        margin-right: 8px;
        vertical-align: middle;
        font-size: 18px;
    }

    .category-submenu {
        width: 100%;
        background: #f5f5f5;
        padding: 25px 38px;
        display: none;
        position: relative;
        left: 0;
        z-index: 998;
        overflow-x: auto;
    }

    .category-submenu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 96%;
        height: 2px;
        background-color: #bf0019;
    }

    .category-submenu-inner {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .category-item {
        min-width: 200px;
        display: flex;
        flex-direction: column;
    }

    .category-heading {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 14px;
        color: #737373;
        padding: 10px 0;
        text-transform: uppercase;
        gap: 0px;
    }

    .category-heading-icon {
        width: 18px;
        height: 18px;
        margin-right: 8px;
        vertical-align: middle;
        object-fit: contain;
    }

    .category-heading .material-icons {
        font-size: 18px;
        color: #737373;
    }

    .category-sub-items {
        list-style: none;
        padding: 0 0 0 10px;
        margin: 0;
    }

    .category-sub-items li {
        display: flex;
        align-items: center;
        padding: 8px 0;
        font-size: 13px;
        color: #737373;
        cursor: pointer;
        font-weight: 400;
    }

    .category-sub-items li:hover {
        color: var(--navbar-primary-color);
    }

    .sub-item-icon {
        margin-right: 8px;
        font-size: 16px;
        color: #555;
        vertical-align: middle;
    }

    .sub-cat-brands {
        /* display: flex; */
        justify-content: space-around;
        align-items: center;
        background-color: #f5f5f5;
        padding: 2px 0px;
        position: absolute;
        top: 61px;
        left: 0;
        width: 100%;
        display: none;
        z-index: 999;
    }
    .brands-container {
        display: flex;
        justify-content: space-around;
        padding: 20px;
    }

    .brand-item {
        align-items: flex-start;
        cursor: pointer;
        transition: transform 0.3s;
        max-width: 200px;
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
    }
    .brand-item::before {
        content: "";
        position: absolute;
        top: 9px;
        left: 10px;
        width: 40px;
        height: 2px;
        background-color: #bf0019;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .brand-item:hover::before {
        visibility: visible;
        opacity: 1;
    }

    .brand-item img {
        max-width: 150px;
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }
    .brand-item p {
        margin: 5px 0 0;
        font-size: 12px;
        color: #333;
    }

    .brand-desc {
        max-width: 150px;
        width: 100%;
    }

    .show-more {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: #1da1f2;
        cursor: pointer;
        min-height: 100px;
        text-align: center;
        padding-top: 30px;
    }

    .show-more p {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
    }


    .close-btn-brands {
        position: absolute;
        top: 5px;
        right: 30px;
        cursor: pointer;
        font-weight: 300;
        font-size: 30px;
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        font-size: 27px;
    }

    @media (min-width: 768px) {
        .logo-container {
            margin-top: -31px;
            border-bottom-right-radius: 12px;
            padding: 2px 8px 0;
            position: relative;
            z-index: 1001;
            line-height: 1;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .logo-img {
            height: 65px;
            object-fit: contain;
            display: block;
            margin-bottom: -33px;
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
            background-color: #fff;
        }

        .header {
            overflow: visible;
        }

        .sub-cat {
            top: 61px;
        }

        .category-submenu-inner {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .searchbar-ui {
            top: 61px;

        }
    }

    @media (min-width: 992px) {
        .searchbar-ui {
            padding-left: 270px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .searchbar-ui {
            padding-left: 100px;
        }
    }

    .product-description:hover{
        text-decoration: underline;
    }



    @media (max-width: 991px) {
        .nav {
            display: none !important;
        }


        .sub-cat-row {
            flex-direction: column;
            align-items: flex-start;
            width: 100%;
        }

        .categories-option {
            width: 100%;
            margin-bottom: 10px;
        }

        .category-submenu {
            display: none !important;

        }

        .sub-cat {
            display: none !important;
        }

        .category-submenu-inner {
            flex-direction: column;
            gap: 10px;
        }

        .category-item {
            min-width: 100%;
        }

        .brands-container {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .brand-item {
            width: 100%;
            max-width: none;
            text-align: center;
        }

        .close-btn,
        .close-btn-brands {
            top: 10px;
            right: 10px;
        }

        .searchbar-ui {
            position: fixed;
            top: 44px;
        }
    }

    /* Tablet view (768px–991px) */
    @media (min-width: 768px) and (max-width: 991.98px) {
        .searchbar-ui {
            top: 59px;

        }
    }

    @media (max-width: 768px) {
        .sidenav {
            width: 100%;
        }

        .panel-wrapper {
            height: calc(100% - 130px);
            overflow-y: auto;
        }

        .sidenav-links li {
            font-size: 14px;
        }

        .submenu-items li {
            font-size: 15px;
        }

        .sidenav-links li,
        .submenu-items li {
            padding: 16px;
        }

        .sidenav-footer {
            padding: 16px;
        }

    }

    .mobile-search-icon {
        display: none;
        color: var(--white);
        font-size: 28px;
        cursor: pointer;
    }


    @media (min-width: 768px) {
        .custom-search-wrapper {
            display: block!important;
        }

        .mobile-search-icon {
            display: none!important;
        }
    }

    .searchbar-ui {
        background: #f9f9f9;
        margin: 0px auto;
        width: 100%;        
        z-index: 1000;
        position: absolute;
        left: 0;
        display: none;
        max-height: 100vh;
        overflow-y: auto;

    }

    .searchbar-ui {
    display: none;
}

.searchbar-ui.active {
    display: block;
}


    .searchbar-inner input::placeholder {
        color: #aaa;
        font-size: 18px;
        font-weight: 300;
        font-size: 21px;
        letter-spacing: 2px;
        padding: 18px 14px 9px;
    }

    .searchbar-inner {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 1px;
        padding: 10px;
    }

    .searchbar-inner input {
        flex: 1;
        border: none;
        font-size: 18px;
        padding: 12px 8px;
        outline: none;
        background: transparent;
        color: #333;
    }

    .search-icon,
    .close-icon {
        font-size: 24px;
        color: #aaa;
        cursor: pointer;
    }

    .logo-wrapper {
        position: absolute;
        top: 10px;
        left: 40px;
        z-index: 1001;
        background: #fff;
        padding: 4px 10px 0;
        border-bottom-right-radius: 8px;
        height: auto;
    }

    .logo-wrapper img {
        height: 65px;
        object-fit: contain;
    }

    .submenu-product-link {
        text-decoration: none;
    }

    .nav-link {
        position: relative;
        color: white;
        text-decoration: none;
        padding-bottom: 10px;
        display: inline-block;
        cursor: pointer;
    }

    .nav-link::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -24%;
        width: 0%;
        height: 3px;
        background-color: white;
        transition: width 0.3s ease, left 0.3s ease;
        transform: translateX(-50%);
    }

    .nav-link:hover::after {
        width: 70%;
    }

    #popularSearches {
        opacity: 0;
        transition: opacity 0.4s ease;
        max-height: 71vh;
        overflow-y: auto;
    }

    #popularSearches.show {
        opacity: 1;
    }

    #popularSearches {
        width: 100%;
        position: absolute;
        left: 0;
        background-color: #fff;
        border: 1px solid #ddd;
        z-index: 10;
        /* display: none; */
        padding: 1rem;
    }

    /* #popularSearches .img-top-search,
    #sidenavPopularSearches .img-top-search {
        width: 100%;
        height: 120px;
        object-fit: contain;
        border-radius: 4px;
    } */



    .sidenav-search-results {
        display: none;
        padding: 1rem;
        max-height: 80vh;
        overflow-y: auto;
    }

    .sidenav-search-results .no-results {
        text-align: center;
        color: #999;
        font-size: 1rem;
        padding: 1rem;
    }

    .sidenav-search-results .search-results-container {
        display: block;
    }

    /* Desktop (≥ 992px) */
    @media (min-width: 992px) {
        #popularSearches {
            top: 131px;
            padding: 1.5rem 2rem 2rem;
        }

        .search-results {
            top: 131px;
            padding: 1.5rem 2rem 2rem;
        }
    }

    /* Tablet */
    @media (min-width: 768px) and (max-width: 991.98px) {
        #popularSearches {
            top: 129px;
            padding: 1.25rem 1.5rem;
        }

        .search-results {
            top: 129px;
            padding: 1.25rem 1.5rem;
        }
    }

    /* Mobile (≤ 767px) */
    @media (max-width: 767.98px) {
        #popularSearches {
            top: 113px;
            padding: 1rem 1rem;
        }

        #popularSearches .row>.col-6 {
            width: 100%;
        }

        #popularSearches .btn,
        #sidenavPopularSearches .btn {
            width: 100%;

            text-align: left;
            margin-bottom: 0.5rem;
        }

        .search-results {
            top: 114px;
            padding: 1rem 1rem;
        }

        .sidenav-search-results {
            top: 118px;
            padding: 1rem 1rem;
        }

        #sidenavPopularSearches {
            padding: 1rem 1rem;
        }
    }

    #sidenavPopularSearches {
        padding: 1rem 1rem;
    }

    .search-results {
        width: 100%;
        position: absolute;
        left: 0;
        background-color: #fff;
        border: 1px solid #ddd;
        z-index: 15;
        padding: 1rem 2rem;
        max-height: 80vh;
        overflow-y: auto;
        display: none;
    }

    .search-results-container {
        display: flex;
        gap: 2rem;
    }

    .search-left {
        flex: 2;
        min-width: 180px;
        padding-right: 1rem;
    }

    .search-left,
    .search-right {
        box-sizing: border-box;
        padding-left: 1rem;
    }

    .search-left h6 {
        text-transform: uppercase;
        color: #79b0a6;
        font-weight: bold;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .left-item {
        padding: 0.4rem 0;
        color: #333;
        cursor: pointer;
    }

    .left-item:hover {
        color: #7a001c;
        font-weight: 500;
    }

    .search-right {
        flex: 2.5;
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
    }

    .product-item {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem;
    }

    .product-item img {
        width: 60px;
        height: auto;
        object-fit: contain;
    }

    .product-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        font-size: 0.95rem;
    }

    .product-info strong {
        color: #7a001c;
        font-size: 0.95rem;
        margin-bottom: 0.3rem;
    }

    .discounted {
        color: #e60000;
        font-weight: bold;
        margin-bottom: 0.2rem;
    }

    .original-price {
        color: #888;
        font-size: 0.85rem;
        text-decoration: line-through;
    }

    .left-link,
    .product-link {
        text-decoration: none;
        color: inherit;
        display: block;
    }

    .left-link:hover .left-item {
        color: #7a001c;
        font-weight: 500;
    }

    .product-link:hover {
        background-color: #f8f8f8;
        border-radius: 4px;
    }

    .left-section-title {
        text-transform: uppercase;
        color: #79b0a6;
        font-weight: bold;
        font-size: 0.9rem;
        margin-bottom: 0;
        padding: 10px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .left-section-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
    }

    @media (max-width: 991.98px) {
        .search-results-container {
            flex-direction: column;
            gap: 1.5rem;
        }

        .search-left,
        .search-right {
            padding: 0;
            border: none;
            width: 100%;
        }

        .search-left {
            border-bottom: 1px solid #eee;
            padding-bottom: 1rem;
        }

        .search-right {
            gap: 1rem;
        }

        .left-section-title::after {
            left: 0;
        }
    }

    @media (max-width: 767.98px) {
        .search-results {
            padding: 1rem;
            max-height: 75vh;
        }

        .product-item {
            gap: 0.8rem;
            padding-bottom: 0.8rem;
        }

        .product-item img {
            width: 50px;
        }

        .discounted,
        .left-item,
        .product-info strong {
            font-size: 0.9rem;
        }

        .original-price {
            font-size: 0.8rem;
        }

        .left-section-title {
            font-size: 0.85rem;
        }
    }

    .no-results {
        text-align: center;
        color: #999;
        font-size: 1rem;
        padding: 2rem 1rem;
    }

/* ---------- NAVBAR STYLES END ---------- */

/* ---------- HOME PAGE STYLES START ---------- */

    body {
        margin: 0;
        font-family: 'Roboto', sans-serif;
        font-weight: 500 !important;
    }

    .custom-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: clamp(1rem, 2vw, 1.5rem);
        color: #bf0019;
        border-radius: 50%;
        background-color: #fff;
        width: clamp(2rem, 5vw, 2.5rem);
        height: clamp(2rem, 5vw, 2.5rem);
        line-height: clamp(2rem, 5vw, 2.5rem);
        text-align: center;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 2;
    }

    #home-slider>.swiper>.custom-nav {
        background-color: #bf0019;
        color: #fff;
    }

    .custom-nav:hover {
        box-shadow: inset 0 0 0 2px rgba(191, 0, 25, 1);
        background-color: #fff;
        border-color: #fff;
    }

    .custom-prev {
        left: clamp(0.5rem, 2vw, 1rem);
    }

    .custom-next {
        right: clamp(0.5rem, 2vw, 1rem);
    }

    .highlight-prev {
        left: clamp(0.5rem, 2vw, 1rem);
    }

    .highlight-next {
        right: clamp(0.5rem, 2vw, 1rem);
    }

    @media (min-width: 768px) {
        #categoryCarousel~.custom-prev {
            left: 0;
        }

        #categoryCarousel~.custom-next {
            right: 0;
        }

        #categoryCarousel~.custom-nav {
            top: 40%;
        }

        .custom-prev {
            left: clamp(1rem, 3vw, 2rem);
        }

        .custom-next {
            right: clamp(1rem, 3vw, 2rem);
        }

        .highlight-prev {
            left: clamp(1.5rem, 4vw, 3rem);
        }

        .highlight-next {
            right: clamp(1.5rem, 4vw, 3rem);
        }
    }

    /* ===== Discover Carousel Nav Buttons ===== */
    .discover-prev,
    .discover-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: clamp(1rem, 2vw, 1.5rem);
        color: #bf0019;
        border-radius: 50%;
        background-color: #fff;
        width: clamp(2rem, 5vw, 2.5rem);
        height: clamp(2rem, 5vw, 2.5rem);
        line-height: clamp(2rem, 5vw, 2.5rem);
        text-align: center;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 2;
        display: none; /* Hidden by default */
    }

    .discover-prev:hover,
    .discover-next:hover {
        box-shadow: inset 0 0 0 2px rgba(191, 0, 25, 1);
        background-color: #fff;
        border-color: #fff;
    }

    .discover-prev {
        left: clamp(0.5rem, 2vw, 1rem);
    }

    .discover-next {
        right: clamp(0.5rem, 2vw, 1rem);
    }

    @media (min-width: 768px) {
        .discover-prev {
            left: clamp(1rem, 3vw, 2rem);
        }

        .discover-next {
            right: clamp(1rem, 3vw, 2rem);
        }
    }


    .product-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
    }

    .item {
        background-color: #f5f5f5;
    }

    .slider-area {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .category-btn {
        width: 100%;
        max-width: clamp(8rem, 20vw, 10rem);
    }

    .zoom-container {
        border-radius: clamp(0.8rem, 2vw, 1.25rem);
        overflow: hidden;
        display: inline-block;
        width: 100%;
    }

    .zoom-container img {
        transition: transform 1s ease;
        display: block;
        width: 100%;
        height: auto;
    }

    .zoom-container:hover img {
        transform: scale(1.1);
    }

    .custom-card-style {
        border-radius: 6px;
        overflow: hidden;
        max-width: 100%;
        align-items: center;
        margin: 0 auto;
    }

    .custom-card-style .image-wrapper {
        width: 100%;
        aspect-ratio: 4/3;
        overflow: hidden;
        border-radius: 6px;
        position: relative;
    }

    .custom-card-style img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background: white;
        transition: transform 3s cubic-bezier(0.25, 1.5, 0.5, 1);
        display: block;
        object-position: center;
    }

    .custom-card-style:hover img {
        transform: scale(1.2);
    }

    .custom-btn-style {
        background-color: #bf0019;
        color: white;
        padding: clamp(0.5rem, 1.5vw, 0.5625rem) clamp(1rem, 3vw, 1.6875rem);
        font-size: clamp(0.75rem, 1.5vw, 0.875rem);
        border: none;
        border-radius: 5px;
        margin: 0 auto;
        width: clamp(8rem, 20vw, 10rem);
        transition: background-color 0.3s ease;
        display: block;
    }

    :not(.custom-btn-style)+.btn:active {
        background-color: #bf0019 !important;
        color: white !important;
        border: 1px solid #bf0019;
    }

    .custom-btn-style:hover {
        background-color: #bf0019;
    }

    @media (max-width: 575.98px) {
        .custom-btn-style {
            font-size: clamp(0.7rem, 1.5vw, 0.8125rem);
        }
    }

    @media (min-width: 768px) {
        .main-sub-cat {
            padding: clamp(1rem, 3vw, 2rem);
        }
    }

    .swiper-pagination-bullet {
        background-color: #bf0019 !important;
    }

    .swiper-pagination-bullet.active,
    .swiper-pagination-bullet:hover {
        background-color: #ce7e88 !important;
    }
   
    #home-slider .swiper-pagination-bullet {
    /* background-color: #f5f5f5f6 !important;  */
    background-color: #bf0019 !important;
    }

    #home-slider .swiper-pagination-bullet-active,
    #home-slider .swiper-pagination-bullet:hover {
    background-color:#bf0019 !important;
    }

    .product-flex {
        display: flex;
        flex-wrap: wrap;
        gap: clamp(0.5rem, 2vw, 1.25rem);
        padding: 0 clamp(0.5rem, 2vw, 1rem);
        justify-content: center;
    }

    .flex-item {
        flex: 1 1 clamp(12rem, 30vw, 18.75rem);
        max-width: clamp(15rem, 40vw, 18.75rem);
        background-color: #f5f5f5;
    }

    .item-card {
        height: 100%;
        border-radius: 9px;
        overflow: hidden;
        background: transparent;
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .image-container {
        width: 100%;
        /* aspect-ratio: 4/3; */
        aspect-ratio: 1 / 1;
        position: relative;
        border-radius: 9px;
        overflow: hidden;
    }

    .image-container .img-main,
    .image-container .img-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform-origin: center center;
        backface-visibility: hidden;
        will-change: transform, opacity;
    }

    .image-container .img-hover {
        opacity: 0;
        z-index: 1;
    }

    .image-container:hover .img-main {
        opacity: 0;
    }

    .image-container:hover .img-hover {
        opacity: 1;
    }

    /* .product-button {
        bottom: clamp(0.5rem, 2vw, 1rem);
        padding: clamp(0.4rem, 1.5vw, 0.5625rem) 0  !important;
        width: clamp(8rem, 20vw, 10rem)  !important;
    } */

    .product-button {
        position: absolute;
        bottom: clamp(0.75rem, 2vw, 1.25rem); /* slightly higher */
        /*left: 50%;
        transform: translateX(-50%);*/
        background-color:   white !important;
        color: #bf0019 !important;
        padding: clamp(0.3rem, 1vw, 0.45rem) 1rem !important;
        width: clamp(7rem, 21vw, 22rem) !important;
        text-align: center !important;
        z-index: 10 !important;
        cursor: pointer !important;
        font-size: clamp(0.8rem, 1.3vw, 0.9rem) !important; 
        font-weight: 500 !important;
        /* pointer-events: none !important; */
        border-radius: 4px;
        border: 1px solid #bf0019 !important;
    }
    

@media (max-width: 767.98px) {
    .product-button {
        padding: clamp(0.4rem, 1.5vw, 0.5625rem) 0 !important;
        width: clamp(17rem, 20vw, 10rem) !important;
        font-size: clamp(0.75rem, 1.5vw, 0.875rem) !important;
    }
}


    .product-button:hover {
        background-color: #bf0019 !important;
        color: white !important;
    }

    .view-more-button {
        text-align: center !important;
        border: 1px solid #bf0019 !important;
        color: #bf0019 !important;
        padding: clamp(0.4rem, 1.5vw, 0.5625rem) clamp(2rem, 5vw, 5.9375rem) !important;
        font-weight: 500 !important;
        font-size: clamp(0.75rem, 1.5vw, 0.875rem) !important;
    }

    .view-more-button:hover {
        background-color: #bf0019 !important;
        color: white !important;
    }

    #newsletter-status {
        transition: opacity 0.5s ease;
    }

    .newsletter-section {
        text-align: center;
        padding: clamp(1rem, 3vw, 1.25rem);
        border-radius: 9px;
    }

    .brand-presence-section {
        text-align: center;
    }

    .newsletter-button {
        font-size: clamp(0.7rem, 1.5vw, 0.875rem) !important;
        letter-spacing: 1px !important;
        border: 1px solid #bf0019 !important;
        color: #bf0019 !important;
        padding: clamp(0.4rem, 1.5vw, 0.5625rem) clamp(1rem, 3vw, 1.5rem) !important;
        font-weight: 500 !important;
    }

    .newsletter-sub-btn {
        padding-top: 25px;
    }

    .newsletter-button:hover {
        border: 1px solid #bf0019 !important;
        color: #bf0019 !important;
    }

    @media (min-width: 1024px) {
        .flex-item {
            flex: 0 0 calc(25% - clamp(0.5rem, 2vw, 0.9375rem));
            max-width: calc(25% - clamp(0.5rem, 2vw, 0.9375rem));
        }
    }

    @media (max-width: 575.98px) {
        .flex-item {
            flex: 1 1 clamp(10rem, 25vw, 15.625rem);
            max-width: clamp(12rem, 30vw, 15.625rem);
        }

        .product-button,
        .view-more-button {
            font-size: clamp(0.7rem, 1.5vw, 0.8125rem);
        }

        .newsletter-button {
            font-size: clamp(0.65rem, 1.5vw, 0.75rem);
            padding: clamp(0.3rem, 1vw, 0.375rem) clamp(0.8rem, 2vw, 1.125rem);
        }
    }

    a {
        text-decoration: none;
        color: inherit;
        display: block;
    }


    /* .video-wrapper {
        position: relative;
        width: 100%;
        aspect-ratio: 16/9;
    } */

    .media-wrapper-categories,
.video-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
}

    /* .video-wrapper img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    } */





    /* .play-button::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: clamp(0.8rem, 2vw, 1rem) solid #fff;
        border-top: clamp(0.5rem, 1.5vw, 0.625rem) solid transparent;
        border-bottom: clamp(0.5rem, 1.5vw, 0.625rem) solid transparent;
        margin-left: clamp(0.2rem, 0.5vw, 0.25rem);
    } */

    .container-flex {
        display: flex;
        flex-direction: column;
        padding: clamp(1rem, 1vw, 2rem);
    }

    .new-cat-title {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: clamp(0.5rem, 2vw, 0.625rem);
        margin-left: clamp(1rem, 3vw, 2.5rem);
        margin-right: clamp(1rem, 3vw, 2.5rem);
    }

    .new-cat-title h2 {
        font-size: clamp(1rem, 2.5vw, 1.125rem);
        margin: 0 0 clamp(0.2rem, 1vw, 0.25rem);
    }

    .new-cat-title p {
        font-size: clamp(0.7rem, 1.5vw, 0.8125rem);
        margin: 0;
        color: #555;
    }

    .cat-view-all {
        font-size: clamp(0.7rem, 1.5vw, 0.8125rem);
        font-weight: 500;
        color: #bf0019;
        text-decoration: underline;
        white-space: nowrap;
    }

   

    .new-category-card {
        flex: 1 1 50%;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        height: 100%;
    }

    .new-category-card img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        /* transition: transform 2s cubic-bezier(0.20, 0.5, 0.5, 1); */
        object-position: center;
    }

    /* .new-category-card:hover img {
        transform: scale(1.2);
    } */  
        .category-card {
        flex: 1 1 50%;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        }


    .category-label {
        background: #fff;
        color: #bf0019;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        pointer-events: none;
        position: absolute;
        bottom: clamp(8px, 1.5rem, 12px);
        left: 50%; 
        transform: translateX(-50%);       
        border-radius: 4px;
        display: inline-block;
       font-size: 14px;
        font-style: normal;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: clamp(6px, 0.9rem, 9px) 0;
        width: clamp(160px, 192px, 192px);
        max-width: 90%;
        z-index: 10;
        cursor: pointer;
    }

     .content-flex {
        display: flex;
        gap: 12px;
        flex: 1;
        padding: 22px;
        align-items: stretch;
    }

    .right-flex {
        display: flex;
        flex-direction: column;
        gap: 12px;
        flex: 1 1 100%;
        min-width: 0;
        height: 100%;        
    }

        .right-flexx {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Always 2 columns */
        gap: 12px;
        height: 100%;
    }


    .right-topp,
    .right-bottomm {
        display: flex;
            gap: 12px;
    }
    .right-top,
    .right-bottom {
        height: 100%;              /* Equal row heights */
        align-items: stretch;
        display: flex;
        gap: 12px;
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .category-label {
            padding: 4px 10px; 
            font-size: 12px;
            width: 152px;
        }
    }

    @media (max-width: 768px) {
        .category-label {
            padding: 6px 14px;
            font-size: 12px;
            line-height: 1.1;
            width: 114px;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    @media (max-width: 767px) {
        .content-flex {
             flex-wrap: wrap;
             gap: 8px;
             padding: 5px;
        }

        .right-flex {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .right-top,
        .right-bottom {
            display: flex;
            gap: 8px;
        }
        .right-flexx {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }

        .new-category-card {
            aspect-ratio: 4 / 3;
        } 

        .container-flex {
            padding: 10px;
        }

        .category-label {
            width: 92px;
            font-size: 11px;
            padding: 5px 3px;
        }
        .new-category-card img {
            object-fit: inherit;
        } 
    }
    

    @media (min-width: 768px) and (max-width: 1024px) {   
        .content-flex {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 11px;
            padding: 11px;
            align-items: stretch; 
        }

        .myCategoryVideoSwiper,
        .media-wrapper-categories {
            position: relative;
            background: #000;
            width: 100%;
            /* height: 100%; */
        }

        .right-flex {
            display: flex;
            flex-direction: column;
            gap: 11px;
            /* height: 100%; */
        }

        .right-top,
        .right-bottom {
            display: flex;
            gap: 11px;
            flex: 1;
        }       
       
        .right-topp,
        .right-bottomm {
           display: flex;
           gap: 11px;
        }
    
        .new-category-card {
            /* width: 100%; */
            height: 100%;
        }

        .new-category-card img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        } 
    }
/* ---------- HOME PAGE STYLES END ---------- */
/* ---------- PRODUCT LISTING PAGE STYLES ---------- */
.filter-title {
    font-size: var(--font-size-md);
    padding: var(--spacing-sm) 0;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--text-gray);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-category {
    color: var(--text-red);
    font-size: var(--font-size-sm);
    font-weight: 700;
    letter-spacing: 1.19px;
    line-height: 16px;
    margin: var(--spacing-sm) 0 3px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-description {
    font-size: 20px;
    color: #000;
    padding: 0px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    text-align: start;
    min-height: 50px;
}

.product-price {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-red);
    margin-top: 3px;
    text-align: start;
    padding: 0px 20px;
}

@media (max-width: 767.98px) {
    .product-price {
        font-size: var(--font-size-md);
    }
}

.product-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.product-card img {
    width: 100%;
    transition: opacity var(--transition-duration) var(--transition-ease), transform var(--transition-duration) var(--transition-ease);
}

.product-card img.main-img {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.product-card img.hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: scale(1.05);
}

.product-card:hover img.main-img {
    opacity: 0;
    transform: scale(1.05);
}

.product-card:hover img.hover-img {
    opacity: 1;
    transform: scale(1);
}

.product-card a {
    text-decoration: none;
    color: inherit;
}
.product-card:hover .product-description {
    text-decoration: underline;
}
.custom-sort-btn,
.btn-white {
    background: var(--white);
    border: none;
    color: var(--text-gray);
    font-weight: 600;
    font-size: var(--font-size-sm);
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    border-radius: 0;
}

.custom-sort-btn {
    width: 200px;
}

.btn-white {
    font-size: var(--font-size-sm);
    letter-spacing: 0.5px;
}

.custom-sort-btn:hover,
.custom-sort-btn:focus,
.btn-white:hover,
.btn-white:focus {
    background: var(--white);
    color: var(--text-gray);
    box-shadow: none;
}

.custom-sort-btn i {
    font-size: 0.85rem;
    color: #7fb1ae;
    margin-left: 8px;
}

.dropdown-menu {
    --bs-dropdown-padding-y: 0 !important;
    border-radius: 0 !important;
    color: #444;
    z-index: 4;
    font-size: 13px;
    line-height: 30px;
}

.dropdown-menu.match-button-width {
    width: 200px;
    min-width: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #444 !important;
    background: var(--bg-gray) !important;
}

.dropdown-item {
    font-size: 13px;
}

.dropdown-item .check-icon {
    float: right;
    font-size: 13px;
    color: #444;
    visibility: hidden;
}

.dropdown-item.active .check-icon {
    visibility: visible;
}

.form-check-label {
    padding: 5px 0;
    color: #444;
    text-transform: capitalize;
    font-size: 14px;
}

.form-check-label:hover {
    color: var(--secondary-color);
}

.form-check-input {
    width: var(--checkbox-size);
    height: var(--checkbox-size);
    margin-top: 8px;
    border-radius: 0;
    opacity: 0.8;
}

.form-check-input:checked,
.form-check-input:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* ---------- PRODUCT DETAIL PAGE STYLES ---------- */
.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.breadcrumb-item a {
    display: inline-block;
    line-height: 1.5;
}

.product-title {
    font-size: 20px;
    font-weight: 600;
}

.price {
    color: var(--bullet-red);
    font-size: 24px;
    font-weight: bold;
}

.old-price {
    text-decoration: line-through;
    font-size: var(--font-size-md);
    color: #666;
}

.request-btn {
    background: repeating-linear-gradient(-45deg, var(--text-red), var(--text-red) 5px, #c51a30 5px, #c51a30 7px);
    color: var(--white);
    border: none;
    padding: var(--spacing-md) 25px;
    margin: var(--spacing-md) 0;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.request-btn:hover {
    background: repeating-linear-gradient(-45deg, var(--text-red), var(--text-red) 5px, #c51a30 5px, #c51a30 7px);
}

.thumb-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border 0.3s ease;
}

.thumb-img.active {
    border-color: var(--thumb-active-border);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: var(--carousel-control-bg) !important;
    border-radius: 50% !important;
    padding: var(--spacing-md) !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900 !important;
    text-align: center !important;
}

.carousel-control-prev-icon::before {
    content: "\f053" !important; 
}

.carousel-control-next-icon::before {
    content: "\f054" !important; 
}

.zoom-view {
    display: none;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border: 1px solid var(--zoom-border);
}

.zoom-view img {
    position: relative;
    width: 200%;
    height: auto;
    transform: translate(0, 0);
    transition: transform 0.1s ease;
    cursor: crosshair;
}

/* Accordion */
.accordion-button::after {
    display: none;
}

.toggle-icon {
    font-size: var(--accordion-toggle-size);
    margin-left: auto;
    color: #878787;
    transition: transform 0.2s ease;
}

.accordion-item {
    border-top: 1px solid var(--border-gray) !important;
    border-bottom: 1px solid var(--border-gray)  !important;
    border-left: none !important;
    border-right: none  !important;
}

.section-title {
    text-transform: uppercase;
    font-size: var(--font-size-md) !important;
    color: var(--text-gray);
    font-weight: 400;
    letter-spacing: var(--accordion-letter-spacing);
    line-height: var(--accordion-line-height);
    margin: 0 calc(-1 * var(--spacing-lg));
    padding: 0;
}

.accordion-body {
    padding: 0 0 var(--spacing-sm) 5px !important;
    background-color: var(--bg-gray) !important;
}

.accordion-button {
    background-color: var(--bg-gray) !important;
}

#collapseTechnical table tbody tr td {
    background-color: var(--bg-gray) !important;
}

.tech-data td:first-child {
    font-weight: 600;
    width: 1px;
    color: #444;
    white-space: nowrap;
}

.tech-data td:last-child {
    color: #555;
}

.care-instruction,
.product-info .pi-feature-list li {
    position: relative;
    padding-left: var(--bullet-padding-left);
    margin-bottom: var(--spacing-sm);
    color: var(--text-muted);
}

.care-instruction::before,
.product-info .pi-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: var(--bullet-offset-top);
    width: var(--bullet-size);
    height: var(--bullet-size);
    background: var(--bullet-red);
    border-radius: 50%;
}

.product-info {
    max-width: 520px;
    color: #1a1a1a;
    font-size: var(--font-size-md);
    line-height: 1.35;
}

.product-info h1.pi-title {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--black);
}

.product-info .pi-sku {
    font-size: 14px;
    color: #9a9a9a;
    margin-bottom: var(--font-size-md);
}

.product-info .pi-mrp {
    font-size: 26px;
    font-weight: 700;
    color: #c51a30;
    margin-bottom: 4px;
}

.product-info .pi-rrp {
    font-size: var(--font-size-md);
    color: #222;
    margin-bottom: var(--font-size-md);
}

.product-info .pi-availability-label {
    display: block;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-gray);
    margin: var(--spacing-lg) 0 6px;
}

.product-info .pi-availability-logo img {
    height: 22px;
    width: auto;
}

.product-info .pi-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: var(--font-size-sm);
    color: #444;
}

.product-info .pi-cta-wrap {
    margin-top: var(--spacing-lg);
}

.breadcrumb {
    color: var(--btn-hover-gray);
    font-size: var(--font-size-sm);
}

.breadcrumb > .active {
    color: var(--text-gray);
}

.breadcrumb a {
    color: var(--btn-hover-gray);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--text-gray);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f285";
    font-family: "bootstrap-icons";
    font-size: var(--font-size-sm);
    color: var(--btn-hover-gray);
}

@media (max-width: 575.98px) {
    .product-info h1.pi-title {
        font-size: 22px;
    }
    .product-info .pi-mrp {
        font-size: 22px;
    }
}

/* ---------- PRODUCT DETAIL PAGE STYLES END ---------- */


/* ---------- IMPRINT STYLES START ---------- */

.heading {
    color: #bf0019 !important;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 30px !important;
}

.content p,
.content address {
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
}

.parallax {
    background-image: url("../images/banners/Imprint-4.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 64 / 13;
}

/* ---------- IMPRINT STYLES END ---------- */

/* ---------- DATA PROTECTION STYLES START ---------- */

.data-protection h1,
        .data-protection h2,
        .data-protection h3,
        .data-protection h4,
        .data-protection h5,
        .data-protection p,
        .data-protection .list-container p {
            color: #737373;
        }

        .data-section-title {
            color: #bf0019 !important;
            font-weight: bold;
            padding-bottom: 0.5rem;
            margin-bottom: 1.5rem;
        }

        .data-protection h3 {
            font-size: 24px;
        }

        .data-protection .subsection-title {
            margin: 1rem 0;
            font-size: 20px;
        }

        .data-protection .list-container {
            background: #f5f5f5 !important;
        }

       .data-protection .list-container p {
            border: none;
            padding-left: 0;
            margin-bottom: 0.5rem;
        }

        .data-protection .contact-link {
            color: #007bff;
            text-decoration: none;
        }

       .data-protection .contact-link:hover {
            text-decoration: underline;
        }

        .data-protection .parallax {
            background-image: url("..images/banners/Imprint-4.webp");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            aspect-ratio: 64 / 13;
        }

        @media (max-width: 576px) {
            .data-protection h1 {
                font-size: 1.75rem;
            }

            .data-protection .data-section-title {
                font-size: 1.5rem;
            }

            .data-protection .subsection-title {
                font-size: 1.25rem;
            }
        }

        .data-protection .data-section-detail {
            font-weight: 300 !important;

        }

        .data-protection .contact-link {
            display: inline-block !important;
        }

/* ---------- DATA PROTECTION STYLES END ---------- */

/* ---------- CAREER STYLES START ---------- */


    .custom-file-upload-careers {
        position: relative;
        /* margin-top: 8px; */
    }

    .custom-file-upload-careers .input-file {
        display: block;
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ced4da;
        border-radius: 6px;
        background: #fff;
        cursor: pointer;
        font-size: 14px;
        color: #555;
        transition: all 0.3s ease;
        text-align: left;
    }

    .input-file .career-input-file
    {
        border: 1px solid #ccc;
        background-color: white !important;
        margin: 3px 0px !important;
        color: #595959 !important;
        font-size: 14px;
    }

    .custom-file-upload-careers .input-file:hover {
        border-color: #aaa;
        background: #f9f9f9;
    }

    .custom-file-upload-careers input[type="file"] {
        position: absolute;
        left: -9999px;
    }

    #file-label-text-careers {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        /* padding-right: 30px; */
        font-size: 14px;
        color: var(--text-gray) !important;
        
    }

    .has-file #file-label-text-careers {
        color: #212529 !important;
        font-weight: 400;
        font-size: 14px;
    }   


        /* banner */
        .slider-area-careers {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .swiper-slide img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        .banner-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 24px;
            background-color: #bf0019;
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 38px;
            text-align: center;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        .banner-prev {
            left: 15px;
        }

        .banner-next {
            right: 15px;
        }

        @media (min-width: 768px) {
            .banner-prev {
                left: 50px;
            }

            .banner-next {
                right: 50px;
            }
        }

        .main-career {
            padding: 40px 0;
        }

        .career-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .career-main-form .input-file {
            height: 35px;
            line-height: 26px;
            padding: 8px;
        }

        .career-main-form {
            margin: 0 auto;
            padding: 20px;
            background: #ecf0f1;
            border: 1px solid #ddd;
            border-radius: 5px;
            text-align: left;
        }

        .career-main-form h2 {
            font-size: 32px;
            color: var(--text-red);
            text-transform: uppercase;
            padding-bottom: 25px;
            /* margin-bottom: 20px; */
            text-align: center;
        }

        .career-form {
            margin-bottom: 0;
        }

        .career-main-form input[type="text"],
        .career-main-form input[type="email"],
        .career-main-form input[type="tel"],
        .career-main-form input[type="file"] {
            width: 100%;
            padding: 6px 12px;
            margin-bottom: 3px;
            border: 1px solid #ccc;
            font-size: 14px;
            background-color: var(--white);
            color: #212529;
            border-radius: 4px;
            height: 34px;
        }

        .career-main-form select {
            width: 100%;
            padding: 6px 12px;
            margin-bottom: 3px;
            border: 1px solid #ccc;
            font-size: 14px;
            background-color: var(--white);           
            border-radius: 4px;
            height: 34px;
        }


        #designation {
        color: var(--text-gray) !important;
            font-size: 14px !important;
                padding-left: 14px;
    padding-bottom: 5px;

        }

        #designation:not(:invalid) {
            color: #212529 !important;
        }

        #designation:focus {
            color: #212529 !important;
        }

        /* Wrapper */
.career-select-wrapper {
    position: relative;
    width: 100%;
}

/* Arrow */
.career-select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #737373;
    pointer-events: none;
}



        .career-main-form input:focus,
        .career-main-form select:focus {
            border: 1px solid #000;
            outline: none;
            box-shadow: none;
            color: #212529 !important;
        }
        

        .career-main-form .input-file {
            display: block;
            width: 100%;
            padding: 6px 12px;
            margin-bottom: 5px;
            border: 1px solid #ccc;
            font-size: 14px;
            background-color: #f8f9fa;
            text-align: left;
            cursor: pointer;
            border-radius: 4px;
            color: #969191;
            font-weight: 400 !important;
        }

        .career-main-form .career-msg {
            display: block;
            font-size: 12px;
            color: #ff0000;
            margin-bottom: 10px;
        }

        .career-msg {
            color: red;
            font-size: 0.75rem;
            margin-top: 0px;
            display: block;
        }

        .spacer {
            height: 20px;
        }

        .career-form>label,
        .career-label {
            font-weight: 500;
            font-size: 16px;
            color: #333;
            margin-bottom: 3px;
            display: block;
        }



        @media (max-width: 576px) {
            .main-career {
                padding: 20px 0;
            }

            .career-main-form {
                padding: 15px;
            }

            .career-main-form h2 {
                font-size: 30px;
            }

            .career-main-form input[type="text"],
            .career-main-form input[type="email"],
            .career-main-form input[type="tel"],
            .career-main-form input[type="file"],
            .career-main-form select {
                padding: 8px;
                font-size: 12px;
            }

            .career-main-form .input-file {
                font-size: 12px;
            }

            .career-main-form .career-msg {
                font-size: 10px;
            }

        }

        .btn-type-1 {
            padding: 12px 30px !important;
            margin: 15px 0 !important;
            color: var(--white) !important;
            background: repeating-linear-gradient(-45deg, #bf0019, #bf0019 5px, #c51a30 5px, #c51a30 7px);
            font-weight: 600 !important;
            font-size: 16px !important;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
            border: none !important;
            border-radius: 0 !important;
            display: inline-block !important;
            transition: background 0.15s ease-in-out !important;
            width: 100% !important;
            max-width: 200px !important;
            text-align: center !important;
        }

        .btn-type-1:hover {
            color: var(--white) !important;
        }

        .btn-type-2 {
            padding: 8px 15px !important;
            margin: 10px 0 ;
            color: var(--white) !important;
            background: repeating-linear-gradient(45deg, #bf0019, #bf0019 5px, #c51a30 5px, #c51a30 7px);
            font-weight: 600 !important;
            font-size: 14px;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
            border: none !important;
            border-radius: 0 !important;
            display: inline-block !important;
            transition: background 0.15s ease-in-out !important;
            width: 100%;
            max-width: 200px !important;
            text-align: center !important;
        }

        .btn-type-2:hover {
            color: var(--white) !important;
        }

        @media (max-width: 480px) {
            .btn-type-1 {
                padding: 10px 20px;
                font-size: 14px;
                max-width: 160px;
            }

            .btn-type-2 {
                padding: 10px 20px;
                font-size: 12px;
                max-width: 160px;
            }

        }

        #form-status-msg.success {
            background-color: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }

        #form-status-msg.error {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }

        input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0px 1000px var(--white) inset !important;
            box-shadow: 0 0 0px 1000px var(--white) inset !important;
            -webkit-text-fill-color: var(--text-gray) !important;
            transition: background-color 9999s ease-in-out 0s !important;
        }

/* ---------- CAREER STYLES END ---------- */

/* ---------- PRIVACY POLICY STYLES END ---------- */

.privacy-policy .privacy-title {
    color: #bf0019 !important;
    font-size: 40px;
}

.privacy-policy .content p,
.privacy-policy .content ul>li {
    font-size: 16px;
    color: #54565a;
}

.privacy-policy .content p{
    font-weight: 300 !important;
}

/* ---------- PRIVACY POLICY STYLES END ---------- */

/* ---------- LOCATION PAGE STYLES START ---------- */

.country-locations p {
    font-size: 1em;
    color: #54565a;
    margin: 0;
    padding: 4px 0;
}

.country-locations a {
    display: inline-block;
    color: #54565a;
}


.country-locations h3 {
    font-size: 1.8em;
}

.country-locations h4 {
    font-size: 1.2em;
    padding: 20px 0 0 0;
}

.country-locations img {
    width: 50px;
}

/* ---------- LOCATION PAGE STYLES END ---------- */

/* ---------- CONTACT US STYLES START ---------- */
.form-control{
    border-radius: 0px !important;
    font-size: 15px !important;
}


.form-control-contact {
    border: 1px solid var(--bg-gray);
    border-radius: 0;
    color: var(--text-gray);
    font-weight: 400;
    height: 35px;
    padding: 10px 14px;
    background-color: var(--white);
    width: 100%;
    outline: none;
}

.form-control-contact:focus {
    background-color: var(--bg-gray);
    border-color: var(--text-gray);
    box-shadow: none;
    color: var(--text-gray);
}

.form-control-msg {
    border: 1px solid var(--bg-gray);
    border-radius: 0;
    color: var(--text-gray);
    font-weight: 400;
    background-color: var(--white);
    width: 100%;
    padding: 10px 14px;
    outline: none;
    margin: 5px 0px;
    font-size: 15px;
}

.form-control-msg:focus {
    background-color: var(--bg-gray);
    border-color: var(--text-gray);
    box-shadow: none;
    color: var(--text-gray);
}

.form-control-dropdown {
    border: 1px solid var(--bg-gray);
    border-radius: 0;
    color: var(--text-gray);
    font-weight: 400;
    height: 35px;
    padding: 8px 14px;
    background-color: var(--white);
    width: 100%;
    font-size: 14px;
    outline: none;
}

.form-control-dropdown option[disabled] {
    color: #b0b0b0;
    background-color: var(--bg-gray);
}

.form-control-dropdown,
.form-control-dropdown:focus,
.form-control-dropdown:valid {
    background-color: var(--bg-gray);
    border-color: var(--black);
    color: var(--text-gray);
    box-shadow: none;
}

.contact-main {
    padding: 35px;
}

.add-details {
    padding: 35px;
}

.add-details h3 {
    color: var(--text-red);
}

.g-map {
    padding: 20px;
}

@media (max-width: 576px) {
    .contact-main {
        padding: 40px;
    }

    .leave-msg {
        font-size: 25px;
    }

    .add-details h3 {
        font-size: 25px;
    }
}

.leave-msg {
    font-size: 32px;
    color: var(--text-red);
    text-transform: uppercase;
    padding-bottom: 25px;
}

.add-details table td a {
    color: var(--text-red);
    text-decoration: none;
}

.add-details table td a:hover {
    text-decoration: underline;
}

.contact-wrapper input::placeholder,
.contact-wrapper textarea::placeholder {
    color: var(--text-gray);
    opacity: 1;
    font-size: 13px;
}

.form-control-dropdown:invalid {
    color: var(--text-gray);
    font-size: 13px;
}

.contact-custom-select {
    background-color: var(--white) !important;
    border: 1px solid var(--bg-gray);
    border-radius: 0;
    /* color: var(--text-gray) !important; */
    color: #212529 !important;
    font-weight: 400;
    height: 35px;
    padding: 8px 11px;
    font-size: 14px;
}

.contact-wrapper .contact-main input[type="text"],
.contact-wrapper .contact-main input[type="tel"],
.contact-wrapper .contact-main input[type="email"],
.contact-wrapper .contact-main select {
    margin: 5px 0;
}


.contact-wrapper input.is-invalid,
.contact-wrapper select.is-invalid,
.contact-wrapper textarea.is-invalid {
    border: 1px solid #e2e2e2;
}

.form-control.is-invalid {
    border-color: #e2e2e2 !important;
}

.contact-wrapper .contact-msg {
    font-size: 0.75rem;
    color: red;
    margin-top: 0px;
    margin-left: 2px;
    display: block;
    margin-bottom: 5px;
}

.contact-wrapper input[type="text"],
.contact-wrapper input[type="email"],
.contact-wrapper input[type="tel"],
.contact-wrapper input[type="date"],
.contact-wrapper textarea {
    background-color: #fff !important;
    border-color: var(--bg-gray) !important;
    /* color: var(--text-gray) !important; */
    color: #212529 !important;
}

/* Placeholder option color */
.contact-wrapper select option[disabled][selected] {
    color: var(--text-gray) !important;
}

/* Real option colors */
.contact-wrapper select option:not([disabled]) {
    color: #212529 !important;
}

/* No border when page loads (placeholder) */
.contact-wrapper select:invalid {
    color: var(--text-gray) !important;
    border: none !important;
}


.contact-wrapper select:valid {
    color: #212529 !important;
    border: none !important;
}


.contact-wrapper select:focus {
    border: 1px solid  var(--bg-gray) !important;
    outline: none !important;
}


.contact-wrapper input[type="text"]:focus,
.contact-wrapper input[type="email"]:focus,
.contact-wrapper input[type="tel"]:focus,
.contact-wrapper input[type="date"]:focus,
.contact-wrapper textarea:focus,
.contact-wrapper select:focus {
    background-color: #fff !important;
    border-color: var(--text-gray) !important;
    outline: none;
    box-shadow: none !important;
}


.contact-wrapper .btn-type-1 {
    padding: 12px 30px;
    margin: 15px 0;
    color: var(--white);
    background: repeating-linear-gradient(-45deg, #bf0019, #bf0019 5px, #c51a30 5px, #c51a30 7px);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: background 0.15s ease-in-out;
    width: 100%;
    max-width: 200px;
    text-align: center;
}

.contact-wrapper .btn-type-1:hover {
    color: var(--white) !important;
}

.custom-label-contact {
    font-weight: 400;
    margin-bottom: 2px;
    display: inline-block;
    font-size: 14px;
}

.custom-label-contact a {
    color: var(--text-red);
    text-decoration: none;
}

.custom-label-contact a:hover {
    text-decoration: underline;
}

.privacy-policy-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.required-field {
    color: var(--text-gray);
    font-weight: 400;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .privacy-policy-container {
        flex-wrap: wrap;
    }
}

.form-control-dropdown:focus {
    background-color: var(--bg-gray);
    border-color: var(--black);
    box-shadow: none;
    /* color: var(--text-gray) !important; */
    color: #212529 !important;
}

.add-details table td.icon-cell {
    vertical-align: top;
    color: var(--text-red);
}

/* banner */
.slider-area-contact-us {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


.banner-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background-color: #bf0019;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-prev {
    left: 15px;
}

.banner-next {
    right: 15px;
}

@media (min-width: 768px) {
    .banner-prev {
        left: 50px;
    }

    .banner-next {
        right: 50px;
    }
}

.contact-wrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--white) inset !important;
    box-shadow: 0 0 0px 1000px var(--white) inset !important;
    -webkit-text-fill-color: var(--text-gray) !important;
    transition: background-color 9999s ease-in-out 0s !important;
}

/* ---------- CONTACT US STYLES END ---------- */

/* ---------- DOWNLOAD STYLES END ---------- */

 .downloads-page {
    padding: 10px 100px 50px;
}

.downloads-page .section-header {
    width: 100%;
    padding: 0 1rem;
}

.downloads-page .heading-level-1 {
    font-size: clamp(28px, 4vw, 35px);
    font-weight: 400;
    color: #54565a;
    margin-bottom: 1rem;
    margin-top: 20px;
}

.downloads-page .heading-level-2 {
    font-size: clamp(22px, 3.5vw, 28px);
    font-weight: 400;
    color: #54565a;
    margin-top: 2rem;
}

.downloads-page a {
    color: #54565a;
    text-decoration: underline;
}

.downloads-page a:hover {
    color: var(--text-red);
    text-decoration: underline;
}

.downloads-page .banner-placeholder {
    background-color: #f4f4f4;
    height: 120px;
}

.downloads-page .download-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.downloads-page .download-table th,
.downloads-page .download-table td {
    padding: 12px 15px;
    border: none;
    text-align: left;
}

.downloads-page .download-table thead tr {
    background-color: #E8E8E8;
    color: #54565a;
}

.downloads-page .download-table tbody tr:nth-child(odd) {
    background-color: var(--bg-gray);
    color: #54565a;
}

.downloads-page .download-table tbody tr:nth-child(even) {
    color: #54565a;
}

.links-title {
    margin-top: 10px;
}

.downloads-main {
    background: var(--white) !important;
}

@media (max-width: 768px) {

    .downloads-page {
        padding: 8px !important;
    }

    .downloads-page .heading-level-1 {
        font-size: clamp(22px, 6vw, 28px) !important;
    }

    .downloads-page .heading-level-2 {
        font-size: clamp(18px, 5vw, 22px) !important;
    }

    .downloads-page .download-table,
    .downloads-page .download-table thead,
    .downloads-page .download-table tbody,
    .downloads-page .download-table th,
    .downloads-page .download-table td,
    .downloads-page .download-table tr {
        display: block;
    }

    .downloads-page .download-table thead {
        display: none;
    }

    .downloads-page .download-table tr {
        margin-bottom: 1rem;
        border-bottom: 1px solid #ccc;
    }

    .downloads-page .download-table td {
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

    .downloads-page .download-table td::before {
        position: absolute;
        top: 12px;
        left: 15px;
        width: 45%;
        font-weight: bold;
        color: #555;
        content: attr(data-th);
        white-space: nowrap;
    }
}

@media (max-width: 1024px) {
    .downloads-page {
        padding: 16px;
    }
}

/* ---------- DOWNLOAD STYLES END ---------- */

/* ---------- NEWSLETTER STYLES START ---------- */

.custom-label-newsletter {
    font-weight: 400;
}

.newsletter-form-main h2 {
    color: var(--text-red);
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.newsletter-h-custom h2 {
    color: var(--text-gray);
    padding-bottom: 10px;
    font-size: 1.5rem;
}

.newsletter-h-custom p {
    color: var(--text-gray);
    font-size: 1rem;
    margin-bottom: 5px;
}

.form-control-newsletter {
    border: 1px solid var(--bg-gray);
    border-radius: 0;
    /* color: var(--text-gray); */
    color: #212529;
    font-weight: 400;
    height: 35px;
    padding: 10px 14px;
    background-color: var(--bg-gray);
    margin: 5px 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px !important;
}

.form-control-newsletter::placeholder {
    color: #737373 !important; 
    opacity: 1;
}

.form-control-newsletter:focus {
    background-color: var(--bg-gray);
    border-color: var(--text-gray);
    box-shadow: none;
    /* color: var(--text-gray); */
    color: #212529 !important;
}

.newsletter-form-main {
    background-color: #f2e8e8 !important;
}

.custom-label-newsletter {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.4;
    margin-top: 10px;
    font-size: 14px !important;
}

.custom-label-newsletter input[type="checkbox"] {
    margin: 0;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.custom-label-newsletter input[type="email"],
.custom-label-newsletter input[type="text"] {
    margin: 5px 0;
}

.newsletter-msg {
    color: red;
    font-size: 0.75rem;
}

.form-control-newsletter.errorNewsletter {
    border-color: red;
}

@media (max-width: 768px) {

    .newsletter-h-custom h2,
    .newsletter-h-custom p {
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
    }

    .newsletter-form-main {
        padding: 1rem;
    }

    .newsletter-button {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .custom-label-newsletter {
        /* flex-direction: flex; */
        align-items: flex-start;
        /* gap: 10px; */
    }

    .modal-main {
        margin-top: 30px;
    }
}

.custom-label-newsletter {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.4;
    margin-top: 10px;
}

.custom-label-newsletter input[type="checkbox"] {
    margin: 0;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.newsletter-form-main .newsletter-button {
    margin: 20px auto 0 auto;
    float: right;
    height: 3rem;
    padding: 0 20px !important;
    line-height: 3rem;
    font-size: 18px !important;
    text-align: center;
    transition: all 0.5s;
    color: var(--white) !important;
    border: none !important;
    background: repeating-linear-gradient(-45deg, #bf0019, #bf0019 5px, #c51a30 5px, #c51a30 7px);
}

.newsletter-form-main .newsletter-button:hover {
    color: var(--white) !important;
}


.newsletter-header {
    width: 100%;
    margin: 0;
    padding: 75px 0;
    text-align: center;
    float: left;
}

.newsletter-header h2 {
    font-size: 2em;
    color: var(--text-red);
}

.newsletter-header p {
    font-size: 1.5em;
    color: #54565a;
}

.newsleter-form {
    width: 100%;
    margin: 0;
    padding: 70px 60px 60px 60px;
    float: left;
    /* background: var(--white); */
}

@media (max-width: 768px) {
    .newsleter-form {
        padding: 25px 20px;
    }

    .newsletter-header p {
        font-size: 16px;
    }
}

.newsleter-form h2 {
    color: var(--text-red);
    text-align: center;
    padding-bottom: 25px;
}

/* .newsleter-form button {
    float: right;
    margin: 0;
    height: 3rem;
    padding: 0 20px;
    line-height: 3rem;
    font-size: 1.3rem;
    text-align: center;
    background: repeating-linear-gradient(-45deg, var(--text-red), var(--text-red) 5px, #c51a30 5px, #c51a30 7px);
    transition: all 0.5s;
    color: var(--white);
    border: none;
} */

/* .newsleter-form button:hover {
    background: repeating-linear-gradient(-45deg, var(--text-red), var(--text-red) 5px, #c51a30 5px, #c51a30 7px);
} */

.form-control:focus {
    background-color: var(--bg-gray) !important;
    border-color: var(--text-gray) !important;
    box-shadow: none !important;
    /* color: var(--text-gray) !important; */
    color: #212529 !important;
} 
.newsleter-form .input-file {
    width: 100%;
    margin: 10px 0;
    padding: 0 10px;
    line-height: 38px;
    float: left;
    height: 38px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #6a6b6e;
}

.custom-label-newsletter a {
    color: var(--text-red);
    text-decoration: none;
}

.newsletter-frm {
    padding-bottom: 70px;
}

.success-msg {
    display: none;
    background-color: #d4edda;
    color: #155724;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
}

.newsletter-alert {
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
}

.newsletter-alert.success-msg {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.newsletter-alert.error-msg {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--white) inset !important;
    box-shadow: 0 0 0px 1000px var(--white) inset !important;
    -webkit-text-fill-color: var(--text-gray) !important;
    transition: background-color 9999s ease-in-out 0s !important;
}

/* ---------- NEWSLETTER STYLES END ---------- */

/* ---------- WARRANTY CLAIM STYLES START ---------- */


    .custom-file-upload {
        position: relative;
    }

    .warranty-alert {
        transition: opacity 0.5s ease;
    }

    .custom-file-upload .input-file {
        display: block;
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ced4da;
        border-radius: 6px;
        background: #fff;
        cursor: pointer;
        font-size: 14px;
        color: var(--text-gray);
        transition: all 0.3s ease;
        text-align: left;
    }

    .custom-file-upload .input-file:hover {
        border-color: #aaa;
        background: #f9f9f9;
    }

    .custom-file-upload input[type="file"] {
        position: absolute;
        left: -9999px;
    }

    /* When file is selected — show name in truncated form */
    #file-label-text {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        padding-right: 20px; 
        color: var(--text-gray);
    }

    .has-file #file-label-text {
        color: #212529 !important;
        font-weight: 400;
        font-size: 15px;
    }

    input[placeholder="Purchase Date*"] {
            color: #212529 !important; /* Light gray for placeholder */
        }
    input[placeholder="Purchase Date*"]:focus {
        color: #212529 !important; /* Dark when typing/selecting */
    }




.warranty-form {
    background-color: var(--bg-gray) !important;
    padding: 20px;
}

.return-form h2 {
    color: var(--text-red);
    text-align: center;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.warranty-form h2 {
    color: var(--text-red);
    font-weight: 500 !important;
}

.form-control-warranty {
    border: 1px solid var(--bg-gray) !important;
    border-radius: 0 !important;
    color: var(--text-gray) !important;
    font-weight: 400 !important;
    height: 35px !important;
    padding: 10px 14px !important;
    background-color: var(--white) !important;
    margin: 5px 0 !important;
    width: 100% !important;
}

.form-control-warranty:focus {
    background-color: var(--bg-gray) !important;
    border-color: var(--text-gray) !important;
    box-shadow: none !important;
    color: var(--text-gray) !important;
}

.warranty-form .input-file,
.newsleter-form .input-file {
    border: none !important;
    background-color: white !important;
    margin: 3px 0px !important;
    color: #595959 !important;
    font-weight: 100;
}

.warranty-page .input-file.errorWarranty {
    border: 1px dashed red;
    border-radius: 4px;
}

.warranty-page {
    background-color: var(--bg-gray) !important;
}

.warranty-form .input-file {
    height: 35px !important;
    line-height: 24px !important;
}

.warranty-form textarea {
    border: 1px solid var(--bg-gray) !important;
    border-radius: 0 !important;
}

.custom-label-warranty {
    font-weight: 400 !important;
}

.warranty-msg {
    color: red;
    font-size: 12px;
    margin-top: 0px;
    margin-left: 3px;
    display: block;
}

.errorWarranty {
    border: 1px solid red !important;
}

@media (max-width: 576px) {
    .warranty-page .container {
        padding: 20px !important;
    }

    .warranty-form {
        padding: 15px !important;
    }

    .form-control-warranty,
    .warranty-page textarea {
        font-size: 0.85rem !important;
        height: 30px !important;
        padding: 10px 12px !important;
        margin: 5px 0 !important;
    }

    .warranty-page textarea {
        min-height: 80px !important;
    }

    .warranty-form h2 {
        font-size: 1.3rem !important;
    }

    .warranty-form .input-file {
        line-height: 26px !important;
        font-size: 0.85rem !important;
        padding: 7px 12px !important;
        margin: 5px 0 !important;
        font-weight: 100;
    }
}

@media (max-width: 768px) {

    .warranty-form h2 {
        font-size: 1.5rem !important;
    }

    .col-md-6,
    .col-md-12 {
        margin-bottom: 1px !important;
    }

    .warranty-button {
        width: 100% !important;
        padding: 12px !important;
    }

    .warranty-input-file {
        font-size: 0.85rem !important;
        padding: 4px !important;
    }
}

.warranty-page input::placeholder,
.warranty-page textarea::placeholder {
    font-size: 0.85rem;
    color: var(--text-gray) !important;
}



.warranty-page .btn-type-1 {
    padding: 12px 30px;
    margin: 15px 0;
    color: var(--white);
    background: repeating-linear-gradient(-45deg, #bf0019, #bf0019 5px, #c51a30 5px, #c51a30 7px);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: background 0.15s ease-in-out;
    width: 100%;
    max-width: 200px;
    text-align: center;
}

.warranty-page .btn-type-1:hover {
    color: var(--white) !important;
}

@media (max-width: 480px) {
    .warranty-page .btn-type-1 {
        padding: 10px 20px;
        font-size: 14px;
        max-width: 160px;
    }

}


.warranty-page .input-file {
    position: relative;
    display: block;
    border: 1px dashed var(--silver);
    padding: 8px 12px;
    background-color: var(--white);
    color: var(--text-gray) !important;
    font-size: 0.85rem;
    cursor: pointer;
    width: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 4px;
}

.warranty-page .input-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.warranty-page .input-file:hover {
    background-color: var(--bg-gray);
    color: var(--black);
    border-color: var(--text-gray);
}

.warranty-page textarea[name="comment"] {
    width: 100%;
    min-height: 120px;
    resize: vertical;
    padding: 10px 14px;
    font-size: 0.85rem;
    color: var(--text-gray);
}

@media (max-width: 576px) {
    .warranty-page .input-file {
        font-size: 0.8rem;
        padding: 6px 10px;
    }

    .warranty-page textarea[name="comment"] {
        min-height: 100px;
        font-size: 0.8rem;
    }
}

.warranty-alert {
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
}

.warranty-alert.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.warranty-alert.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.custom-label-contact {
    color: var(--text-red) !important;
    font-weight: 400;
    margin-bottom: 2px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none !important;
}

.custom-label-contact a {
    color: var(--text-red);
    text-decoration: none;
}

.custom-label-contact a:hover {
    text-decoration: underline;
}


.warranty-page input[type="text"],
.warranty-page input[type="email"],
.warranty-page input[type="tel"],
.warranty-page textarea,
.warranty-page select {
    font-size: 0.85rem;
    height: 35px;
    padding: 10px 14px;
    background-color: #fff !important;
    border-color: var(--bg-gray) !important;
    /* color: var(--text-gray) !important; */
    color: #212529 !important;
}



.warranty-page input[type="text"]:focus,
.warranty-page input[type="email"]:focus,
.warranty-page input[type="tel"]:focus,
/* .warranty-page input[type="date"]:focus, */
.warranty-page textarea:focus,
.warranty-page select:focus {
    background-color: #fff !important;
    border-color: var(--text-gray) !important;
    outline: none;
    box-shadow: none !important;
    color: #212529 !important;
}

.warranty-page input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--white) inset !important;
    box-shadow: 0 0 0px 1000px var(--white) inset !important;
    -webkit-text-fill-color: var(--text-gray) !important;
    transition: background-color 9999s ease-in-out 0s !important;
}

.warranty-container {
    padding: 70px 0;
    max-width: 100%;
    overflow-x: hidden;
}

/* ---------- WARRANTY CLAIM STYLES END ---------- */

/* ---------- SUSTAINABILITY STYLES START ---------- */


/* ---------- SUSTAINABILITY STYLES END ---------- */
/* ---------- BRAND LIST STYLES START ---------- */

        .brands-heading {
            padding: 60px 20px 20px 20px;
            text-align: center;
            color: #737373;
        }

        .brands-sub-heading {
            padding: 20px;
            text-align: center;
            color: #737373;
            font-weight: 300;
        }

        .btn-outline-white {
            color: white !important;
            background: transparent !important;
            border: 1px solid white !important;
            font-size: 13px !important;
            font-weight: 700 !important;
            padding: 2px 20px !important;
            line-height: 44px !important;
            letter-spacing: 2px !important;
            text-transform: uppercase !important;
            border-radius: 0 !important;
            outline: 0 !important;
            box-shadow: none !important;
            vertical-align: middle !important;
            position: relative !important;
            overflow: hidden !important;
            transition: color 0.2s, background 0.2s !important;
            text-decoration: none !important;
        }

        .btn-outline-white:hover {
            background: white !important;
            color: #333333 !important;
            border: 1px solid white !important;
        }

        .btn-outline-white:not(:disabled):not(.disabled):active {
            background: transparent !important;
            color: white !important;
            border: 1px solid white !important;
            box-shadow: none !important;
        }

        .brandlist-section-padding {
            padding-left: 15px;
            padding-right: 15px;
        }

        @media (min-width: 768px) {
            .brandlist-section-padding {
                padding-left: 30px;
                padding-right: 30px;
            }
        }

        @media (min-width: 992px) {
            .brandlist-section-padding {
                padding-left: 45px;
                padding-right: 45px;
            }
        }

        @media (max-width: 576px) {
            .brandlist-section-padding {
                padding-left: 10px;
                padding-right: 10px;
            }
        }


        .certifications-section-brandlist {
            margin: 0 auto;
            padding: 40px 20px;
            text-align: center;
            background: var(--white);
        }

        .certifications-section-brandlist h2 {
            font-size: 28px;
            font-weight: 700;
            color: #333;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        .certifications-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 20px;
        }

        .certification-item {
            position: relative;
            width: 100%;
            aspect-ratio: 1 / 1;
            max-width: 100%;
            background-color: white;
            position: relative;
            overflow: hidden;
            background-color: white;
            border: 1px solid #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            overflow: hidden;

        }

        .certification-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            z-index: 1;
        }

        .certification-info {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: white;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 40px 25px 25px 2px;
            font-size: 14px;
            line-height: 1.5;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 2;
            box-sizing: border-box;
            overflow: hidden;
            text-align: left;
        }

        .certification-item.paris-hilton:hover {
            background-color: #e83e8c;
        }

        .certification-info h3,
        .certification-info h4 {
            font-size: 16px;
            font-weight: 600;
            margin: 0 0 10px 0;
            line-height: 1.4;
            text-align: left;
            text-transform: uppercase;
        }

        /* .certification-info p {
            margin: 0 0 10px 0;
            font-size: 14px;
            line-height: 1.5;
            text-align: left;
        } */

        .certification-info p {
            margin: 0;
            font-size: 14px;
            line-height: 1.5;
            text-align: left;   
            padding: 15px 15px 0;      
        }


        .certification-info a.btn {
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            padding: 10px 15px;
            border: 1px solid #fff;
            color: #fff;
            text-decoration: none;
            margin-top: 10px;
            display: inline-block;
            background: transparent;
        }


        .certification-info button {
            margin-top: 10px;
            padding: 10px 20px;
            border: none;
            color: var(--white);
            cursor: pointer;
            display: none;
        }

        .certification-item:hover .certification-info {
            opacity: 1;

        }

        .certification-item:hover .certification-info button {
            display: block;
        }

        /* 320px to 374px */
        @media (max-width: 374px) {
            .certification-item {
                position: relative;
                overflow: hidden;
                height: 100vw !important;
            }

            .certification-info {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow-y: auto;
                padding: 16px;
                background-color: #bf0019;
                color: white;
                opacity: 0;
                transition: opacity 0.3s ease;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }

            .certification-item:hover .certification-info,
            .certification-item:focus-within .certification-info {
                opacity: 1;
            }

            .certifications-section-brandlist {
                padding: 10px 10px;
            }

            .certification-info p {
                margin: 0;
                font-size: 14px;
                line-height: 1.5;
                text-align: left;   
                padding: 0;      
            }
        }

        @media (min-width: 375px) and (max-width: 424px) {
            .certification-item {
                position: relative;
                overflow: hidden;
                height: 100vw;
            }

            .certification-info {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow-y: auto;
                padding: 20px;
                background-color: #bf0019;
                color: white;
                opacity: 0;
                transition: opacity 0.3s ease;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }

            .certification-item:hover .certification-info,
            .certification-item:focus-within .certification-info {
                opacity: 1;
            }
        }

        @media (min-width: 425px) and (max-width: 425px) {
            .certification-item {
                position: relative;
                overflow: hidden;
                height: 60vw;
            }

            .certification-info {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow-y: auto;
                padding: 20px;
                background-color: #bf0019;
                color: white;
                opacity: 0;
                transition: opacity 0.3s ease;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }

            .certification-item:hover .certification-info,
            .certification-item:focus-within .certification-info {
                opacity: 1;
            }
        }


        @media (max-width: 991px) {
            .certification-info p {
                margin: 0;
            }

            .certification-info button {
                display: block;
                margin-top: 15px;
            }

            .certification-item:hover .certification-info {
                display: flex;
                opacity: 1;
            }

            .certifications-grid {
                padding: 20px;
            }
        }


       
        @media (max-width: 576px) {
            .certifications-grid {
                grid-template-columns: 1fr;
                gap: 15px;
                padding: 15px 10px;
            }

            .certification-item {
                max-width: 100% !important;
                width: 100% !important;
            }
        }

/* ---------- BRAND LIST STYLES END ---------- */

/* ---------- BANNER SLIDER STYLES START ---------- */ 

     /* banner */
        .slider-area-sustainability, .slider-area-brands, .slider-area-downloads, .slider-area-newsletter, .slider-area-warranty-claim {
            position: relative;
            width: 100%;
            overflow: hidden;
        }



        .swiper-slide img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        /* Nav Arrows */
        .banner-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 24px;
            background-color: #bf0019;
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 38px;
            text-align: center;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        .banner-prev {
            left: 15px;
        }

        .banner-next {
            right: 15px;
        }

        @media (min-width: 768px) {
            .banner-prev {
                left: 50px;
            }

            .banner-next {
                right: 50px;
            }
        }


/* ---------- BANNER SLIDER STYLES END ---------- */ 

#feedback {
	height: 0px;
	width: 75px;
	position: fixed;
	right: 0;
	top: 47%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
	display: block;
	background:var(--text-red);
	height: 52px;
	padding-top: 10px;
	width: 200px;
	text-align: center;
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	text-transform:uppercase;
}
#feedback a:hover {
	background:#000;
}

    @media (max-width: 767px) {

        .custom-search-wrapper {
            display: none!important;
        }

        .mobile-search-icon {
            display: inline-block!important;
        }

        .searchbar-inner {
            max-width: 100%
        }

        .logo-container {
            margin-right: 30px;
        }

        .logo-img {
            height: 51px;
            position: absolute;
            top: -22px;
            left: -27px;
            object-fit: contain;
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
            background-color: #fff;
        }

        .searchbar-ui {
            padding-left: 0px !important;
        }
        .header {
            padding: 10px 10px 10px 40px;
        }

         .btn-type-2 {
            padding: 8px 15px !important;
            color: var(--white) !important;
            background: repeating-linear-gradient(45deg, #bf0019, #bf0019 5px, #c51a30 5px, #c51a30 7px);
            font-weight: 600 !important;
            font-size: 12px;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
            border: none !important;
            border-radius: 0 !important;
            display: inline-block !important;
            transition: background 0.15s ease-in-out !important;
            width: 100%;
            max-width: 200px !important;
            text-align: center !important;
        }

        .product-description {
            font-size: 18px;
            color: #000;
            padding: 0px 5px;
            min-height: 40px;
        } 

        .product-price{
            padding: 0 5px;
        }
    }

.search-group {
  margin-bottom: 1rem;
}

.group-title {
  font-weight: 600;
  color: #00897b;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}

.group-list a {
  display: block;
  color: #333;
  padding: 3px 0;
  font-size: 0.9rem;
  text-decoration: none;
}

.group-list a:hover {
  color: #00897b;
}

.product-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #222;
}

.product-link img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: contain;
  background: #f7f7f7;
}

.product-info {
  flex: 1;
}

.product-info strong {
  display: block;
  font-size: 0.9rem;
  color: #000;
}

.product-info .brand {
  font-size: 0.8rem;
  color: #777;
}

.product-info .price {
  color: #c0392b;
  font-weight: 600;
}

@media (max-width: 768px) {
  .search-wrapper {
    flex-direction: column;
  }

  /*.search-results,
  .sidenav-search-results {
    background: #fff;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 1rem;
  }*/

  .product-link img {
    width: 60px;
    height: 60px;
  }
}
#searchResults .search-wrapper {
    display: flex;
}

#searchResults .search-left {
    width: 35%;
    padding-right: 20px;
}

#searchResults .search-right {
    width: 65%;
}

#searchResults .search-right.full-width {
    width: 100% !important;
}

#searchResults .search-left.hidden {
    display: none !important;
}
/* scroll up button */
    .scroll-up-button {
        position: fixed;
        bottom: 1.5rem;
        right: 1.5rem;
        cursor: pointer;
        opacity: 0;
        transform: scale(0);
        visibility: hidden;
        transition: 0.45s cubic-bezier(0.3, 0, 0.15, 1);
        z-index: 1500;
    }

    
    .scroll-up-button.is-visible {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }

    
    .scroll-up-button .btn {
        width: 50px;
        height: 50px;
        background-color: #bf0019 !important;
        border: none;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    
    .scroll-up-button .btn span svg {
        position: relative;
        top: 2px;
    }

    
    .is-ctl-product .scroll-up-button {
        display: none;
    }

    
    @media (max-width: 575px) {
        .scroll-up-button {
            bottom: 1rem;
            right: 1rem;
        }

        .scroll-up-button .btn {
            width: 45px;
            height: 45px;
        }
    }

    .scroll-up-button .btn:hover,
    .scroll-up-button .btn:focus,
    .scroll-up-button .btn:active {
        background-color: #bf0019 !important;
        color: #fff !important;
        outline: none;
        box-shadow: none;
    }

    
    .scroll-up-button .btn:hover {
        background-color: #a80015 !important;
    }

    
    .scroll-up-button .btn svg {
        fill: #fff !important;
    }

      .video-element {
            display: none;
        }

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* =========================================
   GLOBAL PAGE LOADER
========================================= */

    /* .loader {
        position: fixed;
        inset: 0;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        transition: opacity 0.4s ease;
    }

    .loader.hidden {
        opacity: 0;
        pointer-events: none;
    }

    .spinner {
        width: 70px;
        height: 70px;
        border: 6px solid #f3f3f3;
        border-top-color: #bf0019;
        border-radius: 50%;
        animation: spin 0.9s linear infinite;
    }

    @keyframes spin {
        to { transform: rotate(360deg); }
    }

    .loader {
        animation: fadeOut 0.4s ease 1.2s forwards;
    }

    @keyframes fadeOut {
        to {
            opacity: 0;
            pointer-events: none;
        }
    } */


      .loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        transition: opacity 0.5s ease;
    }

    .loader.hidden {
        opacity: 0;
        pointer-events: none;
    }

    .spinner {
        border: 8px solid #f3f3f3;
        border-top: 4px solid #bf0019;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
/* footer */

    .accordion-button::after {
        content: "+";
        font-weight: bold;
        font-size: 1.1rem;
        color: white;
        background-image: none !important;
        transform: none !important;
        padding-bottom: 35px;
    }
    .accordion-button:not(.collapsed)::after {
        content: "−";
        color: white;
    }
    .accordion-button:hover {
        background-color: #56575c;
        color: white;
    }
    .accordion-item {
        color: white;
    }
    .accordion-button:not(.collapsed) {
        background-color: #56575c;
        color: #ffffff !important;
        box-shadow: none !important;
    }
    .accordion-button:focus {
        box-shadow: none !important;
    }
    .footer-title {
        color: #c0c0c0;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.88px;
        line-height: 38px;
        text-transform: uppercase;
        padding: 20px 0 0 0;
    }
    .footer-detail {
        color: #c0c0c0;
        font-size: 15px;
    }
    .footer-main {
        background: #56575c;
    }
    .accordion-button {
        background-color: #56575c;
        color: white;
    }
    .footer-btm-bg {
        background: repeating-linear-gradient(-45deg, #333a45, #333a45 5px, #333a45 5px, #333a45 7px);
    }
    .footer-section {
        display: flex;
        flex-direction: column;
        padding-bottom: 5px;
    }

    @media (max-width: 576px) {
        .footer-section {
            padding: 10px 18px 0px;
        }
    }

    @media (min-width: 768px) {
        .footer-section {
            flex-direction: row;
            justify-content: space-between;
        }
        .footer-block {
            flex: 1;
        }
    }
    .footer-toggle {
        width: 100%;
        background: #56575c;
        color: white;
        border: none;
        text-align: left;
        font-weight: bold;
        position: relative;
        font-size: 16px;
        letter-spacing: 1.88px;
        line-height: 38px;
        text-transform: uppercase;
        padding: 10px 0 10px 0;
    }
    .footer-toggle .toggle-icon {
        float: right;
        font-size: 24px;
        color: #878787;
        transition: transform 0.2s ease;
        margin-left: 8px;
        width: 22px;
        height: 22px;
    }
    .social-footer-icons a {
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        border-radius: 4px;
    }
    .social-footer-icons i {
        font-size: 22px !important;
    }
    .footer-quick-access {
        padding: 20px 11px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.3rem;
    }
    .footer-quick-access a {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.7px;
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        position: relative;
    }
    .footer-quick-access a::after {
        content: ' ·';
        margin-left: 5px;
    }
    .footer-quick-access a:last-child::after {
        content: '';
    }
    @media (max-width: 767px) {
        .footer-quick-access {
            flex-direction: column;
            align-items: center;
            gap: 6px;
        }
        .footer-quick-access a::after {
            content: '';
        }
    }
    .copyright-info {
        padding: 0 0 10px;
        text-align: center;
    }
    .copyright-footer {
        display: inline-block;
        font-size: 12px;
        letter-spacing: 1.9px;
        text-align: center;
        text-transform: uppercase;
        color: white;

    }
