*{
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none!important;
    pointer-events: auto;
}
a:hover{
    color: none!important;
}

ol,ul{
    list-style-type: none;
     margin-bottom: 0;
}
p{
  margin: 0;
}
.container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


:root{
    --corp-red:#c1272d;
    --corp-blue:#173947;
    --corp-sky:#2c6b87;
    --corp-lightwhite:#ccc;
    --corp-yellow:#f7931e;
    --corp-grey:#808080;
    --corp-black:#333;
    --corp-white:#fff;
  }
  body{
    font-family: "Marcellus", serif!important;

}
header{
    background-color: var(--corp-sky);
    padding: 10px 0;
}
.num a{
    color: var(--corp-white);
    font-size: 15px;
    margin-left: 10px;

}
.num i{
    color: var(--corp-white);
    font-size: 20px;
}
.header-con h4{
    color: var(--corp-white);
    font-size: 15px;
    text-align: center;
}
.header-right {
    display: flex;
    justify-content: flex-end; /* Push children to the right */
    align-items: center;
}

.header-locator {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 20px;
}
.header-locator{
    color: var(--corp-white);
}
@media screen and (max-width: 768px) {
    .header-top{
        display: none;
    }

}

.num-icon i{
    color: var(--corp-white);
}

.num-icon a:hover{
   background-color: transparent;
   color: var(--corp-white)!important;
}

.num .dropdown-toggle {
    /* background-color: #f8f9fa; */
    color: #fff!important;
    /* border: 1px solid #ced4da; */
    font-weight: 500;
    transition: all linear 0.3s;
}

.num .dropdown-toggle:hover {
    background-color: #e9ecef;
    color: #000!important;
}

.num .dropdown-menu {
    min-width: 150px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.num .dropdown-menu li{
    min-width: 180px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.num .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    font-size: 15px;
}

.num .dropdown-item img {
    width: 20px;
    height: auto;
}

.num .dropdown-item:hover {
    background-color: #f1f1f1;
}




.log-in a{
    color: #000!important;
}
.log-in a:hover{
    color: #000!important;
}
.log-in i{
    margin-top: 5px;
    margin-right: 5px;
}
/* nav */
.navbar-brand img {
  height: 55px;
  /* margin-top: -35px; */
}

.logo-center {
  top: 50%;
  transform: translateX(-50%);
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
  display: none !important;
  z-index: 1050;
}

.bottom-nav .nav-item .nav-link {
  padding: 10px 0;
  color: #000;
  font-weight: 500;
}
.nav-link {
  padding: .5rem 5px!important;
}
@media (min-width: 350px) and (max-width: 950px) {
  .bottom-nav {
    display: flex !important;
  }
  .shipping{
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 45px;
    margin: 0;
  }
}

/* Search Animation */
.search-form {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    white-space: nowrap;
  }

  .search-form.show {
    max-width: 300px;
    opacity: 1;
  }


  #suggestionList {
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    list-style: none;
    padding-left: 0;
    margin-top: 5px;
  }


/* Dropdown Hover */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar .dropdown-menu {
    transition: opacity 0.2s ease-in-out;
    pointer-events: auto;
  }

  .dropdown-menu {
    animation: fadeIn 0.2s ease-in-out forwards;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

.dropdown-item {
  color: var(--corp-black) !important;
}

.list-group-item a,
.nav-link,
.btn {
  color: var(--corp-black, #000) !important;
}

/* Adjusted Center Logo Positioning */
.logo-center {
  top: 55%;
  transform: translateX(-50%);
  z-index: 1;
}

/* Adjusted search form z-index and spacing */
.search-form {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  white-space: nowrap;
  z-index: 2;
}

/* When visible */
.search-form.show {
  max-width: 300px;
  opacity: 1;
}


.d-none ul.dropdown-menu {
  list-style: none;
  padding: 10px;
  margin: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 250px;
}

.dropdown-item > a {
  font-weight: 600;
  display: block;
  padding: 8px;
  color: #333!important;
  text-decoration: none;
}

.dropdown-item {
  position: relative;
  padding-bottom: 5px;
}

/* Subcategory */
.nested-dropdown {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 2px solid #e0e0e0;
  margin-top: 5px;
}

.nested-dropdown > a {
  font-weight: 500;
  display: block;
  padding: 5px 8px;
  color: #000!important;
  text-decoration: none;
}

/* Sub-subcategory */
.nested-content {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 2px dashed #ccc;
  margin-top: 3px;
}

.nested-content a {
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 4px 8px;
  color: #000!important;
  text-decoration: none;
}

/* Hover effects */
a:hover {
  background-color: #f8f9fa;
  color: #000!important;
}
.d-none .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f8f8f8!important;
}

#menu {
    position: relative;
    z-index: 1030;
    background-color: var(--corp-white);
    transition: all linear 0.3s;
    width: 100%;
}

#menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: sticky-slide-down 0.3s ease;
    background: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 0 210px;
}



@keyframes sticky-slide-down {
  from { top: -50px; }
  to { top: 0; }
}



/* nav */

/* banner */
/* Full-width and zero padding for the wrapper */
/* Slider Wrapper */
.banner-slider-wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#banner .ban-item {
  position: relative;
  width: 100%;
  height: 100vh;
  animation: fadeSlideIn 1s ease-in-out;
}

#banner .ban-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

#banner .overlay {
    position: absolute;
    top: 64%;
    right: 9%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 97px 0;
    border-radius: 12px;
    width: 22%;
    text-align: center;
    z-index: 99999;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease;
}
#banner .overlay2 {
    position: absolute;
    top: 45%;
    right: 11%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 150px 10px!important;
    border-radius: 12px;
    width: 22%;
    text-align: center;
    z-index: 99999;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease;
}
@media(max-width:768px){
        #banner .overlay2 {
        top: 45%;
        right: 9%;
        padding: 104px 10px;
        width: 83%;
    }
}
#banner .overlay3 {
    position: absolute;
    top: 45%;
    right: 10%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 150px 10px!important;
    border-radius: 12px;
    width: 22%;
    text-align: center;
    z-index: 99999;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease;
}
@media (max-width:768px) {
    #banner .overlay3 {
      top: 45%;
      right: 9%;
      padding: 130px 10px;
      width: 82%;
  }
}


#banner .overlay5 {
    position: absolute;
    top: 65%;
    /* right: 100%; */
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 97px 0;
    border-radius: 12px;
    width: 78%;
    text-align: center;
    z-index: 99999;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease;
    left: 180px;
}
@media (max-width:768px) {
    #banner .overlay5 {
        left: 54px;
    }
}

#banner .overlay6 {
    position: absolute;
    top: 46%;
    /* right: 100%; */
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 156px 0;
    border-radius: 12px;
    width: 27%;
    text-align: center;
    z-index: 99999;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease;
    left: 38%;
}

@media (max-width:768px) {
      #banner .overlay6 {
      border-radius: 12px;
      width: 82%;
      left: 10%;
  }
}
#banner .banner-content {
  color: white;
}

#banner .banner-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  animation: zoomIn 1s ease;
}

#banner .banner-content p {
  font-size: 18px;
  color: #f1f1f1;
  animation: fadeIn 1.2s ease;
}

.banner-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center !important;
  gap: 10px;
  list-style: none;
  z-index: 3;
}

.banner-slider .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: none;
  opacity: 0.5;
  transition: all 0.3s;
}

.banner-slider .slick-dots li.slick-active button {
  opacity: 1;
  background: #c1272d;
}

/* Animations */
@keyframes fadeInUp {
  0% {opacity: 0; transform: translateY(40px);}
  100% {opacity: 1; transform: translateY(0);}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

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

@keyframes fadeSlideIn {
  from {opacity: 0; transform: translateX(30px);}
  to {opacity: 1; transform: translateX(0);}
}

/* Responsive */
@media (max-width: 768px) {
  #banner .ban-item {
    height: 70vh;
  }

  #banner .overlay {
    width: 90%;
    right: 5%;
    bottom: 10%;
    top: auto;
    transform: none;
    padding: 30px 15px;
  }

  #banner .banner-content h2 {
    font-size: 26px;
  }

  #banner .banner-content p {
    font-size: 16px;
  }
}
/* banner */

/* ship */
#shipping {
    padding: 20px 0;
  }

  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .col-lg-3,
  .col-md-6,
  .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .ship {
    background: var(--corp-red);
    padding: 30px 20px;
    height: 100%;
    border-radius: 6px;
    transition: all linear 0.3s;
  }
  .ship:hover{
    background-color: var(--corp-blue);
  }

  .ship-certify {
    align-items: center;
  }

  .ship i {
    color: var(--corp-white);
    font-size: 50px;
    margin-right: 8px;
    font-weight: 500;
    padding-bottom: 10px;
    /* margin-right: 12px; */
}

  .ship h6 {
    color: var(--corp-white);
    font-size: 20px;
    font-weight: 500;
  }

  .ship p,
  .ship a {
    color: var(--corp-white);
    font-size: 16px;
    text-align: center;
  }
  .ship a{
    text-align: center!important;
  }

  .ship p:hover{
    color: var(--corp-white)!important;
  }


/* ship */
#popular{
    padding: 50px 0;
}
/* popular */
.popular-title h2{
    font-size: 40px;
    font-weight: 500;
    color: var(--corp-black);
}
.populer-model .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--corp-red)!important;
  background-color: #fff;
  border-color: transparent!important;
  border-bottom: 1px solid var(--corp-red)!important;
}
.nav-tabs {
  border-bottom: none!important;
  font-size: 25px;
}

.popular-slider {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .popular-slider {
    margin-top: 20px;
    margin-left: 23px;
}
}

.popular-slider .ban-item {
  position: relative;
  overflow: hidden;
}


.popular-slider .ban-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.popular-slider .ban-img-wrapper img {
  height: 100%;
  width: 93%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
  border-radius: 12px;
}

/* Overlay style */
.ban-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  border-radius: 12px;
}

/* Cart Button */
.cart-btn {
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  background: var(--corp-red)!important;
  color: white!important;
  font-weight: bold;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 16px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(245, 87, 108, 0.4);
}

.cart-btn i {
  margin-right: 8px;
}

/* Side Buttons */
.side-buttons {
  position: absolute;
  top: 20px;
  right: -98px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: right 0.4s ease;
}

.side-btn {
  background: rgba(255,255,255,0.9);
  color: var(--corp-white)!important;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: background 0.3s, transform 0.3s;
}

.side-btn:hover {
  background: var(--corp-red);
  color: #fff;
  transform: scale(1.1);
}

/* Hover Effects */
.ban-img-wrapper:hover img {
  transform: scale(1.1);
}

.ban-img-wrapper:hover .ban-overlay {
  opacity: 1;
}

.ban-img-wrapper:hover .cart-btn {
  transform: translateY(0);
}

.ban-img-wrapper:hover .side-buttons {
  right: 20px;
}
.popular-content{
    margin-top: 10px;
}
.popular-content h6{
    font-size: 20px;
    font-weight: 400;
    color: var(--corp-black);
}
.popular-content h4{
    font-size: 16px;
    font-weight: 700;
    color: var(--corp-black);
}


.popular-btn a{
  background: var(--corp-red)!important;
  padding: 10px 20px;

}
.btn-11 {
  position: relative;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  background-color: var(--corp-red);
  border: none;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  transition: background 0.3s ease;
  z-index: 1;
}

.btn-11::before,
.btn-11::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
  transition: transform 0.4s ease;
}
.btn-12::before,
.btn-12::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
  transition: transform 0.4s ease;
}

.btn-11::before {
  left: -20px;
  transform: translateY(-50%);
}


.btn-11::after {
  right: -20px;
  transform: translateY(-50%);
}


.btn-11:hover::before {
  transform: translate(150px, -50%) scale(2);
}
.btn-12:hover::before {
  transform: translate(170px, -50%) scale(2);
}

.btn-11:hover::after {
  transform: translate(-150px, -50%) scale(2);
}
.btn-12:hover::after {
  transform: translate(-170px, -50%) scale(2);
}

.btn-11:hover {
  background-color: #e63c3c;
  color: #fff;
}


#hot-selling{
  padding: 50px 0 0;
}

/* .order-ban {
  position: relative;
  display: inline-block;
  transition: all linear 0.3s;
  display: inline-block;
  overflow: hidden!important;

} */

.order-ban {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%; /* Optional: set fixed width/height if needed */
  height: auto;
}

.order-ban img {
  display: block;
  width: 100%;
  height: auto;
}

.order-content {
  transition: transform 0.3s ease;
}

.order-ban:hover .order-content {
  transform: scale(1.1);
}

.order-ban .order-label {
  position: absolute;
  bottom: 50px;
  left: 50%;
  background-color: var(--corp-white);
  color: var(--corp-black);
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s ease, color 0.3s ease;
  transform: translateX(-50%);
}

.order-ban:hover .order-label {
  background-color: var(--corp-red);
  color: var(--corp-white);
}




.popular-title h6{
  text-align: center;
  color: var(--corp-red);
  font-size: 25px;
}
/* popular */

/* follow */
#follow{
  padding: 80px 0;
  background-color: var(--corp-sky);
}
.follow-con h3{
  font-size: 35px;
  color: var(--corp-white);
  letter-spacing: 1px;
}
.follow-con a{
  font-size: 22px;
  font-style: italic;
  color: var(--corp-yellow)!important;
  letter-spacing: 1px;
  font-weight: 600;
}
/* follow */

/* recipe */
#recipe{
  padding: 50px 0;
}
#recipe .popular-title h4{
  color: var(--corp-yellow);
  font-weight: 400;
}

.food-card {
  /* margin-top: 20px; */
  width: 300px;
  margin: 20px auto;
  overflow: hidden;
}

#recipe .card-img {
  width: 100%;
  height: auto;
  display: block;
}

#recipe .card-content {
  padding-top: 15px;
  text-align: left;
}

#recipe .card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 6px;
  color: var(--corp-black);
}

#recipe .card-date {
  font-size: 14px;
  color: var(--corp-yellow);
  margin-bottom: 10px;
}

#recipe .card-link {
  font-size: 12px;
  font-weight: 900;
  color: var(--corp-black)!important;
  text-decoration: none;
  transition: all linear 0.3s;
}

#recipe .card-link:hover {
  color: var(--corp-yellow)!important;
}

/* recipe */

/* footer */
#footer{
  padding: 50px 0;
  background: #f1f1f1;
}
.footer-content h4{
  font-size: 16px;
  font-weight: 600;
}
.footer-content a,p{
  font-size: 16px;
  font-weight: 400;
  color: var(--corp-black);
  transition: all linear 0.3s;
}
.footer-content p{
  margin-bottom: 5px!important;
}
.footer-content p:hover{
  color: var(--corp-red)!important;
}
.footer-content a:hover{
  color: var(--corp-red)!important;
}
.strong a{
  color: var(--corp-black)!important;
  font-weight: 600;
  text-decoration: underline!important;
}
.social-icons {
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #f1f1f1;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: var(--corp-black)!important;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.social-icons a:hover {
  background-color: var(--corp-red);
  color: var(--corp-white)!important;
  transform: translateY(-4px) scale(1.05);
}

/* footer */

/* copyright */
#copyright{
  background: var(--corp-blue);
  padding: 10px 0 2px;
}

.copyright-con p{
  color: var(--corp-white)!important;
}
.copyright-con p:hover{
  color: var(--corp-white);
}
.copyright-con a{
  color: var(--corp-red)!important;
}
.copyright-con a:hover{
    background: none!important;
    color: var(--corp-red)!important;
}
/* copyright */


/* product-details page */
#product-details{
  padding: 50px 0;
}


#product-details .product {
  display: flex;
  flex-direction: column;
}
#product-details .image-section, .details-section {
  flex: 1;
}
.image-section{
  width: 100%!important;
}
#product-details .product img {
    width: 100%;
    max-width: 506px!important;
    border-radius: 10px;
}
#product-details .details-section {
  margin-top: 20px;
}
#product-details .details-section h2{
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 0;
  color: #121216;
  text-align: left;
}

#product-details .price {
  font-size: 1.5rem;
  color: #28a745;
  margin-top: 10px;
}
#product-details .pack-options {
  margin: 15px 0;
}
#product-details .pack-options p {
  margin-bottom: 8px;
  font-weight: bold;
}
#product-details .pack-options button {
  padding: 10px 15px;
  border: 1px solid #333;
  margin-right: 10px;
  cursor: pointer;
  background-color: white;
  transition: all 0.3s ease;
}
#product-details .pack-options button.active {
  border: 2px solid black;
  font-weight: bold;
}
#product-details .buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}
#product-details .buttons button, .buttons a {
  padding: 10px 15px;
  background-color: #28a745;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}
#product-details .buttons .buy{
  /* padding: 10px 105px!important; */
  width: 100%;
  text-align: center;

}
.wish{
  /* padding: 10px 95px!important; */
  width: 100%;
  text-align: center;
  background-color: var(--corp-white)!important;
  color: var(--corp-black)!important;
  border: 1px solid var(--corp-lightwhite)!important;
}
.wish i{
  color: var(--corp-red);
}
.paypal{
  /* padding: 10px 87px!important; */
  /* width: 100%; */
  text-align: center;
  background: var(--corp-sky)!important;
  color: var(--corp-white)!important;
  border-radius: 20px;
  transition: all linear 0.3s;
}
.google {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--corp-black)!important;
  padding: 10px 50px!important;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
.delivery{
  padding: 10px 50px!important;
  background: var(--corp-white)!important;
  color: var(--corp-black)!important;
  border: 1px solid var(--corp-lightwhite)!important;
  transition: all linear 0.3s;
}
.delivery:hover{
  color: var(--corp-red)!important;
}

.google img {
  max-height: 24px;
}

.paypal:hover{
  background: var(--corp-red)!important;
  color: var(--corp-white)!important;
}
#product-details .buttons button:hover {
  background-color: #218838;
}
#product-details .availability {
  margin: 10px 0;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  #product-details .product {
    flex-direction: row;
  }
  #product-details .details-section {
    margin-top: 0;
    margin-left: 30px;
  }
}

.cart a{
  background-color: var(--corp-black)!important;;
}

.buttons.cart {
  display: flex;
  align-items: center;
  gap: 1rem; /* spacing between quantity and button */
  width: 100%;
}

.quantity_wrap {
  flex: 1; /* makes it take all available space */
}

.quantity_input {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}

.quantity_input button {
  background: var(--corp-white)!important;
  color: var(--corp-black)!important;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s ease;
}

.quantity_input button:hover {
  background: #eaeaea;
}

.quantity_input .input_number {
  flex: 1;
  min-width: 0;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 6px 0;
}


.checkou-box {
    position: relative;
    max-width: 631px;
    /* margin: 0 auto; */
    border: 1px solid #2e7d32;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.checkou-label {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2e7d32;
  color: white;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 2;
}

.checkou-label::after {
  content: "";
  position: absolute;
  top: 50%;
  /* width: 100%; */
  height: 1px;
  background-color: #2e7d32;
  z-index: -1;
}





.payment-icons {
  text-align: center;
  padding: 30px 20px 20px;
}

.payment-icons img {
  max-width: 100%;
  height: auto;
}

.checkou-features {
  display: flex;
  justify-content: space-around;
  background-color: #1b5e20;
  color: white;
  padding: 20px 10px;
  text-align: center;
}

.checkou-features div {
  flex: 1;
}

.checkou-features div h4 {
  margin: 0 0 6px;
  font-size: 18px;
}

.checkou-features div p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--corp-white)!important;
}
.checkou-features div p:hover {
  color: var(--corp-white)!important;
}
.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  color: #111;
  border: none!important;
  border-bottom: 1px solid #ddd!important;

}

.accordion-item-header {
  padding: 1rem 3rem 1rem 1rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\f067"; /* Plus icon */
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  font-weight: 400;
  right: 1rem;
  transition: transform 0.2s ease;
}

.accordion-item-header.active::after {
  content: "\f068"; /* Minus icon */
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.6rem;
}

.review {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.average_rating_text {
  text-align: center;
  margin-bottom: 30px;
}
.average_rating_text .rating_star li {
  font-size: 24px;
  color: #cd1212;
  display: inline-block;
}
.average_rating_text p {
  font-size: 20px;
  font-style: italic;
  color: #444;
}
.average_rating_text p span {
  color: #000;
  font-weight: bold;
}

.customer_reviews {
  margin-bottom: 40px;
}

.customer_review_item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.customer_image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.customer_image i {
  font-size: 60px;
}

.customer_content {
  flex: 1;
}

.customer_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.rating_star {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.rating_star li {
  color: #cd1212;
  font-size: 16px;
}

.customer_name {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}

.comment_date {
  color: #888;
  font-size: 14px;
}


.customer_review_form .form_item {
  margin-bottom: 20px;
}
.customer_review_form input,
.customer_review_form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 15px;
}
.customer_review_form textarea {
  min-height: 120px;
  resize: vertical;
}

.your_ratings {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.your_ratings h5 {
  margin: 0;
}
.your_ratings button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #cd1212;
}
.customer_review_form .btn.btn_primary {
  background-color: var(--corp-black);
  color: var(--corp-white)!important;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.customer_review_form .btn.btn_primary:hover {
  background-color: #a70e0e;
}

.your_ratings {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.your_ratings h5 {
  font-size: 17px;
  margin: 0;
}

.stars button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.stars i {
  font-size: 20px;
  color: #ccc;
  transition: color 0.3s;
}

.stars i.active {
  color: #cd1212;
}


#count {
  background: var(--corp-red);
  padding: 50px 0 0;
  margin: 0 !important;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  text-align: center;
}

.counter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.progress-circle {
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 15px;
}

.progress-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.progress-circle .bg {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  opacity: 0.2;
}

.progress-circle .progress {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
  transition: stroke-dasharray 0.3s ease;
}

.progress-circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 42px;
  color: var(--corp-white);
  transform: translate(-50%, -50%);
}

.timer {
  color: var(--corp-white) !important;
  font-size: 26px;
  font-weight: 600;
}

.count-text {
  color: var(--corp-white) !important;
  font-size: 16px;
  margin-top: 5px;
}

.counter-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.counter-flex span {
  color: var(--corp-white);
  font-size: 20px;
  font-weight: 500;
}

/* Responsive font scaling */
@media (max-width: 768px) {
  .progress-circle {
    width: 110px;
    height: 110px;
  }

  .progress-circle i {
    font-size: 32px;
  }

  .timer {
    font-size: 22px;
  }

  .count-text {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .progress-circle {
    width: 90px;
    height: 90px;
  }

  .progress-circle i {
    font-size: 28px;
  }

  .timer {
    font-size: 20px;
  }

  .count-text {
    font-size: 13px;
  }
}


#recent{
  padding: 0 0 80px;
}
.related .rating_star i{
  font-size: 12px;
  color: var(--corp-black)!important;
}
.popular-content {
  text-align: left;
}
.popular-content ul {
  padding-left: 0;
  list-style: none;
}
.popular-content ul li {
  margin-right: 5px;
}

/* product-details page */

/* about page */
#about_ship{
  padding: 40px 0;
}
.about-section {
  background-color: var(--corp-sky);
  padding:40px 20px;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.about-title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--corp-yellow);
  font-size: 28px;
}
.about-title span {
  color: #fff;
  letter-spacing: 1px;
}
.about-left {
    text-align: center;
    margin-bottom: 30px;
    }

.about-heading {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.about-left h1 {
font-size: 100px;
color: var(--corp-yellow);
margin: 0;
line-height: 1;
}

.about-left small {
display: block;
font-size: 14px;
text-transform: uppercase;
color: #fff;
font-weight: 600;
letter-spacing: 1px;
margin-top: 10px;
}

.about-left p {
color: #d0d0d0;
font-size: 14px;
margin-top: 20px;
}
.about-right p {
  color: #fff;
  line-height: 1.8;
  text-align: justify;
}

@media (min-width: 992px) {
  .about-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }
  .about-left, .about-right {
    flex: 1;
  }
}
.about-section p:hover{
    color: #fff!important;
}
.ship-card {
    background: var(--corp-red);
    padding: 0 5px;
    height: 100px;
}
@media (max-width: 768px) {
  .ship-card {
    margin-bottom: 15px;
}
}
.ship-card h3{
  font-size: 18px;
  color: var(--corp-white);
}
.ship-card p{
  font-size: 14px;
  color: var(--corp-white);
  font-weight: 300;
}
.ship-card p:hover{
  color: var(--corp-white)!important;
}
#about_quality{
  padding: 40px 0;
}
.quality-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.quality-content i {
  font-size: 30px;
  color: var(--corp-sky);
  flex-shrink: 0;
  margin-top: 4px;
}

.sub-con h6 {
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 600;
  color: var(--corp-black);
}

.sub-con p {
  margin: 0;
  font-size: 14px;
  color: var(--corp-grey);
  font-weight: 500
}
.sub-con p:hover{
  color: var(--corp-gray)!important;
}
#founder{
  padding: 50px 0;
}
.founder-header p{
  color: var(--corp-grey);
  padding: 0 17px;
}
.founder-header p:hover{
  color: var(--corp-grey)!important;
}
.founder-con h3{
  position: relative;
}
.founder-con h3::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--corp-grey);
}
.founder-con p{
  color: var(--corp-grey);
  line-height: 28px;
  letter-spacing: 1px;
}
.founder-con p:hover{
  color: var(--corp-grey)!important;
}

#review{
  padding: 80px 0;
}


.testimonial {
  padding: 100px 0;
}

.testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}

.testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}

.testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: var(--corp-red);
  border-radius: 50%;
}

.testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--corp-red);
  border-radius: 50%;
}

/* First tab */
.testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}

.testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}

.testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}

.testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}

/* Second tab */
.testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}

.testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}

.testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  right: -120px;
  border-radius: 50%;
}

.testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}

/* Third tab */
.testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}

.testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}

.testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  right: -46px;
  border-radius: 50%;
}

.testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}

.testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}

/* Figure image ring hover effect */
.testimonial .row .tabs li figure {
  position: relative;
}

.testimonial .row .tabs li figure img {
  display: block;
}

.testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid var(--corp-red);
  border-radius: 50%;
  transform: scale(1);
  transition: 0.3s;
}

.testimonial .row .tabs li figure:hover::after {
  transform: scale(1.1);
}

/* Active indicator ring */
.testimonial .row .tabs.carousel-indicators li.active figure::after {
  transform: scale(1.1);
}

/* Carousel section */
.testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

/* Carousel indicators */
.testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}

.testimonial .row .carousel .carousel-indicators li {
  background: #000;
  background-clip: padding-box;
  height: 2px;
}

/* Carousel content */
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

/* Responsive fix */
@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
  }
}



/* about page */

/* contact page */
#contact{
  padding: 50px 0;
}

.contact-con p{
  color: var(--corp-grey);
  font-weight: 500;
}
.contact-con p:hover{
  color: var(--corp-grey)!important;
}
#con-form{
  padding: 80px 0;
  background: var(--corp-sky);
}
#con-form label{
  color: var(--corp-white);
}
.h3-con{
  color: var(--corp-yellow);
  font-weight: 300!important;
  font-size: 20px!important;
}

.inf{
  margin-bottom: 5px;
}
.h5-con{
  color: var(--corp-white);
  font-size: 17px!important;
  margin-top: -4px;
}
.inf{
  padding: 5px 0;
}
/* contact page */
@media (min-width: 768px) and (max-width: 1040px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;

  }
}
.con-media h6{
  color: var(--corp-white)!important;
  font-size: 22px;
  margin-top: 10px;
  position: relative;
  margin: 15px 0;
}
.con-media h6::after {
  position: absolute;
  content: '';
  background: var(--corp-lightwhite);
  height: 1px;
  width: 90%;
  top: -15px;
  left: 0;
}
.offcanvas-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#cart-items img {
  border: 1px solid #dee2e6;
}

#cart-items h6 {
  font-size: 1rem;
}
.off-cart:hover{
  background-color: var(--corp-red)!important;
  color: var(--corp-white)!important;
}
.off-check{
  background-color: var(--corp-yellow)!important;
  color: var(--corp-white)!important;
}

.cart-bt {
    background-color: #000!important;
    color: #fff!important;
    }
.cart-bt:hover {
    background-color: #000!important;
    color: #fff!important;
    }
/* .log_in{
  color: var(--corp-black)!important;
}
.log_in:hover{
  color: var(--corp-red)!important;
}
.log_in i{
  margin-top: 2px;
  margin-right: 2px;
} */


.coupon_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.coupon_form input {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e3e6e9;
}
.coupon_form .btn {
    min-width: 160px;
    margin: 0 20px 0 10px;
}
.coupon_form .info_icon {
    color: #a1b1bc;
    font-size: 18px;
    cursor: pointer;
}
.fa-info-circle:before {
    content: "\f05a";
}
.btn_dark{
    background-color: var(--corp-black)!important;
    color: var(--corp-white)!important;
}
/* chatbot */
#chat-container {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  font-family: 'Segoe UI', sans-serif;
}

#chat-circle {
  width: 70px;
  height: 70px;
  background: #e53935;
  color: white!important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: transform 0.3s ease;
}

#chat-circle:hover {
  transform: scale(1.1);
}

.chat-box {
  width: 320px;
  height: 450px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  position: fixed;
  bottom: 90px;
  right: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: slideIn 0.3s ease;
  z-index: 10000;
}

.chat-header {
  background: #e53935;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-chat-box {
  background: transparent;
  border: none;
  color: white;
  font-size: 22px;
  cursor: pointer;
}

.chat-logs {
  flex: 1 1 auto;
  padding: 15px;
  background: #f5f5f5;
  overflow-y: auto;
  min-height: 0;
  max-height: 100%;
}

.chat-input-box {
  display: flex;
  border-top: 1px solid #ddd;
  background: #fff;
  padding: 10px;
}

#chat-input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

#chat-submit {
  margin-left: 10px;
  padding: 0 16px;
  background: #e53935;
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.chat-msg {
  display: flex;
  margin-bottom: 12px;
}

.chat-msg.self {
  flex-direction: row-reverse;
}

.msg-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 10px;
}

.cm-msg-text {
  background: #e0e0e0;
  padding: 10px 14px;
  border-radius: 16px;
  max-width: 70%;
  font-size: 14px;
  color: #333;
}

.chat-msg.self .cm-msg-text {
  background: #e53935;
  color: #fff;
}

.chat-options {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 90px;
  right: 10px;
  gap: 10px;
}

.chat-options.show {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}

.chat-option {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #e53935;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.chat-option:hover {
  transform: scale(1.1);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* --- FIXED MEDIA QUERY BELOW --- */
@media (max-width: 768px) {
  .chat-box {
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 100px;
  }


 #chat-container {
    position: fixed;
    right: 15px;
    bottom: 117px;
}


  .chat-options {
    right: 15px;
  }
}



/* chatbot */
.fa-star{
    color: var(--corp-yellow);
}
.dropdown-menu.show {
    display: block;
    z-index: 99999999;
}


::selection {
            background-color: #b7e4c7 !important;
            color: #000 !important;
        }

        ::-moz-selection {
            background-color: #b7e4c7 !important;
            color: #000 !important;
        }
