@font-face {
    font-family: 'head';
    src: url("../fonts/AllrounderMonumentTest-Regular.otf");
}

@font-face {
    font-family: 'para';
    src: url("../fonts/Acumin-Variable-Concept.ttf");
}

@font-face {
    font-family: 'big-head';
    src: url("../fonts/A-Love-of-Thunder.ttf");
}

@font-face {
    font-family: 'style-head';
    src: url("../fonts/Birthstone-Regular.ttf");
}


:root {
    --primary-color: #3B7405;
    --secondary-color: #FCC920;
    --third-color: #424242;
    --four-color: #6B3C1F;
    --color-white: #fff;
    --color-black: #000;

    --head-font: 'head';
    --secondhead-font: 'big-head';
    --para-font: 'para';
    --style-head: 'style-head'


}

body {
    font-family: var(--para-font) !important;
    overflow-x: hidden !important;
    background-color: #FDF8E1 !important;
}

h2 {
    font-family: var(--head-font) !important;
}

h4 {
    font-family: var(--secondhead-font) !important;
    color: var(--four-color);
    font-size: 55px;
}

a {
    text-decoration: none !important;
}


/* ==============banner section================== */
/* Default: header absolute */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.custom-navbar .container-fluid {
    width: 65%;
}

.custom-navbar {
    padding: 15px 0;
    margin-top: 50px;
}

.custom-navbar .navbar-brand {
    position: absolute;
    top: -43%;
    left: 17%;
    margin-right: 0 !important;
}

.custom-navbar .collapse {
    background: var(--color-white);
    padding: 12px 62px 12px 150px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.custom-navbar .navbar-nav {
    gap: 30px;
}

.custom-navbar .navbar-nav .nav-link {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--primary-color);
    font-family: var(--para-font);
    position: relative;
}

.custom-navbar .navbar-nav .nav-link.active {
    color: var(--secondary-color) !important;
    font-weight: 700;
    transform: scale(1.1);
}

.custom-navbar .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 50px;
}

.custom-navbar .nav-icons a {
    color: var(--primary-color);
    font-size: 18px;
    margin: 0px 10px;
}

.cart-icon .cart-badge {
    position: absolute;
    top: -5px;
    right: -3px;
    background: #ff3b30;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 5px;
    border-radius: 50%;
    line-height: 1;
    display: inline-block;
}

.navbar-toggler span {
    color: var(--primary-color) !important;
    border-radius: 50%;
    padding: 5px;
}

header .navbar-toggler:focus {
    box-shadow: none !important;
}

header .navbar-toggler {
    color: var(--primary-color) !important;
    border: none !important;
}


.offcanvas {
    z-index: 9999;
    height: 100vh !important;
    max-height: 100vh;
    overflow-y: auto;
}

.custom-offcanvas {
    background: url('../../default/assets/img/home/banner-bg.png') center/cover no-repeat;
    position: relative;
    color: #000 !important;
}

.custom-offcanvas::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.custom-offcanvas * {
    position: relative;
    z-index: 2;
}

.custom-close-btn {
    position: absolute;
    right: 14px;
    top: 14px;
    border: none;
    color: #000 !important;
    background: #fff;
    border-radius: 50%;
    padding: 10px 11px;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
    z-index: 10;
}

.custom-close-btn:hover {
    transform: scale(1.1);
}

.offcanvas-logo-wrapper {
    padding: 15px 20px 20px;
    text-align: left;
}

.offcanvas-logo {
    width: 90px;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.25));
}

.scroll-top-btn {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #6AA835, #4f7f35);
    color: #fff;
    border-radius: 10px;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.scroll-top-btn.active {
    bottom: 40px;
    visibility: visible;
    opacity: 1;
}

.scroll-top-btn:hover {
    background: linear-gradient(135deg, #7ecb3b, #5c9830);
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 10px 25px rgba(90, 150, 48, 0.35);
}



/* =========================banner section =======================*/

.inner-banner {
    width: 100%;
    height: 870px;
    background-image: url('../../default/assets/img/home/banner-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0;
    padding-top: 140px;
    z-index: 10;
}

.banner-right {
    padding: 20px 0px;
}

.inner-banner .container-fluid {
    width: 70%;
}

.inner-banner .banner-owl {
    position: relative;
    z-index: 999;
}

.inner-banner .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.banner-left h5 {
    font-size: 44px;
    color: var(--color-black);
    font-weight: 500;
    font-family: var(--style-head);
    text-align: end;
}

.banner-left h2 {
    font-size: 74px;
    margin-bottom: 10px;
    font-weight: 800;
    color: var(--primary-color);
    text-align: end;
    line-height: 1.1;
}

.banner-right img {
    width: 100%;
    /* max-width: 450px; */
    animation: floatImg 4s ease-in-out infinite;
}

@keyframes floatImg {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}


.banner-left {
    position: relative;
    z-index: 120;
}

.banner-right {
    position: relative;
    display: inline-block;
    z-index: 120;

}


.banner-right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 400px;
    background-image: url('../../default/assets/img/home/product-bg.png');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    opacity: 1;
    z-index: 99;
}

.banner-right {
    position: relative;
}

.banner-overlay-1,
.banner-overlay-2 {
    position: absolute;
    pointer-events: none;
}

.banner-overlay-1 {
    top: 72%;
    left: 82%;
    transform: translate(-50%, -50%);
}


.banner-overlay-2 {
    bottom: -28%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.banner-overlay-2 img {
    width: 100%;
    height: 70%;
}

/* =================shop by catagory ==================*/

.inner-category {
    padding: 265px 0px 0px 0px;
}

.section-header h4 {
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    font-size: 26px;
    font-weight: 700;
}

.section-header h4::before,
.section-header h4::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 200px;
    height: 2px;
    background: var(--four-color);
    transform: translateY(-50%);
    border-radius: 2px;
}

.section-header h4::before {
    right: 20%;
    margin-right: 15px;
}

.section-header h4::after {
    left: 20%;
    margin-left: 15px;
}

.catagory-wrap {
    margin-top: 40px;
}

.catagory-wrap .item {
    padding: 5px 15px;
    border-radius: 10px;
    text-align: center;
    transition: 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

.inner-category .container-fluid {
    width: 70%;
}

.catagory-wrap .item:hover {
    transform: translateY(-10px);
}

.catagory-wrap .item .catagory-img img {
    transition: 0.4s ease;
}

.catagory-wrap .item:hover .catagory-img img {
    transform: scale(1.08);
}

.catagory-wrap .item .catagory-content h5 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0px;
    color: var(--four-color);
    transition: 0.3s;
}

.catagory-wrap .item:hover .catagory-content h5 {
    color: #000;
}

.inner-category {
    position: relative;
}

.inner-category .overlay-vector-1 {
    position: absolute;
    left: 0%;
    top: 33%;
    opacity: 0.7;

}

.inner-category .overlay-vector-2 {
    position: absolute;
    left: 0%;
    bottom: 18%;
    opacity: 0.7;

}

/* .inner-category .overlay-vector-3 img{
    width: 100%;
} */
.inner-category .overlay-vector-3 {
    position: absolute;
    right: 0%;
    bottom: 30%;
    opacity: 0.7;
}

.overlay-vector-1 img,
.overlay-vector-2 img,
.overlay-vector-3 img {
    position: absolute;
    pointer-events: none;
}

@keyframes floatSoft {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes floatWave {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(-20px);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes floatBounce {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-22px);
    }

    60% {
        transform: translateY(-15px);
    }

    80% {
        transform: translateY(-22px);
    }

    100% {
        transform: translateY(0);
    }
}

.overlay-vector-1 img {
    animation: floatSoft 5s ease-in-out infinite;
    animation-delay: 0.2s;
}

.overlay-vector-2 img {
    animation: floatWave 4s ease-in-out infinite;
    animation-delay: 0.8s;
}

F.overlay-vector-3 img {
    animation: floatBounce 3.2s ease-in-out infinite;
    animation-delay: 0.4s;
}


/* ================explore section =======================*/
.inner-explore {
    width: 100%;
    background-image: url('../../default/assets/img/home/explore-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
}

.explore-overlay-1 {
    position: absolute;
    bottom: 0px;
    left: 0%;
    z-index: -1;
    opacity: 0.4;
}


.explore-overlay-2 {
    position: absolute;
    bottom: 30%;
    right: 0%;
    opacity: 0.4;
}

.inner-explore .container-fluid {
    width: 80%;
}

.explore-wrap .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore-wrap {
    margin: 60px 0px 0px 0px;
}


.explore-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.explore-icon img {
    width: 80% !important;
}

.explore-icon {
    position: absolute;
    right: 2%;
    top: 5%;
    z-index: 99;
}

.explore-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.explore-item::before,
.explore-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    transition: all 0.4s ease;
}

.explore-item::before {
    /* background: rgba(0, 0, 0, 0.2); */
    z-index: 1;
}

.explore-item::after {
    /* background: linear-gradient(0deg, rgba(24, 24, 24, 0.3), rgba(0, 0, 0, 0)); */
    z-index: 2;
    opacity: 0;
}

.inner-explore .explore-item:hover img {
    transform: scale(1.1);
}

.inner-explore .explore-item:hover::after {
    opacity: 1;
}

.inner-explore .overlay .explore-logo {
    width: 50px;
    height: 50px;
}

.inner-explore .overlay p {
    margin-bottom: 0px !important;

}

.inner-explore .logo-content p {
    font-size: 15px;
}

.inner-explore .logo-content h5 {
    font-size: 18px;
}

.inner-explore .overlay {
    display: flex;
    gap: 15px;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    z-index: 3;
    opacity: 1;
}


.section-header h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}

/* ==================best sellers ====================*/
.inner-bestseller .section-header h4:after,
.inner-bestseller .section-header h4:before {
    background: var(--color-white) !important;

}

.inner-bestseller .section-header h4 {
    color: var(--color-white);
}

.inner-bestseller {
    width: 100%;
    background-image: url('../../default/assets/img/home/best-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}

.inner-bestseller .container-fluid {
    width: 70%;
}


.seller-wrap {
    margin: 50px 0px;
}

.product-section {
    position: relative;
    margin: 50px 0;
}

.product-carousel .product-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 540px;
}

.product-carousel .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.product-card h5 {
    font-size: 20px;
    font-weight: 400;
    color: var(--color-black);
}

.price {
    font-size: 18px;
    font-variant: var(--color-black);
}

.product-img img {
    width: 100%;
    object-fit: contain;
}

.product-content {
    padding: 15px 0px;
}

.prod-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.qty-add {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
}

.qty-add input {
    width: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.qty-btn {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 6px;
    background: #eee;
    cursor: pointer;
}

.add-cart-btn a {
    width: 100% !important;
    background: #e60000 !important;
    color: #fff !important;
    padding: 10px !important;
    border-radius: 8px !important;
    border: none !important;
    margin-top: 5px !important;
    transition: 0.3s !important;
}

.add-cart-btn:hover {
    background: #cc0000;
}

.seller-wrap {
    position: relative;
}


.custom-btn a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 2px solid var(--color-white);
    padding: 7px 45px;
    border-radius: 12px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.35s ease;
    z-index: 1;
}

.custom-btn a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 120%;
    width: 160%;
    height: 160%;
    background: var(--color-white);
    transform: translateX(-50%);
    border-radius: 45% 55% 60% 40%;
    transition: all 0.7s ease-in-out;
    z-index: -1;

    animation: liquidWave 4s ease-in-out infinite;
}

.custom-btn a:hover::before {
    top: -20%;
    border-radius: 40% 60% 55% 45%;
}

.custom-btn a:hover {
    color: #000;
}

@keyframes liquidWave {
    0% {
        border-radius: 45% 55% 60% 40%;
    }

    50% {
        border-radius: 50% 45% 40% 60%;
    }

    100% {
        border-radius: 45% 55% 60% 40%;
    }
}


.seller-wrap .custom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px 0px 0px;
}


/* ============testimonial ============*/
.inner-testimonial {
    padding: 40px 0px;
    background-image: url('../../default/assets/img/home/testimonial-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-card {
    position: relative;
    padding: 40px 30px 60px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    min-height: 280px;
    overflow: visible;
    min-height: 350px;
    text-align: justify;
}

.testimonial-wraper .owl-carousel .owl-stage-outer .owl-stage {
    margin: 50px 0px;
}

.testimonial-card.green {
    background: #84AC12;

}

.testimonial-card.yellow {
    background: #F3B93C;

}

.inner-testimonial .container-fluid {
    width: 70%;
}

.inner-testimonial p {
    font-size: 18px;
}

.inner-testimonial h6 {
    font-size: 20px;
    color: var(--color-white);
}

.profile {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.profile h6 {
    margin: 0;
    font-weight: 600;
}


.stars {
    color: #ffea00;
    font-size: 20px;
    margin-top: 5px;
}

.profile-img {
    position: absolute;
    bottom: -35px;
    right: 30px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-testimonial .owl-dots {
    display: block !important;
    text-align: center !important;
    margin-top: 20px !important;
}

.inner-testimonial .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    background: #6AA835 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    margin: 0 5px !important;
    transition: 0.3s ease;
}

.inner-testimonial .owl-dots .owl-dot.active span {
    width: 12px !important;
    height: 12px !important;
    background: #4F8A2B !important;
}


/* ================home cta section =================*/
.inner-home-cta {
    width: 100%;
    background-image: url('../../default/assets/img/home/home-cta-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.home-cta-carousel .cta-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.home-cta-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.inner-home-cta .owl-carousel .owl-stage-outer .owl-stage {
    margin: 50px 0px;
}

.home-cta-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px !important;
    color: var(--primary-color) !important;
    pointer-events: all;
    transition: 0.3s;
}

.home-cta-carousel .owl-nav button:hover {
    background: #6AA835;
    color: #fff !important;
}

.home-cta-carousel .owl-nav button span {
    font-size: 28px;
    line-height: 1;
}

.home-cta-left p {
    font-size: 20px;
    color: var(--color-black);
}

.home-cta-left h2 {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.cta-left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    padding: 20px;
}


.inner-home-cta .owl-nav {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 10px !important;
    z-index: 999 !important;
    pointer-events: none !important;
}

.inner-home-cta .owl-nav button {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    border: 1px solid var(--primary-color) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto !important;
    z-index: 9999 !important;
}

.inner-home-cta .owl-nav button span {
    font-size: 18px !important;
    color: var(--primary-color) !important;
    line-height: 1 !important;
}

.inner-home-cta .owl-nav button {

    transition: all 0.4s ease-in-out;
}

.inner-home-cta .owl-nav button:hover {
    background: linear-gradient(135deg, #6AA835, #4f7f35) !important;
}


.inner-home-cta .owl-nav button:hover span {
    color: #fff !important;
}

.home-cta-left .cta-logo img {
    width: 100px !important;
    height: auto !important;

}

.inner-home-cta .container-fluid {
    width: 70%;
}

/* ==============footer========================= */

.main-footer {
    position: relative;
}

.main-footer .footer-overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.footer-overlay-1 {
    position: absolute;
    bottom: 17%;
    left: 6%;
    transform: none;
    width: auto;
}

.footer-overlay-2 {
    position: absolute;
    bottom: 20%;
    left: 33%;
    transform: none;
    width: auto;
}

.footer-overlay-3 {
    position: absolute;
    bottom: 35%;
    left: 56%;
    transform: none;
    width: auto;
}

.footer-overlay-4 {
    position: absolute;
    bottom: 33%;
    left: 86%;
    transform: none;
    width: auto;
}

.overlay-content-5 p {
    font-size: 20px;
}

.overlay-content-5 p {
    position: relative;
    text-align: center;
    margin: 20px 0;
    display: inline-block;
}

.overlay-content-5 p::before,
.overlay-content-5 p::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 200px;
    height: 2px;
    background: var(--color-white);
}

.overlay-content-5 p::before {
    left: -260px;
}

.overlay-content-5 p::after {
    right: -260px;
}



.overlay-content-5 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    z-index: 99;
}

.overlay-content-5 img {
    vertical-align: middle;
    max-height: 20px;
}



.main-footer .footer-overlay img {
    width: 100%;
    display: block;
}

.main-footer .container-fluid {
    padding-bottom: 160px;
    width: 70%;
}

.main-footer .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-footer {
    padding: 70px 0;
    color: #000;
}

.footer-logo img {
    max-width: 260px;
}

.footer-col h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--color-black);
    font-weight: 400 !important;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-links a {
    margin: 20px 0px;

}

.footer-col ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}

.footer-col ul li a i {
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #4f7f35;
}

.footer-col ul li a:hover i {
    transform: translateX(4px);
    color: #4f7f35;
}


.contact-info li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
}

.contact-info i {
    font-size: 16px;
    color: #4f7f35;
    margin-top: 3px;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    font-size: 22px;
    margin-right: 12px;
    color: #000;
    transition: .3s;
}

.social-icons a:hover {
    color: #4f7f35;
}


/*============================== inner-subscription============================= */
.inner-subscription {
    padding: 70px;
    width: 100%;
    background-image: url('../../default/assets/img/home/subscription.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/* Heading */
.inner-subscription h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-white);
}

.inner-subscription p {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.subscription-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
}

.subscription-content h2 {
    font-size: 42px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 20px;
}

.subscription-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.subscription-form {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    flex-direction: column;
}

.newsletter-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.subscription-form input[type="email"] {
    flex: 1;
    background-color: #fff !important;
    padding: 12px 15px;
    border: none !important;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    margin-bottom: 10px;
}

.subscription-form input[type="email"]:focus {
    border-color: #ff4d4d;
    box-shadow: 0 0 8px rgba(255, 77, 77, 0.4);
    outline: none;
}

.subscribe-btn {
    background-color: #e60000;
    color: #fff;
    padding: 6px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.subscribe-btn:hover {
    background-color: #e60000;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 77, 77, 0.4);
}

.subscribe-btn::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 300%;
    top: -100%;
    left: -10%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    transition: all 0.5s;
}

.subscribe-btn:hover::after {
    top: -30%;
    left: -10%;
}

.gshop-header-user img,
.gshop-header-cart img {
    width: 60px;
    height: auto;
}

.custom-navbar .user-menu {
    padding-left: 0px !important;
}

.at_scrollbar p {
    color: var(--color-black) !important;
}

.at_scrollbar {
    padding-left: 0px !important;
}

.nav-cart-btn {
    background: var(--primary-color) !important;
    /* color: var(--color-black ) !important; */
    color: var(--color-white) !important;

}

.nav-checkout-btn {
    background-color: #F3B93C !important;
    /* color: var(--color-black) !important; */
    color: var(--color-white) !important;
}


.trending-products-area {
    width: 100% !important;
    background-image: url('../../default/assets/img/home/best-bg.php') !important;
    background-position: center !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.gstore-product-quick-view .product-info .widget-title h6 {
    color: var(--color-black);
    font-weight: bold;
}

.volume-modal span {
    color: var(--color-black);
    font-weight: bold !important;
}

.gstore-product-quick-view .product-info h3 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    font-family: var(--head-font) !important;
}

/* Main Button */
.modal-heart {
    position: relative !important;
    background: #fff !important;
    border: 2px solid #e63946 !important;
    color: #e63946 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
}

/* Hover */
.modal-heart:hover {
    background: #e63946 !important;
    color: #fff !important;
    transform: scale(1.1) !important;
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.4) !important;
}

.modal-heart:active {
    transform: scale(0.9) !important;
}

.modal-heart.active i {
    animation: pulse 0.4s ease forwards !important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}



.gstore-breadcrumb .breadcrumb-content {
    margin-top: 40px;
}

.gstore-breadcrumb {
    padding: 140px 120px 30px 120px;
    background: url(../../default/assets/img/home/banner-bg.png) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.gshop-subtitle {
    color: var(--primary-color) !important;
}

#preloader img {
    width: 500px !important;
    height: auto !important;
}


.header-icon i {
    color: var(--primary-color) !important;
}

.gshop-header-user i {
    color: var(--primary-color) !important;
}

.cart-counter {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #ff3e3e;
    /* bright attention color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.cart-counter:hover {
    transform: scale(1.2);
}

/* Common button styles */
.drop-cart,
.drop-checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000 !important;
    text-decoration: none;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.drop-cart {
    background: linear-gradient(135deg, #ffc107, #ffb000);
    color: #000;
}

.drop-cart:hover {
    transform: translateY(-3px) scale(1.02);
}

.drop-checkout {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
}

.drop-checkout:hover {
    transform: translateY(-3px) scale(1.02);
}

.drop-cart i,
.drop-checkout i {
    font-size: 18px;
    margin-right: 6px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.drop-cart:hover i,
.drop-checkout:hover i {
    transform: scale(1.2);
    color: #fff;
}

@media (max-width: 576px) {

    .drop-cart,
    .drop-checkout {
        font-size: 14px;
        padding: 12px 18px;
    }
}




/* Overlay element */
.aboutus-overlay-1 {
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 180px;
    height: auto;
    z-index: -1;
    opacity: 0.9;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.project-overlay-1 {
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 220px;
    height: auto;
    z-index: -1;
    opacity: 0.9;
    pointer-events: none;
    /* animation: smoothLeafWind 6s ease-in-out infinite; */
    transform-origin: center bottom;
}
.project-overlay-2 {
    position: absolute;
    left: 0%;
    top: 45%;
    height: auto;
    z-index: -1;
    opacity: 0.6;
    pointer-events: none;
    transform-origin: center bottom;
}
.project-overlay-3 {
    position: absolute;
    left: 0%;
    bottom: -40%;
    height: auto;
    z-index: -1;
    opacity: 0.6;
    pointer-events: none;
    transform-origin: center bottom;
}

/* Smooth, natural wind motion */
@keyframes smoothLeafWind {
    0% {
        transform: rotate(0deg) translateX(0) translateY(0);
    }
    20% {
        transform: rotate(2deg) translateX(3px) translateY(-2px);
    }
    40% {
        transform: rotate(-2deg) translateX(-3px) translateY(1px);
    }
    60% {
        transform: rotate(1.5deg) translateX(2px) translateY(-1px);
    }
    80% {
        transform: rotate(-1.5deg) translateX(-2px) translateY(2px);
    }
    100% {
        transform: rotate(0deg) translateX(0) translateY(0);
    }
}



.aboutus-overlay-2 {
    position: absolute;
    left: 0%;
    top: 5%;
    width: 180px;
    height: auto;
    z-index: -1;
    opacity: 0.6;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.why-overlay-1 {
    position: absolute;
    left: 0;
    top: 5%;
    width: 100%;
    height: auto;
    z-index: -1;
    opacity: 0.9;
    pointer-events: none;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    will-change: transform;
}