body {
     font-family: Verdana, Geneva, Tahoma, sans-serif;
      background-color: #fff;
    }

    /* NAVBAR */
 .navbar {
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1000;
    height:15vh;
  }

  .navbar-brand img {
    height: 80px;
    width: 120px;
    display: block;
  }

  .navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
  }

  .logo-underline {
    display: block;
    border-top: 2px solid #000;
    width: 40px;
    margin-top: 2px;
    margin-left: 45px;
  }

  .navbar-nav .nav-item {
    margin: 0 25px;
  }

  .navbar-nav .nav-link {
    font-size: 1rem;
    position: relative;
    padding-bottom: 4px;
    color: #333;
    transition: color 0.3s ease;
  }

  .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #333;
    transition: width 0.3s ease;
  }

  .navbar-nav .nav-link:hover::after {
    width: 100%;
  }

  .navbar-nav .nav-link:hover {
    color: #000;
  }

  .icon-group i {
    margin: 0 20px;  
    font-size: 1.6rem;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
    margin-right: -45%;
  }

  .icon-group i:hover {
    transform: translateY(-2px);
    color: #333;
  }

  .search-box {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    display: none;
    background: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 999;
  }

  .search-box input {
    border: none;
    outline: none;
    width: 200px;
  }

    /* HERO SECTION */
.slideshow {
    background: url(../Media/NEW\ BANNER\ UPDATED.png);
    background-size: cover;
    background-position: center;
    height: 90vh;
    width: 90vw;
    margin-left: 6%;
    border-radius: 40px;
    clip-path: inset(5% round 40px);
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Slides */
.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Individual Slide */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}


/* Slide Content */
.slide-content {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5); 
    padding: 20px;
    border-radius: 10px;
}

/* Navigation Dots */
.slideshow-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    background: gray;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background: green;
}
.hero-content {
    max-width: 50%;
    left: 30%;
    margin-left: 8%;
    margin-top:7%;
}
.hero-content .highlight-green{
    margin-left: 8%;
}
.hero-content .highlight-orange{
    margin-left: 18%;
}
.hero-shape {
    position: absolute;
    top: 22%;
    left: 64%;
    margin-right: 20%;
    width: 240px;  
    height: 330px; 
    background: #c95d06;
    z-index: 0;
    right: 10%;
    border-radius: 50% 50% 60% 60% / 30% 30% 70% 70%; 
    transform: rotate(220deg); 
}
.grey-shape {
    background-color: grey;
    position: absolute;
    top: 23%;
    left: 64%;
    margin-right: 20%;
    width: 230px;  
    height: 310px; 
    z-index: 100;
    border-radius: 45% 45% 0 0; 
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.hero-content p{
    width: 45vw;
    margin-top: 3%;
}
.hero-image img {
    position: absolute;
    z-index: 500; 
    height: 70vh;
    width: 280px;
    top: -4%;
    left: 62%;
}
.hero-content h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 800;
    font-size: 42px;
    margin-bottom: 0;
}
h1 {
    font-size: 42px;
}

h2 {
    font-size: 2rem;
}
.highlight-green {
    color: #054715;
    font-weight: 700;
    font-size: 42px;
    margin-top: 0;
}
.highlight-orange {
    color: #c95d06;
    font-size: 42px;
    font-weight: bold;
    
}
.explore-btn {
    background: #072f10;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    margin-top: 3%;
}
.review-card {
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-top: 3%;
    width: 15vw;
    text-align: center;
    margin-left:29%;
    color: #054715;
    transform: rotate(-10deg);
}

.hero-content .review-card{
    margin-top: -4%;
    margin-bottom:100%;
    margin-left: 40%;
}
/* Global default */
.hero-image img {
  width: 300px;
  height: auto;
  border-radius: 20px;
  position: absolute;
  z-index: 500;
  top: -4%;
  left: 62%;
}

/* Slide 1: first-image */
.hero-image.first-image img {
  width: 280px;
  height: 450px;
}

/* Slide 2: second-image */
.hero-image.second-image img {
  width: 350px;
  height: 550px;
}

/* Slide 3: third-image */
.hero-image.third-image img {
  width: 390px;
  height: 580px;
}

/* Slide 4: fourth-image */
.hero-image.fourth-image img {
  width: 400px;
  height: 550px;
}

.slideshow-dots {
    position: absolute;
    bottom: 14px;
    left: 60%;
    transform: translateX(-50%);
    width: 30vw;
}
.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    margin-left: 4%;
}
.dot.active {
    background-color: green;
}
.dot:not(.active) {
    background-color: #c95d06;
}

/* Shop Section */
/* Section Background and Padding */
.shop-section {
  background-color: #f9f9f9;
  padding: 60px 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Heading Styles */
.shop-welcome-text {
  color: #054715;
  font-weight: 700;
  font-size: 2.2rem;
}

.shop-welcome-text .perfect {
  color: #c95d06;
}

/* Search Bar Styling */
.search-bar .form-control {
  border-radius: 50px;
  border: 1px solid #054715;
  padding-left: 45px;
  height: 45px;
}

.search-bar .input-group-text {
  border: 1px solid #054715;
  background: transparent;
}

/* Category Buttons */
.category-btn.active {
  background-color: #054715;
  color: white;
  border-color: #054715;
}

/* Product Cards */
.product-card img {
    width: 100%;
    height: 45vh;
    object-fit: cover;
    border-radius: 10px;
}
.card {
  padding: 10px;
  border-radius: 12px;
  background-color: #ffffff;
}

.card-body {
  padding-top: 10px;
}


.card-title {
  font-size: 1rem;
}

.card-text {
  color: #555;
}

.btn-outline-success {
  border-width: 1.5px;
}

/* Shop Button */
.shop-section .btn-success {
  background-color: #054715;
  border-color: #054715;
}

.shop-section .btn-success:hover {
  background-color: #1a692d;
  border-color: #1a692d;
}

#noProductsMessage {
  display: none;
  text-align: center;
  padding: 20px;
  font-size: 1.2rem;
  color: #666;
}

.card {
  height: 100%;
  transition: all 0.3s ease;
  border: none; 
  border-radius: 12px !important; 
  overflow: hidden; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
  background: #fff; 
  position: relative; 
}

.card:hover {
  transform: translateY(-8px); 
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); 
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); 
}

.card:hover {
  border: 1px solid rgba(5, 71, 21, 0.1); 
}

/* Card Image Styling */
.card-img-top {
  width: 100%;
  height: 45vh;
  object-fit: contain; 
  padding: 15px; 
  background: #f8f9fa; 
  border-bottom: 1px solid #eee; 
}

/* Card Body Styling */
.card-body {
  padding: 1.25rem;
  background: #fff;
  border-radius: 0 0 12px 12px;
}

/* Button Styling */
.card .btn-outline-success {
  border-width: 2px; 
  font-weight: 500;
  transition: all 0.2s;
}

.card .btn-outline-success:hover {
  background: #054715; 
  color: white;
}

.product-item {
  display: none; 
}

/* Offers Section */
.offers-container h2 {
    font-size: 2rem;
  }
  .offers-container h3 {
    font-size: 1.5rem;
  }
  .highlight {
    color: #f28c28;
  }
  .category-toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    border: 1px solid #054715;
    width: fit-content;
    margin-left: 32%;
    border-radius: 30px;
    cursor: pointer;
    z-index: 5000;
}

.category-button {
    padding: 10px 20px;
    font-size: 1rem;
    border: 2px solid #074d18;
    border-radius: 30px;
    background: transparent;
    cursor: pointer;
    /* transition: 0.3s ease; */
    width: 9.5vw;
    z-index: 5000;

}

.category-button.active {
    background: #074d18;
    color: white;
}

.category-button:not(.active) {
    border: none;
}

/* Packages Section */
.packges-section {
    margin-top:-21%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.profile-container {
  background-image: url('../Media/FLOWER.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height:900px;
  width:500px;
}

.profile-img {
  width: 290px;
  height: auto;
  height: 250px;
  margin-top:100%;
}

.profile-container h5 {
  margin-top: 15px;
  color: #054715;
}

.profile-container p {
  color: #c95d06;
  font-weight: bold;
  margin-top: 5px;
}

/* Right Side Text */
.section-title {
  font-weight: bold;
  color: #0b6623;
}

.section-title span {
  color: #f28c28;
}

.description {
  color: #555;
  font-size: 1rem;
}

/* Stats Grid */
.stats-container {
  margin-top: 10px;
}

.stat-box {
  text-align: center;
  padding: 10px;
}

.stat-box h4 {
  font-weight: bold;
  color: #0b6623;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}

.stat-box h4::after {
  content: "";
  display: block;
  width: 40%;
  height: 3px;
  background-color: #0b6623;
  margin: 5px auto 0;
}

.stat-box p {
  color: #777;
  font-size: 0.9rem;
}


/* Discount Card Section */
/* Section Background */
.discount-card-section {
    margin-top: -20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background-color: #f5f5f5;
}

/* Main Container */
.discount-card-container {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    width: 90%;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
}

/* Left Content */
.discount-text {
    flex: 1;
    padding: 20px;
    z-index: 2;
}

.discount-text h2 {
    font-size: 2rem;
    color: #003D33;
    font-weight: bold;
}

.discount-text p {
    font-size: 1rem;
    color: #666;
    margin: 10px 0;
}

/* Button */
.get-card-btn {
    padding: 10px 20px;
    border: 2px solid #003D33;
    background: white;
    color: #003D33;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s ease;
}

.get-card-btn:hover {
    background: #003D33;
    color: white;
}

/* Right Side: Curved Green Background & Image */
.discount-image-container {
    flex: 1;
    position: relative;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:55px;
}

/* Perfectly Curved Green Background */
.green-bg {
    position: absolute;
    width: 120%;
    height: 400px;
    background: #004D40;
    border-radius: 320px 15px 15px 0px;
    right: -10%;
    z-index: 1;
}

/* Card Image */
.card-image {
    position: absolute;
    width: 80%;
    margin-top:9%;
    border-radius: 10px;
    z-index: 2;
    transform: rotate(-8deg);
}

/* Testimonial Section */
.testimonial-section {
    text-align: center;
    padding: 50px 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #0b3d2e;
}

.section-title span {
    color: #e38929;
}

.testimonial-description {
    color: #555;
    margin-bottom: 20px;
}

/* Container setup */
.testimonial-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 800px; /* Adjust to fit content */
    margin: auto;
}

/* Slider container */
.testimonial-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

/* Testimonial track (slides container) */
.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

/* Individual testimonial (Single Slide) */
.testimonial {
    flex: 0 0 100%;  
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Quote icon inside a circle */
.quote-icon {
    font-size: 30px;
    color: #e38929;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.521);
    margin-bottom: 10px;
}

/* Review text */
.testimonial-text {
    font-size: 15px; 
    color: #333;
    margin: 15px 0;
    width: 100%;
}

/* Customer names */
.customer-name {
    font-weight: bold;
    color: #0b3d2e;
    margin-top: 10px;
    font-size: 18px;
}

/* Navigation buttons */
.prev-btn, .next-btn {
    background: rgba(11, 61, 46, 0.8);
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
}

.prev-btn:hover, .next-btn:hover {
    background: #e38929;
}

.prev-btn { left: -50px; }
.next-btn { right: -50px; }

/* Footer Section */
.footer {
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color:#0b3d2e;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer ul li a:hover {
  color: #f28c28;
}

.footer-separator {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}


/* Responsiveness */
 /*Navbar */
  @media (max-width: 991px) {
    .navbar {
      height: 11vh;
    }
  .navbar-brand img {
    height: 80px;
    width: 120px;
  }

  .navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    margin-left: -20%;
    margin-top: -11%;
  }

  .logo-underline {
    display: block;
    border-top: 2px solid #000;
    width: 40px;
    margin-top: 2px;
    margin-left: 45px;
  }
    .collapse.navbar-collapse.overlay-menu {
      position: relative;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      padding: 20px 0;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      z-index: 999;
    }

    .navbar-nav .nav-item {
      margin: 10px 0;
      text-align: center;
    }

    .icon-group {
      margin-top: 20px;
      text-align: center;
    }
    .icon-group i {
    margin: 0 10px;  
    margin-right: 15%;
  }

    .search-box {
      right: 50%;
      transform: translateX(50%);
    }
  }

  @media (max-width: 576px) {
    .navbar-brand img {
      height: 60px;
      width: 90px;
    }

    .logo-underline {
      width: 30px;
    }

    .search-box input {
      width: 140px;
    }
  }


  /* HERO SECTION */
@media screen and (max-width: 768px) {
    .slideshow {
        height: 63vh;
        width: 95vw;
        margin-left: 2.5%;
        padding: 1rem;
        overflow-x: hidden;
    }

    .hero-content {
        max-width: 60%;
        margin-left: 5%;
        margin-top: 5%;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .highlight-green,
    .highlight-orange {
        font-size: 1.5rem;
    }

    .hero-content p {
        width: 80%;
        font-size: 0.9rem;
    }

    .explore-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }

    .review-card {
        width: 20vw;
        font-size: 0.8rem;
        margin-left: 25%;
    }

    .hero-shape {
        width: 180px;
        height: 250px;
        top: 25%;
        left: 60%;
    }

    .grey-shape {
        width: 170px;
        height: 230px;
        top: 26%;
        left: 60%;
    }

    .hero-image img {
        width: 200px;
        height: 40vh;
        top: 0;
        left: 50%;
    }

    .slideshow-dots {
        bottom: 10px;
        left: 50%;
    }
    .slideshow {
        height: 56vh;
        width: 80vw;
        margin-left: -5%;
        border-radius: 20px;
        margin-bottom:-10%;
        background: url(../Media/NEW\ BANNER\ UPDATED.png);
        background-size: cover;
        background-position: center;
    }

    .hero-content {
        margin-left: 2%;
        margin-top: 10%;
        position:absolute;
        left:2%;
        top:-3%;
        width: 100vw;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .highlight-green,
    .highlight-orange {
        font-size: 1.2rem;
    }

    .hero-content p {
        max-width: 60%;
        margin-left:1%;
        font-size: 0.8rem;
        padding: 10px 20px;
        left:1%;
        margin-right: 20%;
        -webkit-clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%);
    }
    
    .explore-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
        margin-top: -20%;
    }

    .review-card {
        width: 40vw;
        font-size: 0.7rem;
        margin-left: 13%;
        top: 40%;
    }

    .hero-shape {
        width: 150px;
        height: 180px;
        top: 29%;
        left: 54%;
        bottom: 30%;
        z-index: -2;
        transform: rotate(215deg); 
    }

    .grey-shape {
        width: 130px;
        height: 170px;
        top: 29%;
        left: 57%;
    }

    .hero-image img {
        width: 180px;
        height: 40vh;
        top: 17%;
        left: 55%;
    }
   .hero-image.first-image img{
        height: 33.3vh;
        width: 150px;
        left: 54%;
        top: 10%;
    }
    .hero-image.second-image img{
        height: 47vh;
        width: 200px;
        left: 50%;
        top: 5%;
    }
    .hero-image.third-image img {
        height: 52vh;
        width: 250px;
        left: 52%;
        top: 2%;
    }

    .hero-image.fourth-image img{
        height: 46vh;
        width: 245px;
        left:45%;
        top: 10%;
    }
    .slideshow-dots {
        bottom: 10%;
    }
}

@media screen and (max-width: 480px) {
    .slideshow {
        background: url(../Media/NEW\ BANNER\ UPDATED.png);
        background-size: cover;
        background-position: center;
        height: 60vh;
        border-radius: 10px;
        width: 106%;
        margin-left: -3%
    }

    .hero-content {
        max-width: 90%;
        margin-left: 5%;
        margin-top: 15%;
    }

    .hero-content h1 {
        font-size: 1.5rem;
        font-family: 'Times New Roman', Times, serif;
    }
  
    .highlight-green,
    .highlight-orange {
        font-size: 1.3rem;
        margin-left: -17%;
        font-family: 'Times New Roman', Times, serif;
    }

    .hero-content p {
        width: 100%;
        margin-left: -7.2%;
        font-size: 0.7rem;
        margin-top: -2%;
    }

    .hero-content h2 {
        margin-left: -8%;
        
    }
    .hero-content .highlight-orange {
        margin-left: 8%;
        font-size: 1.2rem;
        font-family: Arial, Helvetica, sans-serif;
        font-family: 'Times New Roman', Times, serif;
    }
    .explore-btn {
        padding: 5px 10px;
        font-size: 0.7rem;
    }
    .slideshow-dots {
        bottom: 10%;
    }
    .dot{
        width: 34px;
        height: 10px;
    }
    .first-review-card{
        display: none;
    }
    .second-review-card{
        display: none;
    }
    .third-review-card{
        display: none;
    }
    .fourth-review-card{
        display: none;
    }
}
/* Responsive for Tablets (768px - 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .slideshow {
    height: 70vh;
    width: 90vw;
    margin-left: 5%;
    padding: 1.5rem;
  }

  .hero-content {
    max-width: 55%;
    margin-left: 5%;
    margin-top: 6%;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .highlight-green,
  .highlight-orange {
    font-size: 1.8rem;
  }

  .hero-content p {
    width: 80%;
    font-size: 1rem;
  }

  .explore-btn {
    padding: 10px 18px;
    font-size: 0.95rem;
  }

  .review-card {
    width: 25vw;
    font-size: 0.85rem;
    margin-left: 20%;
  }

  .hero-shape {
    width: 220px;
    height: 300px;
    top: 25%;
    left: 60%;
  }

  .grey-shape {
    width: 210px;
    height: 280px;
    top: 26%;
    left: 60%;
  }

  .hero-image img {
    width: 250px;
    height: 50vh;
    top: 10%;
    left: 58%;
  }

  .hero-image.first-image img {
    height: 42vh;
    width: 220px;
  }

  .hero-image.second-image img {
    height: 50vh;
    width: 260px;
  }

  .hero-image.third-image img {
    height: 53vh;
    width: 280px;
  }

  .hero-image.fourth-image img {
    height: 52vh;
    width: 270px;
  }

  .slideshow-dots {
    bottom: 8%;
  }
}

/* Large Screens  */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .slideshow {
     /* height: 40vh; */
    height:auto;
    width: 85vw;
    margin-left: 7%;
    padding: 2rem;
  }

  .hero-content {
    max-width: 45%;
    margin-left: 6%;
    margin-top: 6%;
  }

  .hero-content h1 {
    font-size: 2.8rem;
  }

  .highlight-green,
  .highlight-orange {
    font-size: 2.4rem;
  }

  .hero-content p {
    width: 90%;
    font-size: 1.1rem;
  }

  .explore-btn {
    padding: 12px 22px;
    font-size: 1rem;
  }

  .review-card {
    width: 18vw;
    font-size: 0.9rem;
    margin-left: 25%;
  }

  .hero-shape {
    width: 250px;
    height: 320px;
    top: 20%;
    left: 62%;
  }

  .grey-shape {
    width: 240px;
    height: 310px;
    top: 21%;
    left: 62%;
  }

  .hero-image img {
    width: 300px;
    height: 60vh;
    top: 5%;
    left: 60%;
  }

  .hero-image.first-image img {
    height: 50vh;
    width: 260px;
  }

  .hero-image.second-image img {
    height: 58vh;
    width: 290px;
  }

  .hero-image.third-image img {
    height: 60vh;
    width: 310px;
  }

  .hero-image.fourth-image img {
    height: 59vh;
    width: 300px;
  }

  .slideshow-dots {
    bottom: 6%;
  }
}

/* Extra Large Screens  */
@media screen and (min-width: 1367px) {
 .slideshow {
    background: url(../Media/NEW\ BANNER\ UPDATED.png);
    background-size: cover;
    background-position: center;
    height: 40vh;
    height:auto;
    width: 92vw;
    margin-left: 3%;
    margin-top:-1%;
}

/* Slides */
.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Individual Slide */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}


/* Slide Content */
.slide-content {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5); 
    padding: 20px;
    border-radius: 10px;
}

/* Navigation Dots */
.slideshow-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    background: gray;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background: green;
}
.hero-content {
    max-width: 50%;
    left: 30%;
    margin-left: 8%;
    margin-top:7%;
}
.hero-content .highlight-green{
    margin-left: 8%;
}
.hero-content .highlight-orange{
    margin-left: 18%;
}
.hero-shape {
    position: absolute;
    top: 22%;
    left: 64%;
    margin-right: 20%;
    width: 240px;  
    height: 330px; 
    background: #c95d06;
    z-index: 0;
    right: 10%;
    border-radius: 50% 50% 60% 60% / 30% 30% 70% 70%; 
    transform: rotate(220deg); 
}
.grey-shape {
    background-color: grey;
    position: absolute;
    top: 23%;
    left: 64%;
    margin-right: 20%;
    width: 230px;  
    height: 310px; 
    z-index: 100;
    border-radius: 45% 45% 0 0; 
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.hero-content p{
    width: 45vw;
    margin-top: 3%;
}
.hero-image img {
    position: absolute;
    z-index: 500; 
    height: 70vh;
    width: 280px;
    top: -4%;
    left: 62%;
}
.hero-content h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 800;
    font-size: 42px;
    margin-bottom: 0;
}
h1 {
    font-size: 42px;
}

h2 {
    font-size: 2rem;
}
.highlight-green {
    color: #054715;
    font-weight: 700;
    font-size: 42px;
    margin-top: 0;
}
.highlight-orange {
    color: #c95d06;
    font-size: 42px;
    font-weight: bold;
    
}
.explore-btn {
    background: #072f10;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    margin-top: 3%;
}
.review-card {
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-top: 3%;
    width: 15vw;
    text-align: center;
    margin-left:29%;
    color: #054715;
    transform: rotate(-10deg);
}

.hero-content .review-card{
    margin-top: -4%;
    margin-bottom:100%;
    margin-left: 40%;
}
/* Global default */
.hero-image img {
  width: 300px;
  height: auto;
  border-radius: 20px;
  position: absolute;
  z-index: 500;
  top: 10%;
  left: 62%;
}

/* Slide 1: first-image */
.hero-image.first-image img {
  width: 280px;
  height: 450px;
}

/* Slide 2: second-image */
.hero-image.second-image img {
  width: 350px;
  height: 550px;
}

/* Slide 3: third-image */
.hero-image.third-image img {
  width: 390px;
  height: 580px;
}

/* Slide 4: fourth-image */
.hero-image.fourth-image img {
  width: 400px;
  height: 550px;
}

.slideshow-dots {
    position: absolute;
    bottom: 14px;
    left: 60%;
    transform: translateX(-50%);
    width: 30vw;
}
.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    margin-left: 4%;
}
.dot.active {
    background-color: green;
}
.dot:not(.active) {
    background-color: #c95d06;
}
}

/* Shop Section */
@media screen and (max-width: 768px) {
  .shop-welcome-text {
    font-size: 1.8rem;
  }

  .product-img {
    height: 200px;
  }

  .search-bar .form-control {
    height: 40px;
  }
}

@media screen and (max-width: 576px) {
  .shop-welcome-text {
    font-size: 1.5rem;
  }

  .shop-section p {
    font-size: 0.9rem;
  }

  .product-img {
    height: 180px;
  }

  .btn-sm {
    font-size: 0.75rem;
    padding: 6px 14px;
  }
}

/* Offers Section */
@media (max-width: 768px) {
  .category-button {
    font-size: 0.9rem;
    padding: 8px 15px;
    min-width: 90px;
  }
}

@media (max-width: 576px) {
  .category-button {
    font-size: 0.8rem;
    padding: 6px 10px;
    min-width: 80px;
  }
}

/* Adjust card spacing for smaller screens */
@media (max-width: 576px) {
  .card-title {
    font-size: 0.95rem;
  }
  .card-text {
    font-size: 0.85rem;
  }
  .btn {
    font-size: 0.85rem;
    padding: 6px 12px;
  }
}

/* Packages Section */
/* Mobile Responsive Fixes */
@media (max-width: 768px) {
    .packges-section{
        position: relative;
        margin-top: -160%;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        
    }
    .profile-container {
        padding: 50px; 
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 160vh;
         width: 110vw;
         margin-left: -10%;
    }
    
    /* Director Image */
    .profile-img {
        width: 225px;
        height: 190px;
        z-index: 1; 
        margin-top: 200%;
    }
    
    /* Title & Subtitle */
    .profile-container h5,
    .profile-container p {
        position: absolute;
        z-index: 1;
    }
    .profile-container h5{
        top: 50%;
        color: #054715;
    }
    .profile-container p{
        color: #c95d06;
        top: 52.5%;
        font-weight: bold;
    }
    .section-title {
        font-weight: bold;
        position: relative;
        margin-top: -122%;
        width: 95.3vw;
    }
}

/* Discount Card Section */
@media (max-width: 768px) {
/* Section Background */
.discount-card-section {
    margin-top: -15%;
    display: flex;
    padding: 2%;
}

/* Main Container */
.discount-card-container {
    display: flex;
    flex-direction:column;
    align-items: center;
    border-radius: 20px;
    padding: 50px;
    width: 100%;
    position: relative;
}

/* Left Content */
.discount-text {
    flex: 1;
    padding: 20px;
    z-index: 2;
}

.discount-text h2 {
    font-size: 20px;
    width: 130%;
}

.discount-text p {
    font-size: 1rem;
    color: #666;
    margin: 10px 0;
}

/* Button */
.get-card-btn {
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s ease;
}

.get-card-btn:hover {
    background: #003D33;
    color: white;
}

.discount-image-container {
    display: none;
}
}

/* Testimonial Section */
/* Mobile responsiveness */
@media (max-width: 768px) {
    .testimonial-section{
        position: relative;
        margin-top: 104%;
        margin-left: -5%;
    }
    .testimonial-slider {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 4%;
        margin-left: 5%;
    }

    .testimonial-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
    }

    .testimonial {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    /* Navigation Arrows */
    .prev-btn, .next-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(11, 61, 46, 0.8);
        color: white;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
    }

    .prev-btn{
        left: 20%;
    }
    .next-btn{
        right: 20%;
    }
    .prev-btn { left: 10px; }
    .next-btn { right: 10px; }
}

@media (max-width: 767.98px) {
  .footer-title {
    font-size: 1rem;
  }

  .footer ul{
    margin-left: 10%;

  }
  .footer ul li {
    font-size: 0.9rem;
  }
}