/*** Spinner Start ***/
@import "@fontsource/raleway/400.css";

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease-out, visibility 0s linear .5s;
}

/*** Spinner End ***/

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: .5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-hover-bg {
  transition: 0.5s;
}

.btn-hover-bg:hover {
  background: var(--bs-secondary) !important;
  color: #ff6c06 !important;
}

.btn-hover-color {
  transition: 0.5s;
}

.btn-hover-color:hover {
  color: var(--bs-secondary) !important;
}

/*** Navbar Start ***/

.navbar {
  background: transparent !important;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  .navbar {
    background: transparent !important;
    position: relative;
    top: 0;
  }

  /* Ensure collapsed mobile menu is also transparent */
  .navbar-collapse {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .navbar-nav {
    background-color: transparent !important;
    border: none !important;
  }

  /* Remove any focus borders that might appear */
  .navbar-collapse:focus,
  .navbar-collapse:active,
  .navbar-collapse.show {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  /* Remove button focus border */
  .navbar-toggler:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  /* Fix navbar background width and position on scroll */
  .navbar.scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    background: #DDE6E4 !important;
    box-shadow: 0 2px 10px rgba(249, 195, 123, 0.1);
    border-radius: 0 !important;
    backdrop-filter: blur(6px);
  }
}

.navbar-nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 350px;
}

.navbar .nav-item>.nav-link {
  font-size: 14px;
  padding: 30px 20px;
  color: #f0f0f0 !important;
  transition: color 0.3s;
}

@media (max-width: 991.98px) {
  .navbar .nav-item>.nav-link {
    padding: 10px 0;
  }
}

.navbar .nav-item.active>.nav-link {
  color: #fff !important;
  position: relative;
}

.navbar .nav-item.active>.nav-link::before {
  content: "";
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

@media (max-width: 991.98px) {
  .navbar .nav-item.active>.nav-link::before {
    display: none;
  }
}

.navbar-logo {
  height: 35px;
  width: auto;
  object-fit: contain;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.transparent-navbar {
  background-color: transparent !important;
  transition: background-color 0.3s ease;
}

.scrolled-navbar {
  background-color: rgba(13, 103, 64, 0.4) !important;
  box-shadow: 0 2px 8px rgba(13, 103, 64, 0.4);
  border-color: rgba(13, 103, 64, 0.4) !important;
}

.navbar.scrolled {
  position: fixed;
  top: 0;
  background: #DDE6E4 !important;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(249, 195, 123, 0.1);
}

.navbar.scrolled .nav-link {
  color: #0E4A40 !important;
  font-family: "Raleway" semi Bold;
}

.navbar .btn-prim {
  background-color: rgb(221, 230, 228);
  border-radius: 100px;
  transition: all 0.3s ease;
}

.navbar.scrolled .btn-prim {
  background-color: rgb(158, 194, 179);
  border-radius: 100px;
  transition: all 0.3s ease;
}

.navbar .btn-prim:hover {
  background-color: #A1D7C0;
}

.navbar .nav-link {
  color: #dde6e4 !important;
  font-family: "Raleway" semi Bold;
}

/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-header #carouselId .carousel-control-prev,
.carousel-header #carouselId .carousel-control-next {
  background: transparent;
}

.carousel-header #carouselId .carousel-inner .carousel-item {
  position: relative;
  min-height: 100vh
}

.carousel-header #carouselId .carousel-inner .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  margin-left: 130px;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
  background: transparent !important;
}

.carousel-control-next .carousel-control-prev {
  background: #0A493B;
  border-color: #0A493B;
}

.carousel-control-next .carousel-control-prev :hover {
  background: #A1D7C0 !important;
  border-color: #A1D7C0 !important;
  color: #0A493B !important;
}

.carousel-header #carouselId.carousel {
  position: relative;
}

.carousel-header #carouselId.carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li {
  margin-right: 30px !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 12px !important;
  border: 5px solid transparent;
  transition: 0.5s;

}

.carousel-header #carouselId.carousel .carousel-indicators li.active {
  border: 5px solid #198754 !important;
  border-radius: 10px;
}

.btn-main {
  background-color: #dde6e4;
  /* Bootstrap blue, change to your brand color */
  color: #0A493B;
  border: none;
  transition: all 0.3s ease;
  border-radius: 7px;
}

.btn-main:hover {
  background-color: #A1D7C0;
  /* darker shade */
  color: #198754;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.carousel-caption {
  left: 5%;
  right: auto;
  bottom: 20%;
  text-align: left;
  max-width: 900px;
}

.carousel-caption p,
.carousel-caption h1 {
  text-align: left;
}

.carousel-caption .d-flex {
  justify-content: center;
  /* keep the button centered */
  margin-top: 20px;
}


.carousel-caption {
  left: 5%;
  right: auto;
  bottom: 20%;
  text-align: left;
  max-width: 900px;
}

.carousel-caption p,
.carousel-caption h1 {
  text-align: left;
}

/* Button centered in the image */
.carousel-caption .d-flex {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  /* adjust vertical position */
  justify-content: center;
  width: 100%;
}

.carousel-caption {
  left: 5%;
  right: auto;
  top: 20%;
  text-align: left;
  max-width: 900px;
  position: absolute;
}



/* button container at bottom center */
.carousel-caption .d-flex {
  position: absolute;
  bottom: 8%;
  /* distance from bottom of slide */
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  width: auto;
}


.carousel-caption {
  left: 5%;
  right: auto;
  top: 15%;
  /* raise text higher */
  text-align: left;
  max-width: 900px;
  position: absolute;
}

/* left-align text */
.carousel-caption p,
.carousel-caption h1 {
  text-align: left;
}

/* button above dots, centered */
.carousel-caption .d-flex {
  position: absolute;
  bottom: 12%;
  /* sits above the indicators */
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  width: auto;
}

/*** Carousel End ***/



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/breadcrumb-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0 0;
}

/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
  background: white !important;
  color: #198754 !important;
}

/*** About End ***/


/*** Service Start ***/
.service .service-item {
  position: relative;
  overflow: hidden;
}

.service .service-item .service-link:hover {
  background: rgba(0, 0, 0, 0.6);
}

.service .service-item .service-link a {
  color: var(--bs-white);
  transition: 0.5s;
}

.service .service-item img {
  transition: 0.5s;
}

.service .service-item:hover img {
  transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
  color: #198754;
}

.service .service-item {
  position: relative;
  overflow: hidden;
}

.service .service-item .service-link {
  position: absolute;
  height: 368px;
  padding: 20px;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

.service-item img {
  width: 306;         /* keep full width */
  height: 368px;       /* fixed height */
  object-fit: cover;   /* crops nicely without distortion */
  display: block;      /* removes extra bottom spacing */
}


.service .service-item .service-link:hover {
  background: rgba(0, 0, 0, 0.6);
}

.service .service-item .service-link a {
  color: var(--bs-white);
  transition: 0.5s;
}

.service .service-item img {
  transition: 0.5s;
}

.service .service-item:hover img {
  transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
  color: #198754;
}

.service p {
  text-align: center;
}


/*** Service End ***/


/*** Donation Start ***/
.donation .donation-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.donation .donation-item::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}


.donation .donation-item .donation-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  justify-content: end;
  bottom: -60px;
  left: 0;
  transition: 0.5s;
  z-index: 3;
}

.donation .donation-item:hover .donation-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  justify-content: end;
  bottom: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.donation .donation-item .donation-btn {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.donation .donation-item:hover .donation-btn {
  visibility: visible;
  opacity: 1;
}

/*** Donation End ***/


/*** Counter Start ***/
.counter .counter-item .counter-counting {
  width: 100%;
  text-align: center;
  border-style: dotted;
  border-color: #0a493b;
  font-size: 30px;
}

.btn-custom-orange {
  background: #ff6c06;
  border-radius: 4px;
  color: #fff !important;
  transition: background-color 0.3s ease;
  border-radius: 4px;
}

.btn-custom-orange:hover {
  background: var(--bs-secondary) !important;
  color: #ff6c06 !important;
}

text-primary {
  color: #0A493B;
}

.counter-counting span {
  color: #0a493b !important;
}

.counter-item i {
  color: #0a493b !important;
}

.custom-title {
  color: #0a493b;
  /* change to your preferred color */
}

/*** Counter End ***/


/*** causes Start ***/
.causes .causes-item {
  overflow: hidden;
}

.causes .causes-item .causes-img {
  position: relative;
  transition: 0.5s;
}

.causes .causes-item .causes-img .causes-link {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0 !important;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: rgba(0, 0, 0, .2);
}

.causes .causes-item .causes-img:hover .causes-link {
  background: rgba(0, 0, 0, .6);
}

.causes .causes-item .causes-img .causes-dination {
  position: absolute;
  top: 0;
  right: 0;
}

.causes .causes-item .causes-img .causes-dination a {
  font-size: 14px;
}

.causes .causes-item .causes-content {
  background: #F1F8F4;
  border-color: #F1F8F4;
  border-top: 0;

}

.causes .causes-item .progress {
  height: 10px;
  overflow: visible;
}

.causes .causes-item .progress .progress-bar {
  position: relative;
  width: 0;
  overflow: visible;
  background: #9EC2B3;
  transition: 2s;
}

.causes .causes-item .progress .progress-bar span {
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  padding: 1px 5px;
  font-size: 12px;
  color: var(--bs-white);
  background: var(--bs-dark);
  z-index: 1;
}

/*** causes End ***/


/*** Events Start ***/
.event {
  margin-bottom: 60px;
}

.event .event-carousel.owl-carousel {
  position: relative;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -60px;
  left: 0;
  width: 80px;
  height: 40px;
  color: #fff;
  background: #FF6C06;
  border-radius: 4px;
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -60px;
  right: 0;
  width: 80px;
  height: 40px;
  color: #fff;
  background: #FF6C06;
  border-radius: 4px;
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev:hover,
.event .event-carousel.owl-carousel .owl-nav .owl-next:hover {
  background: var(--bs-secondary) !important;
  color: #ff6c06 !important;
}

.event-item {
  border-radius: 12px;
  overflow: hidden;        /* keeps images inside */
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.event-item {
  height: 580px;             /* total card height */
  display: flex;
  flex-direction: column;    /* stack image + content */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.event-item img {
  height: 320px;             /* reserve space for image */
  width: 100%;
  object-fit: cover;         /* crops nicely */
  display: block;
}

.event-content {
  flex: 1;                   /* fill the remaining space */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.event-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.event-carousel .owl-item {
  display: flex;
  flex: 1;
}



/*** Events End ***/


/*** Contact Start ***/
.contact {
  background: #0a493b;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
  border-top: 3px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-color: var(--bs-light);
  margin-top: 40px;
  position: relative;
}

.footer::before {
  content: "";
  display: block;
  height: 40px;
  background-color: white;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: -1;
}

.footer .footer-item a,
.footer .footer-item p {
  line-height: 35px;
  transition: 0.5s;
}

.footer .footer-item a:hover {
  letter-spacing: 1px;
}

.footer .footer-item .footer-gallery {
  position: relative;
  overflow: hidden;
}

.footer .footer-item .footer-gallery img {
  transition: 0.5s;
}

.footer .footer-item .footer-gallery:hover img {
  transform: scale(1.2);
}

.footer .footer-item .footer-gallery .footer-search-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}

.footer .footer-item .footer-gallery:hover .footer-search-icon {
  opacity: 1;
}

/*** Footer End ***/


/* About Section */
.section-counter {
  background: #f9f9f9;
  padding: 100px 0;
}

.block-48 {
  background: rgba(249, 195, 123, 0.4);
  padding: 40px 30px;
  border-radius: 10px;
  color: #333;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-48 .block-48-text-1 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.block-48-counter {
  font-size: 60px;
  font-weight: bold;
  color: #000;
  margin: 20px 0;
}

.block-48-btn {
  background-color: #0A493B;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
}

.block-48-counter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  /* space between + and number */
}

.plus-sign {
  font-weight: bold;
  font-size: 4.0em;
}



/* Welcome Text Styling */
.welcome-text {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.welcome-text h2 {
  font-weight: bold;
  font-size: 42px;
}

.welcome-text p.lead {
  font-size: 18px;
  color: #666;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #000;
  transition: 0.3s ease;
}

.btn-white:hover {
  background: #000;
  color: #fff;
}

.btn-primary {
  background: #ff6c06;
  border-radius: 4px;
}

.btn-primary:hover {
  background: var(--bs-secondary) !important;
  color: #ff6c06 !important;
}

/* Responsive Tweaks */
@media (max-width: 991.98px) {
  .section-counter {
    padding: 60px 0;
  }

  .welcome-text {
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }

  .welcome-text h2 {
    font-size: 36px;
  }

  .block-48 {
    margin-bottom: 40px;
  }

  .block-48-counter {
    font-size: 48px;
  }
}

@media (max-width: 575.98px) {
  .welcome-text h2 {
    font-size: 30px;
  }

  .block-48-counter {
    font-size: 40px;
  }

  .block-48 .block-48-text-1 {
    font-size: 18px;
  }

  .welcome-text p.lead {
    font-size: 16px;
  }
}

/*Partners*/
.partners-section {
  background: linear-gradient(135deg, #16eb183d, #0dcaf05c);
  padding: 30px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.partners-logos {
  display: flex;
  overflow-x: auto;
  gap: 150px;
  padding: 10px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  /* ✅ makes all logos aligned on the same line */
}


.partners-logos::-webkit-scrollbar {
  height: 8px;
}

.partners-logos::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 4px;
}

.partner {
  flex: 0 0 auto;
  scroll-snap-align: center;
  color: white;
  max-width: 150px;
  text-align: center;
}


.partner {
  color: white;
  max-width: 150px;
  text-align: center;
}

.partner img {
  max-width: 100%;
  height: auto;
  filter: none;
  /* removed grayscale */
  transition: transform 0.3s ease;
}

.partner img:hover {
  transform: scale(1.1);
}


.partner p {
  margin-top: 10px;
  font-size: 0.9rem;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #ffffff10;
  /* semi-transparent white */
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-right: 1rem; /* Added gap between circles */
}

.social-icon:hover {
  background: #A1D7C0;
  color: #0d6efd;
  /* Bootstrap primary blue */
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.footer-title {
  color: #f8f9fa;
  /* light gray/white */
  font-weight: 600;
  font-size: 1.2rem;
  border-bottom: 2px solid #ff6c06;
  /* optional underline with Bootstrap blue */
  display: inline-block;
  padding-bottom: 5px;
}


/*  cover fonts  */
.carousel-caption h4 {
  font-size: 1.2rem;
  /* Smaller subheading */
  letter-spacing: 2px;
  font-weight: 600;
  color: #dde6e4;
}

.carousel-caption h1 {
  font-size: 2rem;
  /* Reduce from display-1 */
  line-height: 1.4;
  font-weight: 700;
  color: #dde6e4;
}

.carousel-caption p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
  .carousel-caption h1 {
    font-size: 1.6rem;
  }

  .carousel-caption p {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .carousel-caption {
    padding: 1rem;
    text-align: left;
  }

  .carousel-caption h1 {
    font-size: 1.3rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
  }

  .carousel-caption h4 {
    font-size: 1rem;
  }
}

.btn {
  color: #fff;
}

/*  about  */
.block-48 {
  background-color: #0a493b;
  padding: 80px 50px;
  border-radius: 8px;
  max-width: 600px;   /* instead of fixed width */
  width: 100%;        /* let it shrink in smaller screens */
  min-height: 280px;  /* base height */
  font-family: 'Poppins', sans-serif;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

/* Tablet */
@media (max-width: 991.98px) {
  .block-48 {
    padding: 50px 30px;
    min-height: auto;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .block-48 {
    padding: 30px 20px;
  }
  .block-48 h2, 
  .block-48-counter {
    font-size: 28px;   /* shrink text */
  }
  .block-48 .block-48-text-1 {
    font-size: 16px;
  }
  .block-48-btn {
    font-size: 14px;
    padding: 8px 14px;
  }
}


.block-48-text-1,
.block-48-text-2 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

.block-48-counter {
  font-size: 5rem;
  font-weight: 600;
  margin: 20px 0;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #fff;
}

.block-48-btn {
  color: #fff;
  background: #FF6C06;
  padding: 14px 32px;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 4px;
}

.text-primary {
  color: #118151 !important;
}

.service-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  /* center horizontally */
  align-items: center;
  /* center vertically */
  background: rgba(0, 0, 0, 0.4);
  /* optional background overlay */
}

.service-link a {
  color: #fff;
  text-decoration: none;
}

.service-item {
  position: relative;
}

/* Event Card Background & Text */
.event-clean {
  background-color: #f1f8f4 !important;
  /* Soft, almost white mint green */
  color: #1b4332;
  /* Deep forest green for main text */
}

/* Event Title */
.event-clean h4 {
  color: #0A493B;
  /* Balanced green - readable and vibrant */
  font-weight: 600;
}

/* Info Text (location/date) */
.event-clean .text-muted {
  color: #4e944f;
  /* Muted herbal green */
}

/* Read More Button */
.event-clean .btn-readmore {
  background: #ff6c06;
  border-radius: 4px;
  color: white;
  border: none;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.event-clean .btn-readmore:hover {
  background: var(--bs-secondary) !important;
  color: #ff6c06 !important;
}

/* Main Container */
.container-fluid.counter {
  color: #eaeaea;
}

/* Title */
.custom-title {
  color: #2a4d3b !important;
  /* Deep forest green */
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

/* Description Paragraph */
.container-fluid.counter p {
  color: #dddddd;
  font-size: 16px;
  line-height: 1.7;
}

/* Counter Boxes */
.counter-item {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.counter-item:hover {
  transform: translateY(-5px);
}

/* Icons */
.counter-item i {
  color: #f4e3b2;
  /* Warm ivory/golden tone */
  font-size: 50px;
}

/* Headings in Cards */
.counter-item h3 {
  font-weight: 600;
  color: #ffffff;
}

/* Numbers */
.counter-counting {
  border: 2px dotted rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}

.counter-counting span {
  color: #0a493b !important;
  /* Soft mint green */
  font-weight: bold;
}



/* Footer link default style */
.footer-item a {
  color: #bbbbbb;
  text-decoration: none;
  transition: all 0.3s ease;
}

.form-contro {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #757575;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ff6c06;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Icon and text hover effect */
.footer-item a:hover {
  color: #118151;
}

.footer-item a:hover i {
  color: #118151;
}

/* Footer improvements */
.footer .row {
    row-gap: 0px; /* spacing between stacked items */
}

/* Make newsletter card full width on small screens */
@media (max-width: 768px) {
    .footer .card {
        margin-top: 60px;
        width: 100%;
    }
    .footer .footer-item {
        text-align: center;
    }
    .footer .footer-item ul {
        padding-left: 0;
    }
    .footer .footer-item ul li {
        margin-bottom: 5px;
    }
}


.navbar .nav-link:hover {
  color: #118151 !important;
}

/* volenteers */
.team-member img {
  height: 300px;
  width: 306px;
  object-fit: cover;
  border-radius: 8px;
}

.team-line {
  width: 300px;
  margin: 15px auto;
  border: 0;
  border-top: 2px solid #000000;
}

.team-member h5 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.team-member p {
  font-size: 0.9rem;
  margin: 0;
}

.white {
  color: #fff;
}

.bg-dar {
  background-color: #0f4c41;
}

/* Campaign cards equal height and scaling fix */
.event-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.event-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-content h4 {
  flex-grow: 1;
}

/* Mobile tweaks for the about counter block */
@media (max-width: 575.98px) {
  .block-48 {
    padding: 20px 15px;   /* smaller padding */
    border-radius: 8px;
  }

  .block-48-counter {
    font-size: 28px;      /* smaller number */
  }

  .plus-sign {
    font-size: 2em;       /* shrink plus sign */
  }

  .block-48 .block-48-text-1 {
    font-size: 14px;      /* smaller heading */
    margin-bottom: 6px;
  }

  .block-48-btn {
    padding: 6px 12px;    /* smaller button */
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
.navbar-nav {
    margin-left: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
    flex-direction: column !important;
    display: flex !important;
  }

  .navbar-nav .nav-item {
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  .navbar-nav .nav-link {
    text-align: center !important;
    justify-content: center !important;
    width: auto !important;
    display: inline-block !important;
    padding: 10px 20px !important;
  }
}

/* Navbar mobile adjustments */
@media (max-width: 768px) {
.navbar-nav {
    margin-left: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
    flex-direction: column !important;
    display: flex !important;
  }

  .navbar-nav .nav-item {
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  .navbar-nav .nav-link {
    text-align: center !important;
    justify-content: center !important;
    width: auto !important;
    display: inline-block !important;
    padding: 10px 20px !important;
  }
}


@media (max-width: 992.98px) {
  .event-carousel .event-item {
    width: 90% !important;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-grow: 0 !important;
    flex-basis: auto !important;
  }
  .event-carousel .owl-item {
    flex: 0 0 auto !important;
    display: block !important;
  }
}

/* Blog cards same width and centered on mobile */
@media (max-width: 575.98px) {
  .event-carousel .event-item {
    width: 90% !important;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-grow: 0 !important;
    flex-basis: auto !important;
  }
  .event-carousel .owl-item {
    flex: 0 0 auto !important;
    display: block !important;
  }
}

