@media (min-width: 1500px) {
    .about-content {
        padding: 4rem 6rem 4rem 4rem;
        background-color: #FDF8EF;
        border-radius: 20px;
        height: 100%;
        display: grid;
        align-content: space-between;
    }

    .intro-products::before {
        right: -5%;
    }

    .toggle-icon {
        display: none;
    }
    .mobile-nav{
        display: none;
    }
}

@media (max-width: 1400px) {
    .about-content {
        padding: 4rem 6rem 4rem 4rem;
        background-color: #FDF8EF;
        border-radius: 20px;
        height: 100%;
        display: grid;
        align-content: space-between;
    }

    .toggle-icon {
        display: none;
    }

    .intro-products::before {
        right: 0%;
    }
}

@media (max-width: 1199.98px) {

    /* banner-responsive */
    .banner-bg span {
        font-size: 4rem;
    }

    .banner-bg h1 {
        font-size: 2.8rem;
    }

    .banner-bg p {
        font-size: 0.9rem;
    }

    .banner-content {
        width: 45%;
        padding-top: 5rem;
    }

    .about-content {
        padding: 2rem 2rem 3rem 2rem;
        background-color: #FDF8EF;
        border-radius: 20px;
        height: 100%;
        display: grid;
        align-content: space-between;
    }

    .about-content span {
        font-size: 3rem;
    }

    .about-content h3 {
        font-size: 2.2rem;
    }

    .about-content p {
        font-size: 0.9rem;
        margin-top: 1.2rem;
        margin-bottom: 3rem;
    }

    .sticky-img {
        bottom: -14%;
        right: -2%;
    }

    .intro-image {
        height: 100%;
    }

    .intro-image img {
        height: 100%;
    }


    .footer-about,
    .footer-links,
    .footer-contact {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }

    .footer-logo {
        justify-content: center;
        text-align: center;
    }

    .footer-logo img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer-description,
    .social-icons {
        text-align: center;
        justify-content: center;
    }

    .footer-links h3,
    .footer-contact h3 {
        text-align: center;
    }

    .footer-links h3::after,
    .footer-contact h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links ul {
        text-align: center;
    }

    .footer-bottom {
        text-align: center !important;
    }

    .toggle-icon {
        display: none;
    }
}

/* Categories Section Responsive */
@media (max-width: 991.98px) {


    .navs {
        display: none;
    }
    .mobile-nav{
        display: block;
    }

    .mobile-nav {
        border: 1px solid #ffffff4a;
        border-radius: 50px;
        padding: 30px 30px;
        background-color: #33333329;
        backdrop-filter: blur(10px);
        margin-top: 10px;
        height: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, max-height 0.5s ease, visibility 0.5s ease;
    }
    .scrolled .mobile-nav{
        background-color: #fff !important;
        color: #000;
        transition: all 0.3s ease;
    }

    .nav-scrolled {
        background-color: #ffffff;
        transition: all 0.3s ease;
    }
    .nav-scrolled ul li a {
        color: #000 !important;
    }
    

    .mobile-nav ul {
        list-style: none;
        margin-bottom: 0;
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 3;
        padding-left: 0;
        transition: all 0.3s ease;
    }

    .toggle-icon {
        display: block;
        margin-right: 1rem;

    }
    .toggle-icon span {
        display: block;
        width: 30px;
        height: 2.2px;
        background-color: #fff;
        margin: 6px 0;
        transition: all 0.3s ease;
    }
    .scrolled .toggle-icon span{
        background-color: #000;
    }
    
    .mobile-nav-active {
        height: auto;
        max-height: 300px;
        opacity: 1;
        visibility: visible;
    }

    .toggle-icon.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
        transition: all 0.3s ease;
    }

    .toggle-icon.active span:nth-child(2) {
        opacity: 0;
        transition: all 0.3s ease;
    }

    .toggle-icon.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        transition: all 0.3s ease;
    }

    /* ============================================ */


    .banner-content {
        width: auto;
        padding-bottom: 20%;
    }
    .banner-bg span {
        font-size: 2.5rem;
    }
    .banner-bg h1 {
        font-size: 2.1rem;
    }
    .banner-bg p {
        font-size: 0.88rem;
    }
    .banner-bg {
        align-items: end;
    }
    /* ------------------------------------- */

    .intro-products-main{
        margin-top: 2.5rem;
        margin-bottom: 0rem;
    }
    .new-arrivals {
        display: flex;
        margin-bottom: 1rem;
        justify-content: space-between;
    }
    .new-arrivals h2 {
        font-size: 28px;
    }
    .new-arrivals a{
        font-size: 0.8rem;
    }
    .intro-products{
        padding: 1rem;
    }
    .tabset>label {
        padding: 7px 10px 7px;
        font-size: 14px;
    }
    .intro-section {
        margin-top: 3.5rem;
    }


    /* ------------------------ */


    .left-img img{
        width: 95px;
    }
    .categories-sticky-img>div.left-img {
        left: -12%;
        top: 68%;
    }
    .right-img img{
        width: 60px;
    }
    .categories-sticky-img>div.right-img {
        right: -5%;
        top: 80%;
    }

    .categories-content {
        margin-bottom: 0rem;
    }

    .abt-product-main, .category-card {
        margin: 0.5rem;
    }
    .category-card {
        padding: 0.9rem;
    }



    .categories-section {
        padding: 4rem 0;
    }

    .categories-content {
        padding-right: 0;
        margin-bottom: 3rem;
        text-align: center;
    }

    .section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .explore-products-btn {
        margin: 0 auto;
    }

    .categories-slider {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .contact-details {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-item {
        margin-bottom: 20px;
    }

}

@media (max-width: 767.98px) {
    .product-img {
        height: 180px;
    }

    .section-title {
        font-size: 2rem;
    }

    /* About Section Responsive */
    .about-content {
        padding: 2rem 1.5rem;
    }

    .intro-image {
        min-height: 350px;
    }

    .client-count {
        font-size: 2rem;
    }

    .client-text {
        font-size: 1rem;
    }

    .spices-image {
        width: 150px;
    }
}


@media (max-width: 575.98px) {

    .head-right {
        display: none;
    }

    .site-footer {
        padding: 40px 0 20px;
    }

    .footer-logo {
        flex-direction: column;
    }

    .footer-logo h3 {
        margin-top: 0px;
    }

    .social-icons {
        justify-content: center;
    }

    .contact-item {
        flex-direction: row;
        text-align: center;
        justify-content: center;
        gap: 10px;
    }
    .footer-links a {
        font-size: 0.9rem;
    }
    .contact-item p {
        font-size: 0.9rem;
    }

    .contact-item i {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 0.9rem;
    }
    .footer-description {
        font-size: 0.88rem;
    }
    .ftr-links{
    display: block;
    }
    .footer-content {
        justify-content: center;
        gap: 2rem;
    }
    .footer-contact{
        border-top: 1px solid #ffffff24;
        padding-top: 1.8rem;
    }


    /* ----------------- */


    .product-img {
        height: 160px;
    }

    .product-title {
        font-size: 0.9rem;
    }

    .product-subtitle {
        font-size: 0.8rem;
    }

    /* About Section Mobile */
    .about-section {
        padding: 3rem 0;
    }

    .about-content {
        padding: 2rem 1rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .about-description {
        font-size: 1rem;
    }

    .happy-clients {
        padding: 0.75rem 1.5rem;
    }

    .client-count {
        font-size: 1.75rem;
    }

    .client-text {
        font-size: 0.9rem;
    }

    .spices-image {
        width: 120px;
    }


    /* ----------------- */

    .categories-section {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .category-card {
        padding: 0.9rem;
    }

    .category-title {
        font-size: 1rem;
        margin-bottom: 0rem;
    }

    .category-image img {
        max-height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .categorie-slide .slick-next {
        position: absolute;
        right: -7px;
        bottom: 42%;
    }
    .margin-remove{
        margin-top: 0rem !important;
    }



    /* ***************about us page********************* */
    .abt_content {
        width: 90%;
    }
    .abt_content h2{
        font-family: "Belleza", sans-serif;
        font-size: 3rem;
    }
    .about-us-section {
        margin-top: 3rem;
    }
    .about-cnt h1 {
        font-size: 3rem;
    }
    .about-cnt span {
        font-size: 2.5rem;
    }
    .abt-sticky-img>div:nth-child(1) {
        left: -6%;
        top: 90%;
    }
    .abt-sticky-img>div:nth-child(2) {
        right: -9.5%;
        top: -11%;
    }
    .vision_bg {
        height: auto;
        padding: 3rem 1rem;
        margin-bottom: 3rem;
    }
    .vis-item-flex{
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .vis-img img{
        max-width: inherit;
        width: 100%;
        border-radius: 8px;
        height: 280px;
        object-fit: cover;
    }
    .category-card{
        height: calc(100% - 1rem);
    }



    /* ========================== */

    .main_prod_items {
        padding: 1rem;
    }
    .main_prod_items .product-card {
        margin: 0;
        height: calc(100% - 1rem);
    }
    .main_prod_items .product-img {
        height: auto;
        padding: 5px;
    }
    .main_prod_items .product-title {
        width: auto;
    }
    .main_prod_items .tabset>label {
        padding: 6px 12px 6px;
    }
    .item-tab img {
        width: 35px;
        margin-right: 0.5rem;
    }



    /* **********contact page****************** */

    .contact-text {
        font-size: 0.9rem;
    }
    .contact_us {
        flex: 1 1 180px;
    }
    .contact_form_head {
        padding: 0rem 0.5rem;
    }
}