:root {
  --cream: #e7926c;
  --bg: #ffffff;
  --h1: #895159;
  --pc:#299043;

}





body {
  font-family: "Poppins", sans-serif;
  background-color: var(--bg);
}

/* Top Bar Start */
.top-bar {
  background-color: var(--pc);
  text-align: center;
  padding: 5px;
  color: white;
  font-weight: 200;
  font-size: 16px;
}

/* Top Bar Close */
/* Navbar Start */
.navbar {
  background-color: white;
  padding: 10px 10px;
  box-shadow: 0px 0.5px 3px black;

}

.nav-link {
  color:var(--pc)!important;
  font-weight: 800;
  color: #fff8e8;
}
i {
  color:var(--pc);
  padding: 10px;
}

.icons img {
  padding: 10px 10px;
}

.icons svg{
  color: grid-row-end !important;
}


@media (max-width: 991px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .navbar-toggler {
    border: none;
    background: transparent;
    font-size: 1rem;
    color: white;
    order: -1;
  }
  .navbar-brand {
    margin: auto;
  }
  .icons {
    display: flex;
    align-items: center;
    padding: 0px;
    color: white;
  }



  .icons a {
    margin: 0 10px;
    padding: 0px;
    color: white;
  }
.navbar-toggler i{
  font-size: 23px!important;
  margin-top: 5px;
}

}

/* MEDIA QUERY STRAT */


@media (max-width: 767px) {
  
  .navbar .icons {
      position: absolute;
      top: 40px;
      right: 1px;
      z-index: 1050; 
      padding: 0!important;
  }

.navbar-brand{
  margin-right: 130px;
}
.navbar-brand img{
  width: 120px;
}
.navbar-toggler i{
font-size: 30px;
padding: 0px;
}
i {
  color:var(--pc);
  padding: 1px!important;
}


}

/* MEDIA QUERY END */
/* Hero Banner Start */







/* Categories Start */

.section-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  color: black!important;
}
.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 6px;
  background-color:var(--pc);
  top: 30%;
}
.section-title::before {
  left: 63%;
}
.section-title::after {
  right: 63%;
}

@media only screen and (max-width: 600px) {
  .section-title::before,
  .section-title::after {
display: none;
  }
  
}


.category-card {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  color: white;
  padding: 20px;
  font-weight: bold;
  position: relative;
}
.category-card img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}
.category-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-title::before,
  .section-title::after {
    width: 30px;
    left: 35%;
    right: 35%;
  }
  .category-card img {
    width: 100%;
  }
}

/* Product Start */
.carousel-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.product-container {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  nap-type: x mandatory;
}
.product-container::-webkit-scrollbar {
  display: none;
}
.product-card {
  flex: 0 0 auto;
  width: 300px;
  padding: 10px;
  text-align: center;
  height: 75vh;
  scroll-snap-align: start;
  object-fit: contain;
}
.product-card img {
  width: 100%;
  object-fit: contain;
}
.product-card a {
  text-decoration: none;
  color: black;
  font-size: 12px;
}

.product-card p {
  font-size: 15px;
}

.cart {
  background-color: transparent;
  color: black;
  border: 1px solid black;
  padding: 10px 45px;
  font-weight: bold;
  width: 300px;
  font-size: 12px;
}

.indicator {
  text-align: center;
  margin-top: 10px;
  display: none;
}
/* .dot {
  height: 10px;
  width: 10px;
  margin: 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
} */
.active-dot {
  background-color: #333;
}
.arrow {
  position: absolute;
  bottom: -30px;
  background: none !important;
  color: white;
  border: none;
  font-size: 30px;
  padding: 10px 15px;
  cursor: pointer;
}
.arrow-left {
  left: 45%;
}
.arrow-right {
  right: 45%;
}
/* Product End */
.video-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

/* WHY RSOIER */

.why-rosier {
  background-color: #a7b75e;
  padding: 50px 20px;
  text-align: center;
}

.why-rosier h2 {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

.feature img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.feature p {
  font-size: 16px;
  color: black;
}

/* Desktop View: 4 Columns */
.desktop-view {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}

/* Mobile View: Carousel */
.mobile-view {
  display: none;
}

@media (max-width: 768px) {
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .carousel-indicators button {
    background-color: transparent !important;
  }
}


/* COOKING WITH ROSIER START */

.cooking-section {
  background-color:var(--pc);
  text-align: center;
  color: white;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .cooking-section {
    font-size: 0.7rem;
  }
}

/* COMMUNITY SECTION STYLES */
.community-section {
  background-color: #f9f5e9;
  padding: 60px 0;
}

.community-section h2 {
  color: #4d382e;
  font-weight: bold;

  margin-bottom: 40px;
  text-align: center;
}

.blog-card {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease;
}

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

.blog-content {
  padding: 5px;
}

.blog-content h5 {
  color: #4d382e;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1rem;
  /* height: 40px; */
  overflow: hidden;
}

.blog-content p {
  color: #666;
  font-size: 0.85rem;
  margin-bottom: 10px;
  height: 60px;
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.read-more {
  color: #a7b75e;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
}

.read-more:hover {
  color: #92a35e;
}

.btn-community {
  background-color: #a7b75e;
  border-color: #a7b75e;
  color: white;
  padding: 10px 25px;
  font-weight: bold;
}

.btn-community:hover {
  background-color: #92a35e;
  border-color: #92a35e;
  color: white;
}

@media (max-width: 991px) {
  .blog-card {
    margin-bottom: 20px;
  }

  .blog-content h5 {
    height: auto;
    font-size: 1rem;
  }

  .blog-content p {
    height: auto;
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  /* On mobile, switch back to 2 columns */
  .community-section .col-md-3 {
    width: 50%;
  }

  .blog-card img {
    height: 120px;
  }
}

@media (max-width: 575px) {
  /* On very small screens, use full width */
  .community-section .col-md-3 {
    width: 100%;
  }
}

/* Big Banner Start */


/* Video Slider Design */
.slider-container {
  width: 80%;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 50px;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 30%;
  box-sizing: border-box;
  /* padding: 10px; */
  cursor: pointer;
}

.slide video {
  width: 100%;
  height: 480px; /* Scaled down while keeping 1080x1920 aspect ratio */
  object-fit: cover;
  border-radius: 10px;
}

/* Arrows positioned at the bottom center */
.arrows {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -40px; /* Adjust spacing below slider */
  left: 50%;
  transform: translateX(-50%);
  gap: 15px;
}

.arrow {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
}

/* Modal Styling */
 .video-container1 {
            position: relative;
            max-width: 400px;
            cursor: pointer;
        }
        .video-container1 video {
            width: 100%;
         
        }
        .overlay-text {
            position: absolute;
            bottom: 10px;
            left: 10px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            padding: 5px 10px;
            font-weight: bold;

        }
        .modal-content {
            border-radius: 0px;
        }
        .product-container1 {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .product-details {
            flex: 1;
        }
        .product-title {
            font-weight: bold;
            font-size: 20px;
        }
        .price {
            font-size: 18px;
            color: #d9534f;
            font-weight: bold;
        }
        .old-price {
            text-decoration: line-through;
            color: gray;
        }
        .size-options button {
            border: 1px solid #ccc;
            background: none;
            padding: 5px 10px;
            margin: 5px;

            cursor: pointer;
        }
        .size-options button:hover {
            background: #f8f9fa;
        }
        .description {
            margin-top: 10px;
            font-size: 14px;
            color: #555;
        }
        .bold-text {
            font-weight: bold;
        }
        .add-cart {
            margin-top: 15px;
            width: 100%;
            background: #ffc107;
            border: none;
            padding: 10px;
            font-size: 16px;
            font-weight: bold;
            border-radius: 5px;
        }






/* Mini banners */



.minibanner h3{
font-size: 30px;
}
.minibanner p{
text-align: center;
font-size: 12px!important;
}

.minibanner a{
color: white;
text-decoration:none;
}


/* Mini banner end */

/* Story Page */

.mission-section{
  margin-top: 10px;
}

.mission-section i{
  font-size: 50px!important;
}

.our-promises i{
  font-size: 50px;
}

.gallery-container {
  padding: 50px 0;
}

.gallery-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.gallery-img {
 
  transition: 0.3s;
  cursor: pointer;
}

.gallery-img:hover {
  transform: scale(1.05);
}


/* Single Product Page */

.pro-gallery img{
  height: 100px;

}












/* Ensuring the gallery is properly aligned */
      .product-container {
          margin-top: 30px;
          display: flex;
          align-items: center;
      }

      .carousel-inner img {
          /* height: 400px; */
          object-fit: contain;
          width: 100%;
      }

      /* Price Styling */
      .price {
          font-size: 22px;
          color: #d4a537;
          font-weight: bold;
      }

      .old-price {
          text-decoration: line-through;
          color: red;
          margin-left: 10px;
      }

      /* Size Selection Styling */
      .size-options button {
          margin: 5px;
          padding: 10px 20px;
          border: 1px solid #ccc;
          cursor: pointer;
          background-color: white;
          transition: 0.3s;
      }

      .size-options button.active {
          background-color: green;
          color: white;
          border: none;
      }

      /* Add to Cart Button */
      .add-cart {
          background: green;
          color: white;
          padding: 10px 20px;
          border: none;
          cursor: pointer;
          font-size: 18px;
          margin-top: 20px;
      }

      /* Thumbnail Gallery */
      .thumbnail-gallery {
          display: flex;
          justify-content: center;
          gap: 10px;
          margin-top: 10px;
          overflow: hidden;
      }

      .thumbnail-gallery img {
          width: 80px;
          height: 80px;
          cursor: pointer;
          border: 2px solid transparent;
          transition: 0.3s;
      }

      .thumbnail-gallery img.active {
          
      }
.add-cart{
  background: green;
}

/* Tabs */
.product-image {
  max-width: 100%;
  height: auto;
}

/* Custom Tab Styling */
.nav-tabs {
  border: none;
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  color: #666;
  font-weight: 500;
  border: none;
  padding: 1rem 2rem;
  position: relative;
  transition: all 0.3s ease;
  background: transparent;
}

.nav-tabs .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: green;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-tabs .nav-link:hover {
  color: green;
  background: transparent;
}

.nav-tabs .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background: transparent;
  border: none;
}

.nav-tabs .nav-link.active::after {
  width: 100%;
}

.tab-content {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  margin-top: 1rem;
  transition: all 0.3s ease;
}

.tab-pane {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.tab-pane.show {
  opacity: 1;
  transform: translateY(0);
}

.review-item {
  border-bottom: 1px solid rgba(222, 226, 230, 0.5);
  padding: 1rem 0;
  transition: all 0.3s ease;
}

.review-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(10px);
  padding-left: 1rem;
}

.review-item:last-child {
  border-bottom: none;
}

.star-rating {
  color: #ffc107;
}

.product-features li {
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.product-features li:hover {
  transform: translateX(10px);
  color: green;
}

/* Table Styling */
.table {
  background: transparent;
}

.table tr {
  transition: all 0.3s ease;
}

.table tr:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Review Form Animation */
#reviewForm {
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

#reviewForm.show {
  max-height: 500px;
  opacity: 1;
  margin-bottom: 2rem;
}

/* Star Rating Animation */
.star-rating i {
  transition: all 0.2s ease;
  cursor: pointer;
}

.star-rating i:hover {
  transform: scale(1.2);
}

/* Button Animation */
.btn {
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


.review-image {
display: flex;
justify-content: end;
}

.review-image img{
margin-left: 6px;
width: 50px!important;
height: 50px!important;
}

th{
background-color: transparent!important;
}

.explore{
background-color: #ddd9bb;
}

/* Comming Soon */


.coming-soon-container {
  height: 100vh;
          justify-content: center;
          align-items: center;
          text-align: center;
          background-color: rgb(250, 244, 229);
  }

  .coming-soon-containe h1 {
      font-weight: bold;
  }

  .coming-soon-containe p {
      font-size: 18px;
  }


/* Contatc us */

.contact-section {
  padding: 50px 0;
}
.form-control {
  border-radius: 5px;
}
.submit-btn {
  background-color: green;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
.info-box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
}

.con img{
width: 100px;
height: 100px;
}
.con h5{
font-size: 15px;
}


.map{
padding: 0;
margin: 0;
left: 0%;
right:0%;
overflow:hidden;
bottom: 0%;
}
.order-summary{
  background: white;
  border:none!important;
  height: fit-content;
}

/* @media screen and (max-width: 768px) {
  
  .order-summary{

  }
} */

.note{
  font-size: 10px!important;
  font-weight: 800;
  padding-left: 10px;
}



/*Cart Page */




.table th, .table td {
  vertical-align: middle;
}

h2 {
  font-weight: bold;
}

.btn-outline-secondary {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 16px;
}


.feature-container {
          display: flex;
          justify-content: center; /* Centers horizontally */
          align-items: center; /* Centers vertically */
          min-height: 50vh; /* Adjust height as needed */
      }

      .feature-box {
          display: flex;
          align-items: center;
          gap: 15px; /* Space between icon and text */
          padding: 15px;
          text-align: center;
      }

      .feature-icon {
          width: 50px;
          height: 50px;
      }

      .feature-text h5 {
          font-weight: bold;
          margin-bottom: 5px;
      }

      .feature-text p {
          font-size: 14px;
          color: #6c757d;
          margin: 0;
      }

      /* Responsive - Stack items on small screens */
      @media (max-width: 768px) {
          .feature-box {
              flex-direction: column;
              text-align: center;
          }
      }

.table button{
background-color: green!important;
border: none;
border-radius: 10px;
}

/* 
.table th{
   background: #ffc107!important;
 } */
.btn a{
  color:white;
  text-decoration: none;
}

/*   checkout-container css*/

.checkout-container h3{
  background-color: var(--pc);
  color: white;
  text-align: center;

  
}

/* Checkout Page */


.out h3{
  font-size: 20px;
  padding:20px;
}

/* 
h5{
  text-align: center;
  padding-top: 10px;
  font-size: 15px;
} */







/*Order Success Page*/


.success-container {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 2rem;
}

.success-header {
  text-align: center;
  margin-bottom: 3rem;
}

.success-icon {
  width: 80px;
  height: 80px;
  background: green;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  animation: scaleIn 0.5s ease-out;
}

.success-icon i {
  font-size: 2.5rem;
  color: white!important;
}



.order-details {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.product-card1 {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-card1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.gift-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px dashed green;
}

.gift-icon i{
  color: green!important;
  font-size: 1.5rem;
}

.order-summary {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  /* margin-top: 2rem; */
}

.tracking-info {
  background: rgba(40, 167, 69, 0.1);
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1.5rem;
}

.tracking-number {
  font-family: monospace;
  font-size: 1.1rem;
  color: green;
}

@keyframes scaleIn {
  0% {
      transform: scale(0);
      opacity: 0;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

@media (max-width: 768px) {
  .success-container {
      padding: 1rem;
      margin: 1rem;
  }

  .product-image {
      width: 80px;
      height: 80px;
  }

  .order-details {
      padding: 1.5rem;
  }
  .btn{
      margin: 10px;
  }
}

/* .badge{
  background:#299043;
} */


.card h5{
  font-size:16px;
}