/* Responsive Design: 4 items per row on Mobile */
/* @media (max-width: 768px) {
    .category_prpduct_sd {
        justify-content: center;
    }

    .category_item {
        width: 22%; 4 items in one row */
    /* }
} */


/* -----------------stickybartagline---------------- */
@media (max-width: 480px) {
    .navbar_sd_1 .sticky-banner {
        padding: 4px 0;
        font-size: 11px;
    }

}
/* -----------------stickybartagline---------------- */
/*-------------------------heading css--------------------------*/
@media (max-width: 480px) {
    .heading_sd h3{
        font-size: 22px;
    }
}
/*-------------------------heading css end--------------------------*/

/* Help Center */
@media (max-width: 480px) {
    .column_sd .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 5px; /* Reduce gap between cards */
    }

    .column_sd .column {
        width: 49%; /* Slightly increase width for better fit */
        margin-top: 5px; /* Reduce vertical space */
    }

    .column_sd .align-middle { 
        position: relative; 
        top: 50%; 
        transform: translateY(); 
    }

    .column_sd .card { 
        padding: 0.5rem 1rem; /* Reduce padding */
        text-align: center;
    }

    .column_sd .card .txt h1 {
        font-size: 1rem;
    }

    .column_sd .card i {
        font-size: 2.5rem; /* Slightly reduce icon size */
        opacity: 0.2;
        color: white;
    }
    .column_sd .card .txt p {
        font-size: 0.6rem;
      }
    .hide-on-mobile {
        display: none; /* Hide on mobile */
    }
}

/* Tablet View (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .column_sd .row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .column_sd .column {
      width: 48%; /* Two columns */
      margin-top: 1.5rem;
      padding-left: 0 !important;
    }
  
    .column_sd .card {
      padding: 1.5rem;
      text-align: center;
    }
  
    .column_sd .txt h1 {
      font-size: 1.4rem;
    }
  
    .column_sd .txt p {
      font-size: 0.9rem;
      opacity: 1; /* Keep text visible */
    }
  
    .column_sd .ico-card i {
      font-size: 3.5rem;
    }
  }
  

/* ----------------------product----------------------- */

@media (max-width: 480px) {
    .product_sd .product-card {
        height: 300px;
    }
    .product_sd .product-card1 {
        height: 300px;
    }
    .product_sd .product-card:hover {
        height: 360px;  /* Expands height on hover */
        z-index: 10;
    }
    .product_sd .discount-badge {
        position: absolute;
        top: 77%;
        left: 9%;
    }
}

/* Mobile View (Below 480px) */
@media (max-width: 480px) {
    .container-md {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    /* Adjust Image Layout */
    .contentLeft .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .contentLeft .row .imgWrapper {
        width: 100%;
        height: 180px;
    }

    /* Show only first and third images, hide the rest */
    .contentLeft .row .imgWrapper:nth-child(1) {
        order: -1; /* Moves above About Us */
    }

    .contentLeft .row .imgWrapper:nth-child(2),
    .contentLeft .row .imgWrapper:nth-child(4) {
        display: none; /* Hides second and fourth images */
    }

    .contentLeft .row .imgWrapper:nth-child(3) {
        order: 1; /* Moves below About Us */
    }

    /* Left-align About Us text */
    .contentRight {
        order: 0;
        padding: 20px;
        text-align: left;
    }
}


  /* Gardennin technicque Responsive Adjustments */
  @media (max-width: 991px) {
    .left-column-wrapper {
        min-height: 60vh;
    }
    .right-column {
        padding: 30px 20px;
    }
}

/* category */

@media (max-width: 480px) {
    .category_prpduct_sd {
        display: flex;
        flex-wrap: wrap; /* Allows wrapping to two rows */
        justify-content: center;
        gap: 10px;
    }

    .category_item {
        flex: 0 0 calc(100% / 5 - 10px); /* Ensures 5 items per row */
        max-width: calc(100% / 5 - 10px);
        width: 70px; /* Adjust width for smaller screens */
    }

    .category_background_sd {
        width: 60px; /* Smaller circular background */
        height: 60px;
    }

    .category_background_sd img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .category_title {
        font-size: 6px; /* Adjust text size for mobile */
        margin-top: 5px;
    }
    .category_sd .card_text1_right {
        font-size: 12px;
        max-width: 55%;
    }
}


@media (max-width: 480px) {
.navbar_sd_computerview{
    display: none;
}

}


 /* ------------------------------------------------Topbar mobile responsive */
 @media (max-width: 480px) {
    .navbar_sd .topbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 5px 10px;
    }

    .navbar_sd .top-links {
        display: flex;
        gap: 0px;
        align-items: center;
    }

    .navbar_sd .top-links a {
        font-size: 10px;
    }

    .navbar_sd .btn_sd_mobile {
        padding: 2px 4px;
    }

    .navbar_sd .social-icons {
        display: flex;
        gap: 0px;
        justify-content: flex-end; 
        width: 100%;
    }

    .navbar_sd .social-icons i {
        font-size: 10px;
        display: flex;
        justify-content: flex-end; 
    }

    .navbar_sd .searchbar_area_sd{
        display: none !important;
    }
  

}
/* ---------------------------------------------------Topbar mobile responsive css end */


/* ---------------------------------navbar mobile responsive -----------------------*/
/* Hide for Desktop */
@media (min-width: 481px) {
    .navbar_sd_monileview {
        display: none;
    }
}

/* Mobile View */
@media (max-width: 480px) {
    .navbar_sd_monileview .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px 10px;
    }

    .navbar_sd_monileview .navbar-brand {
        font-size: 1.2rem; 
        font-weight: bold; 
        color: #19b919; 
    }

    .navbar_sd_monileview .navbar-toggler {
        order: 2;
        color: #484848;
            border: none !important;
            box-shadow: none !important;
            outline: none !important;
            padding: 8px 10px;

    }
    
#categoryMenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    padding-left: 30px;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.navbar_sd_monileview {
    position: relative;
}
    /* Full-Width Search Bar */
    .searchbar-container {
        width: 100%;
        padding: 10px;
    }

    .navbar_sd_monileview .search-bar {
        width: 100%;
        display: flex;
    }

    .navbar_sd_monileview .search-bar input {
        width: 100%;
        border-radius: 5px 0 0 5px;
        padding: 8px 8px;
        font-size: 16px;
    }

    .navbar_sd_monileview .search-bar .btn {
        border-radius: 0 5px 5px 0;
        padding: 10px;
        background-color: #023047;
        border: none;
    }

   /* Bottom Navigation: Centered */
.bottom-nav {
    width: 100%;
    background: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ensure row is centered */
.bottom-nav .row {
    width: 100%;
    max-width: 400px; /* Keeps the items centered */
    max-height: 55px;
    margin: 0 auto; /* Centers the row */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Make sure columns take equal space */
.bottom-nav .col-4 {
    flex: 1;
    text-align: center;
}

/* Icons and text */
.bottom-nav .nav-link {
    font-size: 12px;
    color: #484848;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Icon size */
.bottom-nav .nav-link i {
    font-size: 18px;
}

/* Cart Icon Adjustments */
.cart-icon {
    position: relative;
}

.cart-icon span {
    position: absolute;
    top: -13px;
    right: 42px;
    background: #023047;
    color: #ffb703;
    font-size: 12px;
    padding: 0px 6px;
    border-radius: 50%;
}
.box_shadow1 {box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.068);}

}
/* ---------------------------------navbar mobile responsive css end -----------------------*/

/* <!-- -----------------------Bringing Nature------------------------ --> */

@media (max-width: 480px) {
    .bringing_nature_sd .custom-section {
        display: flex;
        flex-direction: column;
    }

    .bringing_nature_sd .rounded-img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .bringing_nature_sd .btn-shop {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .bringing_nature_sd h2{
        padding: 15px 0px 10px 0px;
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .computerimage {
        display: none; /* Hide image in larger screens */
    }
    .mobileiamge {
        display: block; /* Show image inside content section */
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (min-width: 481px) {
    .computerimage {
        display: block; /* Show the image outside content section */
    }
    .mobileiamge {
        display: none; /* Hide the image inside content section */
    }
}


/* <!-- -----------------------Bringing Nature End------------------------ --> */

/* <!-- -----------------------Populer Category------------------------ --> */

@media (max-width: 480px) {
    .category_sd .card_title1 {
        font-size: 1.2rem;
    }
    .category_sd .card-img-overlay {
        padding-top: 5px;
        padding-left: 5px;
    }
    .category_sd p {
        font-size: 12px;
    }
}
/* blog */

@media (max-width: 576px) {
    .sd_blogpage .hero-text {
        font-size: 17px;
      }
    
    .sd_blogpage .card-title {
        font-size: 10px;
      }
    
    .sd_blogpage .overlay h6 {
        font-size: 8px;
        padding: 0 10px;
        text-align: left;
      } 
}

/* blog end */
/* -------------------------------blog single----------------------------------- */

@media(max-width:480px){
    .blog_sigle_sd h2{
        font-size: 26px;
        text-align: left;
    }
    .blog_sigle_sd .rounded-img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .blog_sigle_sd p{
        padding-top: 20px;
    }
    .blog_sigle_sd .custom-section {
        padding: 0px 5px;
    }
}
@media (max-width: 767.98px) {
    .blog_sigle_sd .custom-section {
      flex-direction: column;
    }
  
    .blog_sigle_sd .mobileiamge {
      display: block !important;
    }
  
    .blog_sigle_sd .computerimage {
      display: none !important;
    }
  }
  
  @media (min-width: 768px) {
    .blog_sigle_sd .mobileiamge {
      display: none !important;
    }
  
    .blog_sigle_sd .computerimage {
      display: block !important;
    }
  }
  

/* services single page styling */

@media (max-width: 480px) {
    .services_sd .hero-btn-wrapper {
        bottom: -13px;
  }

  .services_sd .btn-enquire {
    padding: 8px 20px;
    font-size: 0.85rem;
    margin-bottom: 15px;
  }
  .services_sd .sd_heading h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: var(--font-Poppins);
}

.services_sd .sd_heading2 h2 {
    font-size: 19px;
    font-weight: bold;
    font-family: var(--font-Poppins);
}
.services_sd .aspect-img {
    margin-top: 10px;
}
.services_sd .banner_head_sd {
    font-size: 16px;
    padding: 0px 30px;
    }
.services_sd .btn-featured-head{
    padding: 2px 15px;
    font-size: 10px;
}

}

/* services single page styling end*/

/* ----------------Sd_Story----------------- */
@media (max-width: 480px) {
    .sd_story .play-button {
        width: 50px;
        height: 50px;
        font-size: 20px;
      }
    .story_3column_sd .feature-box {
        text-align: center;
        padding: 0px 10px;
      }
      .sd_story .section-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
    }
}
@media (max-width: 767.98px) {
    .sd_story .text-mobile-black {
      color: #000 !important;
    }
  }
/* ----------------Sd_Story End----------------- */

/* ----------------Bipholoc----------------- */
@media (max-width: 480px) {
    .services_sd .play-button {
        width: 50px;
        height: 50px;
        font-size: 20px;
      }
}
/* ----------------Biopholic End----------------- */

/* end tagline */

@media (max-width: 480px) {
    .sd_end_tagline {
        font-size: 11px;
        font-weight: bold;
        font-family: var(--font-Libre);
      }
}

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

/* ============================================================Saree Shop Css================================================================ */

/*-------------------------heading css--------------------------*/
@media (max-width: 480px) {
    .sareea_shop_sd .heading_sd h3{
        font-size: 22px;
    }
}
/*-------------------------heading css end--------------------------*/

/* ============================================================Saree Shop Css End================================================================ */

/* ============================================================Rihyazz Fashions Shop Css================================================================ */

/*-------------------------product css--------------------------*/
@media (max-width: 576px) {
  .rihyaaz_shop_sd .item img {
    height: 300px;
  }

  .rihyaaz_shop_sd .carosel_product_name {
    font-size: 1.2rem;
  }
  .rihyaaz_shop_sd .carousel-heading {
    font-size: 1.5rem;
  }
}
/*-------------------------product css end--------------------------*/
@media (max-width: 480px) {
        .rihyaaz_shop_sd .product-image,
       .rihyaaz_shop_sd .inner-carousel img {
          height: 230px;
        }
        .rihyaaz_shop_sd .product-title {
        font-size: 1rem;
      }

      .rihyaaz_shop_sd .product-price {
        font-size: 0.7rem;
      }
      .rihyaaz_shop_sd .view-more-btn { 
        padding: 5px 10px;
        font-size: 8px;
      }
      }


/*-------------------------Video css--------------------------*/
/* Scroll settings for mobile */
    @media (max-width: 768px) {
    .rihyaaz_shop_sd .video-flex {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
      }

    .rihyaaz_shop_sd .video-card {
        scroll-snap-align: center;
        width: 85%;
        flex: 0 0 auto;
      }

    .rihyaaz_shop_sd .video-flex::-webkit-scrollbar {
        display: none;
      }

    .rihyaaz_shop_sd .video-flex {
        scrollbar-width: none;
        -ms-overflow-style: none;
      }
    }

    /* Grid on desktop */
    @media (min-width: 769px) {
    .rihyaaz_shop_sd .video-flex {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
      }
    }
/*-------------------------Video css end--------------------------*/

/* -------------------Testimonial-------------------- */


    @media (max-width: 768px) {
      .testimonial-slider .testimonial-carousel-item {
        flex-direction: column !important;
        text-align: center;
      }

      .testimonial-slider .testimonial-image {
        margin-top: 1.5rem;
        width: 350px;
        height: 350px;
      }

      .testimonial-slider .custom-nav_1 {
        text-align: center;
      }
    }


/* -------------------Testimonial End-------------------- */
/* ============================================================Rihyazz Fashions Css End================================================================ */


