/* first land section********************************************** */

  /* Base Styles */
  *{
    padding: 0;
    margin:0;
    box-sizing: border-box;
  }
  :root {
    --primary-color11: #8cc739;
    --primary-dark11: #6da52d;
    --primary-light11: #b8e06c;
    --text-dark11:rgb(7, 10, 13);
    --text-light11:rgba(0, 0, 0, 0.81);
    --bg-light11: #f8f9fa;
  }
  
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
  @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
  
  .about-hero11 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.9) 100%), url('../images/homeNew/why\ goeen\ \(2\).webp') no-repeat center center / cover;
    padding: 5rem 1rem;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    margin-top: 90px;
  }
  
  .about-hero-container11 {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  
  .about-hero-content11 {
    flex: 1 1 55%;
    padding-right: 3rem;
   
  }
  
  .title-wrapper11 {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
  }
  
  .about-title11 {
    font-size: 7rem;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    font-weight: 700;
    color: white;
    position: relative;
    z-index: 2;
  }
  
  .title-main11 {
    font-size: 4rem;
    display: block;
    margin-bottom: -0.5rem;
  }
  
  .title-highlight11 {
    color: var(--primary-color11);
    position: relative;
    display: inline-block;
  }
  
  .title-highlight11::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: rgba(140, 199, 57, 0.3);
    z-index: -1;
    border-radius: 3px;
    transform: skew(-15deg);
    transition: all 0.3s ease;
  }
  
  .title-highlight11:hover::after {
    height: 20px;
    background-color: rgba(140, 199, 57, 0.4);
  }
  
  .title-decoration11 {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: var(--primary-light11);
    border-radius: 50%;
    top: -30px;
    left: -30px;
    z-index: 1;
    opacity: 0.2;
    animation: pulse11 4s infinite alternate;
  }
  

  
  .text-highlight11 {
    color: var(--primary-dark11);
    font-weight: 600;
    position: relative;
  }
  
  .text-highlight11::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: rgba(140, 199, 57, 0.2);
    z-index: -1;
    border-radius: 3px;
  }
  
  .breadcrumb-wrapper11 {
    margin-top: 3rem;
    margin-bottom: 2rem;
  
  }
  
  .breadcrumb11 {
    display: inline-flex;
    flex-wrap: wrap;
    /* padding: 0.85rem 1.5rem; */
    list-style: none;
    background: linear-gradient(180deg, #fff 50%, var(--primary-color11) 50%);
    /* border-radius: 50px; */
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(5px);
    width: 100%;
    transition: all 0.3s ease;
     --r: 1.8em; /* control the shape */
  
  line-height: 2.8; /* control the height */
    padding-inline: calc(var(--r) + .3em);
  clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);
justify-content: center;
  }

  /* HTML: <div class="ribbon">Your text content</div> */

  
  .breadcrumb11:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  }
  
  .breadcrumb-item11 {
    display: flex;
    align-items: center;
    /* margin: 0 0.25rem; */
    background: rgba(255, 255, 255, 0.8);
    padding: 0 1rem;
    /* border-radius: 8px; */
   font-weight: 800;

  }
  
  .breadcrumb-item11 i {
    margin-right: 8px;
    font-size: 0.9em;
  }
  
  .breadcrumb-item11 + .breadcrumb-item11::before {
    content: "›";
    padding: 0 0.75rem;
    color: var(--text-light11);
    font-size: 1.3rem;
    font-weight: bold;
  }
  
  .breadcrumb-item11 a {
    color: var(--text-light11);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }
  
  .breadcrumb-item11 a:hover {
    color: var(--primary-color11);
    transform: translateY(-1px);
  }
  
  .breadcrumb-item11.active {
    color: var(--primary-color11);
    font-weight: 600;
  }
 
  /* Visual Elements */
  .about-hero-visual11 {
    flex: 1 1 40%;
    position: relative;
    height: 400px;
    animation: fadeIn 1s ease-out;
  }
  
  .visual-circle11 {
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: var(--primary-color11);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    animation: pulse11 6s infinite ease-in-out;
  }
  
  .visual-ring11 {
    position: absolute;
    width: 350px;
    height: 350px;
    border: 5px dashed #8cc739;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* opacity: 0.15; */
    animation: rotate11 30s linear infinite;
  }
  
  .visual-leaf11 {
    position: absolute;
    width: 280px;
    height: 280px;
    background-image: url('../images/about-image/logo.png');
    background-color: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: float11 6s ease-in-out infinite;
    /* filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1)); */
  }
  
  .leaf-shine11 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);
    border-radius: 50%;
    animation: shine11 4s ease-in-out infinite alternate;
  }
  
  /* Eco Particles */
  .eco-particles11 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
  }
  
  .particle11 {
    position: absolute;
    background-color: var(--primary-light11);
    border-radius: 50%;
    opacity: 0.4;
    animation: float-particle linear infinite;
  }
  
  .particle-111 {
    width: 15px;
    height: 15px;
    top: 20%;
    left: 10%;
    animation-duration: 20s;
    animation-delay: 0s;
  }
  
  .particle-211 {
    width: 10px;
    height: 10px;
    top: 60%;
    left: 80%;
    animation-duration: 25s;
    animation-delay: 5s;
  }
  
  .particle-311 {
    width: 8px;
    height: 8px;
    top: 80%;
    left: 30%;
    animation-duration: 30s;
    animation-delay: 10s;
  }
  
  .particle-411 {
    width: 12px;
    height: 12px;
    top: 30%;
    left: 70%;
    animation-duration: 18s;
    animation-delay: 7s;
  }
  

  
  @keyframes float11 {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    50% { transform: translate(-50%, -55%) rotate(3deg); }
    100% { transform: translate(-50%, -50%) rotate(0deg); }
  }
  
  @keyframes pulse11 {
    0% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.05); }
    100% { transform: translate(-50%, -50%) scale(1); }
  }
  
  @keyframes rotate11 {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
  }
  
  @keyframes shine11 {
    from { opacity: 0.3; }
    to { opacity: 0.7; }
  }
  
  @keyframes float-particle {
    0% { transform: translateY(0) translateX(0); }
    25% { transform: translateY(-50px) translateX(20px); }
    50% { transform: translateY(-80px) translateX(0); }
    75% { transform: translateY(-50px) translateX(-20px); }
    100% { transform: translateY(0) translateX(0); }
  }
  
  /* Responsive Styles */
  @media (max-width: 1200px) {
    .about-hero-content11 {
      padding-right: 1.5rem;
    }
    
    .about-title11 {
      font-size: 3.2rem;
    }
    
    .about-subtitle11 {
      font-size: 1.3rem;
    }
  }
  
  @media (max-width: 992px) {
    .about-hero11 {
      padding: 4rem 1rem;
    }
    
    .about-hero-content11 {
      flex: 1 1 100%;
      padding-right: 0;
      text-align: center;
      margin-bottom: 3rem;
    }
    
    .about-subtitle11 {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    
    .breadcrumb11 {
      margin: 0 auto;
    }
    
   
    .about-hero-visual11 {
      flex: 1 1 100%;
      height: 300px;
    }
    
    .visual-circle11 {
      width: 220px;
      height: 220px;
    }
    
    .visual-ring11 {
      width: 260px;
      height: 260px;
    }
    
    .visual-leaf11 {
      width: 200px;
      height: 200px;
    }
  }
  
  @media (max-width: 768px) {
    .about-hero11 {
      padding: 3rem 1rem;
    }
    
    .about-title11 {
      font-size: 2.5rem;
    }
    
    .about-subtitle11 {
      font-size: 1.1rem;
    }
    
    
    .btn {
      width: 100%;
      max-width: 250px;
      margin: 0 auto;
    }
    
    .visual-circle11 {
      width: 180px;
      height: 180px;
    }
    
    .visual-ring11 {
      width: 220px;
      height: 220px;
    }
    
    .visual-leaf11 {
      width: 160px;
      height: 160px;
    }
  }
  
  @media (max-width: 576px) {
    .about-title11 {
      font-size: 2rem;
    }
    
    .breadcrumb11 {
      font-size: 0.9rem;
      padding: 0.65rem 1rem;
    }
    
    .breadcrumb-item11 i {
      margin-right: 5px;
    }
  }

/* first land section********************************************** */

 /* first story section********************************************** */ 


:root {
  --goeen-primary12: #8cc739;
  --goeen-primary-light12: rgba(140, 199, 57, 0.1);
  --goeen-dark12: #1a1a1a;
  --goeen-gray12: #4d4d4d;
  --goeen-light12: #f8f9fa;
}

/* Base Styles */
.goeen-about-section12 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.goeen-container12 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* Decorative Elements */
.goeen-decor-circle12 {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  top: -300px;
  right: -300px;
  z-index: 0;
  animation: float 8s ease-in-out infinite;
}

.goeen-decor-dots12 {
  position: absolute;
  bottom: 100px;
  left: 5%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1;
}

.goeen-decor-dots12 span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  opacity: 0.6;
}

/* Layout */
.goeen-row12 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
}

.goeen-col-img12, .goeen-col-content12 {
  padding: 0 15px;
  position: relative;
}

.goeen-col-img12 {
  width: 45%;
display: flex;
align-items: center;
}

.goeen-col-content12 {
  width: 55%;
}

/* Image Section */
.goeen-image-wrapper12 {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
}

.goeen-image-frame12 {
  border: 12px solid;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.1);
  transform: perspective(1000px) rotateY(-5deg);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.goeen-image-frame12:hover {
  transform: perspective(1000px) rotateY(0deg);
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.15);
}

.goeen-main-image12 {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.goeen-image-frame12:hover .goeen-main-image12 {
  transform: scale(1.05);
}

.goeen-image-badge12 {
  position: absolute;
  top: -20px;
  left: -20px;
  padding: 12px 20px;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(140, 199, 57, 0.3);
  z-index: 2;
  animation: pulse13 2s infinite;
}

.goeen-image-pattern12 {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  z-index: -1;
}

/* Content Section */
.goeen-content-wrapper12 {
  padding-left: 40px;
}

.goeen-section-header12 {
  margin-bottom: 50px;
}

.goeen-section-tag12 {
  display: inline-block;
  padding: 8px 20px;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(140, 199, 57, 0.3);
}

.goeen-section-title12 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--goeen-dark12);
  margin: 0;
}

.goeen-title-line12 {
  display: block;
}

.goeen-brand12 {
  position: relative;
}

.goeen-brand12:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(140, 199, 57, 0.3);
  z-index: -1;
  transition: all 0.3s ease;
}

.goeen-brand12:hover:after {
  height: 12px;
  bottom: 2px;
}

/* Timeline */
.goeen-timeline12 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
}

.goeen-timeline12:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--goeen-primary12), rgba(140, 199, 57, 0.2));
}

.goeen-timeline-item12 {
  position: relative;
  margin-bottom: 40px;
}

.goeen-timeline-marker12 {
  position: absolute;
  left: -60px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(140, 199, 57, 0.4);
  transition: all 0.3s ease;
}

.goeen-timeline-item12:hover .goeen-timeline-marker12 {
  transform: scale(1.1) rotate(10deg);
}

.goeen-timeline-content12 {
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(140, 199, 57, 0.3);
}

.goeen-timeline-titl12e {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--goeen-dark12);
  margin-bottom: 10px;
}

.goeen-timeline-text12 {
  color: var(--goeen-gray12);
  line-height: 1.8;
  margin: 0;
}

/* CTA Section */
.goeen-cta-wrapper12 {
  display: flex;
  align-items: center;
  gap: 30px;
}

.goeen-cta-button12 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(140, 199, 57, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  position: relative;
}

.goeen-cta-button12:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(140, 199, 57, 0.5);
  color: white;
}

.goeen-cta-button12 svg {
  transition: transform 0.3s ease;
}

.goeen-cta-button12:hover svg {
  transform: translateX(5px);
}

.goeen-stats12 {
  display: flex;
  gap: 30px;
}

.goeen-stat-item12 {
  display: flex;
  flex-direction: column;
}

.goeen-stat-number12 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--goeen-primary12);
  line-height: 1;
}

.goeen-stat-label12 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--goeen-gray12);
  margin-top: 5px;
}

/* Animations */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

@keyframes pulse133 {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Responsive Design */
@media (max-width: 1199.98px) {
  .goeen-section-title12 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991.98px) {
  .goeen-col-img12, .goeen-col-content12 {
    width: 100%;
  }
  
  .goeen-col-img12 {
    margin-bottom: 60px;
  }
  
  .goeen-content-wrapper12 {
    padding-left: 0;
  }
  
  .goeen-image-wrapper12 {
    margin-left: auto;
    margin-right: auto;
  }
  
  .goeen-timeline12 {
    padding-left: 50px;
  }
  
  .goeen-timeline-marker12 {
    left: -50px;
  }
}

@media (max-width: 767.98px) {
  .goeen-about-section12 {
    padding: 60px 0;
  }
  
  .goeen-section-title12 {
    font-size: 2rem;
  }
  
  .goeen-timeline-titl12e {
    font-size: 1.3rem;
  }
  
  .goeen-cta-wrapper12 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .goeen-stats12 {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 575.98px) {
  .goeen-section-tag12 {
    font-size: 12px;
    padding: 6px 15px;
  }
  
  .goeen-section-title12 {
    font-size: 1.8rem;
  }

  .goeen-timeline12 {
    padding-left: 40px;
  }
  
  .goeen-timeline-marker12 {
    width: 30px;
    height: 30px;
    left: -40px;
    font-size: 12px;
  }
  
  .goeen-timeline-titl12e {
    font-size: 1.2rem;
  }
  
  .goeen-timeline-text12 {
    font-size: 14px;
  }
}

 /* first story section********************************************** */

  /*about mission and visson section********************************************** */ 

        :root {
            --primary13: #8cc739;
            --primary-light13: rgba(140, 199, 57, 0.15);
            --primary-dark13: #6da52b;
            --accent-orange13: #FF671F;
            --accent-gray13: #D3D3D3;
            --accent-green13: #046a38;
            --text-dark13: #2a2a2a;
            --text-medium13: #555;
            --text-light13: #777;
            --white13: #ffffff;
            --bg-light13: #f9fbf5;
            --glow13: 0 0 30px rgba(140, 199, 57, 0.4);
        }

        .vision-mission-section13 {       
          font-family: 'Poppins', sans-serif;
            position: relative;
            padding: 150px 0;
            background: linear-gradient(180deg, #8cc73977 50%, var(--white13) 100%);
            overflow: hidden;
            isolation: isolate;
        }

        .container13 {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 30px;
            position: relative;
            z-index: 10;
        }

        .row13 {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -20px;
            gap: 20px;
        }

        .col13 {
            flex: 1 1 48%;
            min-width: 400px;
            padding: 0 20px;
        }

        /* Vision Card - 3D Effect */
        .vision-card13 {
            position: relative;
            padding: 70px 60px;
            background: var(--white13);
            border-radius: 40px;
            box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.15),
                        0 0 0 1px rgba(0, 0, 0, 0.03);
            overflow: hidden;
            transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
            height: 100%;
            transform-style: preserve-3d;
            perspective: 1000px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }


        .vision-card13:hover {
            transform: translateY(-15px) rotateX(2deg) rotateY(2deg);
            box-shadow: 0 40px 80px -25px rgba(0, 0, 0, 0.2),
                        var(--glow13);
        }

        .vision-card13:hover::before {
            opacity: 1;
        }

        /* Animated Background Pattern */
         .card-bg-pattern13 {
            position: absolute;
            inset: 0;
            background-image: 
                /*radial-gradient(circle at 10% 20%, white 50%, #a8d93e88 15%),*/
                /*radial-gradient(circle at 90% 80%, white 50%, #ade05570 15%);*/
            background-size: 300px 300px;
            opacity: 0.3;
            z-index: -1;
            animation: patternMove13 30s linear infinite;
        }

        @keyframes patternMove13 {
            0% { background-position: 0% 0%; }
            100% { background-position: 300px 300px; }
        }

        /* Vision Icon - Floating Animation */
        .vision-icon13 {
            width: 120px;
            height: 120px;
            background: var(--primary13);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 40px;
            box-shadow: 0 10px 10px rgba(34, 34, 34, 0.4);
            transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
            position: relative;
            overflow: hidden;
        }

        .vision-icon13::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at center, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .vision-card13:hover .vision-icon13 {
            transform: scale(1.15) rotate(15deg);
            box-shadow: 0 25px 50px rgba(140, 199, 57, 0.5);
        }

        .vision-card13:hover .vision-icon13::after {
            opacity: 1;
        }

        .vision-icon13 svg {
            width: 60px;
            height: 60px;
            transition: transform 0.4s ease;
            z-index: 2;
        }

        .vision-card13:hover .vision-icon13 svg {
            transform: scale(1.1);
        }

        /* Vision Title - Gradient Text */
        .vision-title13 {
            font-family: 'Montserrat', sans-serif;
            font-size: 58px;
            font-weight: 900;
            background: linear-gradient(45deg, var(--text-dark13) 0%, #444 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 30px;
            position: relative;
            line-height: 1.1;
            letter-spacing: -1.5px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        .vision-title13::after {
            content: '';
            position: absolute;
            bottom: -20px;
            left: 0;
            width: 80px;
            height: 6px;
            background: linear-gradient(90deg, var(--primary13), var(--accent-green13));
            border-radius: 3px;
            transition: width 0.6s ease;
        }

        .vision-card13:hover .vision-title13::after {
            width: 120px;
        }

        /* Vision Highlight - Animated Underline */
        .vision-highlight13 {
            font-family: 'Montserrat', sans-serif;
            font-size: 48px;
            font-weight: 800;
            color: rgb(255, 161, 9);
            line-height: 1.2;
            margin: 35px 0;
            position: relative;
            padding-left: 50px;
            display: inline-block;
        }

        .vision-highlight13::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background:  #2a23ff;
            border-radius: 50%;
            z-index: -1;
            transition: all 0.4s ease;
        }

        .vision-highlight13::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50px;
            width: 0;
            height: 3px;
            background: black;
            transition: width 0.6s ease 0.2s;
        }

        .vision-card13:hover .vision-highlight13::after {
            width: calc(100% - 50px);
        }

        /* Flag Image - Parallax Effect */
        .flag-container13 {
            position: relative;
            /* height: 120px; */
            margin: 40px 0;
            /* overflow: hidden; */
            border-radius: 10px;
            /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
            transform-style: preserve-3d;
        }

        .flag-img13 {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.8s ease-out;
            transform-origin: center;
        }

        .vision-card13:hover .flag-img13 {
            transform: scale(1.05) translateZ(20px);
        }

        /* Vision Description - Typewriter Effect */
        .vision-descriptio13n {
            font-size: 20px;
            color: var(--text-medium13);
            line-height: 1.9;
            padding-left: 50px;
            position: relative;
          
        }

        .vision-descriptio13n::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(to bottom, var(--primary13), var(--accent-green13));
            border-radius: 3px;
            transition: height 0.6s ease;
        }

       

        /* Mission Card - Glass Morphism */
        .mission-card13 {
            position: relative;
            padding: 70px 60px;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border-radius: 40px;
            box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.15),
                        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
            overflow: hidden;
            transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
            height: 100%;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .mission-card13::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
            z-index: -1;
        }

        .mission-card13:hover {
            transform: translateY(-15px);
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0 40px 80px -25px rgba(0, 0, 0, 0.2),
                        var(--glow13),
                        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
        }

        /* Mission Icon - bounce13 Effect */
        .mission-icon13 {
            width: 120px;
            height: 120px;
            background: var(--primary13);
            border-radius: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 40px;
            box-shadow: 0 10px 10px rgba(34, 34, 34, 0.4);
            transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
            transform: rotate(-5deg) translateY(0);
            position: relative;
            overflow: hidden;
        }

        .mission-icon13::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.3) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .mission-card13:hover .mission-icon13 {
            animation: bounce13 1s ease;
            box-shadow: 0 25px 50px rgba(140, 199, 57, 0.5);
            transform: rotate(0deg);
        }

        .mission-card13:hover .mission-icon13::after {
            opacity: 1;
        }

        @keyframes bounce13 {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            30% { transform: translateY(-20px) rotate(5deg); }
            60% { transform: translateY(0) rotate(0deg); }
        }

        .mission-icon13 svg {
            width: 60px;
            height: 60px;
            transition: transform 0.4s ease;
            z-index: 2;
        }

        .mission-card13:hover .mission-icon13 svg {
            transform: scale(1.1);
        }

        /* Mission Title - Neon Effect */
        .mission-title13 {
            font-family: 'Montserrat', sans-serif;
            font-size: 58px;
            font-weight: 900;
            color: var(--text-dark13);
            margin-bottom: 30px;
            position: relative;
            line-height: 1.1;
            letter-spacing: -1.5px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        .mission-title13::after {
            content: '';
            position: absolute;
            bottom: -20px;
            left: 0;
            width: 80px;
            height: 4px;
            background: var(--primary13);
            border-radius: 2px;
            box-shadow: 0 0 10px var(--primary13), 0 0 20px var(--primary13);
            transition: all 0.6s ease;
        }

        .mission-card13:hover .mission-title13::after {
            width: 120px;
            box-shadow: 0 0 15px var(--primary13), 0 0 30px var(--primary13);
        }

        /* Mission Statement - Floating Quote */
        .mission-statement13 {
            font-size: 22px;
            font-style: italic;
            color: var(--text-medium13);
            line-height: 1.8;
            margin-bottom: 50px;
            position: relative;
            padding-left: 40px;
            transform: translateY(20px);
           
        }

        .mission-statement13::before {
            content: '"';
            position: absolute;
            left: 0;
            top: -20px;
            font-family: 'Montserrat', sans-serif;
            font-size: 100px;
            color: var(--primary-light13);
            line-height: 1;
            z-index: -1;
            opacity: 0.6;
        }

        /* Mission Features - Interactive List */
        .mission-features13 {
            margin-top: 50px;
        }

        .feature-item13 {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
            padding: 20px 25px;
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.466);
            border: 1px solid rgba(255, 255, 255, 0.3);
            transform: translateX(-10px);
            
            
        }

        .feature-item13:nth-child(1) { animation-delay: 0.5s; }
        .feature-item13:nth-child(2) { animation-delay: 0.7s; }
        .feature-item13:nth-child(3) { animation-delay: 0.9s; }

        .feature-item13:hover {
            background: rgba(255, 255, 255, 0.9);
            transform: translateX(0px) translateY(-5px) !important;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 0 15px var(--primary-light13);
            border-color: rgba(140, 199, 57, 0.3);
        }

        .feature-icon13 {
            width: 40px;
            height: 40px;
            margin-right: 25px;
            flex-shrink: 0;
            transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .feature-icon13::after {
            content: '';
            position: absolute;
            inset: -5px;
            border-radius: inherit;
            border: 2px solid var(--primary13);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .feature-item13:hover .feature-icon13::after {
            opacity: 0.3;
        }

        .feature-icon13-circle {
            background: var(--primary13);
            border-radius: 50%;
            box-shadow: 0 5px 15px rgba(140, 199, 57, 0.4);
        }

        .feature-icon13-square {
            background: var(--accent-orange13);
            border-radius: 8px;
            transform: rotate(45deg);
            box-shadow: 0 5px 15px rgba(255, 103, 31, 0.4);
        }

        .feature-item13:hover .feature-icon13 {
            transform: scale(1.15);
        }

        .feature-text13 {
            font-size: 18px;
            color: var(--text-medium13);
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .feature-item13:hover .feature-text13 {
            color: var(--text-dark13);
        }

        /* Responsive Design */
        @media (max-width: 1440px) {
            .container { max-width: 1200px; }
        }
        @media (max-width: 1199px) {
            .vision-title13, .mission-title13 { font-size: 50px; }
            .vision-highlight13 { font-size: 42px; }
            .vision-card13, .mission-card13 { padding: 60px 50px; }
        }
        @media (max-width: 991px) {
            .col13 { flex: 0 0 100%; min-width: 100%; }
            .vision-card13, .mission-card13 { padding: 50px 40px; border-radius: 35px; }
            .vision-title13, .mission-title13 { font-size: 46px; }
            .vision-highlight13 { font-size: 38px; }
            .deco-circle-1, .deco-circle-2, .deco-square-1, .deco-square-2, .deco-triangle-1 { display: none; }
            .row13 { gap: 30px; }
        }
        @media (max-width: 767px) {
            .vision-mission-section13 { padding: 60px 0; }
            .vision-card13, .mission-card13 { padding: 30px 15px; border-radius: 20px; }
            .vision-icon13, .mission-icon13 { width: 70px; height: 70px; margin-bottom: 18px; }
            .vision-icon13 svg, .mission-icon13 svg { width: 32px; height: 32px; }
            .vision-title13, .mission-title13 { font-size: 28px; }
            .vision-highlight13 { font-size: 20px; margin: 18px 0; padding-left: 20px; }
            .vision-highlight13::before { width: 18px; height: 18px; }
            .vision-descriptio13n, .mission-statement13 { font-size: 15px; padding-left: 20px; }
            .mission-statement13 { padding-left: 18px; }
            .mission-statement13::before { font-size: 40px; }
            .feature-item13 { padding: 10px 10px; }
            .feature-icon13 { width: 20px; height: 20px; margin-right: 10px; }
            .feature-text13 { font-size: 13px; }
            /* .flag-container13 { height: 50px; } */
        }
        @media (max-width: 575px) {
            .vision-card13, .mission-card13 {
                padding: 40px 30px;
                border-radius: 25px;
            }
            .vision-title13, .mission-title13 {
                font-size: 36px;
            }
            .vision-highlight13 {
                font-size: 28px;
                padding-left: 40px;
            }
            .vision-highlight13::before {
                width: 35px;
                height: 35px;
            }
            .vision-descriptio13n {
                padding-left: 40px;
            }
            .mission-statement13 {
                padding-left: 35px;
            }
            .mission-statement13::before {
                font-size: 80px;
            }
            .feature-item13 {
                padding: 18px 20px;
            }
            .feature-icon13 {
                width: 35px;
                height: 35px;
                margin-right: 20px;
            }
        }

        @media (max-width: 480px) {
            .vision-card13, .mission-card13 {
                padding: 35px 25px;
            }
            .vision-title13, .mission-title13 {
                font-size: 32px;
            }
            .vision-highlight13 {
                font-size: 26px;
            }
            .vision-icon13, .mission-icon13 {
                width: 80px;
                height: 80px;
                margin-bottom: 25px;
            }
            .vision-icon13 svg, .mission-icon13 svg {
                width: 40px;
                height: 40px;
            }
          
        }
  
 /*about mission and visson section********************************************** */ 

/*about card section********************************************** *************/

        :root {
            --primary44: #8cc739;
            --primary-light44: rgba(140, 199, 57, 0.1);
            --primary-dark44: #7cb42e;
            --primary-darker44: #6aa025;
            --dark44: #222222;
            --gray-dark44: #444444;
            --gray-medium44: #777777;
            --gray-light44: #f5f5f5;
            --white44: #ffffff;
            --gradient44: linear-gradient(135deg, #8cc739 0%, #7cb42e 100%);
            --gradient-dark44: linear-gradient(135deg, #7cb42e 0%, #6aa025 100%);
            --shadow-sm44: 0 2px 8px rgba(0,0,0,0.08);
            --shadow-md44: 0 4px 12px rgba(0,0,0,0.12);
            --shadow-lg44: 0 8px 24px rgba(0,0,0,0.16);
            --shadow-xl44: 0 12px 36px rgba(0,0,0,0.2);
            --radius-sm44: 4px;
            --radius-md44: 8px;
            --radius-lg44: 16px;
            --radius-xl44: 24px;
            --radius-xxl44: 32px;
            --transition44: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            --transition-slow44: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .about-card-section44 {
            padding: 80px 0;
            background-color: var(--white44);
            font-family: 'Inter', sans-serif;
            color: var(--dark44);          
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }

        .containera4 {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 32px;
        }

        /* Header Section */
        .header44 {
            padding: 120px 0 80px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .header44::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 30% 50%, rgba(140, 199, 57, 0.05) 0%, transparent 60%);
            z-index: -1;
        }

        .header-title44 {
            font-family: 'Montserrat', sans-serif;
            font-size: 64px;
            font-weight: 800;
            margin-bottom: 24px;
            line-height: 1.1;
            letter-spacing: -0.02em;
            background: none;
            color: var(--dark44);
            opacity: 1;
            transform: none;
            /* animation removed */
        }

        .goeen-green44 {
            color: #8cc739;
        }

        .header-subtitle44 {
            font-size: 22px;
            color: var(--gray-medium44);
            max-width: 800px;
            margin: 0 auto 48px;
            font-weight: 400;
            opacity: 1;
            transform: none;
            /* animation removed */
        }

        .divider44 {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 48px 0;
            opacity: 1;
            transform: none;
            /* animation removed */
        }

        .divider44-line {
            width: 100px;
            height: 8px;
            background: var(--gradient44);
            border-radius: 50px 50px 0 0 / 8px 8px 0 0;
            transition: var(--transition44);
            /* Make the divider a curved line using a pseudo-element for a smooth arc */
            position: relative;
            overflow: visible;
        }

        .divider44-line::after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 50px 50px 0 0 / 8px 8px 0 0;
            background: inherit;
            z-index: 1;
            /* Optional: add a subtle shadow for depth */
            box-shadow: 0 4px 8px -4px rgba(140,199,57,0.15);
            pointer-events: none;
        }

        .divider44:hover .divider44-line {
            width: 120px;
        }

        .divider44-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: black;
            margin: 0 24px;
            transform: scale(1);
            transition: var(--transition44);
        }

        .divider44:hover .divider44-dot {
            transform: scale(1.3);
        }

        /* Animated Background Elements */
        .bg-element44s44 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -2;
        }

        .bg-element44 {
            position: absolute;
            border-radius: 50%;
            background: var(--primary-light44);
            filter: blur(40px);
            opacity: 0.6;
        }

        .bg-element44-1 {
            width: 300px;
            height: 300px;
            top: -100px;
            left: -100px;
            animation: float44 12s ease-in-out infinite;
        }

        .bg-element44-2 {
            width: 200px;
            height: 200px;
            bottom: -50px;
            right: -50px;
            animation: float44 8s ease-in-out infinite reverse;
        }

        /* Features Grid */
        .features-grid44 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            margin: 0px 0px 80px 0;
        }

        .feature-card44 {
            /* Attractive card background: soft green gradient with subtle pattern overlay */
            background: linear-gradient(135deg, #f6ffe8 0%, #e8f7d0 100%);
            border-radius: var(--radius-xl44);
            padding: 48px 32px 80px 32px;
            text-align: center;
            /* Realistic shadow: deep, soft, multi-layered */
            box-shadow:
                0 4px 24px 0 rgba(60, 80, 30, 0.10),
                0 12px 36px 0 rgba(60, 80, 30, 0.13),
                0 1.5px 8px 0 rgba(140, 199, 57, 0.08);
            transition: var(--transition-slow44);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(140,199,57,0.08);
            transform: translateY(0);
            opacity: 1;
            /* animation removed */
        }

        /* animation delays removed */

        .feature-card44::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: var(--gradient44);
            transition: var(--transition44);
        }

        .feature-card44:hover {
            transform: translateY(-12px) scale(1.025);
            /* Enhanced shadow on hover for realism */
            box-shadow:
                0 8px 36px 0 rgba(60, 80, 30, 0.16),
                0 20px 56px 0 rgba(60, 80, 30, 0.18),
                0 2.5px 16px 0 rgba(140, 199, 57, 0.12);
        }

        .feature-card44:hover::before {
            height: 6px;
            background: var(--gradient-dark44);
        }

        .feature-icon44 {
            width: 100px;
            height: 100px;
            margin: 0 auto 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #232526 0%, #414345 100%);
            border-radius: 50%;
            box-shadow: 0 4px 24px 0 rgba(140, 199, 57, 0.10);
            transition: var(--transition-slow44);
            position: relative;
        }

        .feature-icon44::after {
            content: '';
            position: absolute;
            width: 120%;
            height: 120%;
            left: -10%;
            top: -10%;
            border-radius: 50%;
            border: 2.5px solid var(--primary44);
            opacity: 0.4;
            transform: scale(1.08);
            transition: var(--transition-slow44);
        }

        .feature-card44:hover .feature-icon44 {
            transform: scale(1.10) rotate(-2deg);
            background: #8cc739;
        }

        .feature-card44:hover .feature-icon44::after {
            border-color: #000;
        }

        .feature-icon44 i {
            font-size: 44px;
            color: var(--primary-dark44);
            text-shadow: 0 2px 8px #b6e36a33;
            transition: var(--transition44);
        }

        .feature-card44:hover .feature-icon44 i {
            transform: scale(1.18) rotate(-4deg);
            color: #fff;
        }

        .feature-title44 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--dark44);
            transition: var(--transition44);
        }

        .feature-card44:hover .feature-title44 {
            color: var(--primary-dark44);
        }

        .feature-description44 {
            font-size: 17px;
            color: var(--gray-medium44);
            margin-bottom: 32px;
            transition: var(--transition44);
        }

        .feature-card44:hover .feature-description44 {
            color: var(--gray-dark44);
        }

        .feature-link44 {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 220px;
            min-height: 48px;
            padding: 14px 28px;
            background: var(--gradient44);
            color: var(--white44);
            font-weight: 600;
            border-radius: var(--radius-lg44);
            text-decoration: none;
            transition: var(--transition-slow44);
            box-shadow: inset 0 2px 12px 0 rgba(140, 199, 57, 0.25), inset 0 1.5px 4px 0 rgba(60,60,60,0.08);
            position: absolute;
            left: 50%;
            bottom: 32px;
            transform: translateX(-50%);
            overflow: hidden;
            font-size: 17px;
            letter-spacing: 0.01em;
        }

        .feature-link44::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: var(--transition-slow44);
        }

        .feature-link44:hover {
            transform: translateX(-50%) translateY(-4px);
            /* box-shadow: 0 0 0 2px #abde5f33, 0 8px 24px 0 rgba(182, 237, 99, 0.18), 0 2px 12px 0 rgba(177, 220, 90, 0.663), inset 0 2px 12px 0 rgba(200, 239, 147, 0.43); */
            background:#8cc739;
            color: #ffffff;
        }

        .feature-link44:hover::before {
            left: 100%;
        }

        .feature-link44 i {
            margin-left: 8px;
            transition: var(--transition44);
        }

        .feature-link44:hover i {
            transform: translateX(4px);
        }

        /* modal44 System */
        .modal44 {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s cubic-bezier(0.32, 0.72, 0, 1);
            backdrop-filter: blur(8px);
        }

        .modal44.active {
            opacity: 1;
            visibility: visible;
        }

        .modal44-content {
            background-color: var(--white44);
            border-radius: var(--radius-xl44);
            width: 90%;
            max-width: 900px;
            max-height: 90vh;
            overflow-y: auto;
            position: relative;
            transform: translateY(40px) scale(0.98);
            transition: all 0.4s cubic-bezier(0.32, 0.72, 0, 1);
            box-shadow: var(--shadow-xl44);
            border: 1px solid rgba(0,0,0,0.05);
            margin-top: 100px;
        }

        .modal44.active .modal44-content {
            transform: translateY(0) scale(1);
        }

        .modal44-header {
            padding: 40px 40px 24px;
            text-align: center;
            position: relative;
            background: linear-gradient(to bottom, var(--white44) 70%, var(--gray-light44) 100%);
            border-radius: var(--radius-xl44) var(--radius-xl44) 0 0;
        }

        .modal44-close {
            position: absolute;
            top: 24px;
            right: 24px;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background-color: var(--gray-light44);
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: var(--transition44);
            color: var(--gray-medium44);
            font-size: 20px;
        }

        .modal44-close:hover {
            background-color: var(--primary44);
            color: var(--white44);
            transform: rotate(90deg);
        }

        .modal44-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 36px;
            font-weight: 800;
            margin-bottom: 12px;
            letter-spacing: -0.02em;
        }

        .modal44-title span {
            color: var(--primary44);
            position: relative;
        }

        .modal44-title span::after {
            content: '';
            position: absolute;
            bottom: 4px;
            left: 0;
            width: 100%;
            height: 8px;
            background-color: var(--primary-light44);
            z-index: -1;
            border-radius: var(--radius-sm44);
        }

        .modal44-body {
            padding: 24px 40px 40px;
        }

        .modal44-text {
            margin-bottom: 28px;
            color: var(--gray-dark44);
            font-size: 17px;
            line-height: 1.7;
        }

        .modal44-list {
            list-style: none;
            margin-bottom: 40px;
        }

        .modal44-list li {
            position: relative;
            padding-left: 36px;
            margin-bottom: 18px;
            font-size: 17px;
            color: var(--gray-dark44);
        }

        .modal44-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 16px;
            height: 16px;
            background-color: var(--primary44);
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
            mask-repeat: no-repeat;
            mask-position: center;
            background-color: var(--primary44);
        }

        .modal44-button {
            display: inline-flex;
            align-items: center;
            padding: 16px 36px;
            background: var(--gradient44);
            color: var(--white44);
            font-weight: 600;
            border-radius: var(--radius-lg44);
            text-decoration: none;
            transition: var(--transition-slow44);
            border: none;
            cursor: pointer;
            box-shadow: 0 6px 16px rgba(140, 199, 57, 0.25);
            font-size: 16px;
            position: relative;
            overflow: hidden;
        }

        .modal44-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: var(--transition-slow44);
        }

        .modal44-button:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 28px rgba(140, 199, 57, 0.35);
            background: var(--gradient-dark44);
        }

        .modal44-button:hover::before {
            left: 100%;
        }

        .modal44-button i {
            margin-left: 10px;
            transition: var(--transition44);
        }

        .modal44-button:hover i {
            transform: translateX(4px);
        }

        /* Floating particles44 */
        .particles44 {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }

        .particle44 {
            position: absolute;
            background-color: var(--primary-light44);
            border-radius: 50%;
            pointer-events: none;
        }

    

        @keyframes float44 {
            0%, 100% {
                transform: translateY(0) translateX(0);
            }
            50% {
                transform: translateY(-20px) translateX(10px);
            }
        }

        /* Responsive Adjustments */
        @media (max-width: 1200px) {
            .header44 {
                padding: 100px 0 60px;
            }
            
            .header-title44 {
                font-size: 56px;
            }
            
            .header-subtitle44 {
                font-size: 20px;
            }
        }

        @media (max-width: 992px) {
            .header44 {
                padding: 80px 0 50px;
            }
            
            .header-title44 {
                font-size: 48px;
            }
            
            .header-subtitle44 {
                font-size: 18px;
                margin-bottom: 40px;
            }
            
            .divider44 {
                margin: 40px 0;
            }
            
            .features-grid44 {
                gap: 32px;
                margin: 60px 0;
            }
            
            .feature-card44 {
                padding: 40px 28px;
            }
            
            .modal44-content {
                max-width: 800px;
            }
        }

        @media (max-width: 768px) {
            .header44 {
                padding: 70px 0 40px;
            }
            
            .header-title44 {
                font-size: 40px;
            }
            
            .header-subtitle44 {
                font-size: 17px;
                margin-bottom: 32px;
            }
            
            .divider44 {
                margin: 32px 0;
            }
            
            .divider44-line {
                width: 80px;
            }
            
            .divider44-dot {
                margin: 0 16px;
            }
            
            .features-grid44 {
                grid-template-columns: 1fr 1fr;
                gap: 24px;
                margin: 48px 0;
            }
            
            .feature-card44 {
                padding: 36px 24px;
            }
            
            .feature-icon44 {
                width: 80px;
                height: 80px;
                margin-bottom: 24px;
            }
            
            .feature-icon44 i {
                font-size: 32px;
            }
            
            .feature-title44 {
                font-size: 20px;
            }
            .feature-link44 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    min-height: 48px;
    padding: 14px 28px;
    background: var(--gradient44);
    color: var(--white44);
    font-weight: 600;
    border-radius: var(--radius-lg44);
    text-decoration: none;
    transition: var(--transition-slow44);
    box-shadow: inset 0 2px 12px 0 rgba(140, 199, 57, 0.25), inset 0 1.5px 4px 0 rgba(60, 60, 60, 0.08);
    position: relative;
    margin-top: 50px;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    overflow: hidden;
    font-size: 17px;
    letter-spacing: 0.01em;
}
            .feature-description44 {
                font-size: 16px;
            }
            
            .modal44-header {
                padding: 32px 32px 20px;
            }
            
            .modal44-body {
                padding: 20px 32px 32px;
            }
            
            .modal44-title {
                font-size: 30px;
            }
            
            .modal44-text, .modal44-list li {
                font-size: 16px;
            }
        }

        @media (max-width: 576px) {
            .containera4 {
                padding: 0 24px;
            }
            
            .header44 {
                padding: 60px 0 32px;
            }
            
            .header-title44 {
                font-size: 36px;
            }
            
            .header-subtitle44 {
                font-size: 16px;
                margin-bottom: 28px;
            }
            
            .divider44 {
                margin: 28px 0;
            }
            
            .divider44-line {
                width: 60px;
            }
            
            .divider44-dot {
                width: 8px;
                height: 8px;
                margin: 0 12px;
            }
            
            .features-grid44 {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .feature-card44 {
            padding: 32px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 18px;
            }
            
            .feature-icon44 {
                width: 70px;
                height: 70px;
            margin-bottom: 0;
            }
            
            .feature-icon44 i {
                font-size: 28px;
            }
            
            .feature-title44 {
                font-size: 19px;
            margin-bottom: 0;
            }
            
            .feature-description44 {
                font-size: 15px;
            margin-bottom: 0;
            }
            
            .feature-link44 {
                padding: 12px 24px;
                position: static !important;
                left: unset !important;
                bottom: unset !important;
                transform: none !important;
            margin: 0;
                display: block;
                width: 100%;
                min-width: 0;
                max-width: 100%;
                box-sizing: border-box;
                font-size: 16px;
            }
            
            .modal44-content {
                width: 95%;
            }
            
            .modal44-header {
                padding: 28px 24px 16px;
            }
            
            .modal44-body {
                padding: 16px 24px 28px;
            }
            
            .modal44-title {
                font-size: 26px;
            }
            
            .modal44-close {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
            
            .modal44-button {
                padding: 14px 28px;
                font-size: 15px;
            }
        }

        @media (max-width: 400px) {
            .header-title44 {
                font-size: 32px;
            }
            
            .header-subtitle44 {
                font-size: 15px;
            }
            
            .feature-card44 {
                padding: 28px 16px;
            }

            .modal44-title {
        font-size: 26px;
        width: 50%;   
        margin: auto;
        }
        }
   
/*about card section********************************************** *************/


/* aboutr team section********************************************************** */


        /* Modern Reset & Base Styles */
        :root {
            --primary55: #8cc739; /* Brand green */
            --primary-dark55: #6da82d;
            --primary-light55: #d8ebb0;
            --black55: #000000;
            --dark55: #121212;
            --light55: #f8f8f8;
            --text55: #333333;
            --transition55: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            --section-bg55: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
        }
        
        /* Leadership Section - Premium Design */
        .leadership-section {
            position: relative;
            padding: 150px 0;
            overflow: hidden;
            isolation: isolate;
            scroll-behavior: smooth;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            background: var(--section-bg55);
            color: var(--text55);
            line-height: 1.7;
        }
        
        .container55 {
            max-width: 1600px;
            margin: 0 auto;
            padding: 0 40px;
            position: relative;
            z-index: 10;
        }
        
        /* Section Header - Animated */
        .section-header55 {
            text-align: center;
            margin-bottom: 100px;
            position: relative;
            overflow: hidden;
        }
        
        .section-subtitle55 {
            display: inline-block;
            font-size: 18px;
            font-weight: 600;
            color: var(--primary55);
            text-transform: uppercase;
            letter-spacing: 4px;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-subtitle55::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--primary55);
            border-radius: 3px;
        }
        
        .section-title55 {
            font-size: 64px;
            font-weight: 800;
            color: var(--black55);
            margin-bottom: 30px;
            line-height: 1.1;
            text-transform: capitalize;
        }
        
        .section-title55 span {
            color: var(--primary55);
            position: relative;
            display: inline-block;
        }
        
        .section-title55 span::after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            height: 12px;
            background: var(--primary-light55);
            z-index: -1;
            opacity: 0.7;
            transform: skew(-15deg);
        }
        
        .section-description55 {
            max-width: 700px;
            margin: 0 auto;
            font-size: 20px;
            color: var(--text55);
            opacity: 0.9;
            font-weight: 400;
        }
        
        /* Leadership Grid - Premium Layout */
        .leadership-grid55 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 50px;
            position: relative;
        }
        
        .leader-card55 {
            position: relative;
            height: 600px;
            perspective: 2000px;
            overflow: hidden;
            /* More attractive blob/circle clip-path shape for card */
            clip-path: path('M 0 120 Q 30 0 120 0 Q 300 0 480 0 Q 570 0 600 120 Q 600 300 600 480 Q 570 600 480 600 Q 300 600 120 600 Q 30 600 0 480 Q 0 300 0 120 Z');
            border-radius: 60px 120px 80px 140px/120px 80px 140px 60px;
            box-shadow: 0 40px 80px rgba(0, 0, 0, 0.14), 0 0 0 12px rgba(140, 199, 57, 0.13), 0 0 60px 0 rgba(140,199,57,0.08);
            transition: box-shadow 0.7s cubic-bezier(0.77, 0, 0.175, 1),
                        border-color 0.7s cubic-bezier(0.77, 0, 0.175, 1),
                        transform 0.7s cubic-bezier(0.77, 0, 0.175, 1),
                        background 0.7s cubic-bezier(0.77, 0, 0.175, 1);
            background: linear-gradient(135deg, #fff 60%, #d8ebb0 100%);
            transform-style: preserve-3d;
            border: 3px solid #8cc739;
            /* Removed card movement animation */
        }



        .leader-card55::before {
            content: '';
            position: absolute;
            inset: 0;
            z-index: 0;
            background: radial-gradient(circle at 70% 30%, rgba(140,199,57,0.13) 0%, rgba(216,235,176,0.18) 100%);
            pointer-events: none;
        }

        .leader-card55:hover {
            transform: translateY(-24px) scale(1.04) rotateZ(0deg);
            box-shadow: 0 80px 160px rgba(140, 199, 57, 0.22), 0 0 0 20px rgba(140, 199, 57, 0.18), 0 0 120px 0 rgba(140,199,57,0.16);
            border-color: #6da82d;
            transition: box-shadow 0.35s cubic-bezier(0.77, 0, 0.175, 1),
                        border-color 0.35s cubic-bezier(0.77, 0, 0.175, 1),
                        transform 0.35s cubic-bezier(0.77, 0, 0.175, 1),
                        background 0.35s cubic-bezier(0.77, 0, 0.175, 1);
        }
        
        .leader-image55 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
            /* More organic blob/circle shape for image */
            clip-path: ellipse(85% 75% at 50% 48%);
        }



        .leader-image55 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: filter 0.7s cubic-bezier(0.77, 0, 0.175, 1),
                        transform 0.7s cubic-bezier(0.77, 0, 0.175, 1),
                        box-shadow 0.7s cubic-bezier(0.77, 0, 0.175, 1);
            filter: grayscale(10%) contrast(1.12) brightness(1.08) saturate(1.1);
            transform: scale(1.06) rotateZ(-3deg);
            clip-path: ellipse(85% 75% at 50% 48%);
            box-shadow: 0 8px 40px 0 rgba(140,199,57,0.10);
            transform: rotateZ(0deg);
        }

        .leader-card55:hover .leader-image55 img {
            transform: scale(1.14) rotateZ(0deg);
            filter: grayscale(0%) brightness(1.12) saturate(1.2);
            transition: filter 0.4s cubic-bezier(0.77, 0, 0.175, 1),
                        transform 0.4s ease,
                        box-shadow 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        }
        
        /* Leader Info - 3D Flip Effect */
        .leader-info55 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 40px;
            z-index: 3;
            transform: translateY(0);
            transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .leader-card55:hover .leader-info55 {
            transform: translateY(-30px);
            transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
        }
        
        .leader-name55 {
            font-size: 32px;
            font-weight: 800;
            color: white;
            margin-bottom: 5px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1),
                        transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
            transition-delay: 0.08s;
        }
        
        .leader-title55 {
            width: fit-content;
            text-align:center;
            font-size: 15px;
            border-radius: 25rem;
            font-weight: 600;
            color: white;
            padding: 10px 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 25px;
            text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
            background: #8cc739;
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1),
                        transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
            transition-delay: 0.16s;
        }
        
       
        
        .leader-social55 {
            display: flex;
            gap: 15px;
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1),
                        transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
            transition-delay: 0.32s;
        }
        
        .leader-card55:hover .leader-name55,
        .leader-card55:hover .leader-title55,
        .leader-card55:hover,
        .leader-card55:hover .leader-social55 {
            opacity: 1;
            transform: translateY(0);
            transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1),
                        transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
        }
        
        .social-link55 {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            background: #8cc739;
            backdrop-filter: blur(5px);
            color: white;
            border-radius: 50%;
            transition: background 0.5s cubic-bezier(0.77, 0, 0.175, 1),
                        box-shadow 0.5s cubic-bezier(0.77, 0, 0.175, 1),
                        transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
            text-decoration: none;
            border: 1px solid #8cc739;
        }
        
        .social-link55:hover {
            background: var(--primary55);
            transform: translateY(-5px) scale(1.1);
            box-shadow: 0 5px 15px rgba(140, 199, 57, 0.4);
            transition: 0.3s ease;
        }
        
        /* Initial Info State */
        .leader-initial-info55 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 40px;
       
       background-color: #8cc739;
       background-image: radial-gradient(ellipse at left center, hsl(0, 80%, 100%) 80%, #8cc739 20%);;
 
            z-index: 2;
            transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1),
                        transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
        }
        
        .initial-name55 {
            font-size: 28px;
            font-weight: 700;
            color: var(--black55);
            margin-bottom: 5px;
        }
        
        .initial-title55 {
            font-size: 16px;
            font-weight: 600;
            color: var(--primary55);
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }
        
        .leader-card55:hover .leader-initial-info55 {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1),
                        transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
        }
        
        /* Decorative Elements - Enhanced Circular & Clip-Path Shapes */
        .floating-shape55 {
            position: absolute;
            z-index: 1;
            /* filter: blur(30px); */
            /* opacity: 0.7; */
            pointer-events: none;
            transition: opacity 0.5s;
            border-radius: 50%;
        }

        .shape-155 {
            width: 420px;
            height: 420px;
            top: -120px;
            left: -120px;
            background: radial-gradient(transparent 50%, rgba(173, 230, 67, 0.46) 30%);
            clip-path: circle(50% at 50% 50%);
            animation: float55 12s ease-in-out infinite, pulse55 7s ease-in-out infinite;
        }

        .shape-255 {
            width: 650px;
            height: 650px;
            bottom: -220px;
            right: -220px;
            background: radial-gradient(transparent 50%, #8cc739 30%);
            clip-path: ellipse(48% 52% at 50% 50%);
            animation: float55 15s ease-in-out infinite reverse, pulse55 9s ease-in-out infinite;
           opacity: none;

        }

        .shape-355 {
            width: 320px;
            height: 320px;
            top: 28%;
            right: 8%;
            background: radial-gradient(transparent 50%, rgba(173, 230, 67, 0.46) 30%);
            clip-path: circle(48% at 50% 50%);
            animation: float55 10s ease-in-out infinite 2s, pulse55 6s ease-in-out infinite;
           
        }

        .shape-455 {
            width: 180px;
            height: 180px;
            top: 60%;
            left: 5%;
            background: radial-gradient(transparent 50%, rgba(173, 230, 67, 0.46) 30%);
            clip-path: ellipse(45% 55% at 50% 50%);
            animation: float55 13s ease-in-out infinite 1s, pulse55 8s ease-in-out infinite;
        }

     

        @keyframes float55 {
            0% { transform: translate(0, 0) rotate(0deg); }
            50% { transform: translate(-30px, -40px) rotate(8deg); }
            100% { transform: translate(0, 0) rotate(0deg); }
        }

        @keyframes pulse55 {
            0% { transform: scale(1); opacity: 0.7; }
            50% { transform: scale(1.08); opacity: 1; }
            100% { transform: scale(1); opacity: 0.7; }
        }
        
        /* Responsive Design */
        @media (max-width: 1400px) {
            .leadership-grid55 {
                grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
                gap: 40px;
            }
            
            .leader-card55 {
                height: 550px;
            }
        }
        
        @media (max-width: 1200px) {
            .section-title55 {
                font-size: 54px;
            }
            
            .leader-name55 {
                font-size: 28px;
            }
        }
        
        @media (max-width: 992px) {
            .leadership-section {
                padding: 120px 0;
            }
            
            .section-title55 {
                font-size: 48px;
            }
            
            .section-description55 {
                font-size: 18px;
            }
            
            .leader-card55 {
                height: 500px;
            }
        }
        
        @media (max-width: 768px) {
            .leadership-section {
                padding: 100px 0;
            }
            
            .section-header55 {
                margin-bottom: 70px;
            }
            
            .section-title55 {
                font-size: 42px;
            }
            
            .section-subtitle55 {
                font-size: 16px;
                letter-spacing: 3px;
            }
            
            .leadership-grid55 {
                grid-template-columns: 1fr;
                max-width: 600px;
                margin: 0 auto;
            }
            
            .leader-card55 {
                height: 600px;
            }
        }
        
        @media (max-width: 576px) {
            .container55 {
                padding: 0 25px;
            }
            
            .section-title55 {
                font-size: 36px;
            }
            
            .section-subtitle55 {
                font-size: 14px;
                letter-spacing: 2px;
            }
            
            .leader-info55,
            .leader-initial-info55 {
                padding: 30px;
            }
            
            .leader-name55 {
                font-size: 26px;
            }
            
            .initial-name55 {
                font-size: 24px;
            }
        }
/* about section ends here***************************************************/ 

/* about faq section*********************************************************** */

    :root {
      --primary66: #8cc739;
      --primary-dark66: #6da52d;
      --primary-light66: #c5f06a;
      --primary-ultralight66: #e9f8d1;
      --secondary66: #000000;
      --accent66: #ffffff;
      --text-dark66: #111111;
      --text-light66: #444444;
      --bg-light66: #ffffff;
      --bg-dark66: #0a0a0a;
      --transition66: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      --border-radius66: 16px;
      --border-radius-lg66: 24px;
      --card-shadow66: 0 10px 30px rgba(0, 0, 0, 0.08);
      --card-shadow-hover66: 0 15px 40px rgba(0, 0, 0, 0.12);
      --section-padding66: 120px 0;
      --gold-accent66: #d4af37;
    }
    

    /* **Main Section** */
    #r-faq-section66 {
      padding: var(--section-padding66);
      position: relative;
      background-color: var(--bg-light66);
      overflow: hidden;
      font-family: 'Montserrat', 'Chakra Petch', system-ui, -apple-system, sans-serif;
      line-height: 1.7;
      color: var(--text-dark66);
   
    }
    
    .container66 {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 40px;
    }
    
    /* **Premium Header** */
    .r-faq-header66-wrapper66 {
      margin-bottom: 80px;
      position: relative;
      text-align: center;
    }
    
    .r-faq-header66 h3 {
      font-size: clamp(2.5rem, 5vw, 3.5rem);
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 24px;
      color: var(--secondary66);
      position: relative;
      display: inline-block;
      font-family: 'Chakra Petch', sans-serif;
    }
    
    .r-faq-header66 h3 strong {
      color: var(--primary-dark66);
      position: relative;
    }
    
    .r-faq-header66 h3 strong::after {
      content: '';
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      height: 8px;
      background-color: var(--primary-light66);
      z-index: -1;
      opacity: 0.7;
      transform: skew(-15deg);
    }
    
    .r-faq-header66 p {
      font-size: clamp(1.1rem, 2vw, 1.3rem);
      color: var(--text-light66);
      max-width: 700px;
      margin: 0 auto;
      font-weight: 400;
      line-height: 1.8;
    }
    
    /* **Premium Accordion Cards** */
    .r-accordion66-wrapper66 {
    display: flex;
    gap: 30px;
    max-width: 130vh;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    }

    /* Create zig-zag pattern by offsetting every other item */
       .r-accordion66-wrapper66 > *:nth-child(even) {
      transform: translateX(300px);
    } 
      .r-accordion66-wrapper66 > *:nth-child(odd) {
      transform: translateX(-300px);
    } 
 .r-accordion66-wrapper66 > *:nth-child(odd):hover {
  transform: translateX(-295px);
  box-shadow: var(--card-shadow-hover66);
}

.r-accordion66-wrapper66 > *:nth-child(even):hover {
  transform: translateX(305px);
  box-shadow: var(--card-shadow-hover66);
}

    
    .r-accordion66 {
      background: var(--accent66);
      border-radius: var(--border-radius-lg66);
      box-shadow: var(--card-shadow66);
      overflow: hidden;
      transition: var(--transition66);
      border: 1px solid rgba(0, 0, 0, 0.05);
      position: relative;
      max-width: 600px;
      transform: translateY(20px);
      background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(248,252,240,0.95) 100%);
      backdrop-filter: blur(10px);
      box-shadow: 4px 4px 4px 1px rgb(0 0 0 / 62%);
    }
    
    .r-accordion66::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 100%;
      background: linear-gradient(to bottom, var(--primary66), var(--primary-dark66));
      transition: var(--transition66);

    }
    
    .r-accordion66::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 60px;
      background: linear-gradient(45deg, #8cc739 20%, white 70%);
      border-radius: 0 0 0 100%;
      transition: var(--transition66);
    }
    
     .r-accordion66:hover {

      box-shadow: var(--card-shadow-hover66);
    } 
     
    .r-accordion66:hover::before {
      opacity: 1;
    }
    
    .r-accordion66:hover::after {
      opacity: 0.4;
    }
    
    .r-accordion66.activeab66 {
      box-shadow: 0 20px 40px rgba(140, 199, 57, 0.2);
      border: 1px solid var(--primary-ultralight66);
    }
    
    .r-accordion66.activeab66::before {
      opacity: 1;
    }
    
    .r-accordion66.activeab66::after {
      opacity: 0.6;
    }
    
    .r-accordion66-heading {
      padding: 30px;
      cursor: pointer;
      display: flex;
      align-items: center;
      font-weight: 600;
      font-size: 1.2rem;
      color: var(--secondary66);
      position: relative;
      transition: var(--transition66);
      font-family: 'Chakra Petch', sans-serif;
    }
    
    .r-accordion66-heading:hover {
      color: var(--primary-dark66);
    }
    
    .r-accordion66-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: linear-gradient(135deg, var(--primary66), var(--primary-dark66));
      color: var(--accent66);
      border-radius: 10px;
      margin-right: 20px;
      transition: var(--transition66);
      flex-shrink: 0;
      box-shadow: 0 4px 12px rgba(140, 199, 57, 0.3);
    }
    
    .r-accordion66.activeab66 .r-accordion66-toggle {
      background: linear-gradient(135deg, var(--secondary66), #333333);
      transform: rotate(180deg);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    
    .r-accordion66-body {
      padding: 0 30px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .r-accordion66-body p {
      padding: 0 0 30px 70px;
      margin: 0;
      color: var(--text-light66);
      font-size: 1rem;
      line-height: 1.8;
      font-weight: 400;
    }
    
    /* **Premium Decorative Elements** */
    .goeen-shape66 {
      position: absolute;
      z-index: 0;
      pointer-events: none;
    }
    
    .shape-166 {
      width: 400px;
      height: 400px;
      top: 10%;
      left: 5%;
      background: radial-gradient(circle, white 50%,rgba(187, 228, 83, 0.59) 50%);
      border-radius: 50%;
      animation: float66 8s ease-in-out infinite;
    }
    
    .shape-266 {
      width: 250px;
      height: 250px;
      bottom: 10%;
      right: 5%;
      background: #8cc739;
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      opacity: 0.4;
      animation: pulse66 6s ease infinite;
      border-radius: 50px;
    }
    
    .shape-366 {
      width: 600px;
      height: 600px;
      bottom: -200px;
      left: -200px;
      background: radial-gradient(circle, white 50%,rgba(187, 228, 83, 0.17) 50%);
      border-radius: 50%;
    }

    
    @keyframes float66 {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-20px); }
      100% { transform: translateY(0px); }
    }
    
    @keyframes pulse66 {
      0% { transform: scale(1); opacity: 0.5; }
      50% { transform: scale(1.1); opacity: 0.8; }
      100% { transform: scale(1); opacity: 0.5; }
    }
    
 
    
    /* **Responsive Design** */
    @media (max-width: 1200px) {
      .container66 {
        padding: 0 30px;
      }
    }
    
    @media (max-width: 992px) {
      #r-faq-section66 {
        padding: 100px 0;
      }
      
      .r-accordion66-wrapper66 {
        grid-template-columns: 1fr;
        max-width: 700px;
      }
      
      .r-accordion66-wrapper66 > *:nth-child(odd) {
        transform: none;
      }
      
      .r-faq-header66-wrapper66 {
        margin-bottom: 60px;
      }
      
      .shape-166, .shape-266, .shape-366, .shape-466 {
        opacity: 0.03;
      }
      .r-accordion66-wrapper66 > *:nth-child(even) {
      transform: translateX(0px);
    } 
      .r-accordion66-wrapper66 > *:nth-child(odd) {
      transform: translateX(0px);
    } 
     .r-accordion66-wrapper66 > *:nth-child(odd):hover {
  transform: translateX(5px);
  box-shadow: var(--card-shadow-hover66);
}

.r-accordion66-wrapper66 > *:nth-child(even):hover {
  transform: translateX(5px);
  box-shadow: var(--card-shadow-hover66);
}
    }
    
    @media (max-width: 768px) {
      .container66 {
        padding: 0 20px;
      }
      
      .r-accordion66-heading {
        padding: 25px;
        font-size: 1.1rem;
      }
      
      .r-accordion66-body p {
        padding: 0 25px 25px 25px;
        font-size: 0.95rem;
      }
      
      .r-accordion66-toggle {
        width: 36px;
        height: 36px;
        margin-right: 15px;
      }
            .r-accordion66-wrapper66 > *:nth-child(even) {
      transform: translateX(0px);
    } 
      .r-accordion66-wrapper66 > *:nth-child(odd) {
      transform: translateX(0px);
    } 
         .r-accordion66-wrapper66 > *:nth-child(odd):hover {
  transform: translateX(5px);
  box-shadow: var(--card-shadow-hover66);
}

.r-accordion66-wrapper66 > *:nth-child(even):hover {
  transform: translateX(5px);
  box-shadow: var(--card-shadow-hover66);
}
    }
    
    @media (max-width: 480px) {
      #r-faq-section66 {
        padding: 80px 0;
      }
      
      .r-faq-header66 h3 {
        font-size: 2.2rem;
      }
      
      .r-faq-header66 p {
        font-size: 1rem;
      }
      
      .r-accordion66-heading {
        padding: 20px;
      }
      
      .r-accordion66-body p {
        padding: 0 20px 20px 20px;
      }
            .r-accordion66-wrapper66 > *:nth-child(even) {
      transform: translateX(0px);
    } 
      .r-accordion66-wrapper66 > *:nth-child(odd) {
      transform: translateX(0px);
    } 
         .r-accordion66-wrapper66 > *:nth-child(odd):hover {
  transform: translateX(5px);
  box-shadow: var(--card-shadow-hover66);
}

.r-accordion66-wrapper66 > *:nth-child(even):hover {
  transform: translateX(5px);
  box-shadow: var(--card-shadow-hover66);
}
    }

/* about faq section end here****************************************************** */

       
 