body { color:#1f2937; }
    .hero {
      min-height:100vh;
      background:url('../../images/hero-sundarban.jpg') center/cover no-repeat;
      position:relative;
    }
    .hero::before{
      content:'';
      position:absolute;
      inset:0;
      background:rgba(0,0,0,.6);
    }
    .hero-content{ position:relative; z-index:1; }

    .fade-up{ animation:fadeUp 1s ease forwards; }
    @keyframes fadeUp{
      from{opacity:0; transform:translateY(20px)}
      to{opacity:1; transform:translateY(0)}
    }

    

    footer{ background:#1f4f45 }

    /*Home Page Feature*/
  .feature-card{
    transition: all .4s ease;
  }
  .feature-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
  }

  .feature-strip{
  background: linear-gradient(135deg,#14532d,#166534);
  color:#fff;
}

.feature-box{
  background: rgba(255,255,255,0.08);
  padding: 30px 20px;
  border-radius: 16px;
  height: 100%;
  transition: all .4s ease;
}

.feature-box:hover{
  transform: translateY(-10px);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.feature-box .icon{
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.feature-box h6{
  font-weight: 700;
  margin-bottom: 6px;
}

.feature-box p{
  font-size: 14px;
  opacity: .9;
  margin: 0;
}

/*Home page Service*/
.service-card{
  transition: all .4s ease;
  border-radius: 1.25rem;
}
.service-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,.15);
}
.service-img{
  height: 230px;
  object-fit: cover;
  transition: transform .7s ease;
}
.service-card:hover .service-img{
  transform: scale(1.1);
}
/*---Home CTA---*/
.cta-tiger-section {
  background: url('../../images/wildlife.jpg') center/cover no-repeat;
  min-height: 380px;
  overflow: hidden;
}

/* Dark forest overlay */
.cta-tiger-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 40, 20, 0.75),
    rgba(0, 0, 0, 0.8)
  );
}

/* Fog layer */
.cta-tiger-section .fog-layer {
  position: absolute;
  inset: 0;
  /* background: url('https://i.ibb.co/7Sk8W0k/fog.png') center/cover no-repeat; */
  opacity: 0.25;
  mix-blend-mode: screen;
}

/* Green glow */
.cta-tiger-section .green-glow {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 580px;
  height: 580px;
  background: rgba(34, 197, 94, 0.3);
  filter: blur(130px);
  border-radius: 50%;
}

/* Tiger image */
.tiger-img {
  width: 140px;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(0,0,0,0.6));
}

/* Fade animation */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Testimonial */
/* Premium Sundarban Theme */
.text-dark-green {
  color: #1f4f45;
}

.forest-bg {
  background: #f4f1ed;
  border-top: 3px solid #2e6f57;
  border-bottom: 3px solid #2e6f57;
}

/* Slider styling */
.testimonial-wrapper {
  max-width: 750px;
  overflow: hidden;
}

#testimonialSlider {
  width: 300%;
  transition: transform 0.7s ease-in-out;
}

.testimonial-slide {
  width: 100%;
  flex: 0 0 100%;
}

/* Avatar */
.avatar-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e4e4e4;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-circle span {
  font-size: 1.3rem;
  font-weight: bold;
  color: #1f4f45;
}

/* Pagination Dots */
.dot {
  width: 10px;
  height: 10px;
  background: #9bb7ab;
  border-radius: 50%;
  transition: 0.3s;
}

.dot.active {
  background: #2e6f57;
  transform: scale(1.2);
}

/* Fade & Slide Animation */
.fade-slide {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s ease;
}

.fade-slide.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Premium underline hover effect */
  .nav-link {
    position: relative;
    font-weight: 500;
    color: #1f4f45 !important;
  }
  .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2px;
    background: #1f4f45;
    transition: 0.3s;
  }
  .nav-link:hover::after,
  .nav-link.active::after {
    width: 100%;
  }

  /* Mobile slide-down background */
  @media (max-width: 991px) {
    #nav {
      background: #e9e6df;
      padding: 20px;
      border-radius: 12px;
      margin-top: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
      animation: fadeDown 0.4s ease;
    }
  }

  @keyframes fadeDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /*whats app button*/
  .whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background: #1f5f4a;
  color: white;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  z-index: 9999;
  transition: 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* About */
/* 🌿 Fade, Slide & Scale Animations */
.animate-fade {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s forwards;
}
.animate-delay-1 { animation-delay: .2s; }
.animate-delay-2 { animation-delay: .4s; }
.animate-delay-3 { animation-delay: .6s; }

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* Left border highlight */
.border-accent {
  border-left: 6px solid #1f4f45;
}

/* Glow hover */
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  transition: .3s ease;
}

/* Glassmorphism */
.glass-box {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.12);
}

/* Gradient Heading Line */
.section-title {
  position: relative;
  display: inline-block;
}
.section-title::after {
  content:"";
  width: 70px;
  height: 4px;
  background:#1f4f45;
  display:block;
  margin:12px auto 0;
  border-radius:10px;
}

/* Parallax background */
.parallax {
  background-attachment: fixed;
}

/* Section Background */
.premium-owner-section {
  background: linear-gradient(135deg, #eaf7ee 0%, #ffffff 100%);
}

/* Title */
.section-title-green {
  font-size: 2.5rem;
  color: #1b5e20;
  letter-spacing: 1px;
}

.underline-green {
  width: 80px;
  height: 4px;
  background: #2ecc71;
  border-radius: 5px;
  margin-top: 8px;
}

/* Card */
.owner-card {
  padding: 40px 30px;
  border-radius: 20px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.owner-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.18);
}

/* Image */
.owner-img-wrapper {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(135deg, #2ecc71, #1b5e20);
  box-shadow: 0 0 25px rgba(0, 150, 50, 0.4);
}

.owner-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}

/* Text */
.owner-text {
  font-size: 0.95rem;
  color: #555;
  margin-top: 10px;
  line-height: 1.6;
}

/* Button */
.btn-green-glow {
  background: #1b5e20;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(27, 94, 32, 0.4);
  transition: all 0.3s ease;
}
.btn-green-glow:hover {
  background: #2ecc71;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(46, 204, 113, 0.45);
}

/* Animation */
.fade-up {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 0.7s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section background */
.premium-section {
  background: linear-gradient(135deg, #eef8f0, #ffffff);
}

/* Title */
.premium-title {
  color: #154734;
  letter-spacing: 1px;
  font-weight: 700;
}

/* Divider */
.premium-divider {
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #2ecc71, #1b5e20);
  border-radius: 10px;
  margin-top: 10px;
}

/* Card (Glassmorphism) */
.premium-card {
  padding: 35px 25px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
}

.premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 55px rgba(0, 0, 0, 0.18);
}

/* Premium Title inside card */
.premium-heading {
  color: #154734;
}

/* Animated Gradient Icon */
.icon-animated {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2ecc71, #1b5e20);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  animation: pulseGlow 2s infinite alternate;
  box-shadow: 0 0 16px rgba(46, 204, 113, 0.5);
}

/* Icon Glow Animation */
@keyframes pulseGlow {
  0% { box-shadow: 0 0 14px rgba(46, 204, 113, 0.4); }
  100% { box-shadow: 0 0 26px rgba(46, 204, 113, 0.7); }
}

/* Fade-up Animation */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.9s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section Background */
.premium-story-section {
  background: linear-gradient(135deg, #eef8f0, #ffffff);
}

/* Image Hover Lift */
.premium-image-wrapper {
  overflow: hidden;
  border-radius: 20px;
}
.premium-image {
  transition: transform 0.7s ease;
}
.premium-image-wrapper:hover .premium-image {
  transform: scale(1.08);
}

/* Experience badge (glassmorphism) */
.experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 20px 28px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  animation: floatBadge 3s ease-in-out infinite alternate;
}
.exp-number {
  font-size: 38px;
  font-weight: 800;
  color: #1b5e20;
}
.exp-text {
  font-size: 14px;
  opacity: 0.85;
  color: #154734;
}

/* Floating Animation */
@keyframes floatBadge {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-10px); }
}

/* Fade-up Animation */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUpAnim 1s ease forwards;
}
.delay-1 { animation-delay: 0.25s; }

@keyframes fadeUpAnim {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Services*/
/* Background Gradient */
.services-hero {
  background: linear-gradient(135deg, #f5fff7, #ffffff);
  position: relative;
}

/* Floating Decorative Blobs */
.hero-bg-shape, .hero-bg-shape-2 {
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  z-index: 0;
}
.hero-bg-shape {
  background: #9ef1b3;
  top: -80px;
  left: -80px;
  animation: float1 6s infinite alternate ease-in-out;
}
.hero-bg-shape-2 {
  background: #b3ffe0;
  bottom: -80px;
  right: -80px;
  animation: float2 7s infinite alternate ease-in-out;
}

@keyframes float1 {
  from { transform: translateY(0); }
  to   { transform: translateY(30px); }
}
@keyframes float2 {
  from { transform: translateY(0); }
  to   { transform: translateY(-30px); }
}

/* Glass Badge */
.service-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(45, 125, 70, 0.12);
  border: 1px solid rgba(45, 125, 70, 0.25);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  color: #1f4f45;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Glow Text Animation */
.glow-text {
  position: relative;
}
.glow-text::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(45,125,70,0.3), transparent 70%);
  opacity: 0;
  animation: glowPulse 3s infinite ease-in-out;
}
@keyframes glowPulse {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

/* Fade-up Animation */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s forwards ease-out;
}
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

