
        :root {
            --orange: #ff6b1a;
            --purple: #a220ff;
            --dark: #20253a;
            --light: #f5f5f5;
        }

        body {
            font-family: Arial, sans-serif;
            background: #fff;
            overflow-x: hidden;
        }

        a {
            text-decoration: none;
        }

        .section-padding {
            padding: 80px 0;
        }

        /* NAVBAR */

        .navbar {
            background: #fff;
            box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
        }

        .navbar-brand {
            font-weight: 700;
            font-size: 28px;
            color: var(--purple);
        }

        .nav-link {
            font-weight: 600;
            margin: 0 10px;
        }

        /* HERO */

        .hero {
            position: relative;
            min-height: 650px;
            overflow: hidden;
            display: flex;
            align-items: center;
        }
        
        .hero-video {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: translate(-50%, -50%);
            z-index: -2;
        }
        
        .hero-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.45);
            z-index: -1;
        }



        /*.hero {*/
        /*    background: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=1800') center center;*/
        /*    background-size: cover;*/
        /*    min-height: 650px;*/
        /*    position: relative;*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*}*/

        .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, .25);
        }

        .hero-content {
            position: relative;
            z-index: 2;
            background: rgb(20 20 21 / 35%);
            padding: 40px;
            border-radius: 20px;
            /* max-width: 520px; */
            color: #fff;
            text-align: center;
        }

        .hero-content h1 {
            font-size: 58px;
            font-weight: 800;
            line-height: 1.1;
        }

        .btn-orange {
            background: var(--orange);
            color: #fff;
            border: none;
            padding: 12px 25px;
            border-radius: 10px;
            font-weight: 700;
        }

        .btn-orange:hover {
            background: #e95b10;
            color: #fff;
        }
        .btn-purple {
            background: var(--purple);
            color: #fff;
            border: none;
            padding: 12px 25px;
            border-radius: 10px;
            font-weight: 700;
        }

        .btn-purple:hover {
            background: #5e0c99;
            color: #fff;
        }

        /* STATS */

        .stats-box {
            margin-top: -60px;
            position: relative;
            z-index: 20;
            background: linear-gradient(90deg, #8a2be2, #c600ff);
            border-radius: 20px;
            padding: 35px;
            color: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
        }

        .stats-box h2 {
            font-size: 48px;
            font-weight: 800;
        }

        /* ABOUT */

        .about-img {
            width: 100%;
            border-radius: 0% 25%;
            /* height: 450px; */
            /* object-fit: cover; */
        }

        .title-orange {
            color: var(--orange);
            font-weight: 800;
        }
        .title-purple {
            color: var(--purple);
            font-weight: 800;
        }

        .title-dark {
            color: var(--dark);
            font-weight: 800;
        }

        /* BRANDS */

        .brand-logo {
            height: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
            font-weight: 700;
        }
        /* .brand-logo{
            background: #fff;
            border: 1px solid #eee;
            border-radius: 12px;
            padding: 20px;
            transition: 0.3s;
            height: 100%;
        } */

        .brand-logo:hover{
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .brand-logo img{
            max-height: 80px;
            object-fit: contain;
        }

        /* CATEGORIES */

        .categories {
            background: #f3f3f3;
        }

        .category-card {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            height: 260px;
        }

        .category-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .4s;
        }

        .category-card:hover img {
            transform: scale(1.08);
        }

        .category-overlay {
            position: absolute;
            bottom: 0;
            width: 100%;
            background: rgba(0, 0, 0, .6);
            padding: 10px;
            color: #fff;
            font-weight: 700;
        }

        /* PRODUCTS */

        .products-banner {
            background: url('https://images.unsplash.com/photo-1553413077-190dd305871c?q=80&w=1800') center center;
            background-size: cover;
            padding: 60px 0;
        }

        .filter-btn {
            background: #fff;
            border: none;
            padding: 10px 18px;
            border-radius: 50px;
            font-size: 14px;
            margin: 5px;
        }

        .product-card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
            transition: .3s;
            height: 100%;
        }

        .product-card:hover {
            transform: translateY(-5px);
        }

        .product-card img {
            height: 220px;
            object-fit: cover;
        }

        .product-card .btn {
            background: var(--orange);
            border: none;
        }

        /* FAQ */

        .faq-section {
            background: #f6f6f6;
            border-radius: 30px;
            padding: 50px;
        }

        .accordion-button:not(.collapsed) {
            background: var(--purple);
            color: #fff;
        }

        /* why choose  */
        .why-us-section{
        background:#f8f9fc;
        position:relative;
        }

        .section-badge{
        background:rgba(162,32,255,.10);
        color:#a220ff;
        padding:10px 20px;
        border-radius:50px;
        font-weight:600;
        font-size:14px;
        }

        .section-title{
        font-size:48px;
        font-weight:800;
        color:#20253a;
        line-height:1.2;
        }

        .section-title span{
        color:#a220ff;
        }

        .section-desc{
        max-width:700px;
        margin:20px auto 0;
        color:#6c757d;
        font-size:17px;
        }

        .why-card{
        background:#fff;
        border-radius:24px;
        padding:35px 30px;
        height:100%;
        transition:.4s;
        border:1px solid #eee;
        }

        .why-card:hover{
        transform:translateY(-10px);
        box-shadow:0 20px 40px rgba(0,0,0,.08);
        }

        .why-icon{
        width:75px;
        height:75px;
        border-radius:20px;
        background:linear-gradient(135deg,#a220ff,#ff6b1a);
        display:flex;
        align-items:center;
        justify-content:center;
        color:#fff;
        font-size:28px;
        margin-bottom:25px;
        }

        .why-card h4{
        font-weight:700;
        color:#20253a;
        margin-bottom:15px;
        }

        .why-card p{
        color:#6c757d;
        margin-bottom:0;
        line-height:1.8;
        }

        @media(max-width:768px){


        .section-title{
            font-size:34px;
        }

        .why-card{
            padding:25px;
        }
        }

        /* CTA */

        .cta {
            background: linear-gradient(90deg, #8a2be2, #c600ff);
            border-radius: 20px;
            padding: 40px;
            color: #fff;
        }

        /* FOOTER */

    .footer-section {
        background: #fff;
        padding: 80px 0 20px;
        border-top: 1px solid #eee;
    }

    .footer-logo h3 {
        font-weight: 800;
        margin: 0;
        color: #20253a;
    }

    .footer-logo span {
        color: #a220ff;
    }

    .footer-text {
        color: #666;
        line-height: 1.8;
    }

    .footer-section h5 {
        font-weight: 700;
        margin-bottom: 25px;
        color: #20253a;
        position: relative;
    }

    .footer-section h5::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 40px;
        height: 3px;
        background: linear-gradient(90deg, #a220ff, #ff6b1a);
        border-radius: 20px;
    }

    .footer-links,
    .footer-contact {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li,
    .footer-contact li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #666;
        text-decoration: none;
        transition: .3s;
    }

    .footer-links a:hover {
        color: #a220ff;
        padding-left: 5px;
    }

    .footer-contact li {
        color: #666;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .footer-contact i {
        color: var(--purple);
        margin-top: 4px;
    }

    .social-links {
        display: flex;
        gap: 12px;
    }

    .social-links a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        background: #f5f5f5;
        color: #20253a;
        transition: .3s;
    }

    .social-links a:hover {
        background: linear-gradient(135deg, #a220ff, #ff6b1a);
        color: #fff;
        transform: translateY(-4px);
    }

    .footer-bottom {
        margin-top: 50px;
        padding-top: 25px;
        border-top: 1px solid #eee;
        color: #777;
        font-size: 14px;
    }

        /* RESPONSIVE */

        @media(max-width:768px) {

            .hero {
                min-height: auto;
                padding: 120px 0;
            }

            .hero-content {
                max-width: 100%;
                padding: 25px;
            }

            .hero-content h1 {
                font-size: 38px;
            }

            .stats-box {
                margin-top: 20px;
            }

            .about-img {
                height: 300px;
                margin-top: 30px;
            }

            .faq-section {
                padding: 25px;
            }
              .footer-section {
            text-align: center;
        }

        .footer-section h5::after {
            left: 50%;
            transform: translateX(-50%);
        }

        .social-links {
            justify-content: center;
        }

        .footer-contact li {
            justify-content: center;
        }

        }
