body {
    font-family: "Sora", sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Sora", sans-serif;
}

header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.hero-section {
    background: url('https://i.ibb.co/tX6kV1c/hero-bee.jpg') no-repeat center center/cover;
    color: #fff;
    padding: 120px 20px;
    text-align: center;
    position: relative;
}

.features-section .card {
    border: none;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}


.features-section .card:hover {
    transform: translateY(-5px);
}

.product-card img {
    height: auto;
    object-fit: cover;
}

.counter {
    font-size: 2rem;
    font-weight: bold;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 55%);
    z-index: 1;
}

.footermain::before {
    content: "";
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    height: 45px;
    padding: 0px;
    background-image: url('../images/Asset-1.png');
    background-size: contain;
    background-repeat: repeat;
    z-index: 1;
}

.footermain::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg-pattern.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.03;
    /* Control image opacity here */
    z-index: 1;
    /* Place it behind the content */
    pointer-events: none;
    /* Allow clicks to pass through */
}

.socialbtn a {
    background: #ffc107;
    padding: 10px;
    border-radius: 100%;
    transition: all 0.5s;
    width: 40px;
    height: 40px;
    position: relative;
}

.socialbtn a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.socialbtn a:hover {
    background: #000;
}

.subscribeform button.btn.btn-warning {
    padding: 10px 15px;
}

.subscribeform input.form-control {
    min-height: 50px;
}



footer {
    background-color: #f4a300;
    color: white;
    padding: 40px 0;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1420px;
    }
}

.hero-slider {
    width: 100%;
    height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.blackfont {
    color: black !important;
}

.whitefont {
    color: #ffffff !important;
}

.swiper-button-prev {
    left: 0 !important;
    margin-left: 0 !important;
}

.swiper-button-next {
    right: 0 !important;
    margin-right: 0 !important;
}

.product-details .product-thumbs .swiper-button-next,
.product-details .product-thumbs .swiper-button-prev {
    color: #000;
    background-color: #ffbf00;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.product-details .product-thumbs .swiper-button-next:after,
.product-details .product-thumbs .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 15px;
}

.product-thumbs .swiper-slide-thumb-active img {
    border-color: #784601 !important;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 420px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 24px;
    text-align: center;
    border-radius: 28px;
    opacity: 0;
    transition: all .3s ease;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    background: #ffc107;
}

.hero-slider .swiper-button-next:after,
.hero-slider .swiper-button-prev:after {
    font-size: 20px;
}

.hero-slider:hover .swiper-button-prev {
    transform: translateX(10px);
    opacity: 1;
    visibility: visible;
}

.hero-slider:hover .swiper-button-next {
    transform: translateX(-10px);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}



.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}



.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}



.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.swiper-pagination {
    text-align: center;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
}


@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;

    }
}

/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 650px;
    transition: all .4s ease;
}

header.header.mainheader.active.fixed {
    position: fixed;
    padding: 10px 0px;
    z-index: 9999;
}

.mainheader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    box-shadow: none;
    padding: 20px;
}

.bannerandheader {
    margin: 25px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition: all .4s ease;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}


/*--------------------------------------------------------------
  #button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
    background-color: #ffc107;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 15px 40px;
    border: 0;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: #ffc107;
    color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: #000;
    color: #fff;
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

.header a.nav-link {
    color: #fff;
    font-weight: 600;
    transition: all 0.5s;
}

.header a.nav-link:hover {
    color: #ffc107;
    font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.site-header .header-right>div {
    position: relative;
}

.site-header .header-right button {
    padding: 0;
    border: 0;
    outline: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
}

.site-header .header-right .header-profile-content {
    z-index: 999;
}

.header-right.d-flex button {
    background: #ffedb9;
    border: none;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
}

.header-right .mini-cart .cart-count {
    background: #b83806;
    width: 19px;
    height: 19px;
    font-size: 10px;
    font-size: 0.53333rem;
    line-height: 17px;
    color: white;
    position: absolute;
    top: -2px;
    right: -5px;
    border-radius: 50%;
    font-weight: 600;
}

a.btn.btn-warning {
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 30px;
    font-size: 14px;
}

.custom-spinner {
    width: 1.5rem;
    /* normal size */
    height: 1.5rem;
    border-width: 0.2em;
}

/* 🔹 Smaller size for small screens (mobile) */


@media (max-width: 576px) {
    a.btn.btn-warning {
        padding: 5px 15px;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 10px;
        font-size: 7px;
    }

    button.btn.btn-warning {
        padding: 5px 15px;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 10px;
        font-size: 7px;
    }

    .card.product-card .card-body .card-title {
        font-size: 0.7rem !important;
    }

    .card.product-card .card-body .card-text {
        font-size: 0.6rem !important;
        /* adjust overall size */
    }

    .product-card .d-flex.gap-2 {
        gap: 0 !important;
        margin: 0 !important;
        /* Removes horizontal space between MRP & Discounted Price */
    }

    .custom-spinner {
        width: 1rem;
        /* smaller spinner */
        height: 1rem;
        border-width: 0.15em;
    }

}

.bannertopbx {
    background: #fff;
    color: #784601;
    display: inline;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 500;
}

.slide-bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* Adjust opacity as needed */
    z-index: 2;
}

.slide-bg-image {
    position: relative;
}

.mainheader {
    transform: translateY(0);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.mainheader.fixed {
    transform: translateY(0);
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header.header.mainheader.active.fixed h2 {
    color: #000 !important;

}

header.header.mainheader.active.fixed a.nav-link {
    color: #000 !important;
}

.mainheader.removing {
    transform: translateY(-100%);
}

#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    border: none;
    outline: none;
    padding: 0px 10px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}

#scrollToTopBtn svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn.btn-primary {
    background: #ffc107;
    border-color: #ffc107;
    color: #000;
    font-weight: 500;
    padding: 12px 30px;
    transition: all 0.5s;
}

.btn.btn-primary:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 25px;
    top: var(--swiper-pagination-top, auto);
    left: 30px;
    width: 100%;
}

.desktop-nav {
    display: none;
}

.mobile-menu-toggle {
    background: none;
    border: none;
    color: white;
}

.slide-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background-color: #fff;
    z-index: 100000;
    padding: 30px 20px;
    transition: right 0.3s ease;
    color: white;
}

.slide-menu.active {
    right: 0;
}

.slide-menu .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #000;
}

.slide-menu ul {
    list-style: none;
    padding: 40px 0 0 0;
}

.slide-menu ul li {
    margin: 15px 0;
}

.slide-menu ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.footer-nav li a {
    color: #ddd;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 4px 0;
    transition: color 0.3s;
}

.footer-nav li a:hover {
    color: #fff;
}

.footer-nav .nav-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background-color: #ffc107;
    border-radius: 50%;
    flex-shrink: 0;
}

footer input::placeholder {
    color: #ccc;
}

.why-choose-us h2 {
    font-weight: bold;
}

.icon-box img {
    max-width: 100px;
    height: auto;
}

.icon-box h4 {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 2rem;
}


.testimonial-section {
    background-color: #fff;
    padding: 80px 0;
}

.testimonial-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.testimonial-left {
    width: 40%;
    background-color: #3b2919;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-image: url('https://i.imgur.com/Q6Yk7C1.png');
    /* Background honey pattern */
    background-size: cover;
}

.testimonial-left-inner {
    background-color: #fff9f3;
    padding: 30px;
    border-radius: 15px;
    z-index: 2;
}

.testimonial-left-inner img {
    max-width: 100%;
    height: auto;
    display: block;
}

.testimonial-right {
    width: 60%;
    background-color: #fff;
    padding: 60px 40px;
}

.testimonial-header h6 {
    text-transform: uppercase;
    color: #f2a007;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

.testimonial-header h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.testimonial-header p {
    font-size: 14px;
    color: #666;
    max-width: 500px;
}

.testiSwipermain .swiper {
    padding-top: 40px;
    padding-bottom: 80px;
}

.testimonial-slide {
    display: flex;
    gap: 20px;
}

.testimonial-box {
    background-color: #fff;
    flex: 1;
    padding: 20px;
    border-radius: 8px;
}

.testimonial-quote {
    font-style: italic;
    font-size: 15px;
    color: #555;
    margin-top: 10px;
}

.quote-icon {
    font-size: 48px;
    color: #f2a007;
    margin-bottom: -10px;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.testimonial-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial-profile div {
    margin-left: 10px;
}

.testimonial-profile strong {
    font-weight: 600;
    font-size: 14px;
}

.testimonial-profile small {
    display: block;
    font-size: 12px;
    color: #784601;
}

.testiSwipermain .swiper-pagination-bullet-active {
    background-color: #f2a007;
}


.testiSwipermain .swiper-pagination {
    position: absolute;
    bottom: 22px;
    left: 10px !important;
    z-index: 10;
    display: inline-flex;
}

.testiSwiper .swiper-button-prev,
.testiSwiper .swiper-button-next {
    position: absolute;
    bottom: 6px;
    top: auto;
    z-index: 10;
    left: auto !important;
    background: #ffc107;
    width: 50px;
    height: 51px;
    border-radius: 100%;
    transition: all 0.5s;
}

.testiSwiper .swiper-button-prev:hover,
.testiSwiper .swiper-button-next:hover {
    background: #784601;
    color: #fff !important;
}

.testiSwiper .swiper-button-prev {
    right: 60px;
}

.testiSwiper .swiper-button-next {
    right: 10px;
}

.testiSwipermain .swiper-button-next:after,
.testiSwipermain .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
}

.bodytopbx {
    background: #784601;
    color: #fff;
    display: inline;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 500;
}

.qualityimg {
    width: 150px;
    position: absolute;
    top: -45px;
    right: 20px;
}

.rounded15 {
    border-radius: 15px !important;
}

.about-us-sec .qualityimg {
    width: 170px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 20px;
    border-radius: 100%;
}

.saleprice {
    display: inline;
    color: #767676;
    text-decoration: line-through;
    text-decoration-color: red;
}

.topbiege {
    background: #784601;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0px 0px 0px 15px;
}

header.header.mainheader.active.fixed .nav-link.active {
    color: #ffc107 !important;
}



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

    .testimonial-left,
    .testimonial-right {
        width: 100%;
        padding: 30px;
    }

    .testimonial-slide {
        flex-direction: row;
    }
}

/* Show full menu on desktop */
@media (min-width: 992px) {
    .mobile-toggle {
        display: none !important;
    }

    .desktop-nav {
        display: flex !important;
    }

    .slide-menu {
        display: none !important;
    }
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }

    header.header.mainheader.active.fixed .mobile-menu-toggle svg {
        fill: #000;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }

    .hero-style .slide-title h1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 45px;
        color: #ffffff;
        margin: 0 0 20px;
        text-transform: capitalize;
        transition: all .4s ease;
    }

    .mainheader {
        padding: 20px 0px;
    }

    .headerlogo {
        width: 180px;
    }

    .bannerandheader {
        margin: 15px;

    }

    .section-title {
        font-size: 30px;
    }

    header.header.mainheader.active.fixed .mobile-menu-toggle svg {
        fill: #000;
    }

    .icon-box h4 {
        font-size: 16px;
    }
}