:root {
    --brand: #133E87;
    --sub: #133E87;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.nav-brand img {
  height: 40px;
}

.nav-brand {
  margin: 0 !important;
}

@media (max-width: 576px) {
  .nav-brand {
    font-size: 14px !important;
  }
}


.carousel-item {
  position: relative;
}

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.651); /* Full dark overlay */
  z-index: 1;
}

/* Image styling */
.carousel-item img {
  height: 600px; /* You can adjust */
  object-fit: cover;
  width: 100%;
}

/* Caption styling */
.carousel-caption {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .carousel-item img {
    height: 250px;
  }

  .carousel-caption h1 {
    font-size: 1.5rem;
  }

  .carousel-caption h5 {
    font-size: 1rem;
  }
}

    

.fplus-single-feature {
  padding: 30px 30px 25px;
  background-color: #fff;
  margin-top: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}

.feature-title {
  margin-bottom: 25px;
}

.feature-title > h5 {
  margin-bottom: 0;
  color: var(--brand);
  font-weight: 900;
}

.fplus-single-feature > p {
  margin-bottom: 0;
  color: var(--body);
}

.fplus-single-feature:hover{
  background: linear-gradient(to right,rgb(13, 47, 107)
,rgba(156, 184, 185, 0.952));
}

.fplus-single-feature:hover h5,
.fplus-single-feature:hover p {
    color: white;
}

/*** Donation Satrt ***/
  .donation-item {
    flex-basis: 50%;
    margin: 20px 10px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
    
}

.donation-item .donation-icon i {
    font-size: 50px;
    color: #223a66;
}

.donation-item h4 {
    color: #223a66;
}

.donation-item p {
    font-size: 14px;
}

.donation-section.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
    padding: 6px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
    .donation-block {
        flex-direction: column;
    }

    .donation-item {
        flex-basis: 100%;
        margin: 10px 0;
        padding: 20px 10px;
    }

    .donation-item h4 {
        font-size: 18px;
    }

    .donation-icon i {
        font-size: 40px;
    }

    .w-hours li {
        padding: 4px 0;
        font-size: 12px;
    }
}


 .contact-box {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    height: 100%;
  }

  .contact-box i {
    font-size: 2.5rem;
    color: #0d2f6b;
    margin-bottom: 15px;
  }

  .contact-box h5 {
    font-weight: bold;
    margin-bottom: 20px;
  }

  .contact-box a {
    color: #333;
    text-decoration: none;
  }

  .contact-box a:hover {
    text-decoration: underline;
    color: #0d2f6b;
  }


/* Path */

.banner-area {

  position: relative;

  min-height: 300px;

  color: #fff;

  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img/image-5/Slider\ 1.jpg) ;

  background-size: cover;

  background-position: top;

  background-repeat: no-repeat;

}



.banner-title {

  color: #fff;

  text-transform: uppercase;

  font-size: 38px;

  font-weight: 900;

}



@media (max-width: 767px) {

  .banner-title {

    font-size: 48px;

  }

}



@media (max-width: 575px) {

  .banner-title {

    font-size: 32px;

  }

}



.banner-text {

  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  max-width: 1170px;

  margin: 0 auto;

  width: 100%;

  z-index: 1;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

}



.banner-heading {

  text-align: center;

}



.breadcrumb {

  padding: 0;

  background: none;

  font-weight: 700;

  text-transform: uppercase;

  font-size: 12px;

}



.breadcrumb li a,

.breadcrumb .breadcrumb-item,

.breadcrumb li a:focus {

  color: #fff !important;

  text-decoration: none;

}



.breadcrumb li a:hover {

  text-decoration: underline;

}



.breadcrumb .breadcrumb-item + .breadcrumb-item::before {

  color: #fff;

}


/* Image Gallery */
.untree_co-section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .untree_co-section {
    padding: 50px 0;
  }
}

.untree_co-section .heading h3 {
  font-size: 35px;
  color: #000000;
}

@media (max-width: 991.98px) {
  .untree_co-section .heading {
    font-size: 20px;
  }
}

.untree_co-section .heading strong {
  font-weight: 700;
}

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px;
  display: block;
}

.item a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  display: block;
}

.item a img {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.item .item-wrap {
  display: block;
  position: relative;
  border-radius: 10px;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.item .item-wrap>i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #ffffff;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover i {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}


.item-wrap:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
/* ------------------------  */

/*project code*/
@keyframes slideFromLeft {
  from {
      opacity: 0;
      transform: translateX(-100px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes slideFromRight {
  from {
      opacity: 0;
      transform: translateX(100px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

.animate-left {
  animation: slideFromLeft .5s ease-in-out;
}

.animate-right {
  animation: slideFromRight .5s ease-in-out;
}


  .card:hover {
        background-color: #f0f5ff;
        transform: translateY(-5px);
        transition: all 0.3s ease-in-out;
        box-shadow: 0 0 15px rgba(19, 62, 135, 0.3);
    }

    .card:hover i {
        color: #0d2f6b !important;
    }

/* product  */
.product-img {
    border-radius: 50px;
  }
  
  .how-bor2,
  .how-bor1 {
    position: relative;
    z-index: 1;
  
  }
  
  .how-bor2::before,
  .how-bor1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 3px solid var(--sub);
    border-radius: 50px;
  }
  
  .how-bor1::before {
    bottom: -21px;
    left: -21px;
  }
  
  
  @media (max-width: 767px) {
    .how-bor1::before {
      bottom: -21px;
      right: -21px;
  
    }
  }
  
  .how-bor2::before {
    bottom: -21px;
    right: -21px;
  }
/* =========================    */

.cta {

   background: linear-gradient(to right,rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/image-5/img\ 6.jpg") fixed center center; 
  /* background-color: var(--brand); */

  background-color: var(--brand);
  background-size: cover;

  padding: 120px 0;

  /* margin-bottom: 50px; */

}



.cta h3 {

  color: #fff;

  font-size: 28px;

  font-weight: 700;

}



.cta p {

  color: #fff;

}



.cta .cta-btn {

  font-family: "Raleway", sans-serif;

  text-transform: uppercase;

  font-weight: 500;

  font-size: 15px;

  letter-spacing: 0.5px;

  display: inline-block;

  padding: 8px 26px;

  border-radius: 2px;

  transition: 0.5s;

  margin: 10px;

  border-radius: 50px;

  border: 2px solid white;

  color: #fff;

}



.cta .cta-btn:hover {

  background: white;
  border: 2px solid white;
  color: rgb(0, 0, 0);

}



@media (max-width: 1024px) {

  .cta {

    background-attachment: scroll;

  }

}



@media (min-width: 769px) {

  .cta .cta-btn-container {

    display: flex;

    align-items: center;

    justify-content: flex-end;

  }

}

.cta-one {

  background: url("../img/image-5/img\ 6.jpg") fixed center center;

  background-size: cover;

  padding: 120px 0;

  margin-bottom: 50px;

}


.custom-btn {
  display: inline-block;
  background-color: #0d2f6b;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.custom-btn:hover {
  background-color: #0b2658;
  color: #fff;
}


.whatsapp-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: #2ed325;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s ease;
}



.whatsapp-btn .whatsapp-tooltip {
  display: none;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d2f6b;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.whatsapp-btn:hover{
     color: white;
}

