/*---------------------------------------------------------------
  Template Name: Honey Bloom  | Pure Organic Honey & Natural Products Multipage Page Template
  Description: Honey Bloom – Pure Organic Honey & Natural Products Landing Page Template designed to showcase premium honey, beekeeping, and eco-friendly products with a modern and sweet UI.
  Author: Lucid ThemesLab
  Author URL: https://www.templatemonster.com/store/lucid_themeslab/
  Version: 1.0.0
----------------------------------------------------------------*/

@import url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602064/html/includes/css/main.css');

/* Hide dark assets by default */
.bee img.bee-dark,
.logo-area img.logo-dark {
  display: none;
}

/* Show light assets */
.bee img.bee-light,
.logo-area img.logo-light {
  display: block;
}
html[data-honeybloom-theme="honeybloom_dark"] .bee img.bee-light,
html[data-honeybloom-theme="honeybloom_dark"] .logo-area img.logo-light {
  display: none;
}

html[data-honeybloom-theme="honeybloom_dark"] .bee img.bee-dark,
html[data-honeybloom-theme="honeybloom_dark"] .logo-area img.logo-dark {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

::placeholder {
  color: var(--nav-text) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  var(--primary-font);
  letter-spacing: 1.0px;
}

body {
    font-family:  var(--secondary-font);
    overflow-x: hidden;
    background-color: var(--body-color);
  }

/* ---------- Navbar ---------- */
.navbar {
  background:var(--alt-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
    height: 70px;                    
}

.navbar-brand img {
    max-height: 100%;          
    width: auto;             
    display: block;
    object-fit: contain;    
  }

/* Navbar links */
.nav_ul .nav-link {
  font-weight: 500;
  padding: 8px 12px;
  position: relative;
  transition: color 0.4s;
  color: var(--heading-text);
}

/* Hover Effect */
.nav_ul .nav-link:hover {
  color: var(--primary-color) !important;      
}

/* Active Effect */
.nav_ul .nav-link.active,
.nav_ul .nav-link:focus,
.nav_ul .nav-link:focus-visible,
.nav_ul .nav-link:active {
  color: var(--primary-color) !important;
  font-weight: 600;
  outline: none;
}

/* Dropdown Menu Styling */
.custom-drop {
  border-radius: 12px;
  padding: 10px 0;
  background: var(--card-color);
  border: 1px solid var(--primary-color);
  box-shadow: 0 10px 25px rgba(209, 143, 24, 0.15);
  backdrop-filter: blur(4px);
  animation: dropdownFade 0.3s ease;
}

/* Dropdown Items */
.custom-drop .dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
  color: var(--heading-text);
}

.custom-drop .dropdown-item:hover {
  background: var(--primary-color);
  color: var(--white-text);
  padding-left: 28px;
}

/* Active inside Dropdown */
.custom-drop .dropdown-item:active,
.custom-drop .dropdown-item.active,
.custom-drop .dropdown-item:focus,
.custom-drop .dropdown-item:focus-visible {
  background: var(--alt-color);
  color: var(--primary-color);
  outline: none;
}

/* Dropdown Animation */
@keyframes dropdownFade {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

 /* ---------- Hero Slider ---------- */
#home .splide__slide {
  display: flex;
  align-items: stretch; 
  min-height: 800px;
}

.hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  background: var(--theme-gradient);
  padding: 100px 80px;
}
.hero-content {
  position: relative;
  z-index: 2; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-image {
  flex: 1;
  position: relative;
  z-index: 1;
}

.hero-content small {
  letter-spacing: 3px;
}

.hero-content p {
  max-width: 480px;
}

.hero-btn {
  display: inline-block;
  background: #fff;
  color: var(--secondary-color);
  padding: 12px 36px;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 30px;
  letter-spacing: 1px;
  transition: 0.3s ease;
  text-align: center; 
  width: auto;
}

.hero-btn:hover {
  background: var(--secondary-color);
  color: #fff;
  transform: translateY(-3px);
}

/* Mobile view fix */
@media (max-width: 992px) {
  .hero-btn {
    margin: 20px auto 0;
  }
}

.hero-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  transition: transform 1.5s ease, opacity 1s ease;
  position: relative;
}

/* Individual slide images */
.hero-image.image-1 {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602064/html/assets/images/background-img/bg_1.webp');
}

.hero-image.image-2 {
    background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602064/html/assets/images/background-img/bg_2.webp');
}

.hero-image.image-3 {
   background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602064/html/assets/images/background-img/bg_3.webp');
}

/* overlay */
.hero-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.splide__slide.is-active .hero-image {
  transform: scale(1.05);
  opacity: 1;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .splide__slide {
    flex-direction: column-reverse;
  }

  .hero-content {
    padding: 50px 30px;
    text-align: center;
    min-height: auto; 
  }

  .hero-image {
    height: 300px;
    width: 100%;
  }

  .hero-content h2 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
    max-width: 100%;
  }
}
/* ---------- Splide Pagination ---------- */
.splide__pagination {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 3; 
}

.splide__pagination__page {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid var(--primary-color); 
  transition: 0.3s ease;
  cursor: pointer;
}

.splide__pagination__page:hover {
  background: var(--secondary-color); 
  transform: scale(1.2);
}

.splide__pagination__page.is-active {
  background: var(--primary-color); 
  border-color: #fff;  
  transform: scale(1.3); 
}

.category-wrap .category-item {
    position: relative;
    padding: 30px 20px;
    margin-bottom: 30px;
    background: var(--card-gradient);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    cursor: pointer;
    perspective: 1000px;
}

/* Icon bounce */
.category-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #fff3c4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    position: relative;
    z-index: 2;
}

.category-item:hover .category-icon {
    transform: scale(1.3) translateY(-5px);
    box-shadow: 0 12px 25px rgba(255,193,7,0.6);
}

.category-icon img {
    max-width: 80%;
    max-height: 80%;
}

/* Particle dots */
.category-item::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffc107;
    border-radius: 50%;
    top: 15%;
    left: 10%;
    box-shadow:   40px 30px #ffd54f,  80px 60px #ffb300,  120px 20px #ffc107, 160px 70px #ffd54f;
    opacity: 0.3;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.category-item:hover::before {
    opacity: 0.6;
    transform: translateY(-5px);
}

/* Glow behind card */
.category-item::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    background: radial-gradient(circle at center, rgba(255,193,7,0.15), transparent 70%);
    border-radius: 25px;
    transform: scale(0);
    transition: transform 0.5s ease;
    z-index: 0;
}

.category-item:hover::after {
    transform: scale(1);
}

/* ===== Animated Border on Hover ===== */
.border-anim {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
    z-index: 3;
}

.border-anim span {
    position: absolute;
    display: block;
    background: var(--primary-color);
}

/* Top border */
.border-anim span:nth-child(1) {
    top: 0; left: 0;
    width: 0;   /* start from 0 width */
    height: 3px;
    transition: width 0.4s ease;
}

/* Right border */
.border-anim span:nth-child(2) {
    top: 0; right: 0;
    width: 3px;
    height: 0;  /* start from 0 height */
    transition: height 0.4s ease 0.1s;
}

/* Bottom border */
.border-anim span:nth-child(3) {
    bottom: 0; right: 0;
    width: 0;
    height: 3px;
    transition: width 0.4s ease 0.2s;
}

/* Left border */
.border-anim span:nth-child(4) {
    bottom: 0; left: 0;
    width: 3px;
    height: 0;
    transition: height 0.4s ease 0.3s;
}

/* Animate borders on hover */
.category-item:hover .border-anim span:nth-child(1) { width: 100%; }
.category-item:hover .border-anim span:nth-child(2) { height: 100%; }
.category-item:hover .border-anim span:nth-child(3) { width: 100%; }
.category-item:hover .border-anim span:nth-child(4) { height: 100%; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .category-wrap .category-item { margin-bottom: 25px; }
    .about-hero {
       padding: 30px 0!important;
    }
}

@media (max-width: 767px) {
    .category-wrap .category-item { text-align: center; padding: 25px 15px; }
    .category-icon { margin: 0 auto 15px; }
    .category-content h2 { font-size: 20px; }
    .category-content p { font-size: 13px; }
}

/* ===== Section Title Styling ===== */
.section-title {
    position: relative;
}

.section-title h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff9800;
    border-radius: 2px;
    transition: 0.4s ease;
}

.section-title h2:hover::after {
    width: 100px;
    background: var(--theme-gradient);
}

.section-title p {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0.9;
    transition: color 0.3s ease;
}

/* Responsive */
@media (max-width: 991px) {
    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 13px;
    }
}

.honey-offer {
  background-color: var(--body-color);
}

.image-frame {
  border: 6px solid var(--secondary-color);
  display: inline-block;
  padding: 20px;
  border-radius: 6px;
  position: relative;
}

.honey-image {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

@media (max-width: 991px) {
  .honey-image {
  width: 60%;
  height: auto;
}
}

.image-frame:hover .honey-image {
  transform: scale(1.05);
}

.offer-text {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 17px;
}

.divider {
  width: 50px;
  height: 4px;
  background-color: var(--secondary-color);
}

.prime-btn {
  display: inline-block;
  background: var(--primary-color);
  color: var(--white-text);
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  transition:  transform 0.3s ease;
  text-align: center; 
  width: auto;
}

.prime-btn:hover {
  background: var(--secondary-color);
  color: #fff;
  transform: translateY(-3px);
}

.subscribe-btn{
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  padding: 12px 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  border: none;
}

.subscribe-btn:hover {
  background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
  color: #fff;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .heading-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .heading-text {
    font-size: 20px;
  }
}

.honey-collection-section {
 background: var(--alt-gradient)
}

.honey-card {
  transition:  0.3s ease;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.honey-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image-wrapper img {
  transition:  0.5s ease;
}

.honey-card:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.hover-icons {
  position: absolute;
  inset: 0;
  background: rgba(200,103,43,0.60);
  opacity: 0;
  transition: 0.4s ease;
  gap: 15px;
}

.hover-icons a {
  color: #fff;
  font-size: 18px;
  background: var(--theme-gradient);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s ease-in;
}

.hover-icons a:hover {
  background: #fff;
  color: var(--secondary-color);
}

.honey-card:hover .hover-icons {
  opacity: 1;
}

.badge-discount, .badge-new {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--secondary-color);
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
}
.badge-new {
  background: var(--secondary-color);
}

/* ========== Blog Section ========== */
.section-title p {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Blog Card Styling */
.blog-card {
  border: 1px solid #f3e1cc;
  transition: 0.3s ease;
  overflow: hidden;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(201, 97, 28, 0.2);
}

.blog-image img {
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.read-more {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
  width: fit-content;
  border-bottom: 2px solid transparent;
}

.read-more:hover {
  color: var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
}

/* Responsive Tweaks */
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
  }
}

/* Mobile view fix */
@media (max-width: 768px) {
  .blog-card {
    width: 80%;
    margin:  auto; 
  }
}

.our-services.v1 {
 background: var(--alt-gradient);
 position: relative;
 overflow: hidden;
}

.service-card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at top right, #ffd16620, transparent 60%);
  z-index: 0;
  transition: 0.4s ease;
}

.service-card:hover::before {
  background: radial-gradient(circle at bottom left, #ffb70340, transparent 70%);
}

/* ===== ICON STYLING ===== */
.serv-icon{
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  background: var(--theme-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  position: relative;
  box-shadow: 0 8px 20px rgba(255, 183, 3, 0.3);
  transition: 0.4s ease;
}

.service-card:hover .serv-icon {
  transform: translateY(-10px) rotate(5deg);
  box-shadow: 0 12px 25px rgba(255, 183, 3, 0.4);
}

.service-card h4 a {
  transition: color 0.3s ease;
}

.service-card:hover h4 a {
  color: var(--primary-color);
}

.more-link .link-anime.v1:hover {
  background: var(--theme-gradient);
  box-shadow: 0 8px 20px rgba(255, 183, 3, 0.3);
  transform: translateY(-3px);
}

/* ========== WHY LIST ========== */

.why-list li {
  display: flex;
  align-items: flex-start;
  padding: 20px 18px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: 0.4s ease;
}

.why-list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(255, 183, 3, 0.2);
}

/* ICONS */
.my-icon {
  min-width: 60px;
  height: 60px;
  background: var(--theme-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 6px 15px rgba(255, 183, 3, 0.3);
  transition: 0.4s ease;
}

.why-list li:hover .my-icon {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 8px 25px rgba(255, 183, 3, 0.5);
}

/* IMAGE */
.big-pic img {
  transition: 0.5s ease;
  max-width: 100%;
}

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

/* ========== RESPONSIVE FIXES ========== */

@media (max-width: 1199.98px) {
  .why-list li {
    padding: 18px 15px;
  }
  .my-icon {
    min-width: 55px;
    height: 55px;
    font-size: 1.4rem;
  }
  .big-pic {
    margin: 30px auto;
    max-width: 80%;
  }
}

@media (max-width: 991.98px) {
  .why-us.v1 {
    text-align: center;
  }
  .why-list li {
    justify-content: center;
    text-align: left;
  }
  .my-icon {
    margin-right: 12px;
  }
  .big-pic {
    margin: 40px auto;
    max-width: 70%;
  }
}

@media (max-width: 767.98px) {
  .section-title-center.v1 h2.title {
    font-size: 1.8rem;
  }
  .why-list li {
    flex-direction: row;
    padding: 15px;
    text-align: left;
  }
  .my-icon {
    min-width: 50px;
    height: 50px;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  .why-list .text h5 {
    font-size: 1rem;
  }
  .why-list .text p {
    font-size: 0.9rem;
  }
  .big-pic {
    max-width: 90%;
  }
}

.footer-links li,
.contact-info li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-links a,
.contact-info a,
.contact-info span {
  transition: 0.3s;
  line-height: 1.4;
}

.footer-links a:hover,
.contact-info a:hover {
  color: var(--primary-color)!important;
  padding-left: 5px;
}

/* ========== Social Links ========== */
.social-links a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 206, 75, 0.15);
  color: #fff;
  margin-right: 8px;
  transition: 0.3s ease;
}

.social-links a:hover {
  background: var(--primary-color);
  color: #fff;
}

/* ========== Newsletter ========== */
.newsletter-form input {
  border-radius: 50px 0 0 50px;
  border: none;
  padding: 10px 15px;
}

.newsletter-form button {
  border-radius: 0 50px 50px 0;
  border: none;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .social-links a {
    margin: 5px;
  }
}

/* Section Background */
.we-serve.v1 {
  background: var(--alt-gradient);
  position: relative;
  overflow: hidden;
}

/* Card Design */
.we-serve-card {
  transition: 0.4s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.we-serve-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(255, 181, 36, 0.3);
}

/* Icon Circle */
.serve-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  color: #fff;
  font-size: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  position: relative;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(255, 166, 0, 0.4);
}

/* Hover Glow Effect */
.we-serve-card:hover .serve-icon {
  background: var(--primary-color);
  transform: scale(1.1);
}

.we-serve-card h4 {
  transition: color 0.3s ease;
}

.we-serve-card h4:hover {
  color: var(--primary-color);
}

/* Responsive */
@media (max-width: 767px) {
  .we-serve-card {
    margin-bottom: 25px;
    padding: 30px 20px;
  }
  .serve-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
}

.testimonial-card {
  padding: 30px 25px;
  border: 1px solid #f0d78c; 
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: 0.4s ease;
}

.testimonial-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Quotation Icon */
.testimonial-card {
  padding-left: 60px;
}

.testimonial-card::before {
  content: "\f10d"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  color: var(--primary-color);
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0.2;
}

/* Testimonial Text */
.testimonial-card p {
  font-style: italic;
  margin-bottom: 25px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

/* Client Info Section */
.client-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  position: relative;
}

.client-info img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  margin-bottom: 12px;
  transition: 0.3s ease;
}

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

.client-info .rating svg {
  color: var(--primary-color);
  margin: 0 2px;
  font-size: 15px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .testimonial-card {
    padding: 25px 20px;
  }
}

#testimonial .splide__arrow svg {
    fill:white;;
    height: 1.2em;
    width: 1.2em;
}

#testimonial .splide__arrow{
      background: var(--theme-gradient);
      min-width: 40px;
      min-height: 40px;
       opacity: 1;
}
    .team-card {
      background: var(--card-gradient);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .team-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    }

    .team-card .img-holder img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 15px;
      border: 4px solid var(--primary-color);
    }

    .team-card .social-links li a {
      color: var(--heading-text);
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: var(--card-color);
      transition: 0.3s;
    }

    .team-card .social-links li a:hover {
      background: var(--primary-color);
      color: #fff;
      transform: translateY(-3px);
    }

    @media (max-width: 992px) {
      .team-card .img-holder img {
        width: 100px;
        height: 100px;
      }
    }

    @media (max-width: 576px) {
      .team-card .img-holder img {
        width: 80px;
        height: 80px;
      }
    }

.contact-pg-contact-section .contact-details ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 20px;
}

.contact-pg-contact-section .contact-details ul li .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color:  var(--primary-color);;
    text-align: center;
    border-radius: 5px;
    font-size: 25px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15);
    background-color: var(--card-color);
}

.contact-pg-contact-section .contact-form-area {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}

@media (max-width: 991px) {
    .contact-pg-contact-section {
        padding: 60px 0;
    }
}

/* =====================
   PRELOADER STYLING
===================== */
#preloader {
  position: fixed;
  inset: 0;
  /* background: radial-gradient(circle at center, #fff7db 0%, #ffefb3 100%); */
  background: var(--alt-gradient);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  overflow: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.preloader-content {
  text-align: center;
  position: relative;
}

/* Logo pulse animation */
.honey-loader img {
  width: 130px;
  height: auto;
  animation: honeyPulse 1.8s infinite ease-in-out;
  filter: drop-shadow(0 0 8px rgba(255, 180, 0, 0.5));
}

@keyframes honeyPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* Text */
#preloader h3 {
  color: #b77400;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 1.1rem;
}

/* =====================
   BEE ANIMATION
===================== */
.bee-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

.bee {
  position: absolute;
  color: #f7b500;
  font-size: 22px;
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.3));
}

/* Bee 1 Path */
.bee-1 {
  animation: fly1 6s ease-in-out infinite;
}

/* Bee 2 Path */
.bee-2 {
  animation: fly2 8s ease-in-out infinite;
}

/* Bee 3 Path */
.bee-3 {
  animation: fly3 7s ease-in-out infinite;
}

@keyframes fly1 {
  0% { top: 10%; left: 10%; transform: rotate(0deg); }
  25% { top: 40%; left: 80%; transform: rotate(15deg); }
  50% { top: 70%; left: 50%; transform: rotate(-10deg); }
  75% { top: 30%; left: 20%; transform: rotate(10deg); }
  100% { top: 10%; left: 10%; transform: rotate(0deg); }
}

@keyframes fly2 {
  0% { top: 70%; left: 20%; transform: rotate(0deg); }
  25% { top: 40%; left: 70%; transform: rotate(-10deg); }
  50% { top: 10%; left: 40%; transform: rotate(15deg); }
  75% { top: 50%; left: 80%; transform: rotate(-5deg); }
  100% { top: 70%; left: 20%; transform: rotate(0deg); }
}

@keyframes fly3 {
  0% { top: 50%; left: 80%; transform: rotate(0deg); }
  25% { top: 20%; left: 40%; transform: rotate(10deg); }
  50% { top: 60%; left: 10%; transform: rotate(-10deg); }
  75% { top: 80%; left: 60%; transform: rotate(15deg); }
  100% { top: 50%; left: 80%; transform: rotate(0deg); }
}

/* Hide preloader after loading */
body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
}
.bee-icon {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 0 3px rgba(255, 180, 0, 0.6));
}

/* =====================
   HONEY DRIPPING EFFECT
===================== */
.drip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: radial-gradient(circle at 30% 30%, #ffd84d, #f4a300);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  filter: drop-shadow(0 0 6px rgba(255, 179, 0, 0.4));
}

@keyframes fallHoney {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    transform: translate(-50%, 140px) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 180px) scale(0.5);
    opacity: 0;
  }
}

/* Different drips fall at different times for realism */
.drip-1 {
  animation: fallHoney 2.5s ease-in infinite;
  animation-delay: 0s;
}
.drip-2 {
  animation: fallHoney 2.5s ease-in infinite;
  animation-delay: 0.8s;
}
.drip-3 {
  animation: fallHoney 2.5s ease-in infinite;
  animation-delay: 1.6s;
}


/*================================================
   Theme Switch Button Styles
=================================================*/

#btnSwitch {
  top: 200px;
  z-index: 2;
}

/* Responsive spacing */
@media (max-width: 576px) {
  #btnSwitch {
    top: 130px;
  }

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

.error{
  color: #ff5959;
}

@media (max-width: 576px) {
.honey-card{
max-width: 70%;
margin: auto;
}
.blog-card{
  max-width: 70%;
margin: auto;
}
}

@media (max-width: 991px) {

  .offcanvas-header {
    background-color: var(--alt-color);
  }
  .offcanvas-body {
    background-color: var(--card-color) !important;
  }

  .navbar-toggler,
  .btn-close {
    width: 46px !important;
    height: 46px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0;
    border: none;
    outline: none;
    background-color: var(--secondary-color);
    border-radius: 6px;
    box-shadow: none;
    transition: 0.3s ease;
    opacity: 1;
  }
  .navbar-toggler .navbar-toggler-icon {
    display: none;
  }

  .btn-close {
    background-image: none !important;
  }

  .navbar-toggler svg,
  .btn-close svg {
    font-size: 24px;
    color: #fff;
    transition: 0.3s ease;
    pointer-events: none;
    opacity: 1;
  }

  /* Hover effect */
  .navbar-toggler:hover,
  .btn-close:hover {
    background-color: var(--primary-color);
  }
  .navbar-toggler:hover svg,
  .btn-close:hover svg {
    color: #fff;
  }

  /* Remove focus outlines */
  .navbar-toggler:focus,
  .btn-close:focus {
    box-shadow: none;
    outline: none;
  }
}

.section-subtitle {
  font-size: 18px;
  opacity: .9;
}

/* Process Cards */
.process-card {
  transition: .4s;
  border: 1px solid #eee;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.process-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary-color);
  box-shadow: 0 10px 25px rgba(255, 183, 3, 0.2);
}

.farm-box {
  background: var(--alt-gradient);
  transition: .4s;
  border-left: 5px solid var(--primary-color);
}

.farm-box:hover {
  background: var(--alt-color);
  box-shadow: 0 10px 25px rgba(255, 183, 3, 0.2);
}

/* Sustainability Section */
.sustain-section {
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602064/html/assets/images/background-img/bg_1.webp') center/cover no-repeat;
  position: relative;
  padding: 5rem 0;
}

/* Dark Overlay */
.sustain-section .sustain-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.sustain-section .content-layer {
  position: relative;
  z-index: 2;
}

/* On Mobile */
@media (max-width: 576px) {
  .sustain-section p {
    width: 95% !important;
  }
}

/* ABOUT HERO SECTION */
.about-hero {
  position: relative;
  background: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602064/html/assets/images/background-img/bg_1.webp') center/cover no-repeat;
  padding: 120px 0;
  color: #fff;
}

/* Overlay */
.about-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); 
  backdrop-filter: brightness(0.9);
  z-index: 1;
}

/* Content */
.page-content {
  position: relative;
  z-index: 2;
  animation: fadeUp 1s ease;
}

/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  padding: 0;
}

.breadcrumb-item a {
  transition: 0.3s;
}

.breadcrumb-item a:hover {
  color: var(--primary-color);
}

.breadcrumb-item.active {
 color: var(--primary-color);
  font-weight: 600;
}

.common-bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-color) -100%, #fff3c4 100%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
  filter: blur(80px);
}

/* Floating Image */
.common-image {
  position: relative;
  z-index: 2;
  max-width: 70%;
  height: auto;
  border-radius: 20px;
  transition: transform 0.5s ease;
  animation: float-image 4s ease-in-out infinite;
}

/* Floating Animation */
@keyframes float-image {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Badge Tag */
.common-tag {
  top: 20px;
  left: 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-text);
  background: var(--card-color);
  padding: 6px 12px;
  border-radius: 50px;
  z-index: 3;
}

/* Responsive */
@media (max-width: 992px) {
  .common-image {
    width: 50%!important;
  }
  .common-bg-shape {
  width: 200px;
  height: 200px;
  }
}

@media (max-width: 768px) {
  .common-tag {
    font-size: 12px;
    padding: 4px 10px;
  }
}

@media (max-width: 576px) {
  .common-heading {
    font-size: 1.75rem;
  }
  .features-list span {
    font-size: 14px;
  }
}
.image-box-wrap {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  z-index: 1;
}

.image-box-wrap:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.image-box-wrap img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.image-box-wrap:hover img {
  transform: scale(1.04);
}

.brand-journey{
  background: var(--alt-gradient);
}

.mission-section{
  background: var(--alt-gradient);
}

.pagenavigation-area .page-item {
    padding: 0 8px 0;
}

.pagenavigation-area .page-link {
    color: var(--primary-color);
    background-color: var(--card-color);
    box-shadow: 0 8px 25px rgba(201, 97, 28, 0.2);
    width: 40px;
    height: 40px;
    border: 1px solid var(--card-color);
    line-height: 24px;
    transition: all .5s;
    font-weight: 700;
}

.pagenavigation-area .page-item.active .page-link {
    z-index: 1;
    color: var(--white-text)!important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    text-align: center;
}

.service-img{
position:relative;
padding:18px;
border-radius:22px;
background:linear-gradient(135deg,var(--primary-color), var(--secondary-color));
transition:0.5s ease;
}
.service-img::after{
content:"";
position:absolute;
inset:0;
border-radius:22px;
background:rgba(0,0,0,0.05);
opacity:0;
transition:0.4s;
}

.service-img img{
width:100%; height:360px;
object-fit:cover;
border-radius:18px;
transition:0.6s ease;
}
.service-row:hover .service-img img{ transform:scale(1.05); }

.service-content{ padding:20px 35px; }

.services-cta{
background:var(--dark-color);
padding:70px 0;
color: var(--white-text)
}

.beekeeping-bg{
  background:var(--alt-gradient);
}

.swarm-bg{
    background:var(--alt-gradient);
}

.about-bg{
  background:var(--alt-gradient);
}

/* ==================
   Blog Page
================== */

.pagenavigation-area .page-link:hover {
  color:  var(--white-text);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget {
  margin-top: 35px;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, .08);
  background-color: var(--card-color);
  padding: 25px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: rgba(0, 0, 0, 0);
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
  outline: 0;
  transition: .5s;
}

.widget-area .widget_search form button {
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  border: none;
  color: #fff;
  background: linear-gradient(to right, var(--primary-color) 0%, var(--secondary-color) 100%);
  transition: .5s;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background: var(--theme-gradient);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 600;
  color: var(--heading-text);
}

.widget-area .widget_categories ul li::before {
  background:  var(--theme-gradient);
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
}

.widget-area .widget_categories ul li a {
  display: inline-block;
}

.widget-area .tagcloud a:hover {
  background: var(--primary-color);
  color: var(--white-text);
  border-color: var(--primary-color);
  transition: 0.3s ease-in;
}

.widget-area .tagcloud a {
  display: inline-block;
  font-weight: 600;
  font-size: 14px !important;
  padding: 7px 10px;
  border: 1px dashed #eee;
  margin-top: 10px;
  margin-right: 10px;
  box-shadow: rgba(102, 102, 102, 0.08) 0px 0px 29px 0px;
  color: var(--heading-text);
}

.blog-short-img img{
  max-width: 150px;
  object-fit: cover;
  width: 100%;
  object-fit: cover;
}

/* ==================
   Blog Page Details
================== */
.social li a {
  display: flex;
  color: var(--primary-color);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #faf5f5;
  text-align: center;
  font-size: 14px;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, .08);
  justify-content: center;
  align-items: center;
  background-color: var(--card-color);
}

 .social li a:hover {
  color: #fff;
  background-color: var(--primary-color);
  transition: 0.3s ease-in;
}

blockquote {
  overflow: hidden;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px
}

blockquote p {
  font-style: italic;
}

blockquote::before {
  color: var(--primary-color);
  content: "";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
  opacity: 0.1;
}

blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--primary-color);
  margin-top: 20px;
  margin-bottom: 20px
}
.blog-img-short{
  min-width: 80px;
  height: 80px;
  object-fit: cover;
}

.item-title:hover {
  color: var(--primary-color);
}

/* ==================
   Contact Page Details
================== */
.contact-area .contact-form form .form-control {
  background-color: var(--form-color);
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
  height: 57px;
  color: var(--form-text) !important;;
  border: 1px solid var(--white-text);
}

.contact-area .contact-form form .form-control:focus {
  border: 1px solid var(--primary-color);
}

.contact-area .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px
}

.contact-area .contact-info ul li {
  position: relative;
  padding-left: 95px;
  margin-bottom: 35px
}

.contact-area .contact-info ul li .icon {
  border: 1px dashed var(--primary-color);
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: var(--white-text);
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1
}

.contact-area .contact-info ul li .icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--primary-color);
  border-radius: 50%;
  margin: 6px;
  -webkit-box-shadow: 0 1px 3px 1px var(--primary-color);
  box-shadow: 0 1px 3px 1px var(--primary-color);
  z-index: -1
}

.contact-area .contact-info ul li a:hover {
  color: var(--primary-color);
}

/* ==================
   Blog Details Page
================== */
.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  margin-right: 21px;
  font-size: 14px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: var(--primary-color);
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 500;
}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, .08);
  background-color: var(--card-color);
}

.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 600;
  color: var(--heading-text);
}

.comments-area .comments-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: var(--primary-color);
  top: 50%;
  transform: translateY(-50%)
}

.comments-area .comment-body {
  border-bottom: 1px solid #eee;
  padding-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: var(--heading-text);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600
}

.comments-area .comment-body .reply a:hover {
  color: var(--white-text)!important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: 0.3s ease-in;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: .4em;
  position: relative;
  z-index: 2
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 50%
}

.comments-area .comment-author .fn {
  font-weight: 600;
  color: var(--primary-color);
}

.form-control, .form-select,
form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
    background-color: var(--input-bg);
    color: var(--input-text);
}

.form-control:focus, .form-select:focus,
form select:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    outline: none;
     background-color: var(--input-bg);
    color: var(--input-text);
}

/* Remove default Bootstrap arrow */
.custom-section select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
}

/* Custom FA icon */
.custom-section .select-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--primary-color);
  font-size: 14px;
}

/* Textarea specific */
textarea.form-control {
    min-height: 140px;
    resize: none;
}

#search_Box .error:not(.form-control) {
  position: absolute;
  top: 100%;
}

/* ===== Filter Buttons ===== */
.gallery-filters .nav-pills .nav-link {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 8px 10px;
  margin: 5px;
  border-radius: 8px;
  transition: 0.2s;
  cursor: pointer;
  font-weight: 500;
}

.gallery-filters .nav-pills .nav-link.active.active,
.gallery-filters .nav-pills .nav-link:hover {
  background: var(--primary-color);
  color: #ffffff;
}

/* ===== Gallery Card ===== */
.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-item img {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.5s ease;
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 12px;
  transform: scale(1.05);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
  transform: scale(1);
}

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

.header-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card-color);           
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 17px;
  border: 1px solid var(--primary-color);
  transition:   background 0.3s ease;
  position: relative;
}

/* Hover Effect */
.header-icon:hover {
  background: var(--secondary-color);
  color: var(--white-text);
}

/* Cart Count Badge */
.header-icon .count-badge {
  position: absolute;
  top: -7px;
  right: -7px;
  background: #ff4d4f;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .cart-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 0;
  }

.cart-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  background: var(--alt-color); 
  padding: 6px; 
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
    .cart-item-details {
      flex: 1;
      margin-left: 15px;
    }

    .cart-item-details h6 {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 4px;
    }

    .quantity-controls button {
      border: none;
      background: #eee;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      line-height: 1;
    }

    .quantity-controls input {
      width: 35px;
      text-align: center;
      border: none;
      background: transparent;
      font-size: 14px;
      color: var(--para-text);
    }

    .offcanvas-footer {
      border-top: 1px solid #eee;
      background: var(--alt-color);
      padding: 1rem;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    }

    .checkout-btn {
      width: 48%;
      padding: 10px 0;
      border-radius: 8px;
      font-weight: 500;
    }

    .checkout-btn {
      background: var(--secondary-color);
      color: #fff;
      border: none;
    }

    .checkout-btn:hover {
      background: var(--primary-color);
      color: #fff;
    }

   /* Search Overlay */
.search-overlay {
  position: fixed;
  inset: 0;
   background: var(--overlay-bg);
  backdrop-filter: blur(var(--overlay-blur));
  -webkit-backdrop-filter: blur(var(--overlay-blur));
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1055;
  backdrop-filter: blur(40px);
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Close Button */
.close-search {
  text-decoration: none;
  transition: transform 0.3s ease;
}

.close-search:hover {
  transform: rotate(90deg);
  color: var(--primary-color);
}

.search-overlay .form-control:focus {
  box-shadow: none;
}

#product-search .form-control{
  background-color: var(--input-bg);
  color: var(--input-text);
}

.search-btn{
  background-color: var(--primary-color)!important;
  color: #fff!important;
}
.search-btn:hover{
  background-color: var(--secondary-color)!important;
  color: #fff!important;
}

.product-thumbs{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Thumbnails */
.thumb{
  width: 70px;
  padding: 6px;
  border: 2px solid transparent;
  background: var(--alt-color);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.3s, transform 0.3s;
}

.thumb.active,
.thumb:hover{
  border-color: var(--primary-color);
  transform: scale(1.03);
}

/* Main Image Wrapper */
.product-main-img{
  background: var(--alt-color);
  padding: 16px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 520px;
  max-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-main-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.4s ease;
}

@media (hover: hover) {
  .product-main-img:hover img{
    transform: scale(1.08);
  }
}

.option-btn{
  border:1px solid #ddd;
  padding:6px 16px;
  border-radius:20px;
  background:none;
  cursor:pointer;
  color: var(--para-text);
}
.option-btn.active,
.option-btn:hover{
  background:var(--secondary-color);
  color:#fff;
  border-color:var(--secondary-color);
}

.color{
  width:22px;
  height:22px;
  border-radius:4px;
  cursor:pointer;
  border:2px solid transparent;
}
.color.active{
  border-color:var(--primary-color);
}

.black{background:#000;}
.blue{background:#0047ff;}
.green{background:#0f9d58;}
.red{background:#ff0000;}
.yellow{background:#fbbc05;}

/* ---------- QUANTITY ---------- */
.quantity-box{
  display:flex;
  border:1px solid #ddd;
  border-radius:4px;
}
.quantity-box button{
  width:35px;
  border:none;
  background:var(--alt-color);
  color: var(--heading-text);
}

.quantity-box input{
  width:45px;
  text-align:center;
  border:none;
  outline:none;
  background-color: var(--card-color);
  color: var(--heading-text);
}

/* ---------- TABS ---------- */
.product-tabs .nav-tabs .nav-link{
  border:none;
  border-bottom:2px solid transparent;
}
.product-tabs .nav-tabs .nav-link.active{
  border-color:var(--primary-color);
  color:var(--primary-color);
  background: transparent;
}
.product-tabs .nav-tabs .nav-link:hover{
  color:var(--primary-color);
}

.related-products .card{
  transition:0.3s;
}
.related-products .card:hover{
  transform:translateY(-5px);
}

/* ---------- Table CSS ---------- */
.info-table tr th, .info-table tr td{
  background-color: transparent !important;
  color: var(--heading-text) !important;
  font-weight: 400;
}
.info-table tr:nth-child(odd) th, .info-table tr:nth-child(odd) td{
  background-color: var(--alt-color) !important;
} 
.info-table tr:hover th,
.info-table tr:hover td {
  background-color: var(--primary-color) !important;
  transition: 0.3s ease;  
  color: white !important;
}

/* MAP */
.map-section iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

.breadcrumb-item+.breadcrumb-item::before{
  color: white!important;
}

.buy-now-btn {
  background: var(--secondary-color);
}

.buy-now-btn:hover {
  background:var(--primary-color);
}

/* SECTION */
.checkout-section { padding:4rem 0; }

/* CARDS */
.checkout-card {
  background:var(--card-color);
  border-radius:20px;
  padding:25px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
}

/* PAYMENT */
.payment-option {
  display:flex;
  align-items:center;
  gap:12px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius:5px;
  margin-bottom:16px;
  cursor:pointer;
  color: var(--heading-text);
}
.payment-option:hover { background:var(--primary-color); color: white;}

.prime-btn:disabled { opacity:.6; }

/* TOAST */
.toast-container {
  position:fixed;
  top:20px;
  right:20px;
  z-index:9999;
}

hr{
    border: 0;
    border-top: 1px solid var(--para-text);
    opacity: 0.3; 
}

.carts-area .offcanvas-header{
background-color: var(--secondary-color);
color: var(--white-text);
}

.carts-area .btn-close{
  background-image: unset;
}

.custom-close-btn {
    width: 38px;
    height: 38px;
    background-color: var(--card-color);
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    color: var(--heading-text);
}

.custom-close-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-text)!important;
}

.carts-area .offcanvas-body{
  background-color: var(--card-color);
}

.testimonial-section{
  background: var(--alt-gradient);
}

/* ==================
   404 Error Page
================== */
.video-bg-wrap{
  position:fixed;
  inset:0;
  z-index:-3;
  overflow:hidden;
}

.video-bg{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.45) contrast(1.1) saturate(1.2);
}

.video-bg-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(circle at top, rgba(255,200,80,.25), transparent 60%), linear-gradient(180deg, rgba(0,0,0,.6), rgba(245,179,1,.12));
}

.error-wrapper{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  position:relative;
}

.error-card{
  background:rgba(255,255,255,.15);
  backdrop-filter:blur(18px);
  border-radius:30px;
  padding:60px 50px;
  text-align:center;
  color:#fff;
  box-shadow:0 30px 70px rgba(0,0,0,.35);
  max-width:560px;
  width:100%;
  z-index:2;
  animation:floatCard 6s ease-in-out infinite;
}

@keyframes floatCard{
  0%{transform:translateY(0);}
  50%{transform:translateY(-14px);}
  100%{transform:translateY(0);}
}

.error-code{
  font-size:120px;
}

.beee{
  width:70px;
  margin:20px auto;
  animation:beeFly 4s infinite ease-in-out;
}

@keyframes beeFly{
  0%{transform:translateX(-40px) rotate(-10deg);}
  50%{transform:translateX(40px) rotate(10deg);}
  100%{transform:translateX(-40px) rotate(-10deg);}
}

@media(max-width:576px){
  .error-code{font-size:90px;}
  .error-card{padding:45px 30px;}
}

.honey-droplets{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}

.honey-droplets span{
  position:absolute;
  top:-20px;
  width:16px;
  height:16px;
  background:radial-gradient( circle at 30% 30%, #fff7c2 0%, var(--secondary-color) 30%, var(--primary-color) 65%,#d88900 100%);
  border-radius:50%;
  box-shadow: 0 0 10px rgba(255,209,102,.8),inset -2px -3px 6px rgba(160,90,0,.35);
  animation:honeyDrop 6s ease-in-out infinite;
  opacity:0;
}

.honey-droplets span:nth-child(1){ left:12%; animation-delay:0s; }
.honey-droplets span:nth-child(2){ left:26%; animation-delay:1.5s; width:14px;height:14px;}
.honey-droplets span:nth-child(3){ left:44%; animation-delay:3s; }
.honey-droplets span:nth-child(4){ left:62%; animation-delay:.8s; width:18px;height:18px;}
.honey-droplets span:nth-child(5){ left:78%; animation-delay:2.2s; }
.honey-droplets span:nth-child(6){ left:90%; animation-delay:4s; width:13px;height:13px; }

@keyframes honeyDrop{
  0%{
    transform:translateY(0) scale(.5);
    opacity:0;
  }
  8%{
    opacity:1;
    transform:translateY(12px) scale(1.05);
  }
  18%{
    transform:translateY(22px) scale(1);
  }

  35%{
    box-shadow:
      0 0 22px rgba(255,235,160,1),
      inset -2px -3px 6px rgba(160,90,0,.35);
  }

  70%{
    transform:translateY(70vh) scale(.96);
    opacity:1;
  }

  100%{
    transform:translateY(100vh) scale(.85);
    opacity:0;
    filter:blur(1.5px);
  }
}

/* ==================
   Coming Soon Page
================== */
.coming-wrapper{
  min-height:100vh;
}

.time-box{
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  padding: 20px 22px;
  border-radius: 20px;
  width: 102px;        
  box-sizing: border-box;
}
.time-box span{
  font-size:32px;
  font-weight:700;
  display:block;
  font-variant-numeric: tabular-nums;
}

.notify-form{
  max-width:420px;
  margin:0 auto;
}

.notify-form input{
  border-radius:50px;
  padding:14px 20px;
  border:none;
}

@media(max-width:576px){
  .coming-card{padding:45px 30px;}
  .coming-title{font-size:32px;}
  .countdown{gap:12px;}
  .time-box{min-width:70px;}
}

 .notify-form .error:not(.form-control) {
  position: absolute;
  top: 100%;
}

@media(max-width:466px){
.top-bar {
  display: none;
}
}

@media(max-width:1200px){
.product-main-img {
  height: 400px;
}
}

/* Back To Top Button */
#backToTop {
  position: fixed;
  bottom: 25px;
  right: 20px;
  width: 52px;
  height: 52px;
  background:var(--theme-gradient);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(245,160,0,0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.8);
  transition: all 0.4s ease;
  z-index: 999;
}

/* Show State */
#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* Bee Icon */
#backToTop img {
  width: 30px;
  animation: beeFloat 2.5s ease-in-out infinite;
  pointer-events: none;
}

/* Bee floating animation */
@keyframes beeFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-6px) rotate(6deg);
  }
}

/* Honey Drop Effect */
#backToTop .honey-drop {
  position: absolute;
  bottom: -6px;
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  animation: drip 1.8s infinite ease-in-out;
  opacity: 0.7;
}

@keyframes drip {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.8;
  }
  70% {
    transform: translateY(12px) scale(0.6);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Hover effect */
#backToTop:hover {
  box-shadow: 0 14px 35px rgba(245,160,0,0.6);
  transform: translateY(-3px) scale(1.05);
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--white-text);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
#newsletter{
  position: relative;
}
#newsletter div.error{
  position: absolute;
  bottom: -20px;
}
.alertmsg{
  z-index: 9999;
}