*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
.hero{
    width: 100vw;
    background: #002030;
    position: relative;
    margin-bottom: 0;
    z-index: 999999;
    padding-bottom: 170px;
}
body {
    font-family: 'Barlow', sans-serif; 
    overflow-x: hidden;
    
    }


    .primary {
      font-family: 'Barlow', sans-serif; 
    }

    .secondary {
      font-family: 'Manrope', sans-serif; 
    }

    .headings {
      font-family: 'Bookman Old Style', serif; 
    }

.logo{
    width: 140px ;
    height: 131px;
    z-index: 99;
}
    .navbar{
        padding: 54px 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-item {
  display: flex;
  align-items: center;
  gap: 76px;
  position: absolute;
    right: 35px;
}

.nav-item a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  font-family: 'Manrope', sans-serif; 
  line-height: 29.4px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-item a:hover {
  color: #40ADE3;
  transform: translateY(-2px);
}

/* ✅ Separator after every link except the last and dropdown content links */
.nav-item a:not(:last-child):not(.dropdown-content a)::after {
  content: "";
  position: absolute;
  right: -38px;
  top: 50%;
  transform: translateY(-50%);
  height: 42px;
  width: 1px;
  background-color: #737373;
}

.dropdown-content a::after {
  content: none !important;
}

/* Dropdown Container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Button */
.dropbtn {
  cursor: pointer;
}

 .dropdown-content {
            display: none;
            position: absolute;
            top: 135%; /* Changed from 120% to eliminate gap */
            left: -41px;
            background-color: white;
            min-width: 250px;
            border-radius: 0 0 8px 8px; /* Rounded bottom only */
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            z-index: 10;
            overflow: hidden;
            opacity: 0;
            transform: translateY(-10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        /* Dropdown Links */
        .dropdown-content a {
            color: #333 !important;
            padding: 4px 12px;
            text-decoration: none;
            display: block;
            text-align: left;
            font-size: 15px !important;
            transition: all 0.2s ease;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
            font-weight: 500;
            z-index: 1;
        }

        .dropdown-content a:last-child {
            border-bottom: none;
        }

        .dropdown-content a:hover {
            background-color: #f8f9fa;
            color: #2c94c9;
            padding-left: 28px;
        }
 /* Invisible gap filler to prevent hover break */
        .dropdown::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 10px; /* This creates an invisible hover area */
            background: transparent;
            z-index: 5;
        }
        .dropdown-content a:hover::before {
            content: "›";
            position: absolute;
            left: 15px;
            color: #2c94c9;
            font-weight: bold;
        }

        /* Show dropdown on hover - FIXED */
        .dropdown:hover .dropdown-content {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }

/* Small arrow beside About Us */
.arrow {
  font-size: 18px;
  margin-left: 4px;
}
.btnn{
    display: flex;
  justify-content: center;
  margin-bottom:100px;
  margin-top: -100px;
  cursor:pointer;
}
.btnn h3{
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #40ADE3;
    color: white;
    padding: 10px 20px;
    border-radius: 11px;
    width: 200px;
    margin: 0 auto;
}
.hero-sec{
    display: flex;
}
.hero-img{
    width: 1089.5px;
    height: 947.28px;
    margin-top: -200px;
    z-index: -1;
}
.hero-text{
    position: relative;
    display: flex;
    flex-direction: column;
   
}
.hero-text h4{
    color: #FFF;
 font-family: 'Barlow', sans-serif; 
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 17px; 
letter-spacing: 15.3px;
text-transform: uppercase;
z-index: -1;
}
.hero-text h1{
    color: #FFF;
    font-family: 'Bookman Old Style', serif;
    font-size: 93.9px;
    font-style: normal;
    font-weight: 300;
    line-height: 112.68px;
    text-transform: uppercase;
    margin-top: 22px;
    z-index: -1;
}
.hero-text p{
    margin-top: 30px;
    color: #FFF;
font-family: 'Barlow', sans-serif; 
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
width: 82%;
z-index: -1;
}
.btn {
    margin-top: 74px;
    display: flex;
    width: 197.94px;
    height: 58.388px;
    padding: 0 48.94px 0 52px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8.983px;
    background: #40ADE3;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;

    /* Smooth transition for hover */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover {
    transform: translateY(-5px); /* Slides up by 5px */
    box-shadow: 0 8px 15px rgba(0,0,0,0.2); /* Optional: add shadow on hover */
}

.hero-text .btn h3{
    color: #000;
font-family: 'Barlow', sans-serif; 
font-size: 17.966px;
font-style: normal;
font-weight: 500;
line-height: 15px; 
text-transform: capitalize;
margin-top: 8px;
}
.hero-text h6{
    margin-top: 135px;
color: #FFF;
font-family: 'Barlow', sans-serif; 
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}
.hero-text .icons{
    position: absolute;
    display: flex;
width: 6.122px;
height: 9.556px;
flex-direction: column;
justify-content: center;
bottom: 250px;
right: 0px;
left: auto;
flex-shrink: 0;
gap: 33px;
}
.hero-text .icons i{
    color: #40ADE3;
text-align: center;
font-size: 16.623px;
font-style: normal;
font-weight: 400;
line-height: 16.623px; 
}
.hero-text .icons i:hover {
    transform: scale(1.3);      
    color: #ffffff;              
    cursor: pointer;
}

.hero:before {
    content: '';
    background-image: url(../images/ellips.png);
    position: absolute;
    width: 2370px;
    height: 437px;
    background-repeat: no-repeat;
    left: -310px;
    right: auto;
    top: auto;
    bottom: -90px;
    transform: rotate(4deg);
}
.scroll-indicator {
  animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.about{
    margin-top: 100px;
    gap: 75px;
    display: flex;
     padding: 0px 100px;
}
.about-text{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.about  .about-text h1{
    color: #3A3711;
font-family: 'Bookman Old Style', serif; 
font-size: 45px;
font-style: normal;
font-weight: 300;
line-height: 60.672px; /* 120% */
text-transform: uppercase;
}
.about  .about-text p{
    flex-shrink: 0;
    color: #525252;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.about-text .btn h3{
    color: #fff;
font-family: 'Barlow', sans-serif; 
font-size: 17.966px;
font-style: normal;
font-weight: 500;
line-height: 15px; 
text-transform: capitalize;
margin-top: 8px;
}
.tools{
     margin: 150px 100px;
height: 998px;
flex-shrink: 0;
border-radius: 47px;
background: radial-gradient(101.84% 92.52% at 50% 50%, #40ADE3 0%, #235F7D 100%);

}
.tools h1{
    color: #FFF;
    padding-top: 77px;
    width: 58%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Bookman Old Style', serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 45px; /* 120% */
    text-transform: uppercase;
}
.tools p{
    color: #FFF;
width: 1110px;
padding-top: 22px;
flex-shrink: 0;
text-align: center;
font-family: 'Barlow', sans-serif; 
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin: 0 auto;
}
.card-box {
  display: flex;
  gap: 20px;
  overflow-x: auto; /* horizontal scroll */
  overflow-y: hidden;
  scroll-behavior: smooth;
  cursor: grab;
  padding: 20px;
  margin-top: 40px;
}

.card-box::-webkit-scrollbar {
  display: none; /* hide scrollbar */
}

.cards {
  flex-shrink: 0; /* prevents shrinking */
  width: 503px;
  padding: 20px 20px;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.cards img {
  max-width: 100%;
  border-radius: 10px;
}

.cards h3 {
  color: #15141C;
  font-family: 'Manrope', sans-serif; 
  font-size: 30px;
  font-weight: 600;
  line-height: 43.56px;
  letter-spacing: 0px;
  margin-top: 30px;
}

.cards p {
  color: #6C6C6C;
  font-family: 'Manrope', sans-serif; 
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  margin-top: 13px;
  width: 100%;
 padding: 0px 21px;
}

.cards .arrow {
  position: absolute;
  bottom: 163px;
  right: 95px;
  font-size: 24px;
  color: #40ADE3;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}

.cards .arrow:hover {
  transform: translateY(-5px) rotate(15deg);
  color: #ffffff;
}


.about-3{
gap: 75px;
    display: flex;
    justify-content: space-around;
     padding: 0px 100px;
}
.about-text{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.about-3   h1{
    color: #000;
font-family: 'Bookman Old Style', serif; 
font-size: 50.56px;
font-style: normal;
font-weight: 300;
line-height: 60.672px; /* 120% */
text-transform: uppercase;
}
.about-3   p{
    width: 704px;
height: 78px;
flex-shrink: 0;
color: #525252;
font-family: 'Barlow', sans-serif; 
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.about-3 .btn h3{
    color: #fff;
font-family: 'Barlow', sans-serif; 
font-size: 17.966px;
font-style: normal;
font-weight: 500;
line-height: 15px; 
text-transform: capitalize;
margin-top: 8px;
}

#faq {
  background-color: #40ADE3; /* main blue background */
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: 'Barlow', sans-serif;
  margin: 150px 0px;
}

#faq .accordion-button {
  border: none;
  border-radius: 10px !important;
  font-size: 18px;
  transition: background 0.3s, transform 0.3s;
  font-family: 'Barlow', sans-serif;
  font-weight: 700; /* make question bold */
  color: #15141C; /* black color for questions */
}

#faq .accordion-button:not(.collapsed) {
  background-color: #e0f7ff; /* lighter shade on open */
  color: #15141C; /* keep black when open */
}

#faq .accordion-button:hover {
  background-color: #d0eefc; /* hover effect */
  transform: translateY(-2px);
}

#faq .accordion-body {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Barlow', sans-serif;
  font-weight: 400; /* normal weight for answer */
  color: #333; /* dark gray for answers */
}

#faq .accordion-item {
  border: none;
  border-radius: 10px; /* rounded corners for cards */
  overflow: hidden;
  margin-bottom: 15px;
}

#faq h2{
 color: #000;
font-family: 'Bookman Old Style', serif; 
font-size: 40.56px;
font-style: normal;
font-weight: 300;
line-height: 60.672px; /* 120% */
text-transform: uppercase;
}




.sec-4{
    background-image: url(../images/sec-4.png);
    width: 100%;
    height: 100%;
    margin-top: 150px;
}
.sec-4 h1{
    color: #3A3711;

text-align: center;
font-family: 'Bookman Old Style', serif;
font-size: 50.56px;
font-style: normal;
font-weight: 300;
line-height: 60.672px; /* 120% */
text-transform: uppercase;
}
.sec-4 p{
    color: #525252;
width: 1110px;
padding-top: 22px;
flex-shrink: 0;
text-align: center;
font-family: 'Barlow', sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin: 0 auto;
}
.testimonials{
    display: flex;
    margin: 89px 80px;
    gap: 26px;
    
}
.testimonial { 
  width: 564.174px;
  height: 336.203px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 3px solid #D3D3D3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  
  transition: all 0.3s ease; /* smooth hover effect */
}

.testimonial i {
  font-size: 35px;
  color: #96A467;
  transition: color 0.3s ease;
}

.testimonial p {
  color: #222626;
  font-family: 'Barlow', sans-serif;
  font-size: 17.015px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.286px;
  width: 100%;
  text-align: left; /* added */
  transition: color 0.3s ease;
}


.testimonial .user {
  display: flex;
  margin-top: 25px;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.testimonial .user-img {
  border-radius: 50%;
}

.testimonial .user h3 {
  margin-top: 10px;
  color: #222626;
  font-family: 'Barlow', sans-serif;
  font-size: 17.015px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.492px;
  transition: color 0.3s ease;
}

.testimonial .user h4 {
  color: #8D8E8E;
  font-family: 'Barlow', sans-serif;
  font-size: 13.433px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.91px;
  transition: color 0.3s ease;
}

/* ✅ Hover Effect */
.testimonial:hover {
  background: #40ADE3;
  border-color: #40ADE3;
}

.testimonial:hover i,
.testimonial:hover p,
.testimonial:hover .user h3,
.testimonial:hover .user h4 {
  color: #fff;
}
.vids{
   width: 1816px;
height: 767.2px;
flex-shrink: 0;
border-radius: 47px;
background: #40ADE3;
margin: 170px 50px;
padding: 181px 135px;
display: flex;
justify-content: space-around;
align-items: center;
}
.vids-text h1{
    color: #FFF;
font-family: 'Bookman Old Style', serif;
font-size: 66.522px;
font-style: normal;
font-weight: 300;
line-height: 79.826px; /* 120% */
text-transform: uppercase;
}
.vids-text p{
    width: 586.799px;
    color: #FFF;
font-family: 'Barlow', sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 26px;
margin-top: 40px;
}
.video-wrapper {
  width: 883.022px;
  height: 485.273px;
  border-radius: 51.96px;
  overflow: hidden;         
  flex-shrink: 0;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;         
  display: block;
}


.news{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 150px;
}
.stars{
    position: absolute;
    top: 8px;
    left: 500px;
}
.news h1{
color: #000;

text-align: center;
font-family: 'Barlow', sans-serif;
font-size: 42.77px;
font-style: normal;
font-weight: 400;
line-height: 44.195px; 
font-variant: small-caps;
letter-spacing: -2.566px;
}
.news p{
    color: #1E1E1E;
margin-top: 34px;
text-align: center;
font-family: 'Barlow', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 33px; /* 183.333% */
letter-spacing: -0.72px;
text-transform: capitalize;
}
.box-input {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-input input {
    width: 783.586px;
    height: 81.732px;
    background: #fff;
    border: 1.5px solid #000;
    border-radius: 10px;
    box-shadow: 2px 8px 0 #252525;
    outline: none;

    /* ✅ Text styling (matches placeholder) */
    color: #1E1E1E;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.72px;
    text-transform: capitalize;

    /* ✅ This controls where text starts */
    padding-left: 40px;
}

/* Placeholder styling */
.box-input input::placeholder {
    color: #1E1E1E;
    opacity: 0.37;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    text-align: left;
}

/* Arrow button styling */
.input-arrow {
    width: 83.918px;
    height: 55px;
    border-radius: 4px;
    background: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -100px;
    z-index: 99;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.input-arrow:hover {
    background: #40ADE3;
    transform: translateY(-2px);
}

footer{
background: #252525;
padding: 93px 165px;
display: flex;
flex-direction: column;
}
.footer-con{

display: flex;
justify-content: space-between;
}
footer .footer-item{
    display: flex;
    justify-content: center; gap: 75px;
}
footer .footer-item a{
    text-decoration: none;
    color: #fff;
font-family: 'Barlow', sans-serif;
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 155%; /* 29.45px */
letter-spacing: -0.19px;
text-transform: capitalize;

transition: color 0.3s ease, transform 0.3s ease;
}


footer .footer-item a:hover {
    color: #40ADE3;
    transform: translateY(-2px);
}
footer .line {
    width: 100%;           
    height: 1px;           
    background-color: #fff; 
    opacity: 0.3;          
    margin-top: 98px;       
}
.footer-social{
    display: flex;
    justify-content: space-between;
    align-items: center;
     margin-top: 40px;
}
.footer-social .social{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
   
}
.footer-social .social i{
color:#40ADE3;
font-size: 18px;
}
.footer-social .social p{
color: #FFF;
font-family: 'Barlow', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 156.25% */
text-transform: capitalize;
margin-bottom: 0px;
}
.footer-social  p{
    color: #FFF;
font-family: 'Barlow', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 156.25% */
text-transform: lowercase;
margin-bottom: 0px;
}
.footer-icons{
    display: flex;
    gap: 32px;
    align-items: center;
}
.footer-icons i{
    color:#40ADE3;
font-size: 18px;
}
.footer-icons i:hover {
    transform: scale(1.3);      
    color: #ffffff;              
    cursor: pointer;
}
.footer-bottom{
    padding: 50px 149px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom h3{
    color: #000;
font-family: 'Barlow', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 122.222% */
letter-spacing: 6.3px;
text-transform: uppercase;
margin-bottom: 0px;
}
.footer-bottom h4{
    color: #000;

text-align: right;
font-family: 'Barlow', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 122.222% */
letter-spacing: 6.3px;
text-transform: capitalize;
}

 .donate-card {
      background-color: #40ADE3;
      padding: 40px;
      border-radius: 15px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      text-align: center;
      max-width: 550px;
      width: 100%;
    }

    .donate-card h3 {
      color: white;
      font-weight: 600;
      font-size: 26px;
      margin-bottom: 25px;
    }

    .amount-buttons {
      display: flex;
      justify-content: space-between;
      margin-bottom: 25px;
    }

    .amount-buttons button {
      background-color: #40ADE3;
      border: 2px solid #e6e6e6;
      border-radius: 8px;
      padding: 10px 20px;
      cursor: pointer;
      color: white;
      font-weight: 500;
      transition: all 0.3s ease;
      width: 22%;
    }

    .amount-buttons button.active,
    .amount-buttons button:hover {
      background-color: white;
      color: #40ADE3;
      border-color: white;
    }

    .continue-btn {
      background-color: white;
      color: #40ADE3;
      border: none;
      padding: 12px 0;
      border-radius: 8px;
      font-weight: 600;
      width: 100%;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .continue-btn:hover {
      background-color: white;
    }
    img.service-img {
    width: 80%;
}
section.partners-row {
    padding: 80px 0;
}
.partners-head {
    margin-bottom: 30px;
}
.partners-head h2 {
    color: #3A3711;
    font-family: 'Bookman Old Style', serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 300;
    line-height: 60.672px;
    text-transform: uppercase;
    margin: 0;
}
.partners-sec img {
    width: 100%;
    height: 300px;
    object-fit: scale-down;
}
.process-sec {
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 20px;
    padding: 40px 50px;
    height: 350px;
}
.process-sec h3 {
    color: #3A3711;
    font-family: 'Bookman Old Style', serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.process-sec p {
    color: #525252;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.process-sec ul {
    margin-bottom: 0;
}
.process-sec ul li {
    color: #525252;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.member-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    
}
.section-1{
    margin-top:150px;
    margin-bottom:150px;
}
.member-p{
    background:white;
    padding:15px;
}
.member-p img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; /* optional, for smoother edges */
}
.plan-btn {
  background: #40ADE3;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  width:100%;
  margin-top:20px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.plan-btn:hover {
  background: #002030;
  transform: translateY(-2px);
}
