/* Global Styles */
body {
  font-family: Arial, sans-serif;
}

img {
  max-width: 100%;
}
img {
  width: 100%;
}
/* Announcement Bar */
.announcement-bar {
  background: #000;
  color: #fff;
}

/* Header */

.header-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-search {
  width: 45%;
  display: flex;
  align-items: center;
}
.header-logo-card {
  display: flex;
  justify-content: space-between;
  width: 55%;
}

.top-text {
  font-size: 13px !important;
  letter-spacing: 1px;
}

.header-top {
  padding: 15px 0;
  /* border-bottom: 1px solid #000; */
}
.brand-logo img {
  width: 200px;
  height: 50px;
}
.search-box {
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  padding-left: 10px;
  font-size: 14px;
  background: transparent;
  width: 180px;
}

.nav-links .nav-shop-link {
  font-size: 13px;
  letter-spacing: 1px;
}

.nav-links .nav-shop-link {
  color: #000;
  text-decoration: none;
  margin: 0 12px;
  transition: color 0.3s;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: #6c757d;
}

.brand-logo {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}

.icon-link {
  color: #000;
  font-size: 20px;
  margin-left: 20px;
  transition: color 0.3s;
}

.icon-link:hover {
  color: #6c757d;
}

/* Header */

/* Banner */
.banner img {
  height: 500px;
  object-fit: cover;
}

/* Categories */
.categories img {
  border-radius: 10px;
  transition: transform 0.3s;
}
.categories img:hover {
  transform: scale(1.1);
}

/* Start Footer Section */

footer {
  background-color: #2f2f2f;
  color: #fff;
  font-size: 14px;
  padding-top: 60px;
}
.footer-title {
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.footer-links a {
  color: rgb(255 251 255);
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: capitalize;
}
.footer-links a:hover {
  color: #ffc107;
}
.footer-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}
.footer-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #ffc107;
}
.social-icons a {
  font-size: 18px;
  margin-right: 10px;
  color: #fff;
}
.social-icons a:hover {
  color: #ffc107;
}
.keywords {
  font-size: 12px;
  color: #ccc;
  padding: 20px 0 20px;
  /* border-top: 1px solid #444; */
}
.keywords-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}
.field {
  position: relative;
  width: 100%;
  display: flex;
  /* border-bottom-color: rgb(210, 213, 217); */
  border-bottom: 1px solid rgb(210, 213, 217);
}
.field:hover {
  border: 1px solid rgb(210, 213, 217);
}
.field__input {
  width: 100%;
  background-color: transparent;
  font-size: 0.9rem;
  box-shadow: none;
  outline: 0;
  color: #fff;
  padding: 10px 0;
  padding-inline-start: 0.8rem;
  border: 0.1rem solid transparent;
  /* border-bottom-color: rgb(210, 213, 217); */
  transition-property: border;
}
/* .field:hover .field__input, .field__input:focus, .field__input:focus-visible {
    border-color: rgb(var(--color-border));
} */
.field__button {
  box-shadow: none;
  background: none;
  width: 65px;
  min-width: auto;
  border: none;
}
.footer_keyword_div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: wrap;
}
.footer_keyword_div ul li {
  margin: 10px 0;
}

.footer_keyword_div a.footer_keyword {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  border-right: 1.5px solid #fff;
  padding: 0 7px;
  line-height: 13px;
  margin: 0;
  white-space: nowrap;
}
.bottom-footer {
  padding: 1rem 0;
}
.copyright__content a {
  color: #000;
  text-decoration: none;
}
.subscribe-message {
  font-size: 13px;
  font-weight: 500;
  color: #0aad7d; /* optional custom green if needed */
}
.f-add {
  line-height: 28px;
  font-size: 14px;
  padding-right: 39px;
}
.f-email-icon,
.f-whtapp-icon {
  width: 20px;
  margin-right: 3px;
  border-radius: 30px;
}

.f-add-icon a {
  text-decoration: none !important;
}



/* End Footer Section */

/* Custom styles for the slider container */
.slider-container {
  margin: auto;
}

/* Custom styles for the slider items */
.slider-container .slider-item {
  width: auto !important;
  text-align: center;
  padding: 20px;
  /* background-color: #ddd;
        border: 1px solid #888; */
  border-radius: 5px;
  display: flex !important;
}
.slider-item img {
  width: 200px;
  height: auto;
}

.bella-images-section {
  display: flex;
}

.what-bellavita {
  text-align: center;
}
.what-bellavita-title .about-company-section h2 {
  font-size: 25px;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
}
.bella-cart-icon {
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
}
.bella-card h3 {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}
.bella-card p {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 15px;
  color: rgb(33 35 38 / 75%);
}
.what-bellavita-content {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.bella-shop-note .bella-shop {
  margin: auto;
}
.bella-shop-note .bella-cart-icon {
  width: 150px;
  height: auto;
  margin: auto;
}
.crazy-deals .bella-cart-icon {
  width: 337px;
  height: 280px;
  margin: auto;
  cursor: pointer;
}

.crazy-deals .bella-cart-icon:hover {
  animation: animate__zoomIn 0.5s;
}

.shop-link,
.nav-shop-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: rgb(26, 27, 24);
  font-size: 15px;
}

.shop-link::after,
.nav-shop-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1.5px;
  background-color: #ccc; /* Adjust underline color */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.shop-link:hover,
.nav-shop-link:hover {
  color: rgb(26, 27, 24) !important;
}
.shop-link:hover::after,
.nav-shop-link:hover::after {
  transform: scaleX(1);
}
.trip-inclu-exclu .nav {
  border: none;
  justify-content: center !important;
}

.trip-inclu-exclu .nav-tabs .nav-item.show .nav-link,
.trip-inclu-exclu .nav-tabs .nav-link.active {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #fff;
  border: none;
  border-color: none;
  padding: 0px;
}

.trip-inclu-exclu .nav-tabs .nav-link {
  color: #afafaf7f;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: -1px;
  background: #fff;
  padding: 0px;
  letter-spacing: 1px;
  border: none;
}
.nav-item-divider {
  width: 2px;
  height: 40px;
  background-color: #afafaf7f;
  margin: 0 10px;
}

/* card section */

.product-card {
  /* border: 1px solid #eee; */
  /* padding: 15px; */
  border-radius: 8px;
  /* transition: transform 0.3s ease; */
  background: #fff;
  height: 100%;
  width: 95%;
}
.product-card1 {
  width: 100%;
}
/* .product-card:hover {
    transform: scale(1.03);
  } */

.product-img {
  width: 100%;
  height: 300px;
  /* object-fit: contain; */
  margin-bottom: 15px;
}

.badge-custom {
  position: absolute;
  top: 15px;
  color: #fff !important;
  background-color: #d8a274 !important;
  left: 15px;
  font-weight: unset !important;
  border-radius: unset !important;
  font-size: 12px !important;
}

.discount-badge {
  position: absolute;
  top: 54%;
  color: #fff !important;
  background-color: #71bea9 !important;
  left: 15px;
  font-weight: unset !important;
  border-radius: unset !important;
  font-size: 11px !important;
  padding: 3px 8px;
}
/* .bellamood-slide .discount-badge {
  bottom: 7% !important;
} */
.product-title {
  font-weight: 600;
  font-size: 16px;
  margin: 5px 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Change to 2 or 3 if you want more lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-category {
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Change to 2 or 3 if you want more lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-rating {
  font-size: 14px;
  margin: 5px 0;
}

.price {
  font-size: 16px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 5px;
}

.btn-add {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  border-radius: unset !important;
  font-size: 13px !important;
  letter-spacing: 2px;
  padding: 10px 0 !important;
}

.view-all-btn {
  margin-top: 30px;
  font-size: 13px !important;
  letter-spacing: 2px;
  padding: 15px 70px !important;
  border-radius: unset !important;
}

/* End card section */

/* start bellamood section */

.mood-product-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bellamood-slide .product-card {
  width: 65% !important;
  margin: auto;
}

.bellamood-slide .carousel-indicators [data-bs-target] {
  background-color: #000 !important;
}

.bellamood-slide .carousel-indicators .active {
  opacity: 1;
}

.bellamood-slide .carousel-indicators {
  bottom: -70px;
}
.m-img {
  width: 95%;
}
.banner-slider .banner-img {
  width: 100%;
}
.banner-slider .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.banner-slider .carousel-indicators .active {
  opacity: 1;
}

/* .crazy-img{
    width: 175px;
    height: 175px;
  } */

/* start floating icon */

.float-container {
  position: fixed;
  bottom: 15%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.float-container a {
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 45px;
  margin-right: -165px;
  /* margin-bottom: 10px; */
  /* padding: 0px 10px; */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  /* color: #000; */
  /* border-color: #46B8DA; */
  /* border-radius: 5px 0 0 5px; */
  /* background: #FFF; */
  /* -webkit-box-shadow: 0 2px 4px #7D7D7D; */
  /* box-shadow: 0 2px 4px #7D7D7D; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: sans-serif;
  /* border: 1px dashed #0000007a; */
  transition: all 0.5s ease-in-out;
}
.float-container a img {
  width: 40px;
}
/* end floating icon */

.best-seller-card {
  width: 25%;
}
.extra-best-sellers {
  display: none; /* For slideDown animation */
}

/* .extra-best-sellers {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
} */

.best-seller-card {
  width: 100%;
}
.shop-card {
  box-shadow: 0 0.1rem 0.8rem #0003;
  border-radius: 10px;
}
.shop-card h2 {
  padding: 10px 10px;
  font-size: 18px;
  text-align: center;
}
.shop-img-box img {
  height: 250px;
  border-radius: 10px 10px 0px 0px;
}
.review-card {
  width: 300px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 10px 10px;
  text-align: center;
  position: relative;
}

.review-image img {
  width: 100%;
  height: 340px;
  display: block;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.review-content {
  padding: 16px;
  height: 222px;
}

.review-stars {
  color: #f5a623; /* gold star color */
  font-size: 18px;
  margin-bottom: 8px;
}

.review-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.review-text {
  font-size: 14px;
  color: #666;
  margin: 8px 0;
}

.review-author {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

/* .customer-reviews .slick-prev,
.customer-reviews .slick-next {
  width: 27px;
  height: 28px;
  background: #000000;
  border-radius: 50%;
} */
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: none !important;
}
.company-sec,
.company-logo-slider {
  padding-top: 2rem;
  border-top: 3px solid #cccccc94;
}
.slider-container .slick-prev:before,
.slider-container .slick-next:before {
  font-size: 30px !important;
  color: #000 !important;
}
.customer-reviews .slick-prev:before,
.customer-reviews .slick-next:before {
  font-size: 30px !important;
  color: #000 !important;
}
.arrival-slider .slick-prev:before,
.arrival-slider .slick-next:before {
  font-size: 30px !important;
  color: #000 !important;
}
