/********** Template CSS **********/
:root {
  --primary: #ff6f0f;
  --secondary: #fff0e6;
  --light: #f8f8f9;
  --dark: #001d23;
}

/* Base font for everything */
body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400; /* light text */
  color: #333;      /* optional: make text readable */
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; /* bold for headings */
  font-family: 'Nunito Sans', sans-serif;
}


.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.size {
    font-size: 17px !important;
    font-weight: 400 !important;
}


/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
 
  
}

.read{
    background:#d01b1bd1;
    color:white;
}

.btn .btn-outline-primary :hover {
  color: #ffffff;
}

.btn:hover {
  color: var(--primary);
  background: transparent;
  border:2px solid orange;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.fixed-top {
  transition: 0.5s;
}

.top-bar {
  height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 15px;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    background: #f0f7f9;
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/* Navbar background */
.navbar {
  /* background: linear-gradient(90deg, #ff6a00, #ee0979);  */
  /* background-color: #FF6F0F; */
  /*background-color: white;*/
  /*background-color: #9b36361f !important; */
   background-color: #ffffff00 !important; 
  padding: 10px 20px;
}

/* Logo */
.navbar-brand img {
  height: 100px;
  width: auto;
}

/* Nav links */
.navbar-nav .nav-link {
  /* color: #FF6F0F !important; */
  /* color: #e38272 !important; */
  color: #393a72 !important;
  font-weight: 500;
  margin: 0 10px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav {
  color: #070707 !important;
  /* golden hover */
}

/* Donate button */
.navbar .btn-outline-primary {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  /* background: #ff6a00; */
  background: #ef3c1a;
}

.navbar .btn-outline-primary:hover {
  /* background: #ff6a00; */
  /* background: #5aa86c; */
  color: #020202;
  border-color: #fff;
}

/* Responsive logo size */
@media (max-width: 768px) {
  .navbar-brand img {
    height: 100px;
  }
}

/*** Header ***/
.main-heading{
    font-size:25px;
    font-weight: 700;
    line-height: 1.2;
}

.carousel-caption {
  top: 351px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*background: rgba(0, 29, 35, 0.8);*/
  z-index: 1;
  opacity:1;
}

.x{
    background: rgba(0, 29, 35, 0.8);
    /*height:250px;*/
padding: 20px;
}



.carousel-caption .btn:hover {
  background: #fff;
  color: #ff6b00 !important;
}


/* Responsive */
@media (max-width: 768px) {
    .x{
        height:290px;
    }
    .carousel-caption{
        top:150px;
    }
  .carousel-caption h1 {
    font-size: 1.6rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
  .carousel-caption .btn {
    font-size: 0.9rem;
    padding: 8px 18px;
  }
}

@media (max-width: 480px) {
  .x{
        height:200px;
    }
    .carousel-caption h1 {
    font-size: 1.3rem;

  }
  .carousel-caption p {
    font-size: 0.9rem;
  }
  .carousel-caption .btn {
    font-size: 0.85rem;
    padding: 7px 16px;
  }
}



.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--dark);
  border: 12px solid var(--dark);
  border-radius: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: linear-gradient(rgba(0, 29, 35, 0.8), rgba(0, 29, 35, 0.8)),
    url(../img/breadcrumb/services.jpg) center center no-repeat;
  background-size: cover;
  opacity:0.9;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
}

/*** Causes ***/
.causes-item .progress {
  height: 5px;
  border-radius: 0;
  overflow: visible;
}

.causes-item .progress .progress-bar {
  position: relative;
  overflow: visible;
  width: 0px;
  border-radius: 0;
  transition: 5s;
}

.causes-item .progress .progress-bar span {
  position: absolute;
  top: -7px;
  right: 0;
  width: 40px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: var(--primary);
  color: #ffffff;
}

.causes-item .causes-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.causes-item:hover .causes-overlay {
  height: 100%;
  opacity: 1;
}

/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.06);
}

/*** Donate ***/
.donate {
  background: rgba(0, 29, 35, 0.8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked + label {
  color: var(--primary);
  border-color: var(--primary);
}

/*** Team ***/
.team-item img {
  position: relative;
  top: 0;
  transition: 0.5s;
}

.team-item:hover img {
  top: -30px;
}

.team-item .team-text {
  position: relative;
  height: 100px;
  transition: 0.5s;
}

.team-item:hover .team-text {
  margin-top: -60px;
  height: 160px;
}

.team-item .team-text .team-social {
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-text .team-social {
  opacity: 1;
}

.team-item .team-social .btn {
  display: inline-flex;
  color: var(--primary);
  background: #ffffff;
  border-radius: 40px;
}

.team-item .team-social .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text {
  background: var(--light);
  transform: scale(0.8);
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary);
  transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

/*** Footer ***/

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-square {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .btn.btn-square:hover {
  color: var(--secondary);
  border-color: var(--light);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--secondary);
}

.footer .copyright a:hover {
  color: var(--primary);
}

.footer {
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
    /*url("https://i.imgur.com/4M7IWwP.jpg") center center/cover no-repeat;*/
  padding: 40px 0 10px 0;

  font-size: 17px;
  letter-spacing: 0.1px;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 0 40px;
}

.footer-left {
  flex: 1 1 280px;
  max-width: 280px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 19px;
  margin-left: 70px;
}

.footer-logo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  padding: 5px;
}

.footer-logo span {
  font-size: 28px;
  font-weight: 600;
  font-family: "Georgia", serif;
}

.footer-mission {
  margin-bottom: 18px;
  line-height: 1.6;
  font-size: 1rem;
  color: #fff;
}

.footer-social {
  margin-top: 10px;
  display: flex;
  gap: 18px;
}

.footer-social a {
  color: #fff;
  font-size: 1.4rem;
  transition: color 0.15s;
  text-decoration: none;
}

.footer-social a:hover {
  color: #f15d32;
}

.footer-links,
.footer-contact,
.footer-location {
  flex: 1 1 220px;
  min-width: 160px;
}

.footer-links h3,
.footer-contact h3,
.footer-location h3 {
  font-size: 1.3rem;
  margin-bottom: 18px;
  /*font-family: "Georgia", serif;*/
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 12px;
}

.footer-links a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  transition: color 0.13s;
  border-bottom: 1.5px solid transparent;
  padding-bottom: 2px;
}

.footer-links a:hover {
  color: #f15d32;
  border-bottom: 1.5px solid #f15d32;
}

.footer-contact p,
.footer-contact a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.6;
  word-break: break-all;
  margin: 0 0 8px 0;
  display: block;
}

.footer-contact i {
  color: #f15d32;
  margin-right: 7px;
}

.footer-location .mapouter {
  position: relative;
  text-align: right;
  height: 180px;
  width: 230px;
  margin-top: 10px;
}

.footer-location iframe {
  width: 230px;
  height: 180px;
  border-radius: 6px;
  border: 0;
  box-shadow: 0 3px 12px #2226;
}

.footer-bottom {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #444;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 950px) {
  .footer-container {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding: 0 12px;
  }

  .footer-location .mapouter,
  .footer-location iframe {
    width: 100%;
    min-width: unset;
    max-width: 300px;
  }
}

@media (max-width: 600px) {
  .footer {
    padding: 28px 0 8px 0;
  }

  .footer-container {
    gap: 20px;
    padding: 0 4px;
  }

  .footer-logo span {
    font-size: 19px;
  }

  .footer-left,
  .footer-links,
  .footer-contact,
  .footer-location {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .footer-location .mapouter,
  .footer-location iframe {
    width: 100%;
    height: 120px;
    min-width: unset;
    max-width: 100%;
  }

  .footer-bottom {
    font-size: 12px;
    margin-top: 18px;
    padding-top: 12px;
  }
}

/* whatsapp icon */
.whatsapp-chat {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  padding: 20px;
  font-size: 20px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  text-decoration: none;
}

.whatsapp-chat:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: white;
}

.my-float {
  margin: 0;
}


/*brand color*/
.btn-square {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 8px;
  background: transparent;
  transition: all 0.3s ease;
}

/* Facebook */
.facebook {
  border-color: #1877F2;
}
.facebook i {
  color: #1877F2;
}
.facebook:hover {
  background: #1877F2;
}
.facebook:hover i {
  color: #fff;
}

/* Instagram */
.instagram {
  border-color: #E4405F;
}
.instagram i {
  color: #E4405F;
}
.instagram:hover {
  background: linear-gradient(45deg, #F58529, #FEDA77, #DD2A7B, #8134AF, #515BD4);
  border: none;
}
.instagram:hover i {
  color: #fff;
}

/* YouTube */
/*.youtube {*/
/*  border-color: #FF0000;*/
/*}*/
/*.youtube i {*/
/*  color: #FF0000;*/
/*}*/
/*.youtube:hover {*/
/*  background: #FF0000;*/
/*}*/
/*.youtube:hover i {*/
/*  color: #fff;*/
/*}*/

/* LinkedIn */
.linkedin {
  border-color: #0A66C2;
}
.linkedin i {
  color: #0A66C2;
}
.linkedin:hover {
  background: #0A66C2;
}
.linkedin:hover i {
  color: #fff;
}


/*client*/

.client-logos {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.client-logo-img {
  width: 120px; /* adjust as needed */
  height: auto;
  transition: all 0.4s ease;
  /*filter: grayscale(100%); default black & white */
  cursor: pointer;
  border: 2px solid transparent; /* no border initially */
  border-radius: 8px;
}

/* Hover + Focus effect */
.client-logo-img:hover,
.client-logo-img:focus {
  filter: grayscale(0%); /* bring back color */
  /*transform: scale(1.1);  zoom in */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border: 2px solid #007bff; /* add border on hover */
  border-radius: 8px;
}


/*donate page */
 .donation-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background: linear-gradient(135deg, #ff7e5f, #feb47b); /* Gradient background */
    font-family: Arial, sans-serif;
  }
  .donation-container {
    display: flex;
    gap: 40px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    max-width: 900px;
    width: 100%;
    align-items: center;
  }
  .donation-qr img {
    width: 400px;
    border-radius: 10px;
  }
  .donation-details h2 {
    color: #ff4b2b;
    margin-bottom: 20px;
  }
  .donation-details p {
    font-size: 16px;
    margin: 10px 0;
  }
  .donation-details button {
    margin-left: 10px;
    padding: 5px 10px;
    border: none;
    background-color: #ff4b2b;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
  }
  .donation-details button:hover {
    background-color: #ff6f4b;
  }


/*Member ship Card */

.membership{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    text-align:left;
}

.member-card{
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }

  .member-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
    border:1px solid #d01b1bd1;
}

.member-card button{
    margin-top:15px;
    padding:10px 18px;
    border:none;
    border-radius:8px;
    background:#ff7d27;
    color:#fff;
    cursor:pointer;
}

.member-card button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
