:root {
    --primary-color: #F29620; 
    --secondary-color: #02669F; 
    --text-light: #ffffff; 
    --text-dark: #1f2937; 
    --bg-light: #f9fafb; 
    --bg-color:#EBECEC;
  } 
  

  body { 
    font-family: 'roboto', sans-serif;
    color: var(--text-dark);
    background-color: var(--bg-light);
    font-weight: 600;
    font-size: 16px;
  } 
  
  p, span{ 
    font-weight: 400;
  } 

  /* Override Bootstrap colors */
  .bg-primary { 
    background-color: var(--primary-color) !important;
  } 
  
  .text-primary {
    color: var(--primary-color) !important;
  }

  .text-secondary{
    color : var(--secondary-color) !important;
  }

  .btn-light {
    color: var(--primary-color);
    border-color: var(--primary-color);
  }

  .btn-light:hover {
    background-color: var(--secondary-color);
    color: var(--text-light);
  }
  

  /*.topbar{*/
  /*  background: linear-gradient(*/
  /*    90deg,*/
  /*    var(--primary-color) 0%,*/
  /*    var(--secondary-color) 50%,*/
  /*    #EDDD53 100%*/
  /*  );*/
  /*  color: var(--text-light) !important;*/
  /*  padding-left: 80px !important;*/
  /*}*/


.topbar {
   
      background: linear-gradient(90deg, #0072ce 0%, #7c2aa8 50%, #f7941e 100%);
  color: white;
   padding-left: 80px !important;
}

  .btn-background{
    background-color: var(--primary-color) !important;
    color: white !important;
  }


.nav-link {
    display: block;
    font-family: roboto, sans-serif;
    color: #393939;
}


.navbar-toggler:focus {
   
     box-shadow:none;
}

  #heroCarousel {
    position: relative;
    overflow: hidden;
  }
  
  .carousel-item {
    height: 600px;
  }
  
  .carousel-item img {
    object-fit: cover;
    height: 100%;
    opacity: 0.9;
  }
  
  /* .carousel-caption {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    max-width: 50%;
    z-index: 2;
  } */

 .form-control:focus {
   
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}
  
  
  .carousel-control-prev {
    left: -60px;
}


.carousel-control-next {
  right: -60px;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
    max-width: 50%;
    z-index: 2;
}
  
  .carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(2,102,159,0.7) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
  }
  


 

.bg-grey {
    background-color: #D9D9D9 !important;
    border-radius: 10px;
    width: 140px;
    display: flex;
    height: 60 !important;
    align-content: center;
    justify-content: center;
}
  
  

  .partner-logo1{
        width: 107px;
    height: auto !important;
   
  }

  .partner-logo2{
    width: 100px;
    height: auto !important;
   
}

.global{
    font-weight: 600;
}


  .partner-heading{
    color : var(--secondary-color);
  }


  .dp-flex {
    display: flex !important;
    gap: 20px;
}

.card-container{
    margin-top: -350px;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc107;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
    flex-shrink: 0;
  }

  .list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .list-item:last-child {
    margin-bottom: 0;
  }

  @media (max-width: 767.98px) {
    .list-item {
      align-items: center;
      font-size: 0.95rem;
    }
  }
  .hero-section {
    position: relative;
    background: url('./assets/Rectangle18.png') center/cover no-repeat;
    height: 70vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(0, 0, 0, 0.712));
    z-index: 1;
  }

  .hero-content{
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
  }

  .hero-title {
    font-size: 2.5rem;
    font-weight: 600;
  }

  .hero-subtitle {
    font-size: 1.25rem;
    margin-top: 1rem;
  }


  .why-section {
    padding: 60px 0;
  }

  .why-title {
    color: #0072ce;
    font-weight: 700;
  }

  .highlight-yellow {
    color: #f5a623;
    font-weight: 600;
  }

  .highlight-orange {
    color: #ff6f00;
    font-weight: 600;
  }

  .why-image img {
    border-radius: 15px;
    max-width: 100%;
    height: 512px;
    object-fit: cover;
  }



  .custom-list li {
    display: flex;
    align-items: start;
    margin-bottom: 12px;
  }


   small {
    font-weight: 500 !important;
    margin-left: 35px;
}

  .custom-list li {
    font-weight: 500;
}


  .custom-list .list-icon {
    width: 24px;
    height: 24px;
    background-color: #fbbf24; 
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
    flex-shrink: 0;
  }

  .rounded-img {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .engagement-title {
    font-weight: 400;
    margin-bottom: 16px;
  }

  @media (max-width: 767px) {
    .custom-list {
      padding-left: 0;
    }
  }


  .ngo-section {
    padding: 60px 0;
  }

  .ngo-card {
    background-color: #f7f7f7;
    border: none;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    height: 100%;
  }

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

  .ngo-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
    margin-top: 18px;
    margin-right: 0px;
}

  .ngo-title {
    font-weight: 600;
    font-size: 1.1rem;
  }

  .ngo-desc {
    font-size: 0.95rem;
    color: #333;
    margin-top: 10px;
  }

  .know-more {
    color: #0072ce;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
  }

  .know-more i {
    margin-left: 4px;
  }


  .icon-bg{
    background-color: #D9D9D9 !important;
    border-radius: 40px;
    width: 80px;
    height: 80px;
  }



.why{
  width:512px; 
  height: 512px;
}


  .engagement-section {
    padding: 60px 20px;
    background-color: #fff;
  }

  .engagement-section h2 {
    font-weight: 700;
    color: #005a9c;
  }

  .card-box {
    background-color: #f4f4f4;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    transition: 0.3s;
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }

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

  .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .card-header img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
  }

  .card-title {
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
  }

  .card-desc {
    font-size: 0.95rem;
    color: #333;
  }

  .know-more {
    margin-top: 15px;
    display: inline-block;
    color: #0072ce;
    font-weight: 500;
    text-decoration: none;
  }

  .know-more i {
    margin-left: 4px;
  }



  .contact-section {
    padding: 60px 20px;
    background-color: #fff;
  }

  .contact-form-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    border: 5px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image:
      linear-gradient(white, white),
      linear-gradient(to right, #0d47a1, #f44336, #ff9800);
  }

  .contact-form-card h4 {
    color: #0056b3;
    font-weight: 700;
  }

  .form-control,
  .form-select {
    border-radius: 10px;
  }

  .btn-submit {
   
     background: linear-gradient(to right, #0072ce 0%, #7c2aa8 50%, #f7941e 100%);
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    width: 100%;
    transition: 0.3s ease;
  }
  
  .btn-submit:hover {
    opacity: 0.9;
  }
  
  
  
  .btn:hover {
    color: white;
   
}





  @media (max-width: 767px) {
    iframe {
      height: 300px;
      margin-bottom: 20px;
    }
  }


  .image-banner-bottom {
    width: 100% !important;
}


.footer-section {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
  }
  
  .footer-bottom {
   
    background: linear-gradient(to right, #0072ce 0%, #7c2aa8 50%, #f7941e 100%);
    font-size: 14px;
    font-weight: 500;
  }
  .footer-section a {
    color: #000;
    text-decoration: none;
  }
  .footer-section a:hover {
    text-decoration: underline;
  } 


  section#vision {
    background-color: var(--bg-color);
}




.section-padding {
  padding: 60px 0;
}

.engagement-title {
  font-weight: 700;
  color: #0073b9; 
  margin-bottom: 20px;
}

.custom-list {
  padding: 0;
  margin: 0;
}

.custom-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.about{
    font-weight: 600;
}


.list-icon {
  width: 24px;
  height: 24px;
  background-color: #f59e0b; 
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 12px;
  flex-shrink: 0;
}

.rounded-img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  max-height: 500px;
}

@media (max-width: 767.98px) {
  .engagement-title {
    text-align: center;
  }

  .custom-list {
    padding-left: 0;
  }

  .text-content {
    text-align: center;
  }
}


.objective-img{
  max-width: 100%;
  height: 600px !important;
}



.content-overlay {
  color: white;
  text-align: center;
  padding-top: 30vh;
}

.sticky-banner-section {
  height: 60vh; 
  background-image: url('./assets/fixed-banner.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
}


  /*     Mobile Device CSS    */
  
  @media (max-width: 768px) {
    .carousel-caption {
      max-width: 80%;
    }
  }



  @media only screen and (max-width: 768px) {
  .topbar {
    background: linear-gradient(90deg, #0072ce 0%, #7c2aa8 50%, #f7941e 100%);
    color: var(--text-light) !important;
    padding-left: 0px !important;
  }
}



@media only screen and (max-width: 768px) {
  .mission, .about{
    margin-top: 20px;
  }
}


@media only screen and (max-width: 768px){
.hero-title {
    font-size: 2.8rem;
    font-weight: 600;
}
}

@media only screen and (max-width: 768px){
.image-banner-bottom {
    width: 100% !important;
    height: 400px;
    object-fit: cover;
}}



@media only screen and (max-width: 768px){
.about-img{
    width: 100%;
}}


@media only screen and (max-width: 768px){
.about-img2{
    width: 100%;
    margin-top: 20px ;
    
}}



@media only screen and (max-width: 768px){
.navbar-nav {
        padding-top: 20px;
}}

@media only screen and (max-width: 768px){
.objective-img{
  height: auto !important;
  }}


@media only screen and (max-width: 768px){
.logo{
  width: 66px !important;
  }}



@media only screen and (max-width: 768px){
small{
      margin-left: 12px;
  }}



@media only screen and (max-width: 768px){
.sticky-banner-section {
    height: 60vh;
    background-image: url(./assets/fixed-banner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }}

@media (max-width: 768px) {
  .sticky-banner-section {
    background-attachment: scroll;
  }
}


