/* 
body{
    overflow-x: hidden;
}
h2{
    color: #93b9a6;
}



.navbar {
    padding: 1rem;
    background-color: black;

  }
  nav.navbar {
  
    background:linear-gradient(140deg ,#ffff 30%,#2B724B 30%,#2B724B 100%); 
}
  .logo{
    height: 60px;
    width: 100%;
  }
  
  .navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
  }
  

  @media (min-width: 992px) {
    .navbar-nav .nav-item {
      margin-left: 20px;
    }
  }
  .nav-item .nav-link{
    color: white;
  }

 
  .nav-link:hover {
    color: #8bc446;
  }
  

  footer .bi-facebook {
     color: #347ac5; 
  }
  footer .bi-twitter{
    color: rgb(211, 211, 116);
  }
footer .bi-instagram{
    color: rgb(241, 118, 118);
}

footer .bi-linkedin{
    color: #007bff;
}
footer .bi-youtube{
    color: red;
}
.footer-follow{
    align-items: center;
    text-align: center !important;
}
footer {
    background-color: #2B724B;
    bottom: 0;
  }
  
  footer h5 {
    font-weight: bold;
  }
  
  footer p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  
  footer a {
    text-decoration: none;
  }
  
  footer a:hover {
    text-decoration: underline;
  }
  
  
  footer .bi {
    font-size: 1.2rem;
  }
 
  @media (max-width: 767px) {
    footer .row > div {
      text-align: center;
      margin-bottom: 20px;
    }
  }
  

  .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5); 
    
    color: rgb(255, 255, 255); 
    padding: 20px;
    border-radius: 5px;
}

.carousel-caption h5 {
    font-size: 2rem; 
}

.carousel-caption p {
    font-size: 1rem; 
}
.carousel-inner img {
    max-height: 400px; 
    object-fit: cover; 
  }
  
 
  .carousel-control-prev-icon, 
  .carousel-control-next-icon {
    background-color: #8bc446; 
    content: "->" !important;
    border-radius: 50%;

  }
  
  
  #carouselExample {
    max-width: 100%;
    margin: auto;
  }
  

  


  .about-p{
    font-size: 1.0rem;
    font-weight: 500;
  }
  
  .about-img-height{
    height: 400px;
  }

  .product-img{
    height: 300px;
   
  } */

/* Product Image Grid Section */
#product-gallery {
  background-color: #f9f9f9;
}

@media(max-height:767px){
 .main-height{
  height: 550px;
 }
}

  .main-height{
    height: 400px;
   }

/* Product Image Styling */
.product-img {
  border-radius: 8px;
 height: 400px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover Effect */
.product-img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 767px) {
  .product-img {
    max-width: 100%;
    height: auto;
  }
}

/* Animation for Images */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-img {
  animation: fadeInUp 1s ease-out;
}

/* Section Header Styling */
.section-header {
  margin-bottom: 40px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2b8a3e;
}

.underline {
  width: 80px;
  height: 5px;
  background-color: #2b8a3e;
  margin: 0 auto;
}


  .product-img{
    height: auto;
    border-radius: 10px;
   
  } 
  /* .navbar-dark .navbar-nav .nav-link:hover {
    color: #c8b556;
    background-color: rgb(61, 61, 61);
  } */
 
.navbar {
  padding: 1rem;
  background-color: black;

}
nav.navbar {

  background:linear-gradient(140deg ,#ffff 30%,#2B724B 30%,#2B724B 100%); 
}
.logo{
  height: 60px;
  width: 100%;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}


@media (min-width: 992px) {
  .navbar-nav .nav-item {
    margin-left: 20px;
  }
}
.nav-item .nav-link{
  color: white;
}


.nav-link:hover {
  color: #8bc446;
}

  .navbar-dark .navbar-nav .nav-item:hover {
    animation: pulse 1s infinite;
  }

  .navbar-nav {
    background-color:#2B724B ;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.2);
    }

    100% {
      transform: scale(1);
    }
  }

  .nav-item {
    padding-left: 10px;
    padding-right: 18px;
  }

  .header-link {
    color: rgb(27, 228, 198);
  }

  .header-link:hover {
    color: rgb(242, 187, 255);
  }

  .header-highlighter {
    color: rgb(233, 233, 233);
  }

  /* .navbar-collapse {
    background-color: #212529;
    padding-left: 40px;
  } */

/* section header style and our services section */

.image-height{
  height: 400px;
}
.section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
  }
  .section-header .section-title {
    font-size: 36px;
    font-weight: bold;
    margin-top: 0;
    color: #2B724B;
  }
  .section-header .underline {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #065f53;
  }
  .section-header p {
    font-size: 18px;
    margin-bottom: 0;
  }

  /* end of header style and our services */

  /*section background image style */
  .bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.bg-image .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
}
.bg-image .section-description {
  font-size: 18px;
  margin-bottom: 0;
}
  /*background image style ends */

  /*button code*/
  .btn {
  background-color: #4CAF50;
  border: none;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn:hover {
  background-color: #3e8e41;
}    

.card{
  background-color: #212529;
}

.main-title{
  background-color: #c8b556;
  color: white;
}

.card-title{
  color : #c8b556;
}
.carousel-caption {
  background-color: #EBF4EE; 
  
  color: rgb(255, 255, 255); 
  padding: 20px;
  border-radius: 5px;
}

.carousel-caption h5 {
  font-size: 2rem; 
}

.carousel-caption p {
  font-size: 1rem; 
}
/*Main page contact for and map style part */

  .contact {
    padding: 100px 0;
  }
  .contact h3 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }  

  body{
    background-color: #f8f9fa;
  }

/*Main page contact for and map style part ends */   



/*footer css starts */
footer {
background-color: #000000;
padding: 50px 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer p{
color:rgb(227, 227, 227);
}

/* footer .container {
max-width: 1140px;
margin: 0 auto;
} */

footer .row {
margin-bottom: 5px;
}

.logo img {
max-width: 100%;
height: auto;
}

.logo p {
margin-top: 10px;
font-size: 14px;
color: #acb1ac;
}
/* .logo{
  height: 60px;
  width: 60px;
} */
.site-links ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

.site-links ul li {
margin-bottom: 10px;
}

.site-links ul li a {
font-size: 16px;
color: #fbfdff;
}

.site-links ul li a:hover {
color: #b78a47;
}

.contact-info h5{
color: #3e8e41;
padding-bottom: 10px;
}
.contact-info h5{
color: #3e8e41;
padding-bottom: 10px;
}
.subscribe h5{
color: #3e8e41;
padding-bottom: 10px;
}
.site-links h5{
color: #3e8e41;
padding-bottom: 10px;
}
.icon{
/*padding-right: 10px;*/
color:#b78a47;
}

.logo-img {
  max-height: 60px;
  
}

@media only screen and (max-width: 499px) { 
footer{
  text-align: left;
  padding-left: 40px;
}
footer.site-links ul{
  text-align: center;
}

  .above-nav{
      background-color: rgb(73, 72, 72);
  }
  
  .main-nav{
      padding-left:10px; padding-right: 0px; height:40px;
  }  
  
.navbar-collapse {
  z-index: 1001;
}   

.logo-img{
   max-height: 40px;
}
  
}
/*footer css ends */

/* navbar */
.above-nav{
  background-color: rgb(73, 72, 72);
}

.main-nav{
  padding-left:50px; padding-right: 50px; height:90px;
}
/* end navbar*/



.about-image{
  height: 500px;
  width: 100%;
}


/* team card */

.team-card {
  border-radius: 15px; 
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  margin: 20px;
  text-align: center;
  background-color: white;
}

.team-img {
  width: 200px;
  height: auto;
  max-height: 200px;
  /* object-fit: cover; */
  margin: 20px auto; 
  border-radius: 10px; 
  display: block; 
}

.team-card .designation {
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  justify-content: center;
}

.team-card .name {
  font-style: italic;
  color: #777;
  text-align: center;
  justify-content: center;
}


.team-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-cards .col-md-3 {
  flex: 1 0 21%; 
  margin: 15px;
}


/* conatct page */
#contact {
  padding: 60px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-details {
  margin-top: 20px;

}

.contact-item {
  display: flex;
  /* align-items: center; */
  margin-bottom: 20px;
 
}

.contact-item i {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #2b8a3e; 
}

.contact-item p {
  font-size: 1rem;
  margin: 0;
}

.contact-item a {
  color: #2b8a3e;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}

.map-container iframe {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .contact-details {
    text-align: justify;
  }
  
  .map-container iframe {
    width: 100%;
    height: 300px;
  }
}


/* services section */
#services {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.service-card {
  background-color: #c2b15b;
  /* border-radius: 20px; */
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  margin-bottom: 30px;
  /* min-height: 600px; */
  height: auto;
  
}

.service-card:hover {
  transform: translateY(-10px); /* Hover effect */
}

.service-icon {
  font-size: 3rem;
  color: #2b8a3e;
  margin-bottom: 20px;
}

.service-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.service-description {
  font-size: 1.1rem;
  color: black;
  text-align: justify;
}

@media (max-width: 768px) {
  .service-card {
    margin-bottom: 20px;
  }
}

/* image height of the feature */
.feature-product-image{
  max-height: 400px;
  height: auto;
}

.product-card{
  background-color: white;
  padding: 10px;
  box-shadow: 2px 2px 2px 2px rgb(161, 160, 160);
}


/* .product-card {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 40px;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}



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

.feature-product-image {
 
  height: 500px;
  border-radius: 3px;
  transition: transform 0.3s ease;
}

.feature-product-image:hover {
  transform: scale(1.05);
}

.product-info-container {
  padding-left: 20px;
  padding-right: 20px;
}

.product-name {
  font-size: 2rem;
  font-weight: 600;
  color: #2b8a3e;
  
}

.product-info-title, .product-benefits-title {
  font-size: 1.4rem;
  color: #333;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
}

.product-info {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-top: 15px;
}

.product-benefits {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 1rem;
  color: #666;
  margin-top: 15px;
}

.product-benefits li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .product-name {
    font-size: 1.6rem;

  }
  
  .product-info-title, .product-benefits-title {
    font-size: 1.2rem;
  }
  
  .product-info {
    font-size: 0.95rem;
  }

  .product-benefits {
    font-size: 0.95rem;
  }
} */


/* General product card styling */
.product-card {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 50px;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
  opacity: 0;
  animation: fadeInUp 1s forwards;
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-info-container {
  padding-left: 20px;
  padding-right: 20px;
}

.product-name {
  font-size: 2rem;
  font-weight: 700;
  color: #2b8a3e;
  margin-bottom: 20px;
  text-align: left;
}

.product-info-title, .product-benefits-title {
  font-size: 1.5rem;
  color: #333;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
}

.product-info {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  /* margin-top: 15px; */
  text-align: justify;
}

.product-benefits {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 1rem;
  color: #666;
  margin-top: 15px;
}

.product-benefits li {
  margin-bottom: 12px;
}

/* .product-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
} */

.feature-product-image {
 
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.feature-product-image:hover {
  transform: scale(1.05);
}

/* Fade In Animation for Product Section */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation for the product image */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .product-name {
    font-size: 1.6rem;
  }
  
  .product-info-title, .product-benefits-title {
    font-size: 1.2rem;
  }
  
  .product-info {
    font-size: 0.95rem;
  }

  .product-benefits {
    font-size: 0.95rem;
  }
}


/* review */
/* Review Section Styling */
#reviews {
  background-color: #f3f7ef;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2b8a3e;
  margin-bottom: 10px;
}

.underline {
  width: 80px;
  height: 5px;
  background-color: #2b8a3e;
  margin: 0 auto;
}

/* Carousel Item Styling */
.review .carousel-item {
  padding: 30px 0;
}

.review .review-image {
  width: 160px;
  height: 160px;
  /* object-fit: cover; */
  border-radius: 10px;
  /* border: 5px solid #2b8a3e; */
  transition: transform 0.3s ease-in-out;
}

.review-image:hover {
  transform: scale(1.1);
}

.customer-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-top: 15px;
}

.customer-rating i {
  color: #ffcc00;
  font-size: 1.2rem;
}

.customer-review {
  font-size: 1rem;
  color: #666;
  margin-top: 15px;
  line-height: 1.6;
}

/* Animation for Reviews */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.review .carousel-item {
  animation: fadeInUp 1s ease-out;
}

/* Carousel Controls Styling */
 .carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #2b8a3e;
  border-radius: 50%;
}
.head-color{
  color: #137e02;
}
.car-back{
  background-color: #2b8a3e;
  border-radius: 50%;
  color: white;
  border: 5px;
  border-width: 5px;
  
}

#toolbar{
  background-color: #137e02 !important;

}

.section-title-car{
  color:#b78a47;
}

.review .carousel-inner{
  background-color: white;
}

.team-section i{
  color:#b78a47 ;
}
.parallax-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

.parallax-section .parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0); 
  z-index: -1;
  will-change: transform; 
}

.parallax-content {
  z-index: 2;
  position: relative;
}

.parallax-section h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 10px;
  z-index: 3;
}

.parallax-section h4 {
  font-size: 1.5rem;
  opacity: 0.9;

}

.parallax-section {
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: auto;
}

.parallax-section .parallax-content {
  transform: translateZ(0);
  position: relative;
}

.parallax-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}

@media (max-width: 768px) {
  .parallax-section h2 {
      font-size: 2.5rem;
  }

  .parallax-section h4 {
      font-size: 1.2rem;
  }
}



.kzn-service-headingmain {
  font-size: 3rem;
  text-align: center;
  padding: 30px;
  margin-top: 50px;
  color: #8BC446;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.kzn-service-headingmain-sub {
  margin-top: -25px;
  font-size: 1.2rem;
  color: #5f6368;
  font-family: 'Open Sans', sans-serif;
}

.kzn-service-text {
  color: #333;
}

.kzn-service-text.text1 {
  font-size: 1.2rem;
  color: #202124;
  font-family: 'Open Sans', sans-serif;
}

.kzn-service-img-container {
  width: 100%;
  height: auto;
  overflow: visible;
}

.kzn-service-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

/* Animations */
@keyframes slideInRight {
  from {
      transform: translateX(100%);
      opacity: 0;
  }
  to {
      transform: translateX(0);
      opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
      transform: translateX(-100%);
      opacity: 0;
  }
  to {
      transform: translateX(0);
      opacity: 1;
  }
}

@keyframes zoomIn {
  from {
      transform: scale(0.8);
      opacity: 0;
  }
  to {
      transform: scale(1);
      opacity: 1;
  }
}

.slide-in-right {
  animation: slideInRight 1.2s ease-in-out;
}

.slide-in-left {
  animation: slideInLeft 1.2s ease-in-out;
}

.zoom-in {
  animation: zoomIn 1.2s ease-in-out;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .kzn-service-headingmain {
      font-size: 2.2rem;
  }
}

@media (max-width: 425px) {
  .kzn-service-text {
      align-items: center !important;
      text-align: center !important;
  }
}


/* for winner */
/* Parallax section container */
.progress-area {
  position: relative;
  padding: 50px 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  
}

/* Individual progress blocks */
/* .single-progress-dec {
  margin-bottom: 30px;
}

.single-progress-dec i {
  font-size: 50px;
  color: #c8b556;
  margin-bottom: 15px;
  display: inline-block;
}

.single-progress-dec .counter {
  font-size: 36px;
  font-weight: bold;
  color: #c8b556;
}

.single-progress-dec .plus {
  font-size: 24px;
  font-weight: bold;
  color: #c8b556;
}

.single-progress-dec h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}


@media (max-width: 768px) {
  .single-progress-dec i {
    font-size: 40px;
  }

  .single-progress-dec .counter {
    font-size: 28px;
  }

  .single-progress-dec h3 {
    font-size: 16px;
  }
} */

.single-progress-dec i {
  font-size: 50px;
  color: #c8b556 !important;
  margin-bottom: 15px;
  display: inline-block;
}
a{
  list-style: none;
  text-decoration: none;
}

.fs-2 {
  font-size: 2em;  /* Adjust icon size */
}

/* Counter number style */
.counter {
  font-size: 3em;
  font-weight: bold;
  color: #2b8a3e;
}

/* Plus symbol style */
.plus {
  font-size: 1.5em;
  color: #fff;
}


.progress-area {
  background-size: cover;
  background-position: center;
  color: white;
}

.single-progress-dec h3 {
  font-size: 1.2em;
  margin-top: 10px;
  font-weight: 500;
}

/* carosule item */
/* General Carousel Styles */




.carousel-item h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  margin-top: 10px;
  animation: fadeInDown 1.5s ease-in-out;
}

.carousel-item a.garden-btn {
  display: inline-block;
  background-color: #28a745;
  color: #fff;
  padding: 12px 25px;
  margin: 10px 5px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.carousel-item a.garden-btn:hover {
  background-color: #218838;
  color: #fff;
  transform: scale(1.1);
}



/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Buttons Animation */
.garden-btn.move-eff {
  animation: fadeInUp 1.5s ease-in-out;
}

/* Responsive Styles */


/* card product */
/* General card styling */
.card-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.card-section .card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

/* Image inside card */
.card-section .card-img {
  width: 100%;
 max-height: 500px;
 height: auto;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
}

/* Card body */
.card-section .card-body {
  padding: 20px;
}

.card-section .card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.garden-btn {
  display: inline-block;
  background-color: #28a745;
  color: #fff;
  padding: 12px 20px;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.garden-btn:hover {
  background-color: #218838;
}

/* Responsive styles */
@media (max-width: 768px) {
  .card-section .card-img {
    height: 250px;
  }

 .card-section  .card-title {
    font-size: 1.25rem;
  }

  .card-section .garden-btn {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
 .card-section  .card {
    margin-bottom: 20px;
  }

  .card-section .card-img {
    height: 250px;
  }

  .card-section .card-title {
    font-size: 1.1rem;
  }

  .garden-btn {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
}


/* vision miassion css
 */

    .vision-card, .mission-card {
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
        min-height: 250px;
    }

    .vision-card:hover, .mission-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

   .v-m .card-title {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .v-m .card-text {
        font-size: 1rem;
        color: #ffffff;
        text-align: justify;
    }

   .v-m .card-body {
        padding: 30px;
    }

