body{
    font-family:Arial, Helvetica, sans-serif;
}

/* Footer */

.footer{

    background:#262323;
    color:#fff;

    padding-top:70px;

}

.footer-logo{

    font-size:42px;
    font-weight:700;
    margin-bottom:35px;

}

.footer-address{

    color:#d8d8d8;
    line-height:1.8;
    margin-bottom:20px;

}

.footer p{

    color:#d8d8d8;
    font-size:17px;

}

.footer p strong{

    color:#fff;

}

.footer-title{

    font-size:26px;
    font-weight:600;
    margin-bottom:25px;
    position:relative;

}

.footer-title::after{

    content:"";
    width:28px;
    height:3px;
    background:#f5a000;
    position:absolute;
    left:0;
    bottom:-10px;

}

.footer-links{

    list-style:none;
    padding:0;
    margin:0;

}

.footer-links li{

    margin-bottom:18px;

}

.footer-links a{

    color:#d5d5d5;
    text-decoration:none;
    transition:.3s;

}

.footer-links a:hover{

    color:#f5a000;
    padding-left:5px;

}



/* Bottom Footer */

.footer-bottom{

    margin-top:60px;
    background:#1d1b1b;
    padding:30px 0;

}

.footer-bottom a{

    color:#f5a000;
    text-decoration:none;

}

.social-icons{

    display:flex;
    justify-content:end;
    gap:12px;

}

.social-icons a{

    width:46px;
    height:46px;
    background:#333;
    color:#f5a000;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    border-radius:5px;

    transition:.3s;

    font-size:20px;

}

.social-icons a:hover{

    background:#f5a000;
    color:#fff;
    transform:translateY(-3px);

}



/* Back To Top */

#backToTop{

    position:fixed;

    right:25px;
    bottom:25px;

    width:55px;
    height:55px;

    background:#f5a000;
    color:#fff;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    text-decoration:none;

    font-size:20px;

    opacity:0;
    visibility:hidden;

    transition:.3s;

    z-index:999;

}

#backToTop.show{

    opacity:1;
    visibility:visible;

}


/* Responsive */

@media(max-width:768px){

.social-icons{

justify-content:center;
margin-top:20px;

}

.footer{

text-align:center;

}

.footer-title::after{

left:50%;
transform:translateX(-50%);

}

}

.custom-navbar{

    background:#ffffff;
    box-shadow:0 3px 15px rgba(0,0,0,.08);

    padding:12px 0;

}

.logo{

    width:65px;
    height:65px;
    object-fit:fill;
    margin-right:12px;

}

.brand-text h4{

    margin:0;
    font-size:26px;
    font-weight:700;
    color:#222;

}

.brand-text small{

    color:#777;
    font-size:13px;
    letter-spacing:.5px;

}

/* Navigation */

.navbar-nav .nav-link{

    font-size:16px;
    font-weight:600;
    color:#333;
    margin-left:18px;
    transition:.3s;

}

.navbar-nav .nav-link:hover{

    color:#f5a000;

}

.navbar-nav .nav-link.active{

    color:#f5a000;

}

/* Dropdown */

.dropdown-menu{

    border:none;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);

}

.dropdown-item{

    padding:10px 18px;

}

.dropdown-item:hover{

    background:#f5a000;
    color:#fff;

}

/* Mobile */

@media(max-width:991px){

.brand-text h4{

    font-size:22px;

}

.navbar-nav{

    margin-top:15px;

}

.navbar-nav .nav-link{

    margin-left:0;
    padding:12px 0;

}

}

/* ===================== HIGHLIGHTS ====================== */

.highlights{

    background:#353535;
    padding:18px 0;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);

}

.highlight-item{

    display:flex;
    align-items:center;
    justify-content:center;

    gap:15px;

    padding:8px 20px;

    border-right:1px solid rgba(255,255,255,.12);

}

.highlight-item i{

    color:#f5a000;
    font-size:34px;
    min-width:38px;

}

.highlight-item h6{

    color:#fff;
    margin:0;
    font-size:17px;
    font-weight:600;

}

.highlight-item small{

    color:#c9c9c9;
    font-size:13px;

}

@media(max-width:991px){

    .highlight-item{

        justify-content:flex-start;
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.08);
        padding:18px 0;

    }

}

/*=====================================================
            CONTACT PAGE
======================================================*/

.contact-section{

    background:#f5f7fb;
    padding:100px 0;

}

/*=========================
      Section Heading
=========================*/

.section-title{

    text-align:center;
    margin-bottom:70px;

}

.section-title span{

    color:#f5a000;
    font-weight:600;
    letter-spacing:4px;
    font-size:14px;
    text-transform:uppercase;

}

.section-title h2{

    margin-top:15px;
    margin-bottom:20px;

    font-size:48px;
    font-weight:700;

    color:#222;

}

.section-title p{

    max-width:700px;
    margin:auto;

    color:#777;

    line-height:1.9;
    font-size:17px;

}


/*=========================
      Contact Cards
=========================*/

.contact-card{

    background:#fff;

    border-radius:18px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    border:1px solid #ececec;

    box-shadow:0 10px 35px rgba(0,0,0,.05);

}

.contact-card:hover{

    transform:translateY(-12px);

    border-color:#f5a000;

    box-shadow:0 18px 40px rgba(245,160,0,.18);

}

.contact-card i{

    width:75px;
    height:75px;

    background:#f5a000;

    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    margin:auto;

    border-radius:50%;

    font-size:30px;

    margin-bottom:25px;

}

.contact-card h5{

    color:#222;

    font-weight:700;

    margin-bottom:15px;

}

.contact-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:0;

}


/*=========================
        Contact Form
=========================*/

.contact-form{

    background:#fff;

    padding:55px;

    border-radius:20px;

    margin:70px 0;

    border:1px solid #ececec;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.contact-form h3{

    text-align:center;

    color:#222;

    font-weight:700;

    margin-bottom:40px;

}


/*=========================
        Form Fields
=========================*/

.form-control{

    height:58px;

    border-radius:12px;

    border:1px solid #ddd;

    background:#fafafa;

    padding:15px 20px;

    font-size:15px;

    transition:.3s;

}

textarea.form-control{

    height:auto;

    min-height:180px;

    resize:none;

}

.form-control:focus{

    border-color:#f5a000;

    background:#fff;

    box-shadow:0 0 0 .25rem rgba(245,160,0,.15);

}

.form-control::placeholder{

    color:#999;

}


/*=========================
      Submit Button
=========================*/

.btn-send{

    background:#f5a000;

    color:#fff;

    border:none;

    padding:15px 45px;

    border-radius:50px;

    font-size:17px;

    font-weight:600;

    transition:.35s;

}

.btn-send:hover{

    background:#d88d00;

    transform:translateY(-3px);

    box-shadow:0 10px 25px rgba(245,160,0,.35);

}


/*=========================
        Google Map
=========================*/

.map-box{

    border-radius:20px;

    overflow:hidden;

    border:1px solid #ececec;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.map-box iframe{

    width:100%;

    height:450px;

    border:0;

}


/*=========================
        Responsive
=========================*/

@media(max-width:991px){

    .contact-section{

        padding:70px 0;

    }

    .section-title h2{

        font-size:38px;

    }

    .contact-form{

        padding:35px;

    }

}

@media(max-width:767px){

    .section-title h2{

        font-size:32px;

    }

    .contact-card{

        padding:30px 20px;

    }

    .contact-form{

        padding:25px;

    }

}

/*==================================================
                ABOUT US PAGE
==================================================*/

.about-section{

    background:#f5f7fb;
    padding:100px 0;

}

/*==============================
        SECTION TITLE
==============================*/

.section-title{

    text-align:center;
    margin-bottom:60px;

}

.section-title span{

    display:inline-block;
    color:#f5a000;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:12px;

}

.section-title h2{

    font-size:46px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;

}

.section-title p{

    max-width:720px;
    margin:auto;

    color:#666;
    line-height:1.9;
    font-size:17px;

}

/*==============================
        SHOP IMAGE
==============================*/

.about-image{

    overflow:hidden;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

    margin-bottom:70px;

}

.about-image img{

    width:100%;
    display:block;

    transition:.5s;

}

.about-image:hover img{

    transform:scale(1.05);

}

/*==============================
          CONTENT
==============================*/

.about-section h3{

    color:#222;

    font-size:34px;

    font-weight:700;

    margin-bottom:25px;

}

.about-section p{

    color:#666;

    line-height:1.9;

    font-size:16px;

}

/*==============================
        FEATURE LIST
==============================*/

.feature-list{

    background:#fff;

    padding:35px;

    border-radius:18px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    border:1px solid #ececec;

}

.feature-list div{

    display:flex;

    align-items:center;

    margin-bottom:22px;

    font-size:17px;

    font-weight:500;

    color:#333;

}

.feature-list div:last-child{

    margin-bottom:0;

}

.feature-list i{

    color:#f5a000;

    font-size:22px;

    margin-right:15px;

}

/*==============================
        MISSION & VISION
==============================*/

.about-card{

    background:#fff;

    border-radius:18px;

    padding:40px;

    text-align:center;

    border:1px solid #ececec;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

    height:100%;

}

.about-card:hover{

    transform:translateY(-10px);

    border-color:#f5a000;

    box-shadow:0 18px 45px rgba(245,160,0,.18);

}

.about-card i{

    width:75px;
    height:75px;

    background:#f5a000;

    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    margin:0 auto 20px;

    font-size:30px;

}

.about-card h4{

    color:#222;

    font-size:26px;

    margin-bottom:18px;

    font-weight:700;

}

.about-card p{

    margin:0;

}

/*==============================
        WHY CHOOSE US
==============================*/

.why-us{

    margin-top:90px;

    text-align:center;

}

.why-us h3{

    margin-bottom:50px;

}

.counter-box{

    background:#fff;

    border-radius:18px;

    padding:35px 20px;

    border:1px solid #ececec;

    transition:.35s;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.counter-box:hover{

    transform:translateY(-10px);

    border-color:#f5a000;

    box-shadow:0 18px 40px rgba(245,160,0,.18);

}

.counter-box i{

    font-size:40px;

    color:#f5a000;

    margin-bottom:18px;

}

.counter-box h2{

    font-size:42px;

    color:#222;

    font-weight:700;

    margin-bottom:10px;

}

.counter-box p{

    margin:0;

    color:#666;

    font-size:16px;

}

/*==============================
          RESPONSIVE
==============================*/

@media(max-width:991px){

    .about-section{

        padding:80px 0;

    }

    .section-title h2{

        font-size:38px;

    }

    .about-section h3{

        margin-top:40px;

        font-size:30px;

    }

    .why-us{

        margin-top:70px;

    }

}

@media(max-width:767px){

    .section-title h2{

        font-size:32px;

    }

    .feature-list{

        padding:25px;

    }

    .about-card{

        padding:30px;

    }

    .counter-box{

        margin-bottom:25px;

    }

}

/*=============================
        COMING SOON
==============================*/

.coming-soon-section{

    background:#f5f7fb;

    padding:120px 0;

}

.coming-box{

    max-width:850px;

    margin:auto;

    background:#fff;

    padding:70px 50px;

    border-radius:22px;

    text-align:center;

    border:1px solid #ececec;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.coming-icon{

    width:110px;
    height:110px;

    background:#f5a000;

    color:#fff;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    margin:0 auto 30px;

    font-size:46px;

    animation:float 3s ease-in-out infinite;

}

.coming-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:#fff7df;

    color:#c78300;

    font-weight:600;

    margin-bottom:20px;

}

.coming-box h1{

    font-size:48px;

    font-weight:700;

    color:#222;

}

.coming-box h4{

    margin:20px 0;

    color:#f5a000;

    font-weight:600;

}

.coming-box p{

    color:#666;

    line-height:1.9;

    font-size:17px;

    max-width:650px;

    margin:20px auto;

}

.action-buttons{

    margin-top:40px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.btn-theme{

    background:#f5a000;

    color:#fff;

    padding:14px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-theme:hover{

    background:#da9100;

    color:#fff;

    transform:translateY(-3px);

}

.btn-outline-theme{

    border:2px solid #f5a000;

    color:#f5a000;

    padding:14px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-outline-theme:hover{

    background:#f5a000;

    color:#fff;

}

@keyframes float{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-10px);

    }

}

@media(max-width:768px){

    .coming-box{

        padding:50px 25px;

    }

    .coming-box h1{

        font-size:36px;

    }

    .coming-icon{

        width:90px;
        height:90px;
        font-size:38px;

    }

}

/*==================================
        SERVICES PAGE
===================================*/

.services-page{

    background:#f5f7fb;

    padding:100px 0;

}

/* Heading */

.section-title{

    text-align:center;

    margin-bottom:70px;

}

.section-title span{

    color:#f5a000;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

}

.section-title h2{

    margin:15px 0;

    font-size:46px;

    color:#222;

    font-weight:700;

}

.section-title p{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:1.9;

}

/* Cards */

.service-card{

    background:#fff;

    border-radius:18px;

    padding:35px 28px;

    text-align:center;

    height:100%;

    transition:.35s;

    border:1px solid #ececec;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.service-card:hover{

    transform:translateY(-10px);

    border-color:#f5a000;

    box-shadow:0 20px 40px rgba(245,160,0,.18);

}

.service-card i{

    width:75px;

    height:75px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    border-radius:50%;

    background:#fff8e6;

    color:#f5a000;

    font-size:32px;

    margin-bottom:22px;

    transition:.35s;

}

.service-card:hover i{

    background:#f5a000;

    color:#fff;

    transform:rotate(8deg);

}

.service-card h5{

    color:#222;

    font-size:22px;

    margin-bottom:15px;

    font-weight:700;

}

.service-card p{

    color:#666;

    line-height:1.7;

    margin-bottom:0;

}

/* CTA */

.service-cta{

    margin-top:90px;

    text-align:center;

    background:#fff;

    padding:60px;

    border-radius:22px;

    border:1px solid #ececec;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.service-cta h3{

    font-size:36px;

    color:#222;

    margin-bottom:20px;

}

.service-cta p{

    max-width:650px;

    margin:auto;

    color:#666;

    line-height:1.8;

    margin-bottom:35px;

}

.btn-theme{

    display:inline-block;

    background:#f5a000;

    color:#fff;

    text-decoration:none;

    padding:14px 35px;

    border-radius:50px;

    margin:10px;

    font-weight:600;

    transition:.3s;

}

.btn-theme:hover{

    background:#d88f00;

    color:#fff;

}

.btn-outline-theme{

    display:inline-block;

    border:2px solid #f5a000;

    color:#f5a000;

    text-decoration:none;

    padding:14px 35px;

    border-radius:50px;

    margin:10px;

    font-weight:600;

    transition:.3s;

}

.btn-outline-theme:hover{

    background:#f5a000;

    color:#fff;

}

/* Responsive */

@media(max-width:768px){

    .services-page{

        padding:70px 0;

    }

    .section-title h2{

        font-size:34px;

    }

    .service-cta{

        padding:35px 25px;

    }

    .service-cta h3{

        font-size:28px;

    }

}
.service-banner{

    width:100%;

    height:170px;

    object-fit:cover;

    border-radius:12px;

    margin-bottom:20px;

    transition:.35s;

}


.service-card:hover .service-banner{

    transform:scale(1.05);

}

/*================ HERO =================*/

.hero-section{

    background:linear-gradient(135deg,#2f2f2f,#3b3b3b);

    padding:90px 0;

    position:relative;

    overflow:hidden;

}

.hero-badge{

    display:inline-block;

    background:#f5a000;

    color:#fff;

    padding:8px 20px;

    border-radius:30px;

    margin-bottom:20px;

    font-weight:600;

}

.hero-section h1{

    color:#fff;

    font-size:58px;

    font-weight:700;

    line-height:1.2;

}

.hero-section h1 span{

    color:#f5a000;

}

.hero-section p{

    color:#d6d6d6;

    margin:25px 0;

    font-size:18px;

}

.hero-buttons{

    display:flex;

    gap:15px;

}

.hero-image{

    animation:float 4s ease-in-out infinite;

}

@keyframes float{

0%{transform:translateY(0);}
50%{transform:translateY(-15px);}
100%{transform:translateY(0);}

}

.scroll-indicator{

    position:absolute;

    bottom:20px;

    left:50%;

    transform:translateX(-50%);

    color:#fff;

    font-size:28px;

    animation:bounce 2s infinite;

}

@keyframes bounce{

0%,100%{transform:translate(-50%,0);}
50%{transform:translate(-50%,-10px);}

}

/*================ SECTION TITLE =================*/

.section-title{

    text-align:center;

    margin-bottom:50px;

    font-size:38px;

    font-weight:700;

    color:#333;

    position:relative;

}

.section-title::after{

    content:"";

    width:80px;

    height:4px;

    background:#f5a000;

    display:block;

    margin:15px auto 0;

}

/*================ BRANDS =================*/

.brands{

    padding:70px 0;

    background:#fff;

}

.brand-logo{

    max-width:120px;

    opacity:.6;

    transition:.3s;

    filter:grayscale(100%);

}

.brand-logo:hover{

    opacity:1;

    filter:none;

    transform:scale(1.08);

}

/*================ CATEGORIES =================*/

.categories{

    padding:80px 0;

    background:#f8f8f8;

}

.category-card{

    background:#fff;

    text-align:center;

    padding:40px 25px;

    border-radius:15px;

    transition:.35s;

    height:100%;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.category-card i{

    font-size:50px;

    color:#f5a000;

    margin-bottom:20px;

}

.category-card h5{

    font-weight:700;

}

.category-card:hover{

    transform:translateY(-10px);

    border:2px solid #f5a000;

}

.category-card p{

    color:#666;

}

/*================ PRODUCTS =================*/

.featured-products{

    padding:90px 0;

    background:#ffffff;

}

.product-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 5px 25px rgba(0,0,0,.08);

    transition:.35s;

    position:relative;

    height:100%;

}

.product-card:hover{

    transform:translateY(-10px);

    box-shadow:0 15px 40px rgba(0,0,0,.18);

}

.product-card img{

    padding:25px;

    transition:.4s;

}

.product-card:hover img{

    transform:scale(1.08);

}

.product-body{

    padding:20px;

}

.product-body small{

    color:#999;

}

.product-body h5{

    margin:10px 0;

    font-weight:700;

}

.product-body h4{

    color:#f5a000;

    font-weight:700;

    margin:18px 0;

}

.rating{

    color:#ffc107;

    margin:12px 0;

}

.product-badge{

    position:absolute;

    left:15px;

    top:15px;

    background:#28a745;

    color:#fff;

    padding:5px 12px;

    border-radius:20px;

    font-size:12px;

}

.sale{

    background:#dc3545;

}



/*================ WHY US =================*/

.why-us{

    padding:90px 0;

    background:#353535;

}

.why-small{

    color:#f5a000;

    letter-spacing:2px;

    font-weight:600;

}

.why-us h2{

    color:#fff;

    font-size:42px;

    margin:15px 0;

}

.why-us p{

    color:#cfcfcf;

    line-height:1.8;

    margin-bottom:30px;

}

.why-item{

    color:#fff;

    margin-bottom:18px;

    font-size:18px;

}

.why-item i{

    color:#f5a000;

    margin-right:12px;

}

/*================ SERVICES =================*/

.services-section{

    padding:90px 0;
    background:#f8f8f8;

}

.service-card{

    background:#fff;

    padding:40px 30px;

    text-align:center;

    border-radius:15px;

    transition:.35s;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.service-card:hover{

    transform:translateY(-10px);

    border-bottom:4px solid #f5a000;

}

.service-card i{

    font-size:55px;

    color:#f5a000;

    margin-bottom:20px;

}

/*================ COUNTERS =================*/

.counter-section{

    background:#2f2f2f;

    padding:80px 0;

}

.counter-box{

    color:#fff;

}

.counter-box i{

    font-size:45px;

    color:#f5a000;

    margin-bottom:15px;

}

.counter-box h2{

    font-size:48px;

    font-weight:700;

}

/*================ TESTIMONIAL =================*/

.testimonial-section{

    padding:90px 0;

    background:#ffffff;

}

.testimonial-card{

    max-width:700px;

    margin:auto;

    text-align:center;

}

.testimonial-card img{

    width:110px;

    height:110px;

    border-radius:50%;

    margin-bottom:20px;

}

.stars{

    color:#ffc107;

    font-size:22px;

    margin:15px 0;

}

.testimonial-card p{

    font-size:18px;

    color:#666;

    line-height:1.8;

}

/*================ CTA =================*/

.cta-section{

    background:#353535;

    padding:70px 0;

}

.cta-section h2{

    color:#fff;

    font-size:40px;

}

.cta-section p{

    color:#d5d5d5;

    margin-top:15px;

}

.cta-section .btn{

    padding:15px 40px;

    font-weight:600;

}

/*================ HERO ================*/

.product-hero{

    background:linear-gradient(135deg,#2f2f2f,#3b3b3b);

    padding:70px 0;

}

.product-hero h1{

    color:#fff;
    font-size:48px;
    font-weight:700;

}

.product-hero p{

    color:#d0d0d0;
    margin-top:15px;
    max-width:520px;

}

.breadcrumb{

    margin:0;
}

.breadcrumb-item a{

    color:#f5a000;
    text-decoration:none;

}

.breadcrumb-item.active{

    color:#ddd;

}



/*================ FILTER ================*/

.product-filter{

    background:#fff;

    padding:25px 0;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    margin-top:-35px;

    position:relative;

    z-index:10;

    border-radius:15px;

}



.search-box{

    position:relative;

}

.search-box i{

    position:absolute;

    left:18px;

    top:50%;

    transform:translateY(-50%);

    color:#888;

}

.search-box input{

    width:100%;

    height:52px;

    border:1px solid #ddd;

    border-radius:12px;

    padding-left:50px;

    outline:none;

    transition:.3s;

}

.search-box input:focus{

    border-color:#f5a000;

    box-shadow:0 0 0 3px rgba(245,160,0,.2);

}



.form-select{

    height:52px;

    border-radius:12px;

}

.form-select:focus{

    border-color:#f5a000;

    box-shadow:0 0 0 3px rgba(245,160,0,.2);

}



.view-btns{

    display:flex;

    justify-content:center;

    gap:12px;

}



.view-btns button{

    width:50px;

    height:50px;

    border:none;

    border-radius:12px;

    background:#f4f4f4;

    transition:.3s;

}



.view-btns button.active,

.view-btns button:hover{

    background:#f5a000;

    color:#fff;

}

/*================ PRODUCTS =================*/

.products{

    background:#f8f9fb;

}

.product-card{

    background:#ffffff;

    border-radius:18px;

    overflow:hidden;

    transition:.35s;

    position:relative;

    border:1px solid #ececec;

    height:100%;

}

.product-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.product-image{

    background:#f3f3f3;

    height:240px;

    display:flex;

    justify-content:center;

    align-items:center;

    overflow:hidden;

}

.product-image img{

    max-width:80%;

    max-height:190px;

    transition:.4s;

}

.product-card:hover img{

    transform:scale(1.08);

}

.product-body{

    padding:25px;

}

.product-brand{

    color:#f5a000;

    font-weight:700;

    font-size:14px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.product-title{

    font-size:24px;

    font-weight:700;

    margin:8px 0;

}

.product-category{

    color:#777;

    font-size:14px;

}

.product-description{

    color:#666;

    line-height:1.6;

    min-height:55px;

}

.product-badge{

    position:absolute;

    top:18px;

    left:18px;

    background:#f5a000;

    color:#fff;

    padding:6px 15px;

    border-radius:30px;

    font-size:12px;

    font-weight:600;

    z-index:2;

}

.best{

    background:#1d3557;

}

.btn-details{

    display:inline-block;

    margin-top:10px;

    padding:12px 28px;

    border-radius:30px;

    background:#f5a000;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-details:hover{

    background:#222;

    color:#fff;

}

@media(max-width:768px){

.product-image{

height:200px;

}

.product-title{

font-size:20px;

}

}

/*================ LIST VIEW =================*/

.list-view>.product-item{

    width:100%;

}

.list-view .product-card{

    display:flex;

    align-items:center;

}

.list-view .product-image{

    width:280px;

    min-width:280px;

    height:220px;

}

.list-view .product-body{

    flex:1;

}

@media(max-width:768px){

.list-view .product-card{

display:block;

}

.list-view .product-image{

width:100%;
min-width:100%;

}

}

/*================ COMMON ================*/

.section-title span{

    color:#f5a000;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;

}

.section-title h2{

    font-size:38px;
    font-weight:700;
    margin-top:10px;

}

.section-title p{

    color:#777;

}



/*================ BRANDS ================*/

.brands-section{

    padding:80px 0;
    background:#fff;

}

.brand-box{

    background:#fff;

    border:1px solid #ececec;

    border-radius:15px;

    height:120px;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

}

.brand-box:hover{

    border-color:#f5a000;

    transform:translateY(-8px);

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.brand-box img{

    max-width:120px;
    max-height:50px;

}



/*================ CATEGORY ================*/

.categories-section{

    background:#f8f9fb;

    padding:80px 0;

}

.category-box{

    background:#fff;

    border-radius:15px;

    padding:35px;

    text-align:center;

    transition:.3s;

}

.category-box:hover{

    transform:translateY(-8px);

}

.category-box i{

    font-size:45px;

    color:#f5a000;

}

.category-box h5{

    margin:20px 0 10px;

}



/*================ WHY US ================*/

.why-us{

    padding:90px 0;

}

.mini-title{

    color:#f5a000;

    font-weight:700;

}

.why-us h2{

    font-size:40px;

    margin:15px 0;

}

.why-list{

    list-style:none;

    padding:0;

}

.why-list li{

    margin:18px 0;
    color:#faf6f6;
    font-size:18px;
    

}

.why-list i{

    color:#f5a000;

    margin-right:10px;

}



/*================ CTA ================*/

.cta-section{

    background:#2f2f2f;

    color:#fff;

    padding:70px 0;

}

.cta-btn{

    background:#f5a000;

    color:#fff;

    padding:15px 40px;

    border-radius:40px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.cta-btn:hover{

    background:#fff;

    color:#222;

}

/*================ TESTIMONIAL =================*/

.testimonials{

padding:90px 0;

background:#f8f9fb;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.05);

transition:.35s;

height:100%;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.quote{

font-size:40px;

color:#f5a000;

margin-bottom:20px;

}

.testimonial-card h5{

margin-bottom:5px;

}



/*================ FAQ =================*/

.faq-section{

padding:90px 0;

}

.accordion-item{

border:none;

margin-bottom:18px;

border-radius:12px;

overflow:hidden;

box-shadow:0 5px 18px rgba(0,0,0,.06);

}

.accordion-button{

font-weight:600;

padding:22px;

}

.accordion-button:not(.collapsed){

background:#f5a000;

color:#fff;

}



/*================ CONTACT =================*/

.contact-banner{

background:#303030;

color:#fff;

padding:70px 0;

}

.call-btn,

.whatsapp-btn{

display:inline-block;

padding:15px 30px;

border-radius:35px;

text-decoration:none;

margin-left:10px;

transition:.3s;

}

.call-btn{

background:#f5a000;

color:#fff;

}

.whatsapp-btn{

background:#25D366;

color:#fff;

}

.call-btn:hover,

.whatsapp-btn:hover{

transform:translateY(-5px);

box-shadow:0 12px 25px rgba(0,0,0,.2);

}