body {
    --lt-green: #EEFFE4;
    --purple: #8E1B6B;
    --biscuit:#FFF1D7;
    --red: rgb(238, 52, 56);
    --green: rgb(121, 193, 78);
    --orange: #ff9a3c;
    --yellow: #ffd447;
    --blue: #45a3ff;

    /* Primary Colors */
    --green-primary: rgb(121,193,78);
    --red-primary: rgb(238,52,56);

    /* Secondary Colors */
    --purple-secondary: rgb(142,27,107);
    --orange-secondary: rgb(245,130,32);
    --yellow-secondary: rgb(251,171,24);
    --light-green-secondary: rgb(165,207,76);
    --teal-secondary: rgb(139,208,192);

    --light-green:#e9f6ef; 
    --gray:#f4f6f8;
    --text:#2b2b2b;    
}

.row {
    margin: 0;
    padding: 0;
}

/* ----------Headings-------- */
.main-heading{
    font-family: 'Open Sans' !important;
    /* font-family: 'Yeseva One', cursive !important; */
    color: var(--purple);
    font-size: 45px !important;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
}

.sub-heading{
    font-family: 'Open Sans' !important;
    /* font-family: 'Yeseva One', cursive !important; */
    font-size: 28px !important;
    text-transform: capitalize;
    text-align: center;
}

.normal-text{
    font-family: 'Open Sans' !important;
    font-size: 16px !important;    
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, p{
    font-family: 'Open Sans' !important;
}

.page-banner h1{
    text-transform: capitalize !important;
}

/* about us / home page  */
.abtUs-headings {
    color: var(--purple);
    text-transform: capitalize;
    margin: 20px 0;
}

.how-it-works {
    position: relative;
    padding: 60px 0px 0px;
    background: #ffffff;
    overflow: hidden;
}

.process-block {
    position: relative;
    margin-bottom: 0px;
}

.how-it-works.style-two:before {
    height: 380px;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#supporters1 .swiper-slide>.image-box,
#supporters2 .swiper-slide>.image-box,
#NGOs-partners .swiper-slide>.image-box{
    /* width: 70%;
    height: 185px; */
    width: 70%;
    /* height: 160px; */
    margin: auto;
    border: 3px solid #dbd7d7;
    border-radius: 25px;
    padding: 15px;
}

.swiper-slide img {
    /* display: block; */
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.swiper-button-next {
    margin-right: -14px !important;
}

.swiper-button-prev {
    margin-left: -14px !important;
}

.swiper-button-next,
.swiper-button-prev,
#notableCarousel .carousel-control-prev span:first-child,
#notableCarousel .carousel-control-next span:first-child {
    padding: 10px;
    background-color: #FFC251;
    color: white !important;
}

#impact-stories .swiper .swiper-slide .card-body {
    background-color: #FFC251;
}

#impact-stories .swiper-button-next {
    margin-right: 0 !important;
    left: 2px !important;
    top: 40%;
}

#impact-stories .swiper-button-prev {
    margin-left: 0 !important;
    left: 2px !important;
    top: 55%;
}

#impact-stories .swiper-button-next,
#impact-stories .swiper-button-prev {
    padding: 10px;
    background-color: white !important;
    color: #FFC251 !important;
    border-radius: 100%;
    box-shadow: -2px 2px 5px 0px gray;
}

#impact-stories .swiper-wrapper {
    padding: 0 25px;
}

.btn-explore,
.rgst-btn{
    background: #79C14E;
    color: white !important;
    padding: 5px 45px;
    border-radius: 10px;
}

.btn-donate{
    background-color: #6fc15b !important;
    color: white !important;
    padding: 3px 20px !important;
    border-radius: 12px;
}

.sticky-header .main-menu .navigation > li > .btn-donate{
    padding: 3px 20px !important;
    margin: 17px auto;
}

.vs-ms-icon {
    border-radius: 100%;
    border: 7px solid #79C14E;
    font-size: 3rem !important;
    padding: 20px;
    margin-top: -50px;
    background: white;
}

/* colors */
.bg-lt-green {
    background: var(--lt-green) !important;
}

.txt-purple {
    color: var(--purple);
}

.bg-bisuit{
    background-color: var(--biscuit);
}



#our-reach-sect .count-outer {
    font-size: 3rem;
    padding: 10px;
    color: #EE8862;
    /* margin-bottom: 1rem; */
}

#donate-sect {
    position: relative;
    background-image: url(../images/background/supporters.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 475px;
    object-fit: cover;
    background-position:center;
    /* opacity: 0.7; */

    /* for blur effect */
    /* filter: blur(2px) brightness(0.7); */
}

#donate-sect .overlay {
    background: rgba(0, 0, 0, 0.5);
    /* dark overlay */
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#donate-sect h2,
#donate-sect .btn-explore {
    position: relative;
    /* make content appear above overlay */
    z-index: 2;
    color: #FFC251;
}

/* our story page  */
.img {
    max-width: 60%;
}

#note-milestones .swiper-slide>.image-box {
    width: 100%;
    height: 540px;
    display: flex;
    align-items: center;
    margin: auto;
}

/* -------------------products page------------- */
.product-design {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    border-radius: 20px;
    padding-left: 20px;
    margin-right: 80px;
    margin-left: 30px;
}

.book-mg-right{
    margin-right: -60px;
}




.jobs-icons, .pgm-icons{
    background-color: #FF7B7D;
    color: white;
    padding: 10px 20px;
    border-radius: 100%;
}


/* ------------Header CSS--------------------------------- */
.header-top{
    background-color: black !important;
    color: #4e4e4e !important;
    padding: 4px !important;
    font-size: 12px !important;
}

.header-top p{
    margin-bottom: 0 !important;
}

.donate-btn{
    background: #79C14E !important;
    padding: 2px 10px !important;
    border-radius: 10px !important;
    color: white !important;
}

.sticky-header .main-menu .navigation > li > a.donate-btn{
    padding: 2px 10px !important;
    margin: 18px auto;
}


/* ------------Footer CSS--------------------------------- */
#pg-footer li, #pg-footer li a{
    color: #5A5A5A !important;    
}

#pg-footer li:hover, #pg-footer li a:hover,#pg-footer .social-md-icons a:hover{
    color: #f38965 !important;
    cursor: pointer;
}

#pg-footer .social-md-icons a, .header-top a .bi{
    color: #4e4e4e !important;
}

#pg-footer{
    box-shadow: 2px 2px 6px 3px gray;
}





/* ------------Our story and annual reports page--------------------------------- */
#annualReportCarousel .nxt-prv-btn, #notableCarousel .nxt-prv-btn{
    padding: 25px 10px !important;
    background-color: #FFC251 !important;
    color: white !important;
}


/* ----------------newly added CSS------------- */

/* --------------index page CSS---------- */
@media only screen and (max-width: 768px) {	
	/* -----for mobile and tab menu donate btn */
	.donate-btn {
		padding: 10px 25px !important;
		border-radius: 0 !important;
	}
}

.count-text{
    font-size: 60px;
    font-weight: 700;
}

.counter-title{    
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}

#WWW-sect .col-md-9 div:nth-of-type(even){
    background: #e0f6bf;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 5px 15px;
}

#WWW-sect .col-md-9 div:nth-of-type(odd){
    background: #ffe5b9;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 5px 15px;
}

#WWW-sect .sub-heading{
    font-size: 25px !important;
}

#WMV-sect .card{
    border-radius: 15px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}

#WMV-sect .card .half-circle{
    background:#CECECE;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    position: absolute;
    top: -45px;
    right: -45px;
    transition: background 0.5s ease;
}

#WMV-sect .material-symbols-outlined{font-size: 60px;}
#WMV-sect .icons{
    width: 60px;
    height: auto;
}

#WMV-sect .card:hover{transform: scale(1.05); box-shadow: 0px 0px 8px 3px grey;}

#WMV-sect .card:hover .half-circle{background:#931e68;}

@media (max-width: 480px) {
    .OurReach-mt{
        margin-top: -35px !important;
    }
}

#issue-solutions-sect section{
    background: linear-gradient(135deg, rgba(238, 52, 56, 0.18), rgba(121, 193, 78, 0.18), rgba(255, 212, 71, 0.18)) !important;
}

/* who we work with section CSS */
/* WRAPPER SPLIT 30 / 70 */
.stakeholder-wrapper {
    display: flex;
    gap: 20px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(238, 52, 56, 0.18), rgba(121, 193, 78, 0.18), rgba(255, 212, 71, 0.18)) !important;
}

.stakeholder-image {
    width: 30%;
    position: relative;
}

.stakeholder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* RIGHT SECTION */
.stakeholder-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.stakeholder-box {
    background: white;
    padding: 15px 22px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    position: relative;
    transition: .25s;
}

.stakeholder-box:hover {
    transform: translateX(10px);
}

.stakeholder-box .text p{
  padding-right: 40px;
}

/* Desktop icons positioned at end */
.desktop-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop-icon img {
    width: 28px;
}

.mobile-tabs{
  display: none;
}

/* ICON COLORS */
.green { background: var(--green); }
.orange { background: var(--orange); }
.yellow { background: var(--yellow); }
.blue { background: var(--blue); }
.red { background: var(--red); }


@media (max-width: 992px) {

    .stakeholder-wrapper {
        flex-direction: column;
        padding: 20px 10px;
    }

    /* FIXED IMAGE HEIGHT */
    .stakeholder-image {
        width: 100%;
        height: 250px;
    }

    .stakeholder-image img {
        border-radius: 15px 15px 0 0;
        height: 100%;
    }

    .stakeholder-box .text p{
      padding-right: inherit;
    }

    /* MOBILE ICON TABS under image */
    .mobile-tabs {
        display: flex;
        justify-content: space-around;
        background: white;
        padding: 10px 0;
        /* border-radius: 0 0 15px 15px; */
        margin-top: -5px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }

    .mobile-icon {
        width: 50px;
        height: 50px;
        /* background: var(--yellow); */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: .25s;
    }

    .mobile-icon img {
        width: 30px;
    }

    .mobile-icon.active {
        transform: scale(1.15);
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
        color:white;
    }

    /* Only text of active section shown */

    .stakeholder-content {
      width: 100%;      
    }

    .stakeholder-box {
        display: none;
        width: 100%;
        margin-top: 50px;
    }

    .stakeholder-box.active {
        display: block;
    }

    /* Hide desktop icons */
    .desktop-icon {
        display: none;
    }
}



/* ---------------Story session page CSS-------- */
#SS-video-sect .tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

#SS-video-sect .tab-btn {
  padding: 12px 25px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  background: #eee;
  color: #555;
  transition: all .3s;
}

#SS-video-sect .tab-btn.active {
  background: rgb(238, 52, 56); /* PRIMARY RED */
  color: white;
  box-shadow: 0px 4px 15px rgba(238, 52, 56, 0.35);
}

#SS-video-sect .tab-content {
  display: none;
}

#SS-video-sect .tab-content.active {
  display: block;
}

#SS-video-sect .story-grid {
  display: grid;
  gap: 25px;
}

/* MOBILE — 1 card */
@media (max-width: 600px) {
  #SS-video-sect .story-grid {
      grid-template-columns: 1fr;
  }
}

/* LAPTOP / SMALL PC — 3 cards */
@media (min-width: 601px) and (max-width: 1399px) {
  #SS-video-sect .story-grid {
      grid-template-columns: repeat(3, 1fr);
  }
}

/* LARGE PC SCREENS — 4 cards */
@media (min-width: 1400px) {
  #SS-video-sect .story-grid {
      grid-template-columns: repeat(4, 1fr);
  }
}

/* CARD DESIGN */
#SS-video-sect .story-card {
  overflow: hidden;
  border-radius: 20px;
  background: white;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transition: transform .3s ease, box-shadow .3s ease;
}

#SS-video-sect .story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Hover Animation */
#SS-video-sect .story-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
}



/* ---------for Ngo Page------------------- */
.comparison-container {
    display: flex;
    justify-content: space-around;
    /* gap: 30px; */
    align-items: flex-start;
    /* margin-top: 40px; */
}

.section-box {
    width: 48%;
    padding: 30px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-left: 8px solid transparent;
    position: relative;
    /* height: 320px; */
}

.section-box:hover {
    transform: translateY(-5px);
}

/* Add a left border to differentiate sections */
.provide-box {
    border-left: 8px solid var(--red-primary);
}

.offer-box {
    border-left: 8px solid var(--green-primary);
}

/* Section Header Style */
.section-header-box {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}

.provide-header {
    background-color: var(--red-primary);
}

.offer-header {
    background-color: var(--green-primary);
}

/* List Style */
.list-style {
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
    margin-left: 20px;
    color: #444;
}

.list-style li {
    margin-bottom: 12px;
}

.list-style li::before {
    content: "✔️";
    color: var(--yellow-secondary);
    margin-right: 10px;
}


/* Responsive */
@media (max-width: 900px) {
    .comparison-container {
        flex-direction: column;
        gap: 20px;
    }

    .section-box {
        width: 95%;
        margin: 0 auto;
        height: auto;
    }

    .list-style {
        font-size: 14px;
        line-height: 1.4;
        margin-left: 5px;
    }

    .section-box {
        padding: 10px;
    }
}