:root{
    --theme:#16a34a;
    --theme-dark:#12823c;
    --light:#f8f9fa;
    --dark:#222;
    --gray:#666;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#fafafa;
    color:#222;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
}

.section{
    padding:80px 0;
}

.bg-light2{
    background:#f5f7fb;
}

.heading{
    text-align:center;
    margin-bottom:60px;
}

.heading h1{
    font-weight:700;
    margin-bottom:10px;
}

.heading p{
    color:#777;
    font-size:17px;
}

/* ======================
TOPBAR
======================*/

.topbar{

    background:#111;
    color:#fff;
    font-size:14px;
    padding:10px 0;

}

.topbar i {
    color: #ffffff;
    margin-right: 0px;
}

.topbar a{
    color:#fff;
}

.social a{

    width:34px;
    height:34px;
    background:rgba(255,255,255,.1);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    margin-left:8px;
    transition:.3s;

}

.social a:hover{

    background:var(--theme);
    transform:translateY(-3px);

}

/* ======================
NAVBAR
======================*/

.navbar{

    background:#fff;
    box-shadow:0 5px 25px rgba(0,0,0,.05);
    padding:15px 0;
    position:sticky;
    top:0;
    z-index:999;

}

.navbar-brand img{

    height:65px;

}

.navbar-nav .nav-link{

    color:#222;
    font-weight:600;
    padding:15px 18px;
    transition:.3s;

}

.navbar-nav .nav-link:hover{

    color:var(--theme);

}

.navbar-nav .nav-link.active{

    color:var(--theme);

}

.dropdown-menu{

    border:0;
    border-radius:12px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    padding:10px;

}

.dropdown-item{

    border-radius:8px;
    padding:10px 15px;
    transition:.3s;

}

.dropdown-item:hover{

    background:var(--theme);
    color:#fff;

}

.btn-theme{

    background:var(--theme);
    color:#fff;
    padding:11px 28px;
    border-radius:40px;
    font-weight:600;
    transition:.3s;

}

.btn-theme:hover{

    background:var(--theme-dark);
    color:#fff;
    transform:translateY(-2px);

}

/* ======================
CARD
======================*/

.card{

    border:none;
    border-radius:18px;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 10px 35px rgba(0,0,0,.06);

}

.card:hover{

    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(0,0,0,.12);

}

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

.category-card{

    background:#fff;
    border-radius:18px;
    overflow:hidden;
    text-align:center;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.category-card img{

    height:220px;
    width:100%;
    object-fit:cover;

}

.category-card h4{

    margin-top:20px;
    font-weight:600;

}

.category-card:hover{

    transform:translateY(-8px);

}

/* ======================
PRODUCT
======================*/

.product-card{

    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.05);

    transition:.35s;
    height:100%;

}

.product-card:hover{

    transform:translateY(-10px);

}

.product-image{

    overflow:hidden;

}

.product-image img{

    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;

}

.product-card:hover img{

    transform:scale(1.08);

}

.product-content{

    padding:20px;

}

.product-content h5{

    font-weight:600;
    margin-bottom:10px;

}

.product-content p{

    color:#666;
    font-size:14px;

}

.price{

    margin:15px 0;

}

.old-price{

    color:#888;
    text-decoration:line-through;
    margin-right:10px;

}

.sale-price{

    font-size:20px;
    font-weight:700;
    color:var(--theme);

}

/* ======================
BUTTON
======================*/

.btn-custom{

    background:var(--theme);
    color:#fff;
    border-radius:40px;
    padding:11px 25px;
    transition:.3s;

}

.btn-custom:hover{

    background:var(--theme-dark);
    color:#fff;

}

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

.feature-box{

    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    transition:.35s;
    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.feature-box:hover{

    transform:translateY(-10px);

}

.feature-box i{

    width:80px;
    height:80px;
    background:rgba(22,163,74,.1);
    color:var(--theme);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:34px;
    margin-bottom:20px;

}

/* ======================
STATS
======================*/

.stats{

    background:linear-gradient(45deg,#16a34a,#0f8a3b);
    color:#fff;

}

.stats h2{

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

}

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

.testimonial{

    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.testimonial img{

    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;

}

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

@media(max-width:991px){

.topbar{

    text-align:center;

}

.social{

    margin-top:10px;

}

.navbar-brand img{

    height:55px;

}

.section{

    padding:60px 0;

}

}









/* =========================================
   CATEGORIES MEGA MENU
========================================= */

.mega-menu-item {
    position: static;
}

.navbar .container {
    position: relative;
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    padding: 25px 30px;
    border: none;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    background: #ffffff;
    max-height: 70vh;
    overflow-y: auto;
}

/* Category item */

.mega-category-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    margin: 3px 5px;
    color: #222;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
}

/* Icon */

.mega-category-link i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf8ee;
    color: #16a34a;
    border-radius: 50%;
    font-size: 13px;
    flex-shrink: 0;
}

/* Hover */

.mega-category-link:hover {
    background: #f1faf3;
    color: #16a34a;
    transform: translateX(3px);
}

.mega-category-link:hover i {
    background: #16a34a;
    color: #ffffff;
}


/* =========================================
   DESKTOP MEGA MENU
========================================= */

@media (min-width: 992px) {

    .mega-menu {
        position: absolute !important;
        top: 100%;
        left: 0;
        right: 0;
    }

}


/* =========================================
   MOBILE MENU
========================================= */

@media (max-width: 991px) {

    .mega-menu {
        position: static !important;
        width: 100%;
        max-height: 400px;
        overflow-y: auto;
        padding: 10px;
        box-shadow: none;
        border: 1px solid #eee;
        border-radius: 8px;
    }

    .mega-category-link {
        padding: 10px;
        margin: 2px 0;
    }

}











#description iframe {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    border-radius: 10px;
    margin-bottom: 20px;
}