header{
    border-top: 2px solid var(--theme-color1);
    .logo{
        
            a{
                img{
                    display: block;
                }
            }
    }
    nav{
        ul{
            li{
                border-right: 1px solid #eee;
                &:last-child{
                    border-right: none;
                }
                a{
                    display: inline-block;
                    padding: 0 20px;
                    color: #121111;
                    font-weight: 700;
                    font-size: 1rem;
                }
            }
        }
    }
}
 /* -------------------- MOBILE NAV STYLING -------------------- */
    .mobile-nav {
      position: fixed;
      overflow: scroll;
      top: 0;
      right: -100%;
      width: 270px;
      height: 100%;
      background: linear-gradient(135deg, #fdfbfb, #ebedee);
      border-left: 5px solid var(--theme-color2);
      box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
      display: flex;
      flex-direction: column;
      padding: 60px 20px;
      transition: right 0.3s ease;
      z-index: 999;
    }

    .mobile-nav.active {
      right: 0;
    }

    .mobile-nav ul {
      flex-direction: column;
      gap: 15px;
    }

    .mobile-nav ul li {
      border-bottom: 1px solid #e0e0e0;
      padding-bottom: 10px;
      margin-bottom: 10px;
      position: relative;
    }

    .mobile-nav a {
      font-size: 16px;
      color: #333;
      font-weight: 500;
      padding: 8px 0;
      display: inline-block;
    }

    .dropdown-toggle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .submenu {
      max-height: 0;
      overflow: hidden;
      flex-direction: column;
      gap: 10px;
      padding-left: 15px;
      transition: max-height 0.3s ease;
    }

    .mobile-nav li.open > .submenu {
      max-height: 500px;
    }

    .dropdown-icon {
      font-size: 14px;
      color: #04744e;
      margin-left: 10px;
      cursor: pointer;
      transition: transform 0.3s ease;
      transform: rotate(0deg);
    }

    .mobile-nav li.open > .dropdown-toggle > .dropdown-icon {
      transform: rotate(180deg);
    }

    .submenu a:hover {
      background-color: #f0f9f6;
      border-radius: 4px;
      padding-left: 5px;
    }

    .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 24px;
      cursor: pointer;
      color: var(--theme-color2);
    }
    header .toggle{
      display: none;
    }
    header .toggle i{
      color: var(--theme-color1);
      font-size: 24px;
    }
    @media (max-width: 991px) {
      header .button{
        display: none !important;
      }
      header nav {
        display: none !important;
      }
      header .toggle {
        display: block !important;
      }
    }
.banner-main{
    .slider{  
        .slide{
            position: relative;
            border-bottom: 4px solid var(--theme-color1);
             &::after{
                    position: absolute;
                    content: "";
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background-color: #000;
                    opacity: 0.8;
            }
            img{
                height: 100vh;
            }
            .img-content{
                position: absolute;
                display: inline-block;
                top: 50%;
                left: 50%;
                transform: translate(-50% , -50%);
                text-align: center;
                width: 60%;
                z-index: 9999;
                h2{
                    font-weight: bold;
                    color: #fff;
                    margin-bottom: 20px;
                }
                P{
                    color: #fff;
                    line-height: 1.8;
                    text-align: center;
                    margin-bottom: 30px;
                }
            }
        }
    }
}
.how-we-work{
    .column{
        margin: 20px 0;
        .col-content{
            p{
                text-align: center;
            }
        }
        .col-img{
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
           img{
             width: 180px;
            height: 180px;
            border-radius: 50%;
            border: 5px solid var(--theme-color1);
           }
        }
    }
}
.services{
    .column{
        padding: 50px;
        text-align: center;
        color: #fff;
        h3{
            margin-bottom: 20px;
        }
        P{
            color: #fff;
            margin-bottom: 30px;
        }
    }
}
.explore{
    .column{
        .col-content{
            p{
                text-align: justify;
            }
        }
    }
}
.latest{
    .column{
        .col-content{
            p{
                margin-bottom: 10px;
                span{
                    color:#ed2525;
                }
            }
        }
    }
}
.banner-info{
    background-image: url(../images/imgage-3-1.jpg);
    background-position: center center ;
    background-repeat: no-repeat ;
    background-attachment: scroll ;
    background-size: cover ;
    padding: 80px 0;
    position: relative;
    &::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.5;
        z-index: 1;
    }
    /* p{
        text-align: center;
        position: relative;
        z-index: 2;
        color: #fff;
        margin-top: 30px;
    } */
    .sec-title {
        position: relative;
        font-size: 3.75rem;
        line-height: 4.375rem;
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
        z-index: 2;
    }
    .subscribe-box {
        display: flex;
        position: relative;
        z-index: 2;
        width: 500px;
        margin: 0 auto;
        border: 1px solid gray;
        
    }

    .subscribe-box input {
        flex: 1;
        padding: 15px;
        border: none;
        outline: none;
        background: transparent;
        color: #fff;
        font-size: 16px;
    }

    .subscribe-box input::placeholder {
        color: #aaa;
    }

    .subscribe-box button {
        background: #ff4b2b; /* Orange button */
        color: white;
        border: none;
        padding: 0 30px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
    }

    .subscribe-box button:hover {
        background: #e63e1f;
    }

}
/*-------------footer -------------------*/
.text-center{
            text-align: center;
}
footer{
                background-image: url(../images/footer.jpg);
                background-position: center center ;
                background-repeat: no-repeat ;
                background-attachment: scroll ;
                background-size: cover ;
                padding: 60px 0;
                position: relative;
            &::after{
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #000;
                opacity: 0.8;
                z-index: 1;
            }
            .column{
                position: relative;
                z-index: 9;
                h4{
                    font-size: 1.5rem;
                    color: #fff;
                    margin-bottom: 20px;
                    span{
                        color: #fe9701;
                    }
                }
                .d-flex{
                    .col-lg-4{
                        padding: 0 5px;
                        margin-bottom: 10px;
                        img{
                            display: block;
                        }
                    }
                }
                .causes-ul{
                    padding-left: 20px;
                    li{
                        list-style-type: square;
                    }
                }
                .col-img{
                    img{
                        border-radius: 5px;
                    }
                }
                .col-content{
                    padding-left: 10px;
                    h6{
                        color: #fff;
                        font-size: 1.025rem;
                        line-height: 1.5;
                        margin-bottom: 5px;
                        text-align: start;
                        font-weight: 500;
                    }
                    p{
                        i{
                            color: #fe9701;
                            padding-right: 5px;
                        }
                    }
                }
                p{
                    line-height: 1.5;
                    color: #fff;
                    font-size: 1.025rem;
                    margin-bottom: 20px;
                }
                ul{
                    li{
                        color: #fff;
                        margin-bottom: 15px;
                        i{
                           padding-right: 10px;
                           color: #fe9701;
                        }
                    }
                }
            }
}
.mb-10{
   margin-bottom: 10px;
}
img{
  width: 100%;
}
.footer-bottom{
        background-color: #393b3c;
        padding: 10px;
        color: #fff;
        span{
            padding: 0 5px;
            color: #fe9701;
        }
}
/*----------about banner ---*/
.hero {
      background: linear-gradient(135deg, #d97706 0%, #7f5130 35%, #2f4fa0 75%, #1a2a6c 100%);
      min-height: 100vh;
      display: flex;
      align-items: center;
      position: relative;
    }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('https://storage.googleapis.com/workspace-0f70711f-8b4e-4d94-86f1-2a93ccde5887/image/92f1770f-ca78-4263-a9c6-df8e61650b69.png') center/cover;
            opacity: 0.1;
        }

.hero-content{
    text-align: center;
    color: #fff;
}
.hero-content h1 {
    font-size: 4rem;   /* same as before */
    font-weight: 700;   /* Tailwind's font-bold */
    line-height: 1.2;   /* leading-tight equivalent */
    margin-bottom: 20px;
}

.hero-content p {
    color:#fff;
    font-size: 1.5rem;
    font-weight: 500;   /* closer to Tailwind's default for paragraph text */
    line-height: 1.6;   /* leading-relaxed equivalent */
    max-width: 800px;
    margin: 0 auto 30px auto;
}


.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary1 {
    background-color: white;
    color: #6B21A8; /* Purple */
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-primary1:hover {
    background-color: #e5e7eb; /* Light gray */
}

.btn-secondary2 {
    border: 2px solid white;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-secondary2:hover {
    background-color: white;
    color:red; /* Purple */
}
.volunteer{
  .col-content{
    margin-top: 10px;
    text-align: center;
    h4{
      margin-bottom: 5px;
    }
  }
  .col-img{
    img{
      height: 340px;
    }
  }
}
/*----------------------------sponser sliders----------------------------------*/
.sponsors {
  background: #f8f9fa;
  padding: 60px 20px;
  text-align: center;
}
/* Slider container */
.sponsors .sponsor-slider {
  overflow: hidden;
  position: relative;
}
/* Slide track (moves left) */
.sponsors .slide-track {
  display: flex;
  width: calc(150px * 10); /* number of slides × width */
  animation: scroll 25s linear infinite;
}
/* Each slide */
.sponsors .slide {
  height: 100px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.sponsors .slide img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.sponsors .slide img:hover {
  filter: grayscale(0%);
}
/* Infinite scroll effect */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-150px * 5)); } /* move half length */
}
/*--------------------about page css end here -------------------------*/
.impact-section {
      position: relative;
      background: url(../images/testimonils.webp) no-repeat center center/cover;
      padding: 100px 20px;
      color: #fff;
    }
    .impact-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 47, 75, 0.7);
    }
    .impact-section .container {
      position: relative;
      max-width: 1100px;
      margin: 0 auto;
      z-index: 2;
    }
    .section-title {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 50px;
    }
    .section-title span {
      display: block;
      width: 80px;
      height: 3px;
      background: var(--theme-color1);
      margin: 12px auto 0;
    }
    .slider-2 .slide-item {
      display: flex !important;
      align-items: center;
      gap: 40px;
    }
    .slide-image {
      flex: 1;
      display: flex;
      justify-content: center;
    }
    .slide-image img {
      width: 100%;
      max-width: 300px;
      background-color: #fff;
      padding: 10px;
      border-radius: 10px;
    }
    .slide-content {
      flex: 2;
    }
    .slide-content h3 {
      font-size: 26px;
      margin-bottom: 15px;
    }
    .slide-content p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 15px;
    }
    .slide-content a {
      color:var(--theme-color1);
      text-decoration: none;
      font-weight: 600;
    }
    /* Responsive */
    @media (max-width: 768px) {
      .slider-2 .slide-item {
        flex-direction: column;
        text-align: center;
      }

      .slide-image img {
        max-width: 250px;
      }
    }
    .card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card img {
  width: 100%;
  display: block;
}
.card-body {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-body p{
    color: #8d8d8d;
    margin-bottom: 10px;
}
.card-body h5{
    margin-bottom: 20px;
    color: #222;
    font-size: 1rem;
}
/* Progress Bar */
.progress-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.progress {
  height: 8px;
  background: #ddd;
  border-radius: 4px;
  overflow: hidden;
  flex: 1;
}
.progress-bar {
  width: 0;
  height: 100%;
  background:rgba(0, 47, 75, 0.7);
  transition: width 2s ease;
}
.badge {
  margin-left: 8px;
  background:rgba(0, 47, 75, 0.7);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
}
/* Card Title & Button */
.card-title {
  font-size: 18px;
  margin: 10px 0;
}
      .box-container{
        padding: 0 20px;
      }
      .box-container .box {
        position: relative; /* needed for absolute positioning */
        background-color: #0e606e;
        color: white;
        padding: 20px;
        font-family: sans-serif;
        margin-bottom: 30px;
      }
      /* Triangle outside top-right corner */
      .triangle-color1{
        position: absolute;
        bottom: -20px; /* negative to move outside */
        left: 0px; /* negative to move outside */
        width: 0;
        height: 0;
        rotate: 90deg;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #0e606e;
      }
      .triangle-color2{
        position: absolute;
        top: -20px; /* negative to move outside */
        left: 0px; /* negative to move outside */
        width: 0;
        height: 0;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #f16c00;
      }
      .triangle-color3{
        position: absolute;
        bottom:-20px; /* negative to move outside */
        left: 0px; /* negative to move outside */
        width: 0;
        rotate: 90deg;
        height: 0;
        border-right: 20px solid transparent;
        border-bottom: 20px solid rgb(9, 119, 9);
      }
      .box .box-content{
        display: flex;
      }
      .box .box-content .col-image{
        display: flex;
        justify-content: center;
      }
      .box .box-content .col-image img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
      }
      .box .box-content span{
       font-size: 24px;
       display: inline-block;
       margin-bottom: 10px;
      }
      .box .box-content p{
        line-height: 1.5;
      }
      .mision-vision .col-list{
        padding: 10px 20px;
      }
      .mision-vision .col-list ul{
        padding: 0 20px;
        margin-bottom: 20px;
      }
      .mision-vision .col-list ul li{
        color: #3d3d3d;
        line-height: 1.8;
        list-style-type: disc;
      }
      .mision-vision .col-list h4{
        margin-bottom: 10px;
      }
      .mision-vision .box-container .bg-22{
        background-color:  #f16c00;
      }
      .mision-vision .box-container .bg-green{
        background-color: rgb(9, 119, 9);
      }
      .banner-info{
        .column{
          position: relative;
          z-index: 9;
          background-color: #fff;
          box-shadow: 0 0 5px #fff;
          border-radius: 6px;
          padding: 30px 50px;
          .col-img{
            padding:  0 20px;
            margin-bottom: 20px;
          }
          .col-content{
            h6{
              margin-bottom: 10px;
            }
            p{
              color: #666666;
              text-align: center;
              line-height: 1.7;
            }
          }
        }
      }
/*-----------------testimonials ------------------*/
.testimonial-banner{
            background-image: url('../images/testimonils-banner.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            height: 40vh;
            position: relative;
            &::after{
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background-color: #000;
                opacity: 0.8;
            }
            .banner-heading{
                display: inline-block;
                position: absolute;
                z-index: 9;
                top: 50%;
                left: 50%;
                transform: translate(-50% , -50%);
                h2{
                    color: #fff;
                    margin-bottom: 10px;
                }
                .links{
                    text-align: center;
                    a{
                        color: #fff;
                        span{
                            padding: 0 10px;
                        }
                    }
                }
            }
        }
.testi{
  .column{
    background-color: #fff;
    padding: 15px;
    text-align: center;
    border: 1px solid #f1eaea;
    margin-bottom: 20px;
      p{
        line-height: 1.8;
        margin-bottom: 20px;
         color: #666;
        font-size: 14px;
       }
      .test-name{
           color: rgb(160, 11, 11);
        }
      .col-img{
          display: flex;
          justify-content: center;
          margin-bottom: 20px;
         img{
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }
      }
    }
  }
  /*------------------causes----------------------------*/
  .cause-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      overflow: hidden;
      margin-bottom: 30px;
      transition: transform 0.3s;
    }
    .cause-card:hover {
      transform: translateY(-5px);
    }
     .cause-card .cause-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
     .cause-card .cause-content {
      padding: 20px;
      position: relative;
    }
     .cause-card .cause-content h3 {
      font-size: 1.2rem;
      margin: 0 0 10px;
      color: #333;
    }
     .cause-card .cause-content p {
      font-size: 0.9rem;
      color: #555;
      margin-bottom: 15px;
    }

    /* Ribbon Progress Bar */
     .cause-card .progress-ribbon {
      position: relative;
      height: 40px;
      background: #eee;
      border-radius: 8px;
      overflow: hidden;
    }
     .cause-card .progress-fill {
      height: 100%;
      width: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 10px;
      color: #fff;
      font-weight: bold;
      transition: width 1s ease-in-out;
    }
    /* Different colors for each column */
    .ribbon-1 .progress-fill { background: linear-gradient(90deg, #ff5f6d, #ffc371); }
    .ribbon-2 .progress-fill { background: linear-gradient(90deg, #36d1dc, #5b86e5); }
    .ribbon-3 .progress-fill { background: linear-gradient(90deg, #11998e, #38ef7d); }

    .donate-btn {
      margin-top: 15px;
      display: inline-block;
      padding: 10px 18px;
      background: #222;
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
      transition: background 0.3s;
    }
    .donate-btn:hover {
      background: #000;
    }
/*----------------------projects-------------------------------*/
.Projects .project-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  position: relative;
}

.Projects .project-image {
  position: relative;
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}

.Projects .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Projects .project-date {
  position: absolute;
  bottom: 10px;
  right: -10px;
  background: #f9a825;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 50px;
}

.Projects .project-content {
  flex: 1;
}

.Projects .project-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.Projects .project-time,
.Projects .project-location {
  margin: 0;
  font-size: 15px;
  color: #444;
}

.Projects .project-time i,
.Projects .project-location i {
  margin-right: 6px;
  color: #f44336;
}
.about-us{
  .column{
    margin-bottom: 20px;
    .col-img{
      img{
        border-radius: 4px;
      }
    }
    .col-content{
      h3{
        font-size: 40px;
        color: #333;
        font-weight: 500;
        margin-bottom: 20px;
        span{
          color: var(--theme-color1);
        }
      }
      p{
        margin-bottom: 20px;
        color: #666;
        font-size: 18px;
      }
    }
  }
}
/*-----------------documents ------------------------*/
.documents{
      .column{
        border: 1px solid #666;
        img{
          height: 400px;
        }
      }
    }
  /* Popup modal CSS only */
  .img-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.9);
  }
  .img-modal img {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80vh;
  }
  .close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  #caption {
    text-align: center;
    color: #ccc;
    padding: 10px;
  }
