section.banner-slider {
  min-height: 80vh;
}

.features {
  display: flex;
  gap: 20px;
  padding: 40px 0px 0px 0px;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}

.feature-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 20px;
  border-radius: 10px;
  background-color: #F1F1F1;
}

.feature-text h4 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #2c1e63;
}

.feature-text p {
  font-size: 16px;
  margin: 0;
  color: #333;
  width: 65%;
  line-height: 23px;
}

.feature-icon img {
  width: 55px;
  object-fit: contain;
}

.fav_section {
  padding: 30px 0px 50px 0px;
  max-width: 95%;
  margin: auto;
}

.fav_heading {
  font-size: 16px;
  font-weight: bold;
  color: #2c1e63;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.fav_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-top: 10px;
  gap: 20px;
}

.fav_list li {
  width: calc(25% - 15px);
  /* 4 items in row with 20px gap */
  background-color: #f5f5f7;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fav_list li a {
  display: block;
  text-decoration: none;
  color: #222;
  text-align: center;
  transition: all 0.3s ease;
}



.fav_list li span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 20px 8px;
  text-transform: uppercase;
}


.fav_list li {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}

.fav_list li img {
  width: 100%;
  height: 300px;
  object-fit: fill;
  transition: transform 0.4s ease;
  display: block;
  border-radius: 8px;
}

.fav_list li:hover img {
  transform: scale(1.01);
}


section.fav_best_sellers {
  padding: 40px 0px 40px 50px;
}

.fav_owl_slider .fav_item {
  background: #f7f7f7;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.fav_slider_wrapper {
  padding-top: 10px;
}

.fav_owl_slider .fav_item img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.fav_owl_slider .fav_item:hover img {
  transform: scale(1.05);
}

.fav_owl_slider .fav_item h3 {
  font-size: 14px;
  margin: 15px 0 5px;
  text-transform: uppercase;
}

.fav_owl_slider .fav_item p {
  font-size: 14px;
  margin: 0;
}

.fav_owl_slider .fav_item del {
  color: #888;
  font-size: 13px;
  margin-left: 5px;
}


.fav_card {
  background: #F1F1F1;
  border-radius: 7px;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}

.fav_card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
          height: max-content;
  transition: transform 0.3s ease;
}

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

.fav_info {
  padding-top: 20px;
}

.fav_info h3 {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #1E1E1E;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;

}

.fav_info p {
  font-size: 13px;
  margin: 0;
  color: #333;
}

.fav_info del {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

/* Owl Nav Arrows */
.fav_slider_wrapper .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fav_slider_wrapper .owl-nav button {
  background: #2c2c96;
  color: white;
  border: none;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: background 0.3s;
}

.fav_slider_wrapper .owl-nav button:hover {
  background: #4444dd;
}

section.fav_best_sellers .owl-carousel .owl-dots.disabled,
section.fav_best_sellers .owl-carousel .owl-nav.disabled {
  display: block;
}

section.fav_best_sellers button.owl-prev {
  position: absolute;
  right: 10px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: #2E2381;
  width: 40px;
  height: 40px;
}

span.fav_next img {
  width: 20px;
}

span.fav_prev img {
  width: 20px;
}

section.flower-feeds-section .owl-dots {
  display: none;
}

a.product-img {
  background-color: #F1F1F1;
  border-radius: 20px;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
          overflow: hidden;
}

.order-bg {
  background: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  margin-right: 15px;
  margin-right: 20px;
  width: 140px;
  max-height: 150px;
}

.list-tel a {
  margin: 0px;
  padding: 0;
  line-height: 25px;
}

.list-tel {
  padding: 5px 0px;
}

.card-nav {
  background: #F1F1F1;
  border-radius: 7px;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .fav_list li {
    width: calc(33.333% - 14px);
  }
}

@media (max-width: 768px) {
  .fav_list li {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .fav_list li {
    width: 100%;
  }
}

.product-img img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

li:hover .product-img img {
  transform: scale(1.05);
  /* Slight zoom */
  opacity: 0.9;
  /* Slight fade */
}
.tab-list ul li {
        list-style-type: disc;
                font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
}
.tab-list ul li::marker {
    color: #2e2381;
}
.share-option img {
        width: auto;}