body {
  font-family: 'Poppins', sans-serif !important;
}

.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

a {
  text-decoration: none !important;
}

.badge-notification {
  position: absolute;
  top: -9px;
  right: -7px;
  padding: 0px 5px;
  border-radius: 50%;
  background-color: #0063D1;
  /* Keep blue for notification badge or change to primary? Keeping specific blue for now as it wasn't explicitly changed */
  color: white;
  font-size: 0.75rem;
}

.cart-count {
  padding: 5px 8px;
  border-radius: 50px;
  background-color: var(--primary-color);
  color: white;
  font-size: 0.75rem;
  font-family: 'Poppins', sans-serif;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.booze_door .store-logo img {
  width: 95px;
  height: auto;
}

.pro-search {
  width: 50%;
  margin: 0 auto;
}

.header-right i {
  font-size: 18px;
  color: #272343;
}

.booze_door {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg-head-sec {
  background-color: #F0F2F3;
}

.head-right-cnt {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  background-color: #fff;
  border-radius: 8px;
}

.header-right a:hover {
  background-color: var(--primary-hover);
  color: #fff !important;
}

.header-right a:hover i {
  color: #fff;
}

.header-right a:hover span {
  background-color: #fff;
  color: var(--primary-color);
}

.wish-bg {
  padding: 11px 16px !important;
  background-color: #fff !important;
  border-radius: 8px;
}

/* Search */
.pro-search {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.pro-search .form-control {
  border-color: transparent;
}

.pro-search .btn-primary {
  background-color: transparent;
  border-color: transparent;
  color: #272343;
}

.pro-search .btn-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.pro-search .form-control:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.pro-search .btn-check:checked+.btn,
.pro-search .btn.active,
.pro-search .btn.show,
.pro-search .btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

/* search */

/* Navbar */

/* Navbar */
.nav-bd {
  background-color: #fff;
  box-shadow: 0px 3px 0px -1px rgba(207 207 207 / 30%);
}

.nav-bd .navbar .nav-link {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding: 8px 16px;
}

.nav-bd .navbar .nav-link.active {
  color: var(--primary-color);
  border: none !important;
  background-color: transparent !important;
}

.nav-bd .navbar .nav-link:hover {
  color: #f0f2f3;
  background-color: transparent !important;
}

.navbar-toggler {
  background-color: #FFFFFF;
}

.navbar-toggler:focus {
  box-shadow: none;
}

#product {
  display: flex;
  align-items: center;
}

#product button {
  background-color: transparent;
  border: none;
  padding: 0px 8px 0px 0px;
  font-size: 16px;
}

.product-menu::after {
  display: none;
}

.phn-no {
  color: #272343;
  font-family: 'Poppins', sans-serif;
}

.phn-no:hover {
  color: var(--primary-color);
}

.nav-bd .navbar-nav {
  gap: 30px;
}

.dropdown-item i {
  padding-right: 5px;
}

.dropdown-menu {
  padding: 0px;
}

.dropdown-item {
  padding: 8px 20px;
}


/* Breadcrumb */
.breadcrumb-link {
  border-radius: 0px 0px 20px 20px;
  padding: 20px 40px;
}

.breadcrumb-link h3 {
  color: #f59e0b;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;
}

.breadcrumb-item a {
  color: #636270;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.breadcrumb-item.active {
  color: #f59e0b;
  font-family: 'Poppins', sans-serif;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #636270 !important;
}

.breadcrumb {
  display: flex;
  list-style: none;
  padding: 0;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  /* Unicode arrow */
  margin: 0 4px;
  color: #333;
  /* Adjust color as needed */
}

/* login-box */
.headtext-login {
  justify-content: center;
  padding: 24px;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid #F6F5F5;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
  border-radius: 24px;
}

.fgt-pwd {
  display: flex;
  justify-content: space-between;
}

.store-button .btn-primary {
  width: 100%;
  margin: 19px 0px;
  padding: 10px;
}

.other-option {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.other-option-flex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.other-option p {
  margin-bottom: 0px;
}

.padd-4 {
  padding: 6% 0%;
}

.account-headtext {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  color: #272343;
  text-align: center;
  margin-bottom: 24px;
}

.form-floating .form-control,
.form-floating .form-select {
  background-color: #F0F2F3;
}

.form-floating>.form-control:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
  border-color: #F0F2F3;
}

.store-button .btn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: 'Poppins', sans-serif;
}

.store-button .btn:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.fgt-pwd a,
.secondary-btn a {
  color: var(--primary-color);
}

.fgt-pwd a:hover,
.secondary-btn a:hover {
  color: var(--primary-hover);
}

.dropdown .dropdown-toggle::after {
  display: none;
}



/* Footer */
.store-footer {
  background-color: #fff;
  box-shadow: 0px 0px 0px 2px rgb(189 189 189 / 30%);
}

.footer-content {
  margin-bottom: 24px;
}

.store-footer .footer-content img {
  width: 120px;
  margin-bottom: 20px;
}

.store-footer .footer-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #7D7B8E;
}

.footer-content h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #fe302d;
  margin-bottom: 20px;
}

/* .footer-content .footer-link
{
    display: flex;
    flex-direction: column;
} */
.footer-content .footer-link {
  padding-inline-start: 0px;
}

.footer-content .footer-link li {
  list-style-type: none;
  margin-bottom: 16px;
}

.footer-content .footer-link a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #272343;
  margin-bottom: 16px;
  transition: 0.2s;
}

.footer-content .footer-link a:hover {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #272343;
}

.footer-link i {
  font-size: 16px;
}

.copyright-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #9A9CAA;
  margin-bottom: 0px;
  padding: 20px 0px;
}

.follow-icons .icon {
  background-color: #fff;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: 0.3s;
  margin-right: 8px;
  font-size: 18px;
  color: #636270;
  cursor: pointer;
  border: 1px solid transparent;
}

.follow-icons .icon:hover {
  background-color: #FFFFFF;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.follow-icons,
.follow-us {
  display: flex;
  align-items: center;
}

.follow-us span {
  margin-right: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer.padd-4 {
  padding-bottom: 2%;
}

.payment-options i {
  color: #9A9CAA;
  font-size: 30px;
  padding-left: 5px;
  cursor: pointer;
}

.payment-options i:hover {
  color: #636270;
}

/* Footer */

/* sub-banner */
.sub-banner-head h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #f59e0b;
  font-size: 32px;
  text-align: center;
  /* margin: 0px 0px; */
}

.sub-banner-head p {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.sub-banner-head ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-left: 0px;
}

.sub-banner-head ul li,
.sub-banner-head ul li a,
.sub-banner-head ul i {
  color: #fff;
}

.sub-banner-head ul li {
  font-size: 18px;
  list-style-type: none;
}

.sub-banner-head ul i {
  font-size: 14px;
}

.navbar-fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: #fff !important;
  z-index: 999999;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  animation: navbar 0.3s linear;
}

.navbar-fixed .second-header {
  display: none;
}

/* Slider */
.slider-img {
  background-image: url(../images/slider-bg.png);
  position: relative;
}

/* Slider */
/* Slider */
/* Slider */
.carousel-item {
  background: radial-gradient(circle at 50% 50%, #232323 0%, #050505 100%);
  color: white;
  position: relative;
  height: 700px;
}

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}

.carousel-control-prev i,
.carousel-control-next i {
  color: var(--primary-color);
  font-size: 25px;
  background-color: #fff;
  padding: 17px 19px;
  border-radius: 50px;
}

.right-img {
  height: 700px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.right-img img {
  width: 250px;
}

.input-group-append {
  position: absolute;
  right: 0;
}

.input-group {
  margin-bottom: 20px;

}

.carousel-caption p {
  color: #272343;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.carousel-caption h2 {
  color: #272343;
  font-size: 58px;
  font-family: 'Poppins', sans-serif;
}

.caption-button .btn {
  background-color: var(--primary-color);
  padding: 10px 30px;
  border-color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'Poppins', sans-serif;
}

.carousel-caption .pro-search {
  margin: auto;
  width: 100%;
  margin-bottom: 20px;
}

/* product-cart */
.item-img {
  position: relative;
  overflow: hidden;
}

.item-img img {
  height: 273px;
  object-fit: contain;
  border-radius: 10px;
  width: 100%;
  padding: 0;
  transition: transform 0.3s ease-in-out;
  /* Smooth zoom transition */
}

.item-img img:hover {
  transform: scale(1.1);
}

.sale-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 16px;
  padding: 0 10px;
  width: 100%;
}

.sale-discount .sale {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #1C1B1F;
  padding: 10px 15px;
  background-color: #ffffffa8;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  margin-left: auto;
}

.sale-discount .discount {
  background-color: #01AD5A !important;
  margin-right: 16px;
  font-size: 15px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 8px;
}

.sale-discount .discount.hot {
  background-color: #f26966 !important;
}

.sale-discount .discount.trend {
  background-color: #2c83ff !important;
}

/* favourite toggle */
.heart-checkbox {
  display: inline-block;
  cursor: pointer;
}

.heart-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.heart-checkbox .fa-heart {
  color: #ccc;
  transition: 0.2s;
}

.heart-checkbox input:checked+i.fa-heart {
  color: #f43f3f;
  /* Change color to red when checked */
  transition: 0.2s;
}

.item-price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.discount-price {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #272343;
}

.item-name {
  width: 100%;
  display: flex;
  gap: 3px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  margin: 0 8px 0 0;
  font-size: 1em;
}

.product-name {
  font-family: 'Poppins', sans-serif;
  color: #272343;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  /* Adjust as needed */
}

.price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buy {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  /* color: #272343; */
  color: #ff7775;
  border-radius: 10px;
  /* padding: 0 10px; */
}

.shop-cart {
  padding: 10px 12px;
  background-color: #F0F2F3;
  color: #272343;
  border-radius: 8px;
  height: 40px;
  /* Fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* Prevents shrinking */
}


.product-item:hover .shop-cart {
  background-color: var(--primary-color);
  color: #fff;
}

.product-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 380px;
}

.product-item:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.product-item:hover .product-name {
  color: var(--primary-color);
}

.prod-item-cont:hover .shop-cart {
  background-color: var(--primary-color);
  color: #fff;
}

.prod-item-cont {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 335px;
  /* max-height: 335px; */
}

.prod-item-cont:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.prod-item-cont:hover .product-name {
  color: var(--primary-color);
}

.sale-discount .sale:hover {
  background-color: #fff;
}

/* Item Quantity */
.quantity-selector {
  display: flex;
  align-items: center;
}

.quantity-selector button {
  width: 32px;
  height: 32px;
  font-size: 16px;
  text-align: center;
  border: none;
  background-color: #F5F5F5;
  border-radius: 6px;
}

.quantity-selector input {
  width: 50px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  margin: 0px 6px;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
}

.quantity-selector input:focus-visible {
  outline: none;
  background-color: #F5F5F5;
}

/* Item Quantity */

/* product-details */
.product-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-thumb-img {
  border-radius: 16px;
  background-color: #FFF;
  width: auto;
  height: 100%;
}

.products-details-desc h3 {
  font-size: 40px;
  color: #272343;
  font-family: 'Poppins', sans-serif;
}

.price {
  color: #272343;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
}

.rating i {
  color: #FFC700;
}

.product-measurement h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}

.qty-type span {
  font-size: 13px;
  background-color: #EAEAEA;
  padding: 8px 13px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.qty-type .active {
  background-color: #FE302D;
  color: #fff;
}

.qty-type {
  margin-bottom: 20px;
  margin-top: 20px;
}

.products-info {
  padding-left: 0px;
}

.products-info li {
  margin-bottom: 20px;
  list-style-type: none;
}

.products-info li span {
  color: #9F9F9F;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.products-info li a {
  color: #817F7F !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.products-add-to-cart .store-button .btn-primary {
  width: auto;
  padding: 10px 30px;
}

.products-add-to-cart {
  display: flex;
  gap: 30px;
}

.wishlist-btn div {
  font-size: 13px;
  background-color: #EAEAEA;
  padding: 8px 13px;
  border-radius: 5px;
  margin-right: 10px;
  color: #545454;
  width: max-content;
}

.wishlist-btn div:hover {
  background-color: #FE302D;
  color: #fff;
}

.wishlist-btn i:hover {
  background-color: #FE302D;
  color: #fff;
}

/* Product-details-tabs*/

.products-details-tabs {
  margin-top: 10%;
}

.products-details-tabs .nav {
  text-align: center;
  padding-left: 0;
  margin-bottom: 40px;
  list-style-type: none;
  display: block;
}

.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.products-details-tabs .nav .nav-item .nav-link {
  color: #cccccc;
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 8px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}

.products-details-tabs .nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: -2px;
}

.products-details-tabs .nav .nav-item .nav-link:hover,
.products-details-tabs .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}

.products-details-tabs .nav .nav-item .nav-link:hover::before,
.products-details-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.products-details-tabs .tab-content .tab-pane p {
  line-height: 1.8;
}

.products-details-tabs .tab-content .tab-pane ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane ul li {
  margin-bottom: 12px;
  position: relative;
  color: var(--optionalColor);
  padding-left: 15px;
}

.products-details-tabs .tab-content .tab-pane ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}

.products-details-tabs .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 22px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating {
  display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span {
  font-size: 17px;
  color: #cecfd2;
  margin-right: -2px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating span.checked {
  color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .rating-count span {
  display: block;
  color: var(--optionalColor);
}

.products-details-tabs .tab-content .tab-pane .products-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
  padding: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
  font-weight: 700;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .right {
  text-align: right;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: var(--whiteColor);
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments {
  margin-top: 40px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 20px;
  position: relative;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}

.products-details-tabs .tab-content .tab-pane .products-review-comments .user-review .review-rating span {
  color: var(--blackColor);
  position: relative;
  top: -2px;
  margin-left: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
  margin-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper .comment-notes span {
  color: red;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
  margin-top: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .form-group {
  margin-bottom: 25px;
  text-align: left;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating {
  text-align: left;
  overflow: hidden;
  max-width: 115px;
  margin-top: -5px;
  margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label {
  float: right;
  position: relative;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:not(:first-of-type) {
  padding-right: 5px;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating label:before {
  content: "\2605";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 27px;
  color: #CCCCCC;
  line-height: 1;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input {
  display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating input:checked~label:before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked)>label:hover:before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .rating:not(:checked)>label:hover~label:before {
  color: #f6b500;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent {
  text-align: left;
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked) {
  display: none;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked+label,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--optionalColor);
  font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked+label:before,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  background: #f5f5f5;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked+label:after,
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked)+label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--mainColor);
  position: absolute;
  top: 6.5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:hover+label:before {
  border-color: var(--mainColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form .comment-form-cookies-consent [type="checkbox"]:checked+label:before {
  border-color: var(--mainColor);
}

.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
  margin-top: 22px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.products-details-tabs .tab-content .tab-pane table {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane table tr td {
  white-space: nowrap;
  border-color: #eeeeee;
  color: var(--optionalColor);
  vertical-align: middle;
  padding: 10px 15px;
}

.products-details-tabs .tab-content .tab-pane table tr td:first-child {
  color: var(--blackColor);
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.related-products {
  margin-top: 50px;
}

.btn-submit .btn-primary {
  background-color: #fe302d;
  border-color: #fe302d;
}

.qty-type .discount:hover {
  background-color: #fe302d;
  color: #fff;
}

.h-50 {
  height: 150px;
}


/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0 15px;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: var(--optionalColor);
  white-space: nowrap;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
  text-align: justify;
  color: #9F9F9F;
}

.cart-table table tbody tr td.product-thumbnail {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail img {
  width: 80px;
  width: 80px;
  height: 70px;
  object-fit: contain;
}

.cart-table table tbody tr td.product-name a {
  display: inline-block;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  /* float: right;
  position: relative;
  top: -1px; */
  font-size: 18px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 22px;
}

.cart-productname {
  font-family: 'Poppins', sans-serif;
  color: #9F9F9F;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: var(--mainColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: var(--blackColor);
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}

.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
  display: flex;
  /* Ensures elements align properly */
  gap: 10px;
  /* Adds space between input and button */
}

.cart-buttons .shopping-coupon-code input {
  flex: 1;
  padding-right: 10px;
  background: #FFFFFF;
  border: none;

}

.cart-buttons .shopping-coupon-code button {
  height: 44px;
  left: 204px;
  gap: 12px;
  border-radius: 8px;
  background: #FE302D;
  color: var(--whiteColor);
  border: none;
  font-size: 15px;
  cursor: pointer;
  transition: var(--transition);
  padding: 10px;
}

.cart-buttons .shopping-coupon-code button:hover {
  background-color: #FE302D;
}


.cart-totals {
  background: #F6F6F6;
  padding: 40px;
  max-width: 500px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 22px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  padding: 10px 15px;
  color: var(--blackColor);
  overflow: hidden;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  border-top: none;
}

.cart-totals ul li:last-child span {
  color: var(--blackColor);
  font-weight: 600;
  font-size: 18px;
}

.cart-totals ul li span {
  float: right;
  color: var(--optionalColor);
  font-weight: normal;
}

.cart-table table,
.cart-table tbody,
.cart-table tr,
.cart-table td,
.cart-table th {
  border: none !important;
  border-collapse: collapse;
  text-align: center;
}

.center-button-container {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically (if needed) */
  padding-top: 25px;
}

.checkout-cart-button {
  width: 250px;
  height: 52px;
  border-radius: 8px;
  background: #FE302D;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  /* Remove default link underline */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  transition: 0.3s ease-in-out;
}

.checkout-cart-button:hover {
  background: #d92624;
}


/* featured-item */
.featured-item h5 {
  color: #272343;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin-bottom: 30px;
}

.carousel-indicators {
  display: none;
}

/* TopBanner.css */
.top-banner {
  background-color: #f8d7da;
  /* Light red background */
  color: #721c24;
  /* Dark red text */
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  position: fixed;
  width: fit-content;
  z-index: 1;
  right: 0;
}

.top-banner .close-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #721c24;
  cursor: pointer;
  background-size: 45%;
}

.top-banner .close-btn:hover {
  color: #000;
}

.orderdeliveryimg {
  width: 70%;
  border-radius: 24px;
}

.zip-error-tab {
  display: inline-block;
  background: #ffe0e0;
  /* light red background */
  color: #b00020;
  /* dark red text */
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.85rem;
  margin-top: 4px;
  white-space: nowrap;
}

/* update  */
/* product details  */
.product-details-section {
  padding: 2rem 0;
}

.product-image-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.product-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #272343;
  margin-bottom: 0.5rem;
}

.product-price-details {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #111314;
  margin-bottom: 10px;
}

.product-rating {
  display: flex;
  align-items: center;
  padding: 0 0 20px 0;
  gap: 6px;
  /* space between stars */
}

.product-rating i {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.product-rating i.filled {
  color: #FFC700;
}

.product-rating i.empty {
  color: #E0E0E0;
  /* light gray for empty */
}

.product-rating .half-star {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.product-rating .half-star i {
  font-size: 20px;
  color: #FFC700;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  /* show only half */
  overflow: hidden;
}

.product-rating .review-count {
  margin-left: 10px;
  color: #393e40;
  font-size: 14px;
}

.variant-section {
  margin: 1rem 0;
}

.variant-badge {
  border-radius: 8px;
  padding: 8px 14px;
  margin-right: 10px;
  background: #df910d;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.variant-badge.active {
  background: #FE302D;
  color: white;
}

.cart-actions {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
  gap: 12px;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #9F9F9F;
  border-radius: 10px;
  overflow: hidden;
  width: 123px;
  height: 50px;
}

.quantity-selector button {
  width: 40px;
  height: 100%;
  border: none;
  background: #fff;
  cursor: pointer;
}

.quantity-selector input {
  width: 43px;
  text-align: center;
  border: none;
  outline: none;
}

.btn-cart {
  background: #FE302D;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-cart:hover {
  background: #d62828;
}

.btn-wishlist {
  background: #EAEAEA;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-wishlist:hover {
  background: #ddd;
}

.products-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-info li {
  display: grid;
  grid-template-columns: 120px 20px 1fr;
  /* left, center, right */
  align-items: center;
  margin-bottom: 8px;
}

.products-info .header {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: #9F9F9F;
  padding: 4px 8px;
}

.products-info .semicolon {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: #9F9F9F;
  text-align: center;
}

.products-info .value {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #817F7F;
  padding: 4px 8px;
}

.products-info .vendor-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-info .vendor-list li {
  display: inline-block;
  margin-right: 8px;
}


.custom-cart-btn {
  background: #FE302D;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.custom-cart-btn:hover {
  background: #d62827;
  /* darker hover */
}

.wishlist-btn {
  display: flex;
  align-items: center;
}

.wishlist-custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;

  background: #EAEAEA;
  color: #545454;
  border: none;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;

  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  text-transform: capitalize;

  transition: background 0.3s ease, color 0.3s ease;
}

.wishlist-custom-btn i {
  font-size: 14px;
}

.wishlist-custom-btn:hover {
  background: #d6d6d6;
  color: #000;
}

.action-buttons {
  display: flex;
  gap: 12px;
  /* space between buttons */
  margin-top: 20px;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: #eaeaea;
  color: #545454;
  border: none;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;

  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  text-transform: capitalize;

  transition: background 0.3s ease, color 0.3s ease;
}

.action-btn i {
  font-size: 14px;
}

.action-btn:hover {
  background: #d6d6d6;
  color: #000;
}

.products-details-tabs {
  margin-top: 1%;
}

.action-buttons {
  display: flex;
  gap: 12px;
  /* space between buttons */
  margin-top: 20px;
}

.store-button .btn-primary {
  width: 100%;
  /* margin: 19px 0px; */
  padding: 10px;
}

.qty-type {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.product-price-details {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #111314;
  margin-bottom: 10px;
}

.product-rating {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 6px;
  /* space between stars */
}

.qty-type {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

/* product rating  */
.product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  /* space between stars */
}

.product-rating i {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.product-rating i.filled {
  color: #FFC700;
}

.product-rating i.empty {
  color: #E0E0E0;
  /* light gray for empty */
}

.product-rating .half-star {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.product-rating .half-star i {
  font-size: 20px;
  color: #FFC700;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  /* show only half */
  overflow: hidden;
}

.product-rating .review-count {
  margin-left: 10px;
  color: #393e40;
  font-size: 14px;
}

.vendorfiltercontainer {
  background-color: #fff;
  padding: 0px 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid rgb(223 223 223);
  height: fit-content;
  padding: 10px;
}

.vendorTitle {
  padding: 20px 10px;
}

/* Add this to your stylesheet */
.wishlist-active {
  color: var(--primary-color);
  /* icon becomes red when in wishlist */
}

.fa-heart {
  transition: color 0.3s ease;
}

.file-upload-container h6 {
  font-weight: 600;
}

.upload-box {
  border: 2px dashed #999;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
}

.upload-box:hover {
  background: #3c3c3c;
}

.upload-icon {
  font-size: 32px;
  color: #333;
  margin-bottom: 10px;
}

.preview-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preview-img,
.preview-video {
  max-width: 200px;
  max-height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.star-label {
  cursor: pointer;
  transition: all 0.2s ease;
}

.star-label:hover {
  transform: scale(1.2);
}

.star-label.active i {
  color: #ffc107 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.user-review {
  border-left: 4px solid #007bff;
}

.RatingStyle {
  color: #000;
}

.product-description {
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}

.ship-return ul {
  padding-left: 2rem;
}

/* --- BoozeDoor Premium Design System Utilities --- */

/* Typography Overrides */
h1,
h2,
h3,
h4,
h5,
h6,
.font-display {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--color-text-primary);
}

body {
  font-family: 'Poppins', sans-serif !important;
  background-color: var(--background) !important;
  color: var(--foreground) !important;
}

/* Base Link Styles */
a {
  text-decoration: none !important;
  color: var(--foreground);
  transition: all 0.3s ease;
}

a:hover {
  color: var(--primary);
}

/* --- Premium Components --- */

/* Buttons */
.btn-gold {
  background: var(--gradient-gold) !important;
  color: #fff !important;
  font-weight: 600;
  border: none;
  box-shadow: var(--shadow-gold);
  transition: all 0.3s ease;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-md);
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 40px hsla(43, 89%, 55%, 0.3);
}

.btn-premium-outline {
  background: transparent;
  color: var(--foreground);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-md);
  transition: all 0.3s ease;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-premium-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(245, 158, 11, 0.05);
  /* Slight gold tint */
}

/* Glass Effect */
.glass {
  background: rgba(15, 23, 42, 0.6);
  /* Slate 900 / 0.6 */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Text Gradients */
.text-gold-gradient {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /* Fallback */
  display: inline-block;
}

/* Cards */
.card-premium {
  background: var(--gradient-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}

.card-premium:hover {
  border-color: hsla(43, 89%, 55%, 0.3);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}

/* --- Animations --- */

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slide-up {
  animation: slideUp 0.6s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}

@keyframes glow {
  from {
    box-shadow: 0 0 20px hsla(43, 89%, 55%, 0.2);
  }

  to {
    box-shadow: 0 0 40px hsla(43, 89%, 55%, 0.4);
  }
}

.animate-glow {
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.animate-float {
  animation: float 6s ease-in-out infinite;
}

/* --- Global Section Styles --- */
.section-premium {
  padding: 5rem 0;
  position: relative;
}

.bg-dark-slate {
  background-color: var(--secondary);
}

/* --- Form Elements Overrides for Dark Theme --- */
.form-control,
.form-select {
  background-color: var(--input) !important;
  border-color: var(--border) !important;
  color: var(--foreground) !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 0.25rem hsla(43, 89%, 55%, 0.25) !important;
}

.form-control::placeholder {
  color: var(--muted-foreground) !important;
}

/* --- Existing Class Overrides --- */
.bg-head-sec {
  background-color: var(--background) !important;
  border-bottom: 1px solid var(--border);
}

.text-muted {
  color: #f59e0b !important;
}

/* --- Banner Slider Container --- */
.banner-slider-container {
  perspective: 1000px;
}

/* Unified Indicators (Works for both PrimeReact and Bootstrap) */
.banner-slider-container .carousel-indicators,
.p-carousel .p-carousel-indicators {
  position: absolute !important;
  bottom: 40px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  pointer-events: auto !important;
}

.banner-slider-container .carousel-indicators button,
.banner-slider-container .carousel-indicators [data-bs-target],
.p-carousel .p-link {
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  border-radius: 50% !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 0 !important;
  cursor: pointer !important;
  opacity: 1 !important;
  text-indent: -999px !important;
  overflow: hidden !important;
  display: block !important;
}

.banner-slider-container .carousel-indicators .active,
.p-carousel .p-highlight .p-link {
  background: var(--gold-gradient) !important;
  transform: scale(1.3) !important;
  box-shadow: 0 0 15px rgba(245, 158, 11, 0.8) !important;
  border-color: #FFF !important;
}


/* Navigators */
.banner-slider-container .carousel-control-prev,
.banner-slider-container .carousel-control-next,
.p-carousel .p-carousel-prev,
.p-carousel .p-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #FFF;
  color: white;
  border-radius: 50%;
  z-index: 20;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  backdrop-filter: blur(5px);
  opacity: 0;
}

.banner-slider-container:hover .carousel-control-prev,
.banner-slider-container:hover .carousel-control-next,
.banner-slider-container:hover .p-carousel-prev,
.banner-slider-container:hover .p-carousel-next {
  opacity: 1;
}

.banner-slider-container .carousel-control-prev {
  left: 20px;
}

.banner-slider-container .carousel-control-next {
  right: 20px;
}

.banner-slider-container .carousel-control-prev:hover,
.banner-slider-container .carousel-control-next:hover,
.p-carousel .p-carousel-prev:hover,
.p-carousel .p-carousel-next:hover {
  background: var(--gold-gradient);
  color: #000;
  border-color: transparent;
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.4);
  transform: translateY(-50%) scale(1.1);
}

.bg-dark-overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.animate-container {
  overflow: hidden;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  width: 16px !important;
  height: 16px !important;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.active-slide .animate-fade-in-down {
  animation: fadeInDown 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.active-slide .animate-slide-up-fade {
  animation: slideUpFade 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.animate-fade-in-down,
.animate-slide-up-fade {
  opacity: 0;
}

.delay-200ms {
  animation-delay: 0.2s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.delay-400ms {
  animation-delay: 0.4s;
  opacity: 0;
  animation-fill-mode: forwards;
}

.max-w-600 {
  max-width: 600px;
}

/* --- Carousel Navigators --- */
.p-carousel .p-carousel-prev,
.p-carousel .p-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 50%;
  z-index: 20;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  backdrop-filter: blur(5px);
}

.p-carousel .p-carousel-prev {
  left: 20px;
}

.p-carousel .p-carousel-next {
  right: 20px;
}

.p-carousel .p-carousel-prev:hover,
.p-carousel .p-carousel-next:hover {
  background: var(--gold-gradient);
  color: #000;
  border-color: transparent;
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.4);
  transform: translateY(-50%) scale(1.1);
}

.p-carousel .p-carousel-prev span,
.p-carousel .p-carousel-next span {
  font-size: 24px;
}

@media (max-width: 767px) {

  .p-carousel .p-carousel-prev,
  .p-carousel .p-carousel-next {
    width: 45px;
    height: 45px;
  }

  .p-carousel .p-carousel-prev {
    left: 10px;
  }

  .p-carousel .p-carousel-next {
    right: 10px;
  }
}

/* Responsiveness for Banner */
@media (max-width: 991px) {
  .banner-height {
    height: 70vh;
    min-height: 500px;
  }

  .hero-title {
    font-size: 3rem !important;
  }

  .bg-dark-overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 767px) {
  .banner-height {
    height: auto;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .hero-title {
    font-size: 2.5rem !important;
  }

  .banner-content {
    padding: 0 15px;
  }

  .banner-slider-container .carousel-indicators,
  .p-carousel .p-carousel-indicators {
    bottom: 20px !important;
  }
}

.glass {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.text-gold-gradient {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 50%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}