/* Google Fonts Import */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"); 
@import url('https://fonts.googleapis.com/css2?family=Boldonse&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');
@import url('site-header.css');
@import url('site-footer.css');
:root {
  --primary-color: #87CEEB;
  --secondary-color: #f8f5e9;
  --thired-color: #F8F8F8;
  --accent-color: #e78c2a;
  --text-color: #333;
  --white: #fff;
  --border-color: #e5e7eb;
  --text-donate : #020D19;
  --text-color-donate: #828282;
  --text-gray-color: #a0aec0;
}
@font-face {
    font-family: 'founder_bold';
    src: url('../fonts/FoundersGrotesk-Semibold.ttf') format('truetype');
 }
 @font-face {
  font-family: 'founder_light';
  src: url('../fonts/FoundersGroteskCond-Lt.otf') format('truetype');
}

 @font-face {
  font-family: 'neue';
  src: url('../fonts/NeueMontreal-Regular.ttf') format('truetype');
}
  @font-face {
    font-family: 'founder_bold_dark';
    src: url('../fonts/Founders_Grotesk/FoundersGroteskXCond-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
  }
html {
    scroll-behavior: smooth;
}
body {
  color: var(--text-color);
  background-color: var(--white);
  overflow: auto; /* Allows scrolling */
  font-family: system-ui;
  font-weight: 400 !important;
} 
p {
  text-align: justify;
}
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.header {
  background-color: var(--primary-color);
  padding: 0px 0;
  width: 100%;
  z-index: 2;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.fixed {
  position: fixed; 
}
.logo {
  max-height: 43px;
}
.navbar-nav .nav-link {
  color: var(--white);
  font-weight: 500;
  margin: 0 10px;
  transition: all 0.3s ease;
  font-family: neue;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.navbar-nav .nav-link:hover {
  scale: 0.9;
}
.donte_now_sub {
  font-family: 'founder_bold', sans-serif !important;
  font-size: 4rem !important;
  line-height: 50px !important;
  letter-spacing: 5px !important;
  text-transform: capitalize !important;
  margin-bottom: 25px !important;
}
.donte_now_sub::before {
  top: 59% !important;
  width: 32px !important;
  height: 32px !important;
}
.btn-donate {
  background-color: var(--white);
  color: var(--text-color);
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.btn-donate:hover {
  background-color: var(--accent-color);
  color: var(--white);
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--accent-color);
  border-radius: 50%;
  margin-left: 10px;
} /* Hero Section Styles */
.vedio_section {
  background: #fff;
  padding: 5rem 0rem;
}
.vedio_section h3{
  color: rgb(135 206 235 / var(--tw-text-opacity, 1));
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}
.vedio_section p {
  text-align: center;
  width: 64%;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.vedio_section iframe {
  border: 0;
  border-radius: 1.5rem;
}
.hero-section {
    background-color: var(--secondary-color);
    min-height: 600px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    padding-top: 0rem;
    height: 100vh;
}
.hero-row {
    width: 100%; 
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.img-fluid {
  max-width: 100%;
  height: 70vh;
}
.padding-right {
    padding-right: 0px;
}
.hero-content h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 0px;
  color: #000;
  font-family: 'founder_bold', sans-serif;
  letter-spacing: 0px;
}
.hero-content {
  justify-content: start;
  display: flex;
  align-items: start;
  padding-left: 5rem;
  padding-right: 5rem;
  flex-direction: column;
  text-transform: uppercase;
}
.hero-content .secnd_opton {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  animation-name: moveRight;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  margin-left: -20px;
}
.hero-content .happeness {
  width: 120px;
  object-fit: cover;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1vw;
  position: relative;
}
@keyframes moveRight {
  from {
    left: 0;
  }
  to {
    left: 20px;
  }
}
.hero-content .happeness img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.eye-icon {
  display: inline-block;
  color: var(--accent-color);
}
.eye-icon img {
    width: 150px; 
}

.hero-image img {
  border-radius: 1.5rem 0px 0px 1.5rem;
  box-shadow: none;
  width: 100%;
  position: relative;
  z-index: 1;
} 
/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}
.carousel-control-prev {
  left: 20px;
}
.carousel-control-next {
  right: 20px;
}
.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-color);
  margin: 0 5px;
}
.carousel-indicators button.active {
  background-color: var(--accent-color);
} /* Services Section */
.services-section {
  background-color: #f3f2e9;
  padding: 80px 0;
}
.section-title h2 {
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 15px;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.section-title p {
  font-size: 1.25rem;
  color: rgb(135 206 235 / var(--tw-text-opacity, 1));
  font-weight: 500;
  margin-bottom: 6px;
}
.service-card {
  background-color: var(--secondary-color);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.service-icon {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 20px;
}
.service-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}
/* Footer Styles */
.footer {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 82px 0 30px;
}
.footer-logo {
  max-height: 60px;
}
.footer h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--white);
  letter-spacing: 1px;
}
.footer ul li {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  font-weight: 400;
}
.footer ul li a {
  color: var(--white);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer ul li a:hover {
  color: var(--white);
  padding-left: 5px;
}
.list-unstyled {
  position: relative;
}
.padding_bottom {
  padding-bottom: 8rem;
}
.contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.contact-info li i {
  margin-right: 10px;
  margin-top: 5px;
}
.social-icons a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: var(--white);
  color: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  background-color: var(--accent-color);
  color: var(--white);
}
.px-20 {
    padding-left: 5rem;
    padding-right: 5rem; 
}
/* Responsive Styles */
@media (max-width: 991px) {
  .hero-content h1 {
    font-size: 3rem;
  }
  .navbar-collapse {
    background-color: var(--primary-color);
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .hero-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .hero-content h1 {
    font-size: 2.5rem;
  }
  .eye-icon {
    display: block;
    margin: 0 auto 20px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
  .footer {
    text-align: center;
  }
  .contact-info li {
    justify-content: center;
  }
  .social-icons {
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 575px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .section-title h2 {
    font-size: 2rem;
  }
}

/*-------------sliderbottom section--------------*/
.hero-section-new {
    position: relative;
    height: 100vh;
    min-height: 500px;
    overflow: hidden;
    background-size: cover;
}

.hero-image-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(/images/istockphoto-1189207226-612x612.jpg);
    background-size: cover;
    background-position: center;
    filter: brightness(0.9);
}
.image-box__overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    height: 100vh;
}
.hexagon-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
}

.hexagon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    max-width: 800px;
    margin: 0 auto;
}

.hexagon {
    position: relative;
    width: 215px;
    padding-bottom: 0%; /* Maintain hexagon aspect ratio */
    cursor: pointer;
    transition: transform 0.3s ease;
    margin: 28px 5px;
    margin-top: 0px;
}

.hexagon:hover {
    transform: scale(1.05);
}

.hexagon-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    text-align: center;
    padding: 97px 16px;
}

.hexagon-content {
    max-width: 100%;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 1.2;
}

/* Hexagon colors */
.hexagon-cream {
    background-color: rgba(240, 240, 220, 0.9);
}

.hexagon-blue {
    background-color: rgba(135, 206, 235, 0.9);
}

/* Grid positioning */
.hex-row-1 {
    grid-column: 1 / span 3;
    display: flex;
    justify-content: space-around;
}

.hex-row-2 {
    grid-column: 1 / span 3;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -60px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hexagon-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hex-row-1, .hex-row-2 {
        grid-column: 1 / span 2;
        flex-wrap: wrap;
    }
    
    .hexagon {
        width: 150px;
        padding-bottom: 170px;
        margin: 10px;
    }
    
    .hexagon-content {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .hexagon-grid {
        grid-template-columns: 1fr;
    }
    
    .hex-row-1, .hex-row-2 {
        grid-column: 1;
        justify-content: center;
    }
    
    .hexagon {
        width: 130px;
        padding-bottom: 150px;
    }
    
    .hexagon-content {
        font-size: 12px;
    }
}

.program-card {
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 15px;
  border-radius: 1.5rem !important;
}

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

.program-card.active {
  background-color: rgb(135 206 235 / var(--tw-bg-opacity, 1));
}
.program-card.active h3 {
  color: var(--white);
}
.program-card.active p{
  color: var(--white);
}
.eye-care {
  background-color: #8ed1ec;
}

.general-medical {
  background-color: #8ecfec;
}

.sponsor-child {
  background-color: #d6e9d6;
}

.main-image {
  width: 43vw;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  transition: opacity 0.5s;
  position: absolute;
}

.view-all-btn {
  background-color: #212529;
  color: white;
  border-radius: 25px;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
}

.view-all-btn .dot {
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}
.cataract_content p {
  font-size: 1.3rem;
  line-height: 2rem;
}
.our_program {
  margin-top: 3rem;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}

.donation-section {
  padding: 50px 0;
  text-align: center;
}

.help-text {
  color: #5bc0de;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

.donation-card {
  background-color: #8ed1ec;
  border-radius: 1.5rem;
  padding: 30px 20px;
  height: 100%;
  text-align: center;
  transition: transform 0.3s;
  margin: 10px;
  transform: translateY(-10px);
}

.donation-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  background-color: #d2ddd0;
}

.icon-container {
  margin-bottom: 20px;
}

.hand-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.hand-icon img {
  width: 4rem;
  height: 4rem;
}
.coin {
  position: absolute;
  top: 10px;
  right: 5px;
  background-color: #ffd700;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e6c200;
}

.donation-text {
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
}

.contact-text {
  margin-top: 30px;
  font-size: 1.1rem;
  color: #666;
  text-align: center;
}

.donation-link {
  color: #5bc0de;
  text-decoration: none;
  font-weight: bold;
}

.donation-link:hover {
  text-decoration: underline;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.8;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #5bc0de;
  border-radius: 50%;
  padding: 10px;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators button {
  background-color: #5bc0de;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .main-heading {
      font-size: 2rem;
  }
  
  .donation-card {
      margin: 10px 20px;
  }
  .page-single-sidebar {
    margin-bottom: 44px;
  }
}

.no-padding {
  padding: 0px;
}

    /* Custom styles */
    .stats-section {
      background: linear-gradient(to right, #1e3a8a, #3b82f6);
      padding: 3rem 0;
      color: white;
    }
    
    .stat-card {
      background-color: #7dd3fc;
      /* Octagonal shape like in the image */
      clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
      padding: 2rem;
      height: 200px;
      width: 200px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin-bottom: 15px;
    }
    
    .stat-value {
      font-size: 2.5rem;
      font-weight: bold;
      color: white;
    }
    
    .stat-label {
      font-size: 1rem;
      color: white;
    }
    
    /* Spacers for scrolling demo */
    .spacer {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f8f9fa;
    }
 .section-marque{
  background: rgb(210 221 208 / var(--tw-bg-opacity, 1));
  position: relative;
  margin: 0px;
  padding: 38px 0px;

 }
    .marquee-container {
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      width: 100%;
      padding: 11px 0;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
  }

  .marquee-content {
      display: flex;
      white-space: nowrap;
      animation: marquee 30s linear infinite;
  }
  .marquee-content h1 {
    font-weight: bold;
    font-size: 8vw;
    font-family: 'founder_bold', sans-serif;
    color: #000;
    line-height: 1;
    letter-spacing: 0.5rem;
  }

  @keyframes marquee {
      from {
          transform: translateX(100%);
      }
      to {
          transform: translateX(-100%);
      }
  }

  .section-container {
    padding: 60px 5rem;
  }
  
  /* Gallery Section */
  .gallery-section h2 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    color: #222;
    border-bottom: 1px solid;
    padding-bottom: 14px;
    border-color: #e5e7eb;
  }
  
  .gallery-carousel .carousel-item img {
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .gallery-carousel .carousel-indicators {
    bottom: -50px;
  }
  
  .gallery-carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
  }
  
  .gallery-carousel .carousel-indicators button.active {
    background-color: #333;
  }
  
  .checkout-btn {
    background-color: #222;
    color: white;
    border-radius: 30px;
    padding: 10px 25px;
    margin-top: 60px;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .checkout-btn:hover {
    background-color: var(--accent-color);
    transform: translateY(-2px);
    color: #fff;
  }
  
  /* Testimonial Section */
  .testimonial-section {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  
  .testimonial-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
  }
  
  .testimonial-section .divider {
    height: 3px;
    width: 100%;
    background-color: #222;
    margin-bottom: 30px;
  }
  
  .testimonial-carousel .carousel-item {
    padding: 10px 0;
  }
  
  .testimonial-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: #222;
    width: 100%;
    text-align: center;
  }
  
  .testimonial-location {
    color: #7dd3fc;
    font-size: 0.9rem;
    text-align: center;
  }
  
  .testimonial-text {
    margin-top: 15px;
    line-height: 1.6;
    color: #555;
  }
  
  .testimonial-carousel .carousel-control-prev,
  .testimonial-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
  }
  
  .testimonial-carousel .carousel-control-prev {
    left: -50px;
  }
  
  .testimonial-carousel .carousel-control-next {
    right: -50px;
  }
  
  .testimonial-carousel .carousel-control-prev-icon,
  .testimonial-carousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 991px) {
    .section-container {
      padding: 40px 0;
    }
    
    .gallery-section, .testimonial-section {
      margin-bottom: 40px;
    }
    
    .testimonial-carousel .carousel-control-prev,
    .testimonial-carousel .carousel-control-next {
      display: none;
    }
  }
  
  @media (max-width: 767px) {
    .gallery-carousel .carousel-item img {
      height: 250px;
    }
    
    .gallery-section h2, .testimonial-section h2 {
      font-size: 2rem;
    }
  }

  .wae {
    border-bottom: 1px solid #7ecef4de;
  }


  @media screen and (min-width: 375px) and (max-width: 667px) { 
    .hexagon {
      width: 150px;
      padding-bottom: 0px;
      margin: 10px;
  }
  .image-box__overlay {
    height: auto;
  }
  .hero-section-new {
    height: auto;
    margin-top: 0%;
  }
  .stat-card {
    height: 200px;
    width: auto;
  }
  .px-20 {
      padding-left: 1rem;
      padding-right: 1rem;
  }
  .hero-content {
    height: auto;
  }
  .hex-row-2 {
    margin-top: -14px;
  }
    .main-image { 
      width: 100%;
    }
    .view-all-btn {
      margin-bottom: 20px;
    }
    .main-image {
      width: 357px !important;
      position: absolute;
      object-fit: contain;
  }
  .services-section {
    margin-top: 116%;
  }
  .donation-card {
    height: 250px;
  }
  .stat-card {
    height: 200px;
    width: 200px;
}
.section-container {
  padding: 40px 22px;
}
.gallery-carousel .carousel-item img {
  margin-bottom: 11px;
}
  }
  @media screen and (min-width: 414px) and (max-width: 896px) { 
    .main-image {
      width: 381px !important;
      position: absolute;
  }
  }
  @media screen and (min-width: 430px) and (max-width: 932px) { 
    .main-image {
      width: 398px !important;
      position: absolute;
  }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) { 
    .main-image {
      width: 356px !important;
      height: 400px;
      object-fit: cover;
      border-radius: 10px;
      transition: opacity 0.5s;
      position: absolute;
  }
  .hexagon {
    width: 150px;
    padding-bottom: 0px;
    margin: 10px;
}
.image-box__overlay {
  height: auto;
}
.hero-section-new {
  height: auto;
  margin-top: 0%;
  min-height: auto;
}
.stat-card {
  height: 200px;
  width: 200px;
  margin: auto;
}
.px-20 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.hero-content {
  height: auto;
}
.hex-row-2 {
  margin-top: -14px;
}
  }

 .footer p {
  font-size: 1rem;
  line-height: 23px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 2rem !important;
  font-weight: 400;
 }
/*----------DonateSection-------*/
.donate-section {
  position: relative;
  background: url(../images/donate_now_banner.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 410px 0 170px;
}
.donate-section::before {
  content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(2, 13, 25, 0) 16.33%, rgba(2, 13, 25, 0.8) 100%), linear-gradient(360deg, rgba(2, 13, 25, 0) 87.52%, #020D19 101.14%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.donate-box {
  position: relative;
  background-color: var(--white);
  border-radius: 30px;
  padding: 40px;
  z-index: 1;
}
.section-title h3 {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-color);
  padding-left: 34px;
  margin-bottom: 15px;
}
.section-title h2 {
  font-size: 50px;
  margin-bottom: 0;
  cursor: none;
}
.section-title p {
  margin-top: 20px;
  margin-bottom: 0;
}
.donation_form .form-control {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 550;
  background-color: transparent;
  color: #000;
  border: 1px solid #020d1926;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  padding: 7px 15px;
  letter-spacing: 1px;
  font-family: 'founder_bold';
}

/*----------DonateSection-------*/
.hero-content .section-title h3, .hero-content .section-title h1, .hero-content .section-title p {
  color: var(--white);
}
.section-title h3 {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-color);
  padding-left: 34px;
  margin-bottom: 15px;
}
.section-title {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.section-title h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/logo_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.section-title h1 span, .section-title h2 span {
  color: var(--primary-color);
}
.section-title h1 {
  font-size: 5rem !important;
  line-height: 72px !important;
}
.hero-content .section-title p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 26px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: founder_light;
  line-height: 27px;
}

.btn-default {
  position: relative;
  display: inline-block;
  background: var(--primary-color);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  border: none;
  padding: 20px 54px 20px 24px;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 0;
  text-decoration: none;
}
.hero-body {
  z-index: 1;
  position: relative;
  margin-top: 40px;
}
.btn-default:hover::before {
  transform: translate(-21px, -50%);
}
.btn-default::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate(-24px, -50%);
  transition: all 0.4s ease-in-out;
}
.btn-default:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.donation-box {
  background: var(--white);
  border: 1px solid #020D1914;
  box-shadow: 0px -10px 40px 5px #00000008;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 30px;
}
.additonal-form {
  padding: 60px 0;
  padding-bottom: 0px;
}
.additonal-form-new {
  padding: 60px 0;
  padding-bottom: 0px;
  padding-top: 0px;
}
.section-title h3 {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-donate);
  padding-left: 34px;
  margin-bottom: 15px;
}
.your_donate {
  color: var(--text-color) !important;
  margin-bottom: 15px !important;
}
.donation-box h2{
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
input::placeholder {
  color: #f00;
  opacity: 1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.upi_payment img{
  width: 100%;
}
.upi_payment {
  display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.upi_payment h1{
  text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
.upi_payment image {
  width: 100%;
}
.upi_payment p {
  margin-bottom: 2rem;
  font-size: 1rem;
  text-align: center;
}
.donation_indian h4{
  text-align: left;
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.donation_indian p {
  margin-top: 10px;
  font-size: 1rem;
}
.new_account_holder p {
  font-size: 0.9rem;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 34px;
}
.new_account_holder p b::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/icon-check-dark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.about-us-images {
  position: relative;
  padding: 0 0 190px 110px;
  margin-right: 30px;
}
.about-img-1, .about-img-2 {
  border-radius: 30px;
  overflow: hidden;
}
.about-img-1 figure, .about-img-2 figure {
  display: block;
  margin: 0px;
}
.about-img-1 img, .about-img-2 img {
  width: 100%;
  object-fit: cover;
}
.about-img-1 img {
  aspect-ratio: 1 / 0.95;
}
.about-img-2 img {
  aspect-ratio: 1 / 0.86;
}
.image-anime:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.about-img-2 {
  position: absolute;
  max-width: 412px;
  bottom: 0;
  left: 0;
  border: 15px solid var(--white);
  z-index: 1;
  overflow: hidden;
}
.need-fund-box {
  position: absolute;
  right: 0;
  bottom: 15px;
  max-width: 145px;
  background-color: var(--primary-color);
  border-radius: 13px;
  padding: 18px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.need-fund-box:hover:before {
  top: auto;
  height: 100%;
}
.need-fund-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--text-donate);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.need-fund-box{
  max-width: 125px;
  padding: 10px;
  bottom: 5px;
}
.need-fund-box img {
  position: relative;
  width: 100%;
  max-width: 60px;
  margin-bottom: 10px;
  z-index: 1;
}
.need-fund-box p {
  position: relative;
  text-transform: capitalize;
  color: var(--white-color);
  font-weight: 600;
  margin: 0;
  z-index: 1;
}

.why-choose-images {
  position: relative;
  padding: 0 65px 45px 0;
}
.why-choose-image-1 figure, .why-choose-image-2 figure {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.why-choose-image-1 img, .why-choose-image-2 img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}
.why-choose-image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 265px;
  border: 2px solid var(--white);
  border-radius: 50%;
}
.py-6 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0px;
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}
.cheeque_donate {
  margin-top: 35px;
}
.about-us {
    position: relative;
    background:url(https://lks-gallery.s3.ap-south-1.amazonaws.com/0P1A0503.JPG);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    padding: 267px 0 72px;
    padding-bottom: 225px;
}

.about_sectio_short {
  margin-bottom: 40px;
}
.about_section_content h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/logo_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.about_section_content h3 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-donate);
  padding-left: 34px;
  margin-bottom: 15px;
}
.about_section_content h1{
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--text-donate);
  font-family: 'founder_bold', sans-serif;
  font-size: 4rem;
  line-height: 50px;
  margin-bottom: 23px;
}
.vocational_traning h4{
  font-weight: bold;
  letter-spacing: 1px;
}
/*----------End DonateSection-------*/
/*----------ApproachSection-------*/
.our-approach {
  padding: 100px 0;
  background: var(--thired-color);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.our-approach-box-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 100px;
}
.our-approach-content {
  width: calc(50% - 15px);
}
.mission-vision-box {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 970px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 30px;
  box-shadow: 0px -10px 40px 5px #00000005;
  padding: 50px;
  overflow: hidden;
  z-index: 2;
}
.mission-vision-item {
  position: relative;
  width: calc(33.33% - 53.33px);
}
.mission-vision-item:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  right: -40px;
  height: calc(100% - 30px);
  width: 1px;
  background: var(--border-color);
}
.mission-vision-item .icon-box {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.mission-vision-item .icon-box:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 0;
}
.mission-vision-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 50px;
  z-index: 1;
}
.mission-vision-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.mission-vision-content p {
  margin: 0;
}
.our-approach-image {
  width: calc(50% - 15px);
  border: 2px solid #87ceeb;
    padding: 10px;
    border-radius: 30px;
}
.our-approach-image figure {
  display: block;
  border-radius: 30px;
}
.our-approach-image img {
  width: 100%;
  aspect-ratio: 1 / 0.947;
  object-fit: cover;
  border-radius: 30px;
}
.our-approach-image figure {
  display: block;
  border-radius: 30px;
}
.mission-vision-item:nth-child(3n + 3):before{
	display: none;
}
.text-anime-style-2 {
  font-family: 'founder_bold', sans-serif;
    font-size: 4rem !important;
    line-height: 50px !important;
}
.our_approch {
  color: var(--text-color) !important;
  margin-bottom: 37px !important;
}
.our-team {
  padding: 100px 0 70px;
  padding-top: 50px;
}
.section-row .section-title {
  width: 100%;
  max-width: 765px;
  margin-bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.team-item {
  background-color: var(--white);
  border: 1px solid var(--border-color);
  box-shadow: 0px -10px 40px 5px #00000008;
  border-radius: 30px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 20px;
}
.team-image {
  margin-bottom: 20px;
}
.team-image a, .team-image a figure {
  display: block;
  border-radius: 20px;
}
.team-content {
  text-align: center;
  margin-bottom: 15px;
}
.team-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.team-content h3 a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.team-content p {
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: center;
}
.team-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.team-social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.team-social-icon ul li a {
  width: 36px;
  height: 36px;
  color: var(--white);
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.team-social-icon ul li a i {
  color: inherit;
  font-size: 18px;
}
.team-image a img {
  width: 100%;
  aspect-ratio: 0.8 / 0.87;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
}
.team-item:hover .team-image a img {
  transform: scale(1.1);
}
.team-social-icon ul li a:hover {
  background: var(--text-donate);
}
.lokkalyan_about h1 span{
  color: var(--primary-color);
}
.lokkalyan_about h1 {
  color: var(--white);
  letter-spacing: 2px;
}
.contribute_us img{
  width: 100%;
}
.member-content-body {
  background-color: var(  --thired-color);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 30px;
  margin-top: 40px;
}
.member-content-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.member-content-body ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  text-transform: capitalize;
  color: var(--text-donate);
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.member-content-body ul li span {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: var(--text-color);
  display: inline-block;
  width: 80%;
}
.team-member-image figure {
  display: block;
  border-radius: 20px;
}
.team-member-image img {
  width: 100%;
  aspect-ratio: 1 / 1.06;
  object-fit: cover;
  border-radius: 20px;
}
.about_app {
  color: var(--text-color) !important;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1rem !important;
}
.our_leader {
  letter-spacing: 2px;
  margin-bottom: 50px !important;
}
/*----------EndApproachSection-------*/
/*-------------Approch------*/
.page-programs {
  padding: 100px 0 70px;
}
.program-item {
  position: relative;
  height: calc(100% - 30px);
  background: var(--white);
  border: 1px solid var(--border-color);
  box-shadow: 0px 0px 40px 5px #00000005;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 30px;
  z-index: 1;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.program-image {
  margin-bottom: 30px;
}
.program-image a {
  display: block;
}
.program-image figure {
  display: block;
  border-radius: 20px;
}
.program-image img {
  width: 100%;
  aspect-ratio: 1 / 0.701;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.program-body {
  text-align: center;
}
.program-content {
  margin-bottom: 30px;
}
.program-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.program-content h3 a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.program-content p {
  margin-bottom: 0;
}
.readmore-btn {
  position: relative;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8em;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 40px;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  letter-spacing: 1px;
}
.readmore-btn::before {
  content: '\f061';
  position: absolute;
  right: 0;
  top: 50%;
  font-family: 'Font Awesome 6 Free';
  font-size: 14px;
  line-height: normal;
  color: var(--white);
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  background-position: center center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-3px, -50%);
  transition: all 0.3s ease-in-out;
}
.page-program-single {
  padding: 100px 0;
}
.page-single-sidebar {
  position: sticky;
  top: 70px;
  margin-right: 20px;
}
.page-sidebar-catagery-list {
  border: 1px solid var(--border-color);
  border-radius: 30px;
  margin-bottom: 60px;
  box-shadow: 0px -10px 40px 5px #00000005;
  overflow: hidden;
}
.page-sidebar-catagery-list h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: var(--accent-color);
  color: var(--white);
  padding: 20px 30px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.page-sidebar-catagery-list ul {
  list-style: none;
  margin: 0;
  padding: 30px;
}
.page-sidebar-catagery-list ul li {
  line-height: 1.5em;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.page-sidebar-catagery-list ul li a {
  position: relative;
  display: block;
  text-transform: capitalize;
  color: var(--text-color);
  padding-right: 30px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.page-sidebar-catagery-list ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../images/arrow-text.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.page-sidebar-catagery-list ul li .active_program {
      color: var(--accent-color);
      font-weight: bold;
}
.page-sidebar-catagery-list ul li .active_program::before {
  background: url(../images/download.svg) no-repeat;
  font-weight: bold;
}
.sidebar-cta-box {
  position: relative;
  background-image: url(../images/gallery_image/10.JPG);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
  text-align: center;
  padding: 40px;
  overflow: hidden;
  z-index: 1;
}
.sidebar-cta-box::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--text-donate);
  opacity: 60%;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.sidebar-cta-box .icon-box, .sidebar-cta-content {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.sidebar-cta-box .icon-box img {
  width: 100%;
  max-width: 92px;
}
.sidebar-cta-content p {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 15px;
  text-align: center;
}
.sidebar-cta-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
}
.sidebar-cta-content h4 {
  color: var(--white);
  font-weight: 600;
}
.btn-default {
  position: relative;
  display: inline-block;
  background: var(--primary-color);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  border: none;
  padding: 20px 54px 20px 24px;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
.btn-default::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--primary-color);
  border-radius: 100px;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.program-feature-image {
  margin-bottom: 40px;
}
.program-feature-image figure {
  display: block;
  border-radius: 30px;
}
.program-feature-image img {
  width: 100%;
  aspect-ratio: 1 / 0.598;
  object-fit: cover;
  border-radius: 30px;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.program-entry {
  margin-bottom: 60px;
}

.program-entry h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
.program-entry p {
  margin-bottom: 20px;
}
.building-stability-box, .program-why-choose {
  margin-top: 60px;
}
.program-entry ul {
  gap: 20px 30px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
}
.program-entry ul li {
  width: calc(50% - 15px);
  background: url(../images/icon-check-dark.svg) no-repeat;
  background-size: 26px auto;
  line-height: 1.5em;
  text-transform: capitalize;
  color: var(--text-color);
  padding-left: 30px;
}
.page-sidebar-catagery-list ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.donate_now {
  font-weight: bold;
  color: var(--white);
  background: var(--accent-color);
  font-size: 23px;
  padding: 10px;
  border-radius: 6px;
  width: auto;
  float: left;
  border: 1px dashed;
  letter-spacing: 2px;
  text-transform: unset;
  text-shadow: 0px 3px 3px #000;
}
.faq-accordion .accordion-item {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.accordion-header {
  margin-bottom: 0;
}
.faq-accordion .accordion-header .accordion-button.collapsed {
  background: var(--white);
  color: var(--text-color);
}

.faq-accordion .accordion-item .accordion-button::after, .faq-accordion .accordion-item .accordion-button.collapsed::after {
  content: '\f107';
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-item .accordion-button.collapsed::after {
  transform: translateY(-50%) rotate(-90deg);
  color: var(--text-color);
}
.collapse:not(.show) {
  display: none;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 18px 40px 18px 20px;
}
.faq-accordion .accordion-item .accordion-body p:last-child {
  margin: 0;
}
.accordion-body a {
  color: var(--primary-color);
  font-weight: 600;
}
.faq-accordion .accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  background: var(--accent-color);
  color: var(--white);
  padding: 18px 40px 18px 20px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}
.faq_bottom {
  margin-bottom: 0px !important;
}
#wave {
  margin-bottom: -1px;
}
.page-contact-us {
  padding: 100px 0;
}
.contact-info-box {
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 30px;
  padding: 60px 22px;
  box-shadow: 0px -10px 40px 5px #00000005;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 64px;
}
.contact-info-item {
  width: calc(26% - 66.66px);
  position: relative;
  display: flex;
  align-items: start;
}
.contact-info-item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  height: 100%;
  width: 1px;
  background-color: var(--border-color);
}
.contact-info-item .icon-box {
  position: relative;
  margin-right: 20px;
  padding-bottom: 5px;
}
.contact-info-item .icon-box:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: var(--accent-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 0;
}
.contact-info-content {
  width: calc(100% - 70px);
}
.contact-info-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.contact-info-content p {
  margin: 0;
  font-size: 14px;
  font-family: system-ui;
  text-align: left;
}
.contact-info-content p a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.contact-info-item .icon-box img {
  position: relative;
  width: 100%;
  max-width: 50px;
  z-index: 1;
}
.contact-info-item:last-child:before{
	display: none;
}
.google-map-iframe iframe {
  width: 100%;
  height: 500px;
  border: none;
}
.padding-l-0 {
  padding-left: 0px;
}
.get_to_tocuh {
  margin-bottom: 23px !important;
}
.contact-form .mb-4{
  margin-bottom: 1rem !important;
  font-weight: 400 !important;
}
.div_state {
  display: flex;
  justify-content: center;
}
.col-margin {
  margin-top: 30px !important;
}
.section-title-new p {
  margin-bottom: 20px;
}
.section-title-new .years_time {
  background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 5px, transparent 5px) 0% 0% / 8px 8px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 5px, transparent 5px) 100% 0% / 8px 8px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 5px, transparent 5px) 0% 100% / 8px 8px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 5px, transparent 5px) 100% 100% / 8px 8px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 6px) calc(100% - 16px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 16px) calc(100% - 6px) no-repeat, linear-gradient(90deg, #e78c2a 0%, #e78c2a 10%, #87ceeb 70%, #87ceeb 70%, #87ceeb 100%);
  border-radius: 8px;
  padding: 8px 15px;
  box-sizing: border-box;
  margin-right: 7px;
  font-weight: bold;
}
.achievements_miles {
  text-align: center;
  margin-bottom: 0px !important;
    font-weight: bold;
    letter-spacing: 2px;
    color: var(--text-donate);
    font-family: 'founder_bold', sans-serif;
    font-size: 3rem;
    line-height: 50px;
}
.bsb-timeline-8 .timeline>.timeline-item:after {
  border: var(--bsb-tl-circle-border-size) solid #e78c2a !important;
}
.timeline-meta span {
  font-weight: bold;
}
.bsb-timeline-8 .timeline:after {
  background-color: #87ceebf7;
}
.timeline-indicator h6{
  margin-bottom: 0px !important;
    font-weight: 400;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    --bs-text-opacity: 1;
    font-size: .875rem !important;
}
.points {
  padding-left: 0px;
}
.points li {
 list-style: none;
 margin-bottom: 10px;
}
.back-record {
  background-position: right, center;
  background-size: 131% 100%;
}
.page-sidebar-catagery-list .nav-tabs {
  padding: 0px 30px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: none;
  margin-bottom: 0px !important;
}
.page-sidebar-catagery-list .nav-tabs li {
  justify-content: center;
    display: flex;
}
.donation img {
  height: auto;
  max-width: 100%;
}
.donation {
  height: 70vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.page-blog {
  padding: 100px 0;
}
.post-item {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 30px;
  box-shadow: 0px 0px 40px 5px #00000005;
  padding: 40px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.post-item-header {
  margin-bottom: 30px;
}
.post-item-meta {
  margin-bottom: 15px;
}
.post-item-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-item-meta ul li {
  color: var(--accent-color);
  text-transform: capitalize;
}
.post-item-content h2 {
  font-size: 20px;
  line-height: 1.3em;
}
.post-item-content h2 a {
  text-decoration: none;
  color: #000;
}
.post-featured-image {
  margin-bottom: 30px;
}
.post-featured-image a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  cursor: none;
}
.post-featured-image img {
  width: 100%;
  aspect-ratio: 1 / 0.74;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.readmore-btn {
  position: relative;
  color: var(--accent-color);
  font-family: var(--accent-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8em;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 40px;
  transition: all 0.4s ease-in-out;
}
.readmore-btn::before {
  content: '\f061';
  position: absolute;
  right: 0;
  top: 50%;
  font-family: 'Font Awesome 6 Free';
  font-size: 14px;
  line-height: normal;
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: var(--accent-color);
  background-position: center center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-3px, -50%);
  transition: all 0.3s ease-in-out;
}
.page-single-post {
  padding: 100px 0;
}
.post-image {
  position: relative;
  margin-bottom: 30px;
}
.post-image figure {
  display: block;
  border-radius: 40px;
  overflow: hidden;
}
.post-image img {
  width: 100%;
  aspect-ratio: 1 / 0.50;
  object-fit: cover;
  border-radius: 40px;
}
.post-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.post-entry {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.post-entry p {
  margin-bottom: 20px;
}
.post-entry blockquote {
  background: url(../images/icon-blockquote.svg), var(--text-donate);
  background-repeat: no-repeat;
  background-position: 35px 25px;
  background-size: 55px;
  border-radius: 30px;
  padding: 30px 30px 30px 100px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.post-entry blockquote p {
  font-family: var(--accent-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
  color: #fff;
}
.post-entry ul li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--text-color);
  margin-bottom: 15px;
}
.post-tags .tag-links a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1em;
  background: var(--accent-color);
  color: var(--white);
  border-radius: 10px;
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.tag-links {
  font-family: var(--accent-font);
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--text-donate);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.donation-box-magic {
  min-height: 360px;
}
.stat-value-great {
  font-size: 2.5rem;
  font-weight: bold;
  color: white; 
}
.form-floating-label {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-floating-label input {
  width: 100%;
  padding: 1.2rem 0.75rem 0.5rem; /* top padding gives space for label */
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-floating-label label {
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  background: white;
  padding: 0 0.25rem;
  color: #999;
  transition: 0.2s ease all;
  pointer-events: none;
}

.form-floating-label input:focus + label,
.form-floating-label input:not(:placeholder-shown) + label {
  top: -0.6rem;
  left: 0.8rem;
  color: #333;
  font-family: 'founder_bold';
  letter-spacing: 1px;
  font-size: 14px;
}
.secnd_opton img {
  width: 120px;
}
.help-changing p {
  text-align: center;
}
.label_radio {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 65px;
  font-family: 'founder_bold';
  letter-spacing: 1px;
  font-size: 17px;
}
input[type="radio"] {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background: var(--text-color-donate);
  border: 3px solid #FFF;
  box-shadow: 0 0 0 1px var(--text-color-donate);
  margin-right: 8px;
  margin-top: 7px;
  float: left;
}
input[type='radio']:checked {
  background: var(--primary-color);
  box-shadow: 0 0 0 1px var(--primary-color);
}
.lok_font {
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 46px;
  font-size: 18px;
}
.main-tag-line {
  background-color: #f3fcff;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
  border-bottom: 1px solid #87ceeb;
}
/*-------------Timeline Section------------*/
.timeline-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 25px 0;
}

.timeline-line {
  position: absolute;
  top: 49%;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  transform: translateY(-50%);
  border-radius: 2px;
  z-index: 1;
}

.timeline-arrow {
  position: absolute;
  top: 49%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ff6b6b;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 3px;
  z-index: 2;
  animation: moveArrow 15s linear infinite;
}

.timeline-arrow::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: rgba(255, 107, 107, 0.3);
  border-radius: 50%;
  animation: pulse 1s ease-in-out infinite alternate;
}

@keyframes moveArrow {
  0% { left: 0; }
  100% { left: calc(100% - 20px); }
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.3); opacity: 0.3; }
}

.timeline-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}

.timeline-item {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.timeline-item:nth-child(even) {
  margin-top: 100px;
}

.timeline-item:nth-child(odd) {
  margin-bottom: 100px;
}

.timeline-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.timeline-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(79, 172, 254, 0.2), transparent);
  transition: left 0.5s ease;
}

.timeline-item:hover .timeline-card {
  transform: translateY(-10px) scale(1.05);
  border-color: #4facfe;
  box-shadow: 0 20px 40px rgba(79, 172, 254, 0.3);
}

.timeline-item:hover .timeline-card::before {
  left: 100%;
}

.timeline-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  transition: all 0.3s ease;
}

.timeline-item:hover .timeline-icon {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 10px 20px rgba(79, 172, 254, 0.4);
}

.timeline-year {
  font-size: 3rem;
  font-weight: bold;
  color: #4facfe;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.timeline-item:hover .timeline-year {
  color: #00f2fe;
  transform: scale(1.1);
}

.timeline-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.timeline-item:hover .timeline-title {
  color: #4facfe;
}

.timeline-description {
  font-size: 0.95rem;
  color: #7f8c8d;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.timeline-item:hover .timeline-description {
  color: #2c3e50;
}

.timeline-dot {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: #4facfe;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.timeline-item:nth-child(even) .timeline-dot {
  top: -25px;
  bottom: auto;
}

.timeline-item:hover .timeline-dot {
  background: #ff6b6b;
  transform: translateX(-50%) scale(1.3);
}
.additon-mile {
  padding: 10px 0;
}
.about_section_content p {
  color: var(--text-color) !important;
}
.bloac_top_temp {
  height: 200px;
}
.bloac_top_temp .testimonial-text {
  color: var(--thired-color);
}
.donor-speak {
  border: none;
}
.bloac_top_temp h3{
  margin-bottom: 0px;
  color: #fff;
  font-family: 'founder_bold', sans-serif !important;
  letter-spacing: 3px;
}
.bloac_top_temp .testimonial-text {
  margin-top: 5px;
  font-size: 14px;
}
/* Responsive Design */
@media (max-width: 1200px) {
  .timeline-items {
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
  }
  
  .timeline-item:nth-child(3n+2) {
      margin-top: 150px;
      margin-bottom: 0;
  }
  
  .timeline-item:nth-child(3n+1),
  .timeline-item:nth-child(3n) {
      margin-top: 0;
      margin-bottom: 150px;
  }
}
@media (max-width: 1125px) { 

}
@media (max-width: 768px) {
  .timeline-items {
      grid-template-columns: 1fr;
      gap: 20px;
  }
  
  .timeline-item {
      margin: 0 !important;
  }
  
  .timeline-line {
      display: none;
  }
  
  .timeline-arrow {
      display: none;
  }
  
  .timeline-year {
      font-size: 2.5rem;
  }
  
  .timeline-card {
      padding: 25px 20px;
  }
  
  .timeline-dot {
      display: none;
  }
  .bloac_top_temp {
    height: 30vh;
  }
}

@media (max-width: 480px) {
  .timeline-year {
      font-size: 2rem;
  }
  
  .timeline-title {
      font-size: 1.1rem;
  }
  
  .timeline-description {
      font-size: 0.9rem;
  }
  
  .timeline-icon {
      width: 60px;
      height: 60px;
      font-size: 1.5rem;
  }
  .bloac_top_temp {
    height: 60vh;
  }
}

/* Additional hover animations */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

.timeline-item:hover {
  animation: bounce 0.6s ease;
}
/*-------------End Timeline Section------------*/
/*-------------End Approch------------*/
@media screen and (min-width: 360px) and (max-width: 767px) { 
  .vedio_section p {
    width: 100%;
  }
  .contact-info-item {
    width: 100%;
  }

.hero-section {
  background-color: var(--secondary-color);
  min-height: 600px;
  display: flex;
  align-items: start;
  width: 100%;
  justify-content: space-around;
  padding-top: 0rem;
  height: 100vh;
}
.hero-content {
  height: auto;
  padding: 19px 0px;
}
.secnd_opton img { 
  width: 83px;
}
.hero-section {
  min-height: auto;
  height: auto;
}
.hero-image img {
  border-radius: 1.5rem;
}
.carousel-item {
  margin-bottom: 20px;
}
.hero-row {
  height: auto;
}
.img-fluid {
  height: auto;
}
.padding-right {
  padding-right: 1rem;
}
.hero-content .happeness {
  width: 74px;
  object-fit: cover;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1vw;
  position: relative;
}
.hero-content .happeness img {
  width: 80px;
  object-fit: contain;
  height: auto;
}
.hexagon-inner {
  padding: 71px 16px;
}
.hexagon {
  margin: 0px 10px;
  margin-bottom: 10px;
}
.section-title p {
  text-align: center;
  margin-bottom: 10px;
}
.section-title h2 {
  font-size: 34px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
  .vedio_section p {
    width: 100%;
  }
  .contact-info-item {
    width: calc(50% - 66.66px);
  }
  .hero-section {
    background-color: var(--secondary-color);
    min-height: 600px;
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-around;
    padding-top: 0rem;
    height: 100vh;
  }
  .hero-content {
    height: auto;
    padding: 19px 0px;
  }
  .secnd_opton img { 
    width: 83px;
  }
  .hero-section {
    min-height: auto;
    height: auto;
  }
  .hero-image img {
    border-radius: 1.5rem;
  }
  .carousel-item {
    margin-bottom: 20px;
  }
  .hero-row {
    height: 31vh;
  }
  .img-fluid {
    height: auto;
  }
  .padding-right {
    padding-right: 1rem;
  }
  .hero-content .happeness {
    width: 74px;
    object-fit: cover;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1vw;
    position: relative;
  }
  .hero-content .happeness img {
    width: 80px;
    object-fit: contain;
    height: auto;
  }
  .hexagon-inner {
    padding: 71px 16px;
  }
  .hexagon {
    margin: 0px 10px;
  }
  .section-title p {
    text-align: center;
    margin-bottom: 10px;
  }
  .section-title h2 {
    font-size: 34px;
  }
  .hero-content h1 {
    font-size: 2rem;
}
}
@media screen and (min-width: 1470px) and (max-width: 1920px) { 
  .need-fund-box {
    position: absolute;
    right: 0;
    bottom: 14px;
    max-width: 121px;
    height: 166px;
    background-color: var(--primary-color);
    border-radius: 13px;
    padding: 18px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}
  .hero-content h1{
    font-size: 6rem;
    line-height: 95px;
    letter-spacing: -0.025em;
  }
  .main-image {
    width: 46vw;
    height: 489px;
    object-fit: cover;
}
.mb-4 {
  line-height: 1;
  font-size: 3rem;
  color: #000;
  font-weight: 550;
}
.marquee-content h1 {
  font-size: 8vw;
}
.why-choose-image-1 img, .why-choose-image-2 img { 
  width: 74%;
}
.upi_payment img {
  width: 78%;
  margin: 0 auto;
}
.donation-box-magic {
  min-height: 561px;
}
}

.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  display: block;
}
