/*---------------------------------------------------------------
  Template Name: Honey Blume  | Pure Organic Honey & Natural Products Landing Page Template
  Description: Honey Blume – 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
-----------------------------------------------------------------

        CSS INDEX
        ==================

----------------------------------------------------------------*/

@import url(main.css);

* {
  font-family: var(--secondary-font);
}

[data-honeyblume-theme="dark"] [data-item="dark"],
[data-honeyblume-theme="dark"] [data-item="light"] {
    display: block;
}

[data-honeyblume-theme="dark"] [data-item="light"],
[data-honeyblume-theme="light"] [data-item="dark"] {
    display: none;
}

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:  "Arima", system-ui;
  letter-spacing: 1.0px;
}

  body {
      font-family:  "Roboto", sans-serif;
      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 {
        display: flex;
        align-items: center;      
        height: 80px;             
        width: 200px;             
        overflow: hidden;        
    }

    .navbar-brand img {
        max-height: 100%;          
        width: auto;             
        display: block;
        object-fit: contain;    
    }

.navbar-nav .nav-link {
  color: var(--heading-text);
  font-weight: 600;
  margin-right: 1rem;
  position: relative;

}

/* Hover color */
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

/* Active / Focus highlight */
.navbar-nav .nav-link.active {
  color: var(--primary-color);
}

 /* ---------- Hero Slider ---------- */
.hero-slider {
  position: relative;
  overflow: hidden;
}

#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);
  color: #fff;
  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; /* below content */
}

.hero-content small {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.hero-content h1 {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 15px 0 20px;
  line-height: 1.2;
}

.hero-content p {
  font-size: 1.1rem;
  max-width: 480px;
  opacity: 0.9;
}

.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('../../assets/images/background-img/bg_1.webp');
}

.hero-image.image-2 {
    background-image: url('../../assets/images/background-img/bg_2.webp');
}

.hero-image.image-3 {
   background-image: url('../../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 h1 {
    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 #e2a822; 
  transition: 0.3s ease;
  cursor: pointer;
}

.splide__pagination__page:hover {
  background: #e2a822;
  transform: scale(1.2);
}

.splide__pagination__page.is-active {
  background: #e2a822; 
  border-color: #fff;  
  transform: scale(1.3); 
}

.category-wrap .category-item {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    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;
}

/* Tilt & float */
.category-item:hover {

}

/* 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%;
}

/* Heading glow & underline */
.category-content h2 a {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: var(--heading-text);
    text-decoration: none;
    position: relative;
    transition: 0.4s ease;
}

.category-content h2 a:hover {
    color: #ff9800;
    text-shadow: 0 0 10px #ffc107;
}

.category-content h2 a:hover::after {
    width: 100%;
}

/* Paragraph slide up */
.category-content p {
    color: var(--para-text);
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    transform: translateY(0);
    transition: 0.5s ease;
}

.category-item:hover .category-content p {
    transform: translateY(-5px);
    opacity: 1;
}

/* 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;
    border-radius: 25px;
    z-index: 3;
}

.border-anim span {
    position: absolute;
    display: block;
    background: #ff9800;
}

/* Top border */
.border-anim span:nth-child(1) {
    top: 0; left: -100%; width: 100%; height: 3px;
    transition: 0.4s ease;
}

/* Right border */
.border-anim span:nth-child(2) {
    top: -100%; right: 0; width: 3px; height: 100%;
    transition: 0.4s ease 0.1s;
}

/* Bottom border */
.border-anim span:nth-child(3) {
    bottom: 0; right: -100%; width: 100%; height: 3px;
    transition: 0.4s ease 0.2s;
}

/* Left border */
.border-anim span:nth-child(4) {
    bottom: -100%; left: 0; width: 3px; height: 100%;
    transition: 0.4s ease 0.3s;
}

/* Animate borders on hover */
.category-item:hover .border-anim span:nth-child(1) { left: 0; }
.category-item:hover .border-anim span:nth-child(2) { top: 0; }
.category-item:hover .border-anim span:nth-child(3) { right: 0; }
.category-item:hover .border-anim span:nth-child(4) { bottom: 0; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .category-wrap .category-item { margin-bottom: 25px; }
}

@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 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #ffb300, #ffc107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.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 {
    font-size: 16px;
    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;
}


.heading-text span.highlight {
  color: var(--secondary-color);
}

.divider {
  width: 50px;
  height: 4px;
  background-color: var(--secondary-color);
}

.prime-btn {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  padding: 12px 30px;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  border: none;

}

.prime-btn:hover {
  background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
  transform: translateY(-3px);
  color: #fff;
}

.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)
}

.text-honey {
  color: var(--primary-color);
}

.honey-card {
  background: var(--card-color);
  border-radius: 10px;
  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: #c8672b;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
}

.badge-new {
  background: var(--secondary-color);
}

/* ========== Blog Section ========== */
.blog-section {
  background-color: var(--body-color);
}

.section-title h2 {
  font-size: 42px;
}

.section-title h2 span {
  color: var(--secondary-color);
}

.section-title p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}

/* Blog Card Styling */
.blog-card {
  background: #fffaf4;
  border: 1px solid #f3e1cc;
  border-radius: 8px;
  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);
}

.blog-content {
  background-color: var(--card-color);
}

.blog-meta {
  font-size: 14px;
  color: var(--primary-color);
}

.blog-meta i {
  color: var(--primary-color);
}

.blog-content h5 {
  line-height: 1.4;
  font-size: 18px;
}

.read-more {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
  border-bottom: 2px solid transparent;
}

.read-more i {
  vertical-align: middle;
}

.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; 
  }
}

/* ========== About Honey Blume Section ========== */
.about-honeybloom {
  background: var(--alt-gradient);
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

/* Content Styling */
.about-content h2 {
  color: var(--heading-text);
}
.about-content h2 span {
  color: var(--primary-color);
}
.about-content p {
  line-height: 1.7;
}

.features-list i {
  font-size: 18px;
  min-width: 24px;
}

/* Image Side Styling */
.about-image-wrap {
  position: relative;
  text-align: center;
}

.about-bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-color) 0%, #fff3c4 100%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
  filter: blur(40px);
}

.about-image-wrap .main-img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  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 */
.about-tag {
  top: 20px;
  left: 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-text);
  z-index: 3;
  background: var(--card-color);
  padding: 6px 12px;
  border-radius: 50px;
  box-shadow: none; /* Shadow removed */
}

/* ========== Responsive Styling ========== */
@media (max-width: 992px) {
  .about-honeybloom .about-image-wrap {
    margin-bottom: 2rem;
  }
}

  .about-image-wrap .main-img {
    width: 90%;
    height: auto; 
  }

@media (max-width: 991px) {
  .about-image-wrap .main-img {
    width: 70%;
    height: auto; /* Ensure mobile height is smaller */
  }
  .about-tag {
    font-size: 12px;
    padding: 4px 10px;
  }
}

@media (max-width: 576px) {
  .about-content h2 {
    font-size: 1.75rem;
  }
  .features-list span {
    font-size: 14px;
  }
  .prime-btn {
    padding: 0.5rem 1.5rem;
    font-size: 14px;
  }
}

/* ===== OUR SERVICES SECTION ===== */
.our-services.v1 {
 background: var(--alt-gradient);
  position: relative;
  overflow: hidden;
}

.section-title-center.v1 h6.subtitle {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title-center.v1 h2.title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--heading-text);
  margin-top: 10px;
  position: relative;
}

.section-title-center.v1 h2.title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* ===== SERVICE CARD ===== */
.service-card {
  background: var(--card-color);
  border-radius: 16px;
  padding: 35px 20px;
  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);
}

/* ===== TITLE STYLING ===== */
.service-card h4 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 10px;
}

.service-card h4 a {
  text-decoration: none;
  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 US BASE ========== */
.why-us.v1 {
  overflow: hidden;
}

.section-title-center.v1 h6.subtitle {
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title-center.v1 h2.title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
}

.section-title-center.v1 h2.title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: var(--theme-gradient);
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* ========== WHY LIST ========== */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  background: var(--card-color);
  padding: 20px 18px;
  border-radius: 14px;
  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);
}

/* TEXT */
.why-list .text h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--heading-text);
  margin-bottom: 6px;
}

.why-list .text p {
  color: var(--para-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* IMAGE */
.big-pic img {
  border-radius: 20px;
  transition: 0.5s ease;
  max-width: 100%;
}

.big-pic img:hover {
  transform: scale(1.05);
}

/* ========== RESPONSIVE FIXES ========== */

/* Tablets (below 1200px) */
@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%;
  }
}

/* Tablets and small laptops (below 992px) */
@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%;
  }
}

/* Mobile (below 768px) */
@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%;
  }
}
/* ========== Honeycomb Background ========== */
.footer-honeycomb {
  color: #fff;
  background-color: var(--dark-color);
}

/* ========== Content Styling ========== */

.footer-title {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.footer-links,
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.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 {
  color: #ddd;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  line-height: 1.4;
}

.footer-links a:hover,
.contact-info a:hover {
  color: var(--primary-color);
  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;
  }
  /* .contact-info li {
    justify-content: center;
  } */
}


/* Section Background */
.we-serve.v1 {
  background: var(--alt-gradient);
  position: relative;
  overflow: hidden;
}

/* Section Title */
.section-title-center.v1 h6 {
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title-center.v1 h2 {
  font-weight: 700;
  font-size: 32px;
}

/* Card Design */
.we-serve-card {
  background: var(--card-color);
  border-radius: 15px;
  padding: 40px 25px;
  text-align: center;
  position: relative;
  transition: 0.4s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  z-index: 1;
  overflow: hidden;
}

.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 {
  text-decoration: none;
  color: var(--heading-text);
  transition: color 0.3s ease;
    font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}

.we-serve-card h4:hover {
  color: var(--primary-color);
}

/* Paragraph */
.we-serve-card p {
  color: var(--para-text);
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 767px) {
  .we-serve-card {
    margin-bottom: 25px;
    padding: 30px 20px;
  }
  .serve-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
  .section-title-center.v1 h2 {
    font-size: 26px;
  }
}

.testimonial-card {
  background: var(--card-color);
  padding: 30px 25px;
  border-radius: 14px;
  border: 1px solid #f0d78c; 
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: 0.4s ease;
  position: relative;
}

.testimonial-card:hover {
  /* transform: translateY(-8px); */
  border-color: var(--primary-color);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Quotation Icon */
.testimonial-card {
  position: relative; /* Ensure ::before positions relative to the card */
  padding-left: 60px; /* Add enough space for the icon */
}

.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;
  color: var(--para-text);
  margin-bottom: 25px;
  font-size: 16px;
  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 #f6b93b;
  margin-bottom: 12px;
  transition: 0.3s ease;
}

.client-info img:hover {
  transform: scale(1.05);
}

.client-info h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
  color: var(--heading-text);
}

.client-info span {
  font-size: 14px;
  color:var(--para-text);
  margin-bottom: 10px;
}

.client-info .rating svg {
  color: #f6b93b;
  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: linear-gradient(135deg, #ffb703, #ff9e00);
      min-width: 40px;
      min-height: 40px;
       opacity: 1;
}
    .team-card {
      background: var(--card-gradient);
      padding: 20px;
      border-radius: 12px;
      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 #f6b93b;
      /* Optional highlight border */
    }

    .team-card .details h4 {
      font-weight: 600;
      margin-bottom: 5px;
      color: var(--heading-text);
    }

    .team-card .details p {
      font-size: 14px;
      color: var(--para-text);
      margin-bottom: 10px;
    }

    .team-card .social-links {
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 10px;
    }

    .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: #f6b93b;
      color: #fff;
      transform: translateY(-3px);
    }

    /* Responsive Splide */
    @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 Page Section ===== */
.contact-pg-contact-section {
    padding: 100px 0;
    background: var(--alt-gradient);
}

.contact-pg-contact-section .section-title-s3 h2,
.contact-pg-contact-section .section-title-s5 h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--heading-text);
}

.contact-pg-contact-section .contact-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.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:  #f6b93b;;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .15);
    background-color: var(--card-color);
}

.contact-pg-contact-section .contact-form-area {
    background: var(--card-color);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}

.contact-pg-contact-section .contact-form .form-field {
    margin-bottom: 20px;
}

.contact-pg-contact-section .contact-form input,
.contact-pg-contact-section .contact-form textarea {
    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);
}

.contact-pg-contact-section .contact-form input:focus,
.contact-pg-contact-section .contact-form textarea:focus {
    border-color: #ff7a00;
    outline: none;
    color: var(--input-text);
}

.contact-pg-contact-section .contact-form textarea {
    min-height: 140px;
    resize: none;
}

.contact-pg-contact-section .form-submit {
    text-align: left;
}

.contact-pg-contact-section .theme-btn {
    background: #ff7a00;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.contact-pg-contact-section .theme-btn:hover {
    background: #e66a00;
}

.contact-pg-contact-section .contact-map iframe {
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-pg-contact-section {
        padding: 60px 0;
    }
    .contact-pg-contact-section .section-title-s3 h2,
    .contact-pg-contact-section .section-title-s5 h2 {
        font-size: 28px;
    }
}

.contact-pg-contact-section .contact-details ul li h5 {
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: 600;
}

/* =====================
   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;
}

/*===============================================
   Back to top Styles
=================================================*/
#backtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 7px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backtotop:hover {
  cursor: pointer;
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}

.alertmsg {
  z-index: 9999;
}

/*================================================
   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;
}
}


/* Mobile Offcanvas Styling (below 991px) */
@media (max-width: 991px) {

  /* Offcanvas BG Colors */
  .offcanvas-header {
    background-color: var(--alt-color);
  }
  .offcanvas-body {
    background-color: var(--card-color) !important;
  }

  /* Same styling for both toggler and close button */
  .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;
  }

  /* Remove default bootstrap toggler icon */
  .navbar-toggler .navbar-toggler-icon {
    display: none;
  }

  /* Remove bootstrap background-image from close button */
  .btn-close {
    background-image: none !important;
  }

  /* Icon styling (Font Awesome) */
  .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;
  }
}

/* Button active/focus state (global) */
.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 div.error{
  position: absolute;
  bottom: -23px;
}