*{
   margin: 0;
   padding: 0;
   font-family: 'Poppins', sans-serif;
   box-sizing: border-box;
}

.btn {
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 100;
    width: 250px;
    height: 60px;
    padding: 20px 40px;
    background: #096BD1;
    border-radius: 1dvh;
}

.header-top {
    display: flex;
    position: relative;
    margin: 0;
    border-bottom: #000000 1px solid;
}

.header-top h6 {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 100;
}

.social-icons {
    position: absolute;
    right: 20px;
    font-size: 20px;
    padding: 10px 0;
}

.social-icons a {
    text-decoration: none;
    padding: 0 5px;
    color: #000000;
}

header .title {
    display: flex;
    position: relative;
}
header .title h5 {
    padding: 10px 20px;
}

header .contact {
    display: flex;
    padding: 10px 0;
    position: absolute;
    right: 20px;
}

header .contact p {
    padding: 0 10px;
    font-size: 12px;
    font-weight: 100;

}

header .navbar {
    display: flex;
    color: #ffffff;
    background: #096BD1;
    position: relative;
}

header .navbar ul {
    margin-left: 40px;
}

header .navbar li {
   list-style-type: none;
   display: inline-block;
   padding: 20px 20px;

}

header .navbar li a {
   color: #ffffff;
   text-decoration: none;
   font-weight: 100;
   font-size: 15px;
}

.inTouch {
    position: absolute;
    right: 40px;
    background: #ffffff;
    color: #096BD1;
    text-decoration: none;
    width: 150px;
    height: 40px;
    padding: 12px;
    margin: 10px;
    border-radius: 3dvh;
    font-weight: 600;
}

/*
==================================
                    Home 
==================================
*/

.header-image {
    height: 100vh;
   width: 100%;
   background-image: linear-gradient(rgba(0, 0, 0, 0.4)), url('/assets/images/IMG_4571.JPG');
   background-size: cover;
   background-position: center;
   position: relative;
   }

   .header-image h1 {
    position: absolute;
    top: 15%;
    left: 25%;
    color: #ffffff;
    font-size: 100px;
    font-weight: 900;
   }

   .header-image p {
    position: absolute;
    top: 30%;
    left: 37%;
    color: #ffffff;
    font-size: 20px;
   }

   .header-image a {
    position: absolute;
    top: 50%;
    left: 42%;

    /*
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 100;
    width: 250px;
    height: 60px;
    padding: 20px 40px;
    background: #096BD1;
    border-radius: 1dvh;
    */
   }

   .wrapper {
        margin: 50px 100px;
   }

   /*=========================== Mission ========================*/


   .mission {
    display: flex;
    width: 100%;
    height: auto;
    margin: 100px 0;
   }

   .mission-left {
    width: 50%;
    height: 100%;

   }

   .mission-left h4 {
    margin-bottom: 40px;
    font-size: 50px;
   }

   .mission-left h6 {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 100;
    color: #0D4F83;
   }

   .mission-left P {
    font-weight: 100;
    height: 300px;
    margin-bottom: 40px;
    padding-right: 100px;
   }

   .video-card {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
   }


   /* =============== activity ===============*/

   .activity {
    width: 100%;
    height: auto;
   }

   .activity-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   }

   .activity h5 {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 30px;
   }

   .activity h4 {
    font-size:  35px;
    margin-bottom: 30px;
   }

   .activity-content {
    width: 32%;
    background: #EFF2F4;
    
   }

   .activity-content img {
    width: 100%;
    height: 300px;
    padding: 20px;
   }

   .activity-content h6 {
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    margin: 40px 0;

   }

   .activity-content p {
    padding: 0 30px 50px;
    font-size: 15px;
    font-weight: 100;
    text-align: center;
   }


   /* ==================== join & testimonial ==================== */

   .join {
    background-image: linear-gradient(rgba(20, 97, 206, 0.8)), url('/assets/images/IMG_4576.JPG');
    background-size: cover;
    position: relative;
    width: 100%;
    height: 400px;
    color: #ffffff;
   }
   
   .join h6 {
    font-size: 50px;
    font-weight: 100;
    position: absolute;
    top: 10%;
    left: 40%;
   }

   .join p {
    text-align: center;
    padding: 0 30px;
    position: absolute;
    top: 40%;
    font-weight: 100;
   }

   .join a {
    position: absolute;
    bottom: 10%;
    left: 45%;
    text-decoration: none;
    width: 150px;
    height: 45px;
    background: #ffffff;
    color: #096BD1;
    border-radius: 1dvh;
    padding: 13px;
    font-size: 17px;
    font-weight: 100;
    text-transform: uppercase;
   }

   .testimonials-section {
    background: #EFF2F4;
    height: 100vh auto;
   }

   .testimonials-section h3 {
    font-size: 25px;
    padding: 60px;
    text-align: center;
   }

   .testimonial-content {
    display: flex;
   }

   .testimonial {
    padding: 50px 200px;
    text-align: center;
   }

   .testimonial p {
    padding-top: 80px;
    font-weight: 100;
   }

   .image-carousel {
    display: flex;
    justify-content: space-between;
    margin: 100px 100px 0;

   }

   .image-carousel img {
    width: 24.9%;
    height: 400px;
   }

   /* =================== contribution ===============*/

   .contribution {
    background: #EFF2F4;
    height: 100vh auto;
   }

   .contribution h4 {
    text-align: center;
    font-size: 30px;
    padding: 20px;
   }

   .contribution strong {
    color: #096BD1;
   }

   .contribution p {
    text-align: center;
    padding: 30px 30px;
    font-weight: 100;
    margin-bottom: 100px;
   }

   .contribution-content {
    display: flex;
    width: 100%;
    height: 100%;
   }

   .contribution-content img {
    width: 50%;
   }

   .section {
    padding: 0 100px;
    width: 50%;
    height: 100%;
   }

   .section ul {
    height: auto;
   }

   .section li {
    font-size: 20px;
    font-weight: 100;
    margin: 30px 0;
   }

   .section span {
    color: #096BD1;
   }

   .section hr {
    width: 300px;
    color: #DCE0E4;
    margin-bottom: 50px;
   }

   .section a {
    margin: 10px;
    text-decoration: none;
    background: #096BD1;
    color: #ffffff;
    border-radius: 1dvh;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    width: 400px;

   }



  

/*-----------------------------------css for small screens --------------------------------------*/

 .navbar .fa-bars {
  display: none;
}

.navbar .fa-times {
  display: none;
}

@media only screen and (max-width: 600px) {


    .navbar {
        height: 50px;
    }
    .navbar .fa {
        display: block;
        font-size: 50px;
    }
    .navbar .fa-bars {
        position: absolute;
        top: 0;
        right: 2px;
        cursor: pointer;
    }
    

  .navbar ul{
    background: #096BD1;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    padding-top: 50px;
    z-index: 2;

  }

  .navbar ul li {
    display: block;
    margin: 25px ;

  }
  .navbar ul .fa {
    position: absolute;
    top: 25px;
    left: 25px;
    cursor: pointer;
  }
 
}
  

 /*================ Home ===========*/
  /* ...existing code... */

/* ...Carousel ... */
.image-carousel-multi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
  overflow: hidden;
}
.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(.77,0,.18,1);
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.carousel-track img {
  width: 25%;
  height: 500px;
  object-fit: cover;
  /*border-radius: 10px;*/
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  flex-shrink: 0;
}
.carousel-btn {
  background: rgba(8, 8, 8, 0.8);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s;
}
.carousel-btn:hover {
  background: #6a11cb;
}
@media (max-width: 900px) {
  .carousel-track img {
    width: 22vw;
    min-width: 110px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .carousel-track img {
    width: 40vw;
    min-width: 90px;
    height: 60px;
  }
}


/*============ Mission, Activity, Join update ==================*/

/* ...existing code... */
.mission {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s cubic-bezier(.77,0,.18,1), transform 0.8s cubic-bezier(.77,0,.18,1);
}
.mission.visible {
  opacity: 1;
  transform: translateY(0);
}

.activity {
  opacity: 0;
  transform: translateX(-80px);
  transition: opacity 0.8s cubic-bezier(.77,0,.18,1), transform 0.8s cubic-bezier(.77,0,.18,1);
}
.activity.visible {
  opacity: 1;
  transform: translateX(0);
}

.join, .testimonials-section, .contribution {
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.8s cubic-bezier(.77,0,.18,1), transform 0.8s cubic-bezier(.77,0,.18,1);
}
.join.visible, .testimonials-section.visible, .contribution.visible {
  opacity: 1;
  transform: scale(1);
}



/* Small Screen Adjustments */

/* ...existing code... */

/* Responsive styles for screens 900px and below */
@media (max-width: 900px) {
  .header-image {
    padding: 1.5rem 0.5rem;
    text-align: center;
  }
  .header-image h1 {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
  }
  .header-image p {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    left: 20px;
  }
  .header-image .btn {
    font-size: 0.95rem;
    width: 80%;
    padding: 20px;
    display: inline-block;
    left: 10%;
  }

  .wrapper {
    margin: 1.5rem 0.5rem;
    padding: 0 0.2rem;
  }

  .mission {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1rem 0 0.5rem 0;
  }
  .mission-left, .mission-right {
    width: 100%;
    padding: 0;
  }
  .mission-left h4 {
    font-size: 1.1rem;
    text-align: center;
  }
  .mission-left h6 {
    font-size: 0.98rem;
    text-align: center;
  }
  .mission-left p {
    font-size: 0.95rem;
    padding: 0;
    text-align: center;
    height: auto;
  }
  .mission-left .btn {
    display: inline-block;
    font-size: 0.95rem;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .video-card video {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .activity {
    padding: 1rem 0.2rem;
  }
  .activity h5, .activity h4 {
    font-size: 1rem;
    text-align: center;
  }
  .activity-section {
    flex-direction: column;
    gap: 1.2rem;
  }
  .activity-content {
    width: 100%;
    padding: 0.5rem 0;
    text-align: center;
  }
  .activity-content img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 8px;
  }
  .activity-content h6 {
    font-size: 1rem;
    margin: 0.5rem 0 0.3rem 0;
  }
  .activity-content p {
    font-size: 0.95rem;
  }

  .join {
    padding: 1rem 0.2rem;
    text-align: center;
  }
  .join h6 {
    font-size: 1rem;
  }
  .join p {
    font-size: 0.95rem;
  }
  .join a {
    display: inline-block;
    margin-top: 0.8rem;
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
  }

  .testimonials-section {
    padding: 1rem 0.2rem;
  }
  .testimonials-section h3 {
    font-size: 1.1rem;
    text-align: center;
  }
  .testimonial-content {
    flex-direction: column;
    gap: 1rem;
  }
  .testimonial {
    width: 100%;
    padding: 0.7rem 0.2rem;
    box-sizing: border-box;
  }

  .image-carousel-multi {
    margin-top: 1rem;
  }
  .carousel-track {
    gap: 0.5rem;
    max-width: 100vw;
  }
  .carousel-track img {
    width: 40vw;
    min-width: 80px;
    height: 300px;
  }
  .carousel-btn {
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }

  .contribution {
    padding: 1rem 0.2rem;
    text-align: center;
  }
  .contribution h4 {
    font-size: 1.1rem;
  }
  .contribution-content {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .contribution-content img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 0.7rem;
  }
  .contribution-content .section {
    width: auto;
    padding: 0 20px;
  }
  .contribution-content ul {

    padding-left: 1rem;
    font-size: 0.95rem;
  }
  .contribution-content a {
    display: inline-block;
    margin-top: 0.8rem;
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
    width: 100%;
  }
}




/* Header */
