/********** Template CSS **********/
html,body h1{
  font-family: Montserrat !important;
}

body {
    
    font-family: Poppins !important;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
    unicode-range: U +0900 -097F, U +1CD0 -1CF9, U +200C -200D, U +20A8, U +20B9, U +20F0, U +25CC, U + A830-A839, U + A8E0-A8FF, U +11B00 -11B09;
}
:root {
    --bs-tertiary: #797E88;
     font-family: Poppins !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-normal {
    font-weight: 400 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.navbar {padding-bottom: 0px !important; padding-top: 0px !important;}
/*** Button ***/
.btn {
    transition: .5s;
}

.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;
}


/*** Top Bar ***/
.top-bar {
    height: 90px;
    padding: 0 90px;
}

.top-bar h6 {
    letter-spacing: 1px;
}


/*** Nav Bar ***/
.nav-bar {
    padding: 0 90px !important;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    outline: none;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: rgb(44 95 66);
}

.navbar .dropdown-toggle::after {
    border: none;
    /* content: "\f107"; */
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.dropdown-item {border-top: 2px solid green;}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        border-top: 1px solid var(--bs-white);
    }
}

/* @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1.2px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 75px;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1.2px;
    }
} */


/*** Header Carousel ***/
.header-carousel {
    position: relative;
    /* background: url(../img/bg.jpg) center center no-repeat; */
    background-size: cover;
}

.header-carousel .carousel-img {
    position: relative;
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-dark);
    background: var(--bs-primary);
}

.divider_top {
  width: 100%;
  height: 47px; /* adjust based on image */
  background-image: url(../img/theam/line-top.svg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;

}


.divider_down {
  width: 100%;
  height: 47px; /* adjust based on image */
  background-image: url(../img/theam/line-down.svg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;

}

.section-grey {
    background: url(../img/theam/bg_01_big.png) center center no-repeat;
    background-size: cover;
}

.navbar-toggler {
    background-color: rgb(44 95 66) !important;
}


.page-header {
    /* background: url(../img/bg.jpg) center center no-repeat; */
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-tertiary);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-primary);
}

.page-header .breadcrumb-item.active {
    color: var(--bs-dark);
}

.bg-green{
    background-color: #028a0f !important;
}
.bg-topbar{
    background-color: #d17a3d !important;
}
.bg-primary{
    background-color:  rgb(44 95 66) !important;
}
.bg-secondary{
    background-color:  rgb(135 135 135) !important;
}
.bg-white{
    background-color:  #ffffff !important;
}
.text-primary{
    color:  #445732 !important;
}
.btn-primary{
    background-color:  #d17a3d !important;
    border-color:  rgb(44 95 66) !important;
}
/*** Video ***/
.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-dark);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--bs-dark);
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--bs-dark);
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--bs-white);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: var(--bs-white);
    background: #000000;
    opacity: 1;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 0px;
    top: 5px;
    left: -40px;
    border-top: 2px solid var(--bs-primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 0px;
    bottom: 6px;
    left: -60px;
    border-bottom: 2px solid var(--bs-primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** About ***/
.about-img {
    position: relative;
}

/* .about-img::before,
.about-img::after {
    position: absolute;
    content: "";
    width: 33%;
    height: 90px;
    background: var(--bs-white);
} */

.about-img::before {
    top: 0px;
    left: 0px;
}

.about-img::after {
    right: 0px;
    bottom: 0px;
}


/*** Service ***/
.service-title {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.service-item {
    overflow: hidden;
}

.service-item .btn-square {
    width: 65px;
    height: 65px;
}

.service-item a {
    position: relative;
    padding: 0;
    font-size: 18px;
    line-height: 14px;
    text-transform: uppercase;
    transition: .5s;
}

.service-item a::after {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    left: 100%;
    bottom: 3px;
    margin-left: 10px;
    border-bottom: 2px solid var(--bs-primary);
}


/*** Donation ***/
.donation-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.donation-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.donation-item .donation-progress {
    width: 80px;
}

.donation-item .progress .progress-bar {
    height: 20px;
    overflow: visible;
    transition: 3s;
}


/*** Banner ***/
.banner .banner-inner {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.banner .banner-inner::before,
.banner .banner-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.banner .banner-inner::before {
    top: 0;
    left: 0;
    border-top: 150px solid var(--bs-primary);
    border-right: 150px solid transparent;
}

.banner .banner-inner::after {
    right: 0;
    bottom: 0;
    border-bottom: 150px solid var(--bs-secondary);
    border-left: 150px solid transparent;
}


/*** Event ***/
.event-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.event-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}


/*** Donate ***/
.donate .donate-text {
    position: relative;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.donate .donate-text::before,
.donate .donate-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
}

.donate .donate-text::before {
    top: 0;
    left: 0;
    border-top: 150px solid var(--bs-primary);
    border-right: 150px solid transparent;
}

.donate .donate-text::after {
    right: 0;
    bottom: 0;
    border-bottom: 150px solid var(--bs-secondary);
    border-left: 150px solid transparent;
}

.donate .donate-form .form-control {
    border: none;
    background: rgba(255, 255, 255, .5);
}

.donate .donate-form .btn-group {
    display: flex;
}

.donate .donate-form .btn-group .btn {
    margin: 0;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--bs-tertiary);
    background: rgba(255, 255, 255, .5);
}

.donate .donate-form .btn-group .btn-check:checked+.btn {
    border: none;
    background: var(--bs-white);
}



/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    transition: .5s;
}

.team-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.team-item .team-detail span {
    letter-spacing: 2px;
}



/*** Testimonial ***/
.testimonial-title {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-img {
    position: relative;
    padding: 45px 0 45px 90px;
}

.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: #d17a3d;
    z-index: -1;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    width: 45px;
    height: 45px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    transition: .5s;
}

.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    color: var(--bs-secondary);
    background: var(--bs-white);
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: 6.3rem;
    }
    .nav-bar {
    padding: 0 0px !important;
    transition: .5s;
}

.divider_top {
  width: 100%;
  height: 13px; /* adjust based on image */
  background-image: url(../img/theam/line-top.svg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;

}


.divider_down {
  width: 100%;
  height: 13px; /* adjust based on image */
  background-image: url(../img/theam/line-down.svg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;

}
}



/*** Footer ***/
.footer {
    color: var(--bs-tertiary);
    /* background: linear-gradient(rgba(5, 19, 17, .95), rgba(5, 19, 17, .95)), url(../img/bg-footer.jpg) center center no-repeat; */
    background-size: cover;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
   
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
}


/* new css */
:root {
  --primary: #0f766e;   /* change color here */
  --accent: #f59e0b;
  --dark: #1f2933;
  --light: #f5f1ea;
}


.container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: center;
}


.about-text{
  align-content: space-around;
}
/* LEFT */
.about-text h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 12px;
  color: black;
}

.about-text p {
  font-size: 18px;
  margin-bottom: 30px;
  color: black;
  font-weight: 500 ;
}

/* STATS */
.stats {
  display: flex;
  gap: 30px;
  max-width:1300px; 
  margin: 20px auto 20px; 
  display: grid; 
  grid-template-columns: repeat(6, 1fr); gap: 25px;
}

.stat {
  text-align: center;
  /* border: 2px solid green; */
  padding: 10px;
  
}

.stat .number {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
  display: block;
}

.stat .label {
  font-size: 20px;
    color: #555;
    font-weight: 500;
}

/* IMAGE */
.about-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-circle {
  width: 300px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;          /* 🔥 KEY FIX */
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;   /* or white if needed */
}

.logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;       /* keeps logo intact */
  background: transparent;
}

/* RIGHT */
.about-cta h5 {
  color: var(--accent);
  font-size: 14px;
  margin-bottom: 6px;
}

.about-cta h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

.about-cta p {
  font-size: 18px;
  margin-bottom: 20px;
}

/* BUTTON */
.btn {
  /* display: inline-block; */
  background: var(--accent);
  color: #000;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
}

 .grid-2 {
    grid-template-columns: 2fr;
    text-align: center;
  }

/* RESPONSIVE */
@media (max-width: 900px) {
  .grid-3 {
    grid-template-columns: 1fr;
    text-align: center;
  }
   .grid-2 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .stats {
    justify-content: center;
  }
}


.about-image,
.about-image * {
  background-color: transparent !important;
}
.section-border {
    border-style: solid;
    border-width: 2px 0px 2px 0px;
    border-color:rgb(44 95 66);
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: -0px;
    padding: 0px 0px 0px 0px;
    z-index: 9;
}

.notice-bar {
  
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  padding: 6px 0;
  font-size: 18px;
  position: relative;
}

.notice-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 18s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/* our value section */
.values-section {
  padding: 30px 20px;
  background: #ffffff;
}

.values-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  text-align: center;
}

.focus-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.stats-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  text-align: center;
}

.value-card img {
  width: 120px;
  height: auto;
  margin-bottom: 16px;
      display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.value-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #2b2b2b;
  text-align: center;
}

.value-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  text-align: center;
}
.value-card a {
  text-align: center;
}


@media (max-width: 992px) {
  .values-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .values-container {
    grid-template-columns: 1fr;
  }

  .value-card img {
    width: 100px;
  }
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    background-color: white;
    color: black;
}

.header-carousel .carousel-slide {
            position: relative;
            height: 100vh;
            overflow: hidden;
        }

        .header-carousel img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* DARK OVERLAY */
        .carousel-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.55);
            display: flex;
            align-items: center;
        }

        /* TEXT BOX */
        .carousel-content {
            max-width: 650px;
            margin-left: 8%;
            background: rgba(0, 0, 0, 0.55);
            padding: 40px;
            color: #fff;
        }

        .carousel-content h1,
        h2,
        h3 {
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: uppercase;
            color: #fff;
        }

        .carousel-content p {
            font-size: 1.1rem;
            margin-bottom: 25px;
            color: #fff;
        }

        .carousel-content .buttons .btn {
            padding: 12px 24px;
            margin-right: 10px;
        }

        /* MOBILE */
        @media (max-width: 768px) {
            .carousel-content {
                margin: 0 20px;
                padding: 25px;
            }

            .carousel-content h1 {
                font-size: 2rem;
            }
        }


.partner-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.partners-section:hover .partner-track {
  animation-play-state: paused;
}


.gallery-section {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.gallery-track {
  display: flex;
  width: max-content;
  animation: scroll 63s linear infinite;
}

.gallery-section:hover .gallery-track {
  animation-play-state: paused;
}

.gallery-item {
  flex: 0 0 auto;
  width: 190px; /* Elementor-like */
  margin-right: 10px;
}

.gallery-item img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 6px;
}

/* Animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .gallery-item {
    width: 160px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .gallery-item {
    width: 140px;
  }
}

/* Our Partner*/
.partners-section {
  padding: 30px 20px;
   /* soft light background */
}

.partners-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.partners-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2b2b2b;
}

.partners-subtitle {
  font-size: 18px;
  max-width: 730px;
  margin: 0 auto 50px;
  color: #666;
  line-height: 1.6;
}

/* LOGO GRID */
.partners-logos {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 30px;
  justify-content: center;   /* 🔥 Center all boxes nicely */
}

.partner-logo {
  width: 180px;              /* FIXED WIDTH */
  height: 120px;             /* FIXED HEIGHT */
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);

  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;      /* 🔥 Keeps logo aspect ratio */
  
  opacity: 0.85;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

/* Hover effect */
.partner-logo:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.partner-logo:hover img {
  opacity: 1;
}

.foot-text{
    padding-left: 20px;
    text-align: center;
  }
.carousel-slide img{
  width: 1732px;
}
@media (max-width: 1024px) {
  .partners-logos {
    grid-template-columns: repeat(4, auto);
  }
}

@media (max-width: 768px) {
  .partners-logos {
    grid-template-columns: repeat(3, auto);
  }

  .partner-logo {
    width: 160px;
    height: 110px;
  }
  .about-text h3 {
    text-align: center;
  }
  .foot-text{
    padding-left: 0px;
  }
  .carousel-slide img{
    width: auto;
}
}

@media (max-width: 480px) {
  .partners-logos {
    grid-template-columns: repeat(2, auto);
  }

  .partner-logo {
    width: 140px;
    height: 100px;
  }
}

/* Governance */
.team-area {
  padding: 10px 20px;
 
}

/* LEADERS */
.team-leaders {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 20px;
}

.team-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.team-card.leader {
  padding-top: 50px;
}

/* ROLE BADGE */
.role-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
}

.role-badge.president {
  background: linear-gradient(135deg,#5ec48d,#2b7cff);
}

.role-badge.secretary {
  background: linear-gradient(135deg,#2b7cff,#1e3a8a);
}

/* IMAGE */
.team-img {
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

.team-img img {
  width: 100%;
  
  object-fit: cover;
}

/* TEXT */
.team-card h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.role-text {
  font-size: 18px;
  font-weight: 600;
  color: #3b82f6;
  display: block;
  margin-bottom: 12px;
}

.team-card p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

/* BUTTON */
.btn-read {
  display: inline-block;
  padding: 10px 26px;
  background: linear-gradient(135deg,#5ec48d,#1e3a8a);
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-read.small {
  padding: 8px 22px;
}

/* MEMBERS GRID */
.team-members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .team-leaders {
    grid-template-columns: 1fr;
  }

  .team-members {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .team-members {
    grid-template-columns: 1fr;
  }
}

.president-section {
  padding: 40px 20px;

}

.president-card {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  padding: 40px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  align-items: center;
   margin: 0 auto 20px;
}





/* LEFT */
.president-left {
  position: relative;
  text-align: center;
}

.president-left h1, h2, h3 
{
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: uppercase;
            color: black;
        }

.role-badge.president {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  background: linear-gradient(135deg,#5ec48d,#1e3a8a);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
}

.president-img {
  width: 180px;
  height: 180px;
  margin: 20px auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

.president-img img {
  width: 100%;
  
  object-fit: cover;
}

.president-left h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.designation {
  font-size: 16px;
  font-weight: 600;
  color: #3b82f6;
}

/* RIGHT */
.president-right p {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}
.more-text { display: none; }
.btn-read {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg,#5ec48d,#1e3a8a);
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}


/* Mobile */
@media (max-width: 768px) {
  .governance-summary {
    padding: 20px;
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .president-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .president-right {
    text-align: left;
  }
}

/* End Governance */

/* Vision */
.mv-wrapper {
  /* padding: 80px 20px;*/
} 

.mv-card {
  max-width: 1400px;
  margin: 0 auto 0px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px;
}

.mv-card.reverse {
  flex-direction: row-reverse;
}

.mv-image {
  flex: 1;
}

.mv-image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.mv-content {
  flex: 1.2;
}

.mv-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.mv-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}

/* Responsive */
@media (max-width: 900px) {
  .mv-card,
  .mv-card.reverse {
    flex-direction: column;
    padding: 30px;
  }

  .mv-content h2 {
    text-align: center;
  }
}
/* end vision */

/* our History */
.dropdown-item.active, .dropdown-item:active {

    background-color: #198754 !important;
}
.journey-section {
 
  
}

.journey-container {
  max-width: 1100px;
  margin: auto;
  background: #ffffff;
  border-radius: 22px;
  padding: 60px 50px;
  padding-bottom: 30px;
}

.journey-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
}

.journey-text p {
  font-size: 18px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 22px;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .journey-container {
    padding: 40px 25px;
  }

  .journey-title {
    font-size: 28px;
  }
}


/* end */

/* Our Approach section */



.approach-intro {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

.approach-intro h2 {
  font-size: 38px;
  margin-bottom: 16px;
}

.approach-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

.approach-pillars {
  
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 0px;
  padding: 25px;
}

.pillar {
  background: #ebf1eb;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.pillar h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1b5e20;
  text-align: center;
}

.focus-area {
  max-width: 900px;
  margin: 0 auto 70px;
}

.focus-area h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

.focus-area p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}

.focus-area ul {
  margin-top: 15px;
  padding-left: 20px;
}

.focus-area li {
  margin-bottom: 8px;
}

/* Mobile */
@media (max-width: 768px) {
  .approach-pillars {
    grid-template-columns: 1fr;
  }
}

/* End */

/* Our Impact Section */


.impact-intro {
  max-width: 1300px;
  margin: 30px auto 30px;
  text-align: center;
}

.impact-intro h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.impact-intro p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}

/* STATS */
.impact-stats {
  max-width: 1100px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.stat-box {
  background: #f6f9f6;
  padding: 30px;
  text-align: center;
  border-radius: 12px;
}

.stat-box h3 {
  font-size: 36px;
  color: #1b5e20;
  margin-bottom: 5px;
}

.stat-box p {
  font-size: 18px;
  color: #444;
}

/* IMPACT SECTIONS */
.impact-section {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.impact-section h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.impact-section ul {
  padding-left: 20px;
}

.impact-section li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: #444;
}

/* CONCLUSION */
.impact-conclusion {
  max-width: 900px;
    margin: 80px auto 0;
    padding-bottom: 10px;
    margin-top: 0px;
}

.impact-conclusion p {
  font-size: 19px;
  line-height: 1.8;
  color: #333;
}

/* MOBILE */
@media (max-width: 768px) {
  .impact-stats {
    grid-template-columns: 1fr 1fr;
  }
}

/* End */

/* Get involved section */


.container {
  
  margin: auto;
  padding: 30px 20px;
}

.gi-intro {
  text-align: center;
}

.gi-section {
  margin-top: 40px;
}

.alt-bg {
  background: #f7f9f8;
}

h1, h2 {
  margin-bottom: 15px;
}

ul {
  margin: 15px 0 25px;
  padding-left: 20px;
}

.btn-primary,
.btn-secondary,
.btn-outline {
  display: inline-block;
  margin-top: 15px;
 
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary {
  background: #2e7d6b;
  color: #fff;
}

.btn-secondary {
  background: #4caf50;
  color: #fff;
}

.btn-outline {
  border: 2px solid #2e7d6b;
  color: #2e7d6b;
}

/* End */

.apprenticeship-section {
 
  padding: 70px 20px;
}

.inter-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.apprentice-left {
  flex: 1 1 55%;
}

.apprentice-left h2 {
  color: #1f7a3f;
  margin-bottom: 20px;
}

.apprentice-left p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #444;
}

.apprentice-right {
  flex: 1 1 40%;
}

.apprentice-right h3 {
  margin-bottom: 15px;
}

.app-box {
  background: #0d5a0d;
  color: #fff;
  padding: 30px;
  border-radius: 8px;
}

.app-box h4 {
  margin-bottom: 15px;
}

.app-box ul {
  margin: 15px 0;
  padding-left: 20px;
}

.app-box li {
  margin-bottom: 8px;
}

.eligibility {
  margin: 15px 0;
  font-weight: bold;
}

.apply-btn {
  display: block;
  background: #e6e6e6;
  color: #333;
  text-align: center;
  padding: 14px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 15px;
  font-weight: bold;
}

.apply-btn:hover {
  background: #d2d2d2;
}

.contact-info {
  padding: 60px 20px;
}

.contact-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.contact-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

.contact-card .icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.contact-card h3 {
  margin-bottom: 10px;
  color: #333;
}

.contact-card p {
  color: #555;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
}




.footer-top {
  background: rgb(44 95 66);
  padding: 40px 20px;
  color: #fff;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-col h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #fff;
}

.footer-col p,
.footer-col li {
  margin: 6px 0;
  color: #fff;
}

.footer-col ul {
  padding-left: 18px;
}

.footer-col iframe {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 6px;
}

/* Bottom bar */
.footer-bottom {
  background: #d17a3d;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}








html, body {
    overflow-x: hidden;
    width: 100%;
}

/* Images responsive */
img {
    max-width: 100%;
    height: auto;
   
}

/* Fix container padding on mobile */
.container,
.container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Fix huge desktop nav padding */
.top-bar,
.nav-bar {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Remove fixed top bar height */
.top-bar {
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Navbar wrap fix */
.navbar-nav {
    text-align: center;
}

/* Hero & carousel height stability */
.header-carousel,
.carousel-item,
.carousel-item img {
    min-height: 60vh;
    object-fit: cover;
}

/* Prevent carousel text overflow */
.carousel-text {
    max-width: 100%;
    padding: 20px;
}

/* Background images fix */
section,
.hero,
.carousel,
.bg-image {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Typography scaling */
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
p  { font-size: 18px; line-height: 1.6; }

/* Fix card spacing */
.card,
.team-card,
.contact-card,
.partner-logo {
    margin-bottom: 20px;
}

/* Footer stacking */
.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-container > div {
    width: 100%;
}

/* ======================================
   BREAKPOINTS
   ====================================== */

/* ===== Large phones ===== */
@media (max-width: 576px) {
    .stats-container {
      
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
      text-align: center;
    }
    .stats {
      gap: 30px;
      max-width:1300px; 
      margin: 20px auto 20px; 
      display: grid; 
      grid-template-columns: repeat(2, 1fr); gap: 25px;
    }
}

/* ===== Tablet ===== */
@media (min-width: 768px) {

    .footer-container > div {
        width: calc(50% - 10px);
    }

    .header-carousel,
    .carousel-item img {
        min-height: 70vh;
    }
}

/* ===== Small desktop ===== */
@media (min-width: 992px) {
    .top-bar,
    .nav-bar {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .footer-container > div {
        width: calc(24.33% - 14px);
    }

}

/* ===== Large desktop ===== */
@media (min-width: 1200px) {


}



.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.gallery img {
  width: 100%;
  cursor: pointer;
  border-radius: 6px;
  transition: 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
}

.close {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menus {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  display: none;
}

/* Show only the submenu being hovered */
.navbar .nav-item .dropdown-submenu:hover > .dropdown-menus {
  display: block;
}

.dropdown-.dropdown-menus:hover  {
  display: block;
}

/* Prevent other submenus from auto opening */
.dropdown-menu .dropdown-menus {
  display: block;
}

.dropdown-menus > li {
  position: relative;
}


 .navbar .nav-item:hover .dropdown-menu 
 {
    top: 75px;
    visibility: visible;
    transition: .5s;
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.2px;
  }

  .news{
    align-items: center;
    display: flex;
    margin: auto;
  }

  .logo-img {
  height: 70px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .logo-img {
    height: 70px;
  }
}

/* Submenu positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  display: none;
}

/* Desktop hover */
@media (hover: hover) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* When JS opens submenu */
.dropdown-submenu .dropdown-menu.show {
  display: block;
}

.subtop{
  top:10px !important;
}

.dropdown-menu  {
  margin-top: 0px;
}