html {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: #f9f9f9;
}
a {
  color: rgb(0 137 52);
  text-decoration: underline;
}
ul {
  list-style: none;
}
.navbar {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease;
}
.mango h1 {
  color: #008934;
  font-weight: 700;
}
.navbar-nav .nav-link:hover {
  color: #28a745;
}

.carousel-item img {
  height: 100vh;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.carousel-item.active img {
  transform: scale(1.05);
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 10px;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 0!important;
}

video {
  border-radius: 20px;
}
#contactPopup{
  display:none; position:absolute; background:#fff; border:1px solid #ccc; padding:10px; z-index:1000; border-radius:5px; box-shadow:0 2px 8px rgba(0,0,0,0.2);
}
.popup {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1000;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
h2 {
  font-size: 2.5rem;
  color: #1f8700;
  font-weight: 600;
  animation: fadeIn 1s ease-out;
}

/* Mango Card Styles */
.card {
  position: relative;
  text-align: center;
  border: none;
  margin-bottom: 20px;
  min-height: 180px;
  background: rgb(255 238 190);
  border-radius: 10px;
  padding: 20px 0px 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#varieties .card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#varieties .card-img-top {
  border-radius: 10px 10px 0 0;
  transition: transform 0.3s ease;
}

#varieties .card-body {
  background-color: #fff;
  padding: 15px;
}

#varieties .card-title {
  font-size: 1.5rem;
  color: #333;
}

#varieties .card-text {
  font-size: 1rem;
  color: #666;
}

.thumbnail-slider {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
}

.thumbnail-slider img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s ease;
}

.thumbnail-slider img:hover {
  transform: scale(1.1);
}

.main-image img {
  max-width: 100%;
  border-radius: 15px;
  transition: transform 0.5s ease;
}

.thumbnail-slider img {
  transition: all 0.3s ease-in-out;
}
section.mango i.fa {
  color: #ff862d;
  padding-right: 10px;
}
.btn-style {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ff862d;
  border-radius: 50px;
  padding: 14px 42px 15px;
  transition: background-color 0.3s ease;
}

.btn-style:hover {
  background-color: #e0a800;
}

.btn-block {
  margin-top: 35px;
  margin-bottom: 40px;
}

h1.card-title {
  color: #1f8700;
  padding-bottom: 10px;
  font-weight: 700;
}

/* Farm Visit Section */
.mango img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.mango img:hover {
  transform: scale(1.05);
}

section#order {
  background: #008824 !important;
}

section#order h2 {
  color: #fff;
}

section#order p {
  color: #fff;
}

section#contact {
  border-bottom: 8px solid #008934;
}

section#varieties p {
  margin-bottom: 30px;
}

section#varieties h5 {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-top: 10px;
}
.farm-points {
  display: flex
;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.farm-points p {
  display: flex
;
  align-items: baseline;
  color: #008824;
  font-family: cursive;
  font-weight: 600;
  font-size: 18px;
}
.farm-points i.fa {
  padding-right: 10px;
}
/* New animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Animating when sections come into view */
.section-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.section-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Add animations when scrolling */
@media screen and (min-width: 768px) {
  .section-animate {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
  }
  
  .section-animate.visible {
    opacity: 1;
    transform: translateY(0);
  }
}
.mango img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.mango img:hover {
  transform: scale(1.05);
}

section#order {
  background: #008824 !important;
}

section#order h2 {
  color: #fff;
}

section#order p {
  color: #fff;
}

section#contact {
  border-bottom: 8px solid #008934;
}

section#varieties p {
  margin-bottom: 30px;
}

section#varieties h5 {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-top: 10px;
}

/* New animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Animating when sections come into view */
.section-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.section-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Add animations when scrolling */
@media screen and (min-width: 768px) {
  .section-animate {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
  }
  
  .section-animate.visible {
    opacity: 1;
    transform: translateY(0);
  }
}

li.nav-item.highlight {
  background: #008824;
  color: #fff;
}

li.nav-item.highlight a {
  color: #ffffff;
}

a.dropdown-item {
  color: #141414 !important;
  padding-bottom: 20px;
}
a.navbar-brand img {
  width: 190px;
}
section#about h4 {
  color: #008824;
  font-family: cursive;
}

section#about i.fa {
  color: red;
}

section#about ul {
  padding: 0px;
}
section#about h6 {
  font-size: 20px;
}
section#about ul li {
  padding: 0px;
  line-height: 30px;
}
.card-block{
  padding: 20px;
}

.mt-6 {
  margin-top: 60px;
}
.mt-3{
  margin-top: 30px!important;
}
section#visit .card {
  min-height: 215px;
}
section#contact i.fa {
  color: #008934;
  padding: 5px;
}
section#visit h3 {
  color: #008824;
}
.follow-us {
      background-color: #f8f9fa;
      padding: 40px 0;
    }
    .follow-us h4 {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .social-icons a {
      color: #333;
      margin: 0 10px;
      font-size: 1.5rem;
      transition: 0.3s ease-in-out;
    }
    .social-icons a:hover {
      color: #3d3d3d;
    }

.social-icons {
    margin-bottom: 50px!important;
}
.accordion-collapse {
  transition: all 0.4s ease;
}
.accordion-body {
  animation: fadeIn 0.4s ease;
  text-align: left!important;
  font-weight: 400!important;
}
h2.accordion-header{
  font-weight: 600!important;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
} 
@media screen and (max-width: 768px) {
  section#visit .card {
    min-height: auto;
  }
  li.nav-item.highlight {

    display: none;
  
}

.carousel-item img {
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.farm-points {
  margin-top: 20px;
}
.btn-style {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ffc400;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  transition: background-color 0.3s ease;
  display: block;
}
section{
  padding:30px 10px!important;
}
h1.card-title {
 margin-top: 20px;
}
section#varieties {
  padding-bottom: 0px !important;
}
h2 {
  font-size: 30px;
}
}

