/* 

Theme Name: Childfund

Text Domain: Childfund

Version: 6.9

Description: Custom Theme 

Author: Abhishek Tiwary

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Fira */

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Montserrat */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');



body {

    font-family: 'Roboto Slab', serif;

    overflow-x: hidden;

}

.navbar-expand-lg .navbar-nav {
    justify-content: end;
}



.navbar {

    padding: 1.6em 0;

}



.custom-container {

    padding: 0 8.5em;

}



/* .navbar-collapse {

    margin-left: 5em;

} */



.sticky-header {

    position: sticky;

    top: 0;

    z-index: 999;

    background: #fff;

    transition: all 0.3s ease;

}





/* Shadow when scrolled */

.sticky-header.scrolled {

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}



/* Nav links */

.navbar-nav .nav-link {

    font-weight: 600;

    color: #333;

    font-size: 1.125em;

}



.navbar-nav .custom-nav-link {

    margin-right: 3.8em;

}



.navbar-nav .nav-link:hover,

.navbar-nav .nav-link.active {

    color: #0d6efd;

}









.custom-btn {

    font-family: 'Fira Sans', sans-serif;

    font-size: 1.25em;

    font-weight: 600;

    padding: 0.6em 3.5em;

    background-color: #FBB21D;

    border-color: #FBB21D;

    color: #000;

}





.search-bar {

    --size: 50px;

    --padding: 8px;

    --expanded-width: 270px;

    display: flex;

    justify-content: flex-end;

    background-color: #fff;

    border-radius: 100px;

    outline: 1px solid transparent;

    overflow: hidden;

    padding: var(--padding);

    margin-inline: auto;

    /* width: var(--size); */

    width: 100px;

    height: 38px;

    max-width: 100%;

    border: 2px solid #C0C0C0;

    transition: width 0.5s, outline 0.5s;

}



.search-bar:focus-within {

    width: var(--expanded-width);

}



.search-input {

    font-size: 18px;

    color: #3a3a3a;

    background-color: transparent;

    border: none;

    outline: none;

    margin-inline: 1rem;

    flex: auto;



    opacity: 0;

    transition: opacity 0.5s;

}



.search-bar:focus-within .search-input {

    opacity: 1;
    width:100%;

}



.search-submit {

    flex: none;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 18px;

    color: #C0C0C0;

    border-radius: 50%;

    border: none;

    width: calc(var(--size) - var(--padding) - var(--padding));

    aspect-ratio: 1;

    cursor: pointer;

    background: transparent;

}



/* MAIN DROPDOWN */

.custom-dropdown {

    position: relative;

}



.custom-dropdown .dropdown-menu {

    display: block;

    position: absolute;

    top: 100%;

    /*right: -66px;*/

    min-width: 220px;

    padding: 0;

    border-radius: 1px;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);

    opacity: 0;

    visibility: hidden;

    transform: translateY(15px);

    transition: all 0.3s ease;

}



/* SHOW ON HOVER */

.custom-dropdown:hover>.dropdown-menu {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}



/* ARROW ROTATE */

.custom-dropdown i.fa-angle-down {

    transition: transform 0.3s ease;

}



.custom-dropdown:hover i.fa-angle-down {

    transform: rotate(180deg);

}



/* DROPDOWN ITEMS */

.dropdown-menu .dropdown-item {

    padding: 10px 20px;

    font-size: 16px;

    color: #000000c9;

    font-weight: 600;

    border-bottom: 2px solid #D8D8D8;

}



.dropdown-menu .dropdown-item:hover {

    background: #fe7332;

    color: #ffff;

}



.dropdown-menu li {

    position: relative;

}



.dropdown-menu li::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 2px;

    background-color: #027b44;

    transform: scaleY(0);

    transition: transform 0.3s ease;

}



.dropdown-menu li:hover::before {

    transform: scaleY(1);

}



/* SUB DROPDOWN */

.dropdown-submenu {

    position: relative;

}



.dropdown-submenu>.dropdown-menu {

    top: 0;

    left: 100%;

    margin-left: 6px;

    opacity: 0;

    visibility: hidden;

    transform: translateX(10px);

    transition: all 0.3s ease;

}



/* SHOW SUB MENU ON HOVER */

.dropdown-submenu:hover>.dropdown-menu {

    opacity: 1;

    visibility: visible;

    transform: translateX(0);

}



.navbar-nav .nav-link:hover {

    color: #ff7131;

}



.carousel-caption {

    left: -7%;

}



.carousel-caption h1 {

    font-size: 3.5em;

    font-weight: 700;

    color: #fff;

    text-transform: uppercase;

}



.custom-caption {

    position: absolute;

    top: 50%;

    left: 7%;

    transform: translateY(-50%);

    right: auto;

    bottom: auto;

    text-align: left;

    max-width: 28%;

}



.custom-caption h1 {

    font-size: clamp(28px, 4vw, 56px);

    font-weight: 700;

    color: #fff;

    line-height: 1.2;

    position: relative;

    z-index: 1;

    line-height: 1.44;

}



.underline {

    position: absolute;

    left: 36%;

    top: 13%;

}



.custom-secondary-btn {

    width: 237px;

    height: 55px;

    background-color: #FE7130 !important;

    color: #fff !important;

    font-family: 'Fira Sans', sans-serif;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    font-size: 18px;

    font-weight: 500;

    text-transform: uppercase;

    border-radius: 3px;

}





.custom-secondary-btn svg {

    margin-left: 10px;

    fill: #fff;

    width: 30px;

    height: 28px;

    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}



.custom-secondary-btn:hover svg {

    transform: translateX(6px) scale(1.2);

}



.footer {

    background-color: #067B46;

    padding-bottom: 3em;

}



.footer a {

    color: #fff;

    text-decoration: none;

}



.footer-address p,

h5 {

    font-family: "Montserrat", sans-serif;

    color: #fff;

    font-size: 1.25em;

}



.footer-address h5,

.footer-contact h5,

.footer-details h5,

.phone {

    /* font-size: 1.25em; */

    font-weight: 600;

}



.footer-details h5,

ul {

    font-family: "Montserrat", sans-serif;

}



.footer-quick-links ul li {

    list-style: none;

    font-size: 1.25em;

    font-weight: 500;

    line-height: 1.9;

}



.newsletter-section {

    background-color: #0b7a43;

    /* green background */

}



.newsletter-form {

    max-width: 900px;

    margin: auto;

}



.newsletter-input {

    height: 56px;

    border-radius: 0;

    border: none;

    font-size: 16px;

    padding-left: 20px;

}



.newsletter-input::placeholder {

    color: #bfbfbf;

    font-family: "Montserrat", sans-serif;

}



.newsletter-btn {

    background-color: #F47E4D;

    font-family: "Montserrat", sans-serif;

    color: #fff;

    font-weight: 600;

    padding: 0 35px;

    border-radius: 0;

    height: 56px;

    text-transform: uppercase;

    border: none;

    transition: background-color 0.3s ease;

}



.newsletter-btn:hover {

    background-color: #e6682f;

    color: #fff;

}



.copy-right-section {

    position: relative;

}



.copy-right-section img {

    position: absolute;

    top: -54px;

}



.copy-right-section p {

    position: relative;

    z-index: 1;

    font-size: 1.25em;

    color: #fff;

    font-family: "Montserrat", sans-serif;

}



.what-drives-us .custom-row {
 
        background-color: #F1F6F7;
    padding: 5em 7em;
    border-radius: 0 0 96px 96px;
    margin-bottom: 4em;

}







.what-drives-us p {

    font-family: "Montserrat", sans-serif;

    font-size: 1.15em;

    line-height: 1.8;

    margin-bottom: 1.2em;

}



.what-drives-us p {

    font-size: 1.2em;

    color: #000;

    font-weight: 500;

    font-family: "Montserrat", sans-serif;

    line-height: 1.7;

}



/* CARD */

.health-card {

    border-radius: 28px;

    padding: 2em;

    height: 192px;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

}



/* ICON */

.icon-circle {

    width: 60px;

    height: 60px;

    background: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 1.4em;

}



/* 

.icon-circle img {

    width: 30px;

} */



/* TITLE */

.health-card h3 {

    color: #fff;

    font-family: 'Roboto Slab', serif;

    font-size: 1.6em;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 1.2;

}



/* COLORS */

.box-1 {

    background: #3CC387;

}



.box-2 {

    background: #FBB21D;

}



.box-3 {

    background: #067B46;

}



.box-4 {

    background: #FE7130;

}



.box-5 {

    background: #FBB21D;

}



.second-btn {

    background-color: transparent !important;

    border-color: #FE7130 !important;

    color: #000 !important;

    gap: 17px;

}



.second-btn:hover {

    background-color: #FE7130 !important;

    color: #fff !important;

}



.second-btn:hover svg {

    fill: #fff;

}



.second-btn svg {

    fill: #000;

}



.custom-text {

    color: #FE7130 !important;

    font-weight: 500;

    font-size: 1.25em;

    font-family: 'Fira Sans',

        sans-serif;

    text-decoration: none;

    text-transform: uppercase;

}



.heading {

    font-family: 'Roboto Slab', serif;

    font-weight: 700;

      font-size: 2.6em;

    text-transform: uppercase;

}



.programs-section h2 {
    font-size: 22px;
    min-height: 76px;

}
 

.svolving-section {

    background-color: #F1F6F7;
 

}
.inner_con p{
        font-size: 1.2em;
}
.approac_second h2{
        margin-left: -53px;
}



.programs-section {

    background-color: #fff;

    height: 100%;

    border-radius: 70px;

}



.programs-section .image-part {

    border-radius: 70px;

    border-bottom-right-radius: 0;

}



.contant-part p {

    color: #000;

    font-family: "Montserrat", sans-serif;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 31px;

    padding-bottom: 11px;

}



.contant-part {

    padding: 0 0 0 1em;

}



.programs-section {

    transition: background-color 0.3s ease;

    overflow: hidden;

}



.programs-section:hover {

    background-color: #FE7130;

}



.programs-section h2,

.programs-section p {

    transition: color 0.3s ease;

}





.desktop-banner {

    display: block;

}



.mobile-banner {

    display: none !important;

}





.programs-section:hover h2,

.programs-section:hover p {

    color: #fff;

}



.image-part {

    overflow: hidden;

}



.image-part img {

    transition: transform 0.4s ease;

}



.programs-section:hover .image-part img {

    transform: scale(1.1);

}



.testi {

    background-image: url(/wp-content/themes/childfund/assets/img/testi-bg.webp);

    background-size: cover;

    background-position: center;

    padding: 5em 0;



}



.testi .numbers span {

    color: #FBB21D;

    font-family: "Roboto Slab";

    font-size: 55px;

    font-style: normal;

    font-weight: 600;

    line-height: normal;

}



.testi .numbers h2 {

    color: #FBB21D;

    font-family: "Roboto Slab";

    font-size: 44px;

    font-style: normal;

    font-weight: 600;

    line-height: normal;

}



.testi .numbers p {

    color: #FFF;

    font-family: "Montserrat", sans-serif;

    font-size: 28px;

    font-style: normal;

    font-weight: 500;

    line-height: 35px;

    /* 109.375% */

}



.border-left-right {

    border-left: 1px solid #FFF;

    border-right: 1px solid #FFF;

}



.testimonial-img img {

    width: 110px !important;

    height: 110px;

    border-radius: 50%;

    border: 5px solid #ff7a00;

    object-fit: cover;

}



/* content */

.testimonial-content {

    color: #fff;

}



.quote-icon {

    font-size: 64px;

    line-height: 1;

    color: #cdebe0;

    display: block;

    margin-bottom: 0.3em;

}



.quote-icon img {

    max-width: 10%;

}



.testimonial-content p {

    font-size: 18px;

    font-weight: 500;

    line-height: 1.7;

    font-family: "Montserrat", sans-serif;

    max-width: 900px;

}



.testimonial-content h5 {

    margin-top: 1.8em;

    font-weight: 600;

    margin-bottom: 4em;

}



.testi .owl-nav {

    justify-content: end;

    display: flex;

    gap: 5em;

}



.testi .second-btn {

    color: #fff !important;

    z-index: 1;

    position: relative;

    margin-top: -5em !important;

}



.testi .second-btn svg {

    fill: #fff !important;

}



.agents-section {

    padding: 0 0 5em 0;



}



.agents-image-card .agents-part img {

    border-top-left-radius: 134px;

}



.agents-image-card .agents-content h2 {

    color: #FFF;

    font-family: "Roboto Slab";

    font-size: 32px;

    font-style: normal;

    font-weight: 600;

    line-height: 60px;

    /* 187.5% */

    text-transform: uppercase;

}



.agents-content {

    position: absolute;

    bottom: 4%;

    left: 8%;

    z-index: 2;

}



.agents-content {

    position: absolute;

    bottom: 4%;

    left: 8%;

    z-index: 2;

    transition: transform 0.4s ease;

}



.agents-part img {

    transition:

        border-radius 0.5s ease,

        transform 0.5s ease;

}



.agents-image-card:hover .agents-part img {

    border-top-left-radius: 68px;

}



.agents-image-card::after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 50%;

    background: linear-gradient(180deg,

            rgba(255, 255, 255, 0) 0%,

            #067B46 100%);

    z-index: 1;

    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1),

        border-top-left-radius 0.6s cubic-bezier(0.4, 0, 0.2, 1);

}



.agents-image-card:hover::after {

    height: 100%;

    border-top-left-radius: 68px;

    background: linear-gradient(180deg, rgba(6, 123, 70, 0.86) 0%, rgba(6, 123, 70, 0.86) 100%);

}



.agents-overlay-bg {

    background-color: #FBB21D;

    height: 20em;

}



.agents-section .container {

    margin-top: -15em;

}
.agents-section .container-fluid {

    margin-top: -15em;

}



.agents-slider .item {

    display: flex;

    justify-content: center;

}



.agents-slider .agents-image-card {

    max-width: 95%;

}



/*404 Page*/

.error-404 {

    min-height: 70vh;

    display: flex;

    align-items: center;

    background: #f8f9fa;

}



.error-code {

    font-size: 120px;

    font-weight: 700;

    color: #198754;

}



.error-title {

    font-size: 32px;

    margin-bottom: 10px;

}



.error-text {

    font-size: 18px;

    color: #666;

}

.health-card:hover {

    transform: translate(0px, -8px);

    transition: 0.4s ease-in;

}

.heath_card_anchor {

    text-decoration: none;

}

.health-card .icon-circle {

    transition: transform 0.6s ease;

}



/* .health-card:hover .icon-circle {

    transform: rotate(360deg);

} */

.footer a:hover {

    color: #fbb21d;

}

.social-meida img:hover {

    transform: translate(0px, -3px);

    transition: 0.5s ease-in;

}

.page-header {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}

.page-header h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: -8px;
    text-transform: uppercase;
}

.page-header .underline {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 14%;
    width: 100%;
    position: unset;
}

.page-header a {
    text-decoration: none;
    color: #fff;
}

.page-header .custom-secondary-btn {
    width: unset;
    height: 45px;
    font-size: 17px;
}


.mother-section .page-header .underline {
    margin: 0 28% 10px auto !important;
}


.community-card {
    background: #f3f8f9;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    position: relative;
    max-width: 520px;
    margin: 60px auto;
	height:80%;
}

.community-icon {
    margin-top: -100px;
    margin-bottom: -15px;
    max-width: 30%;
}

.community-title {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 15px;
}

.community-text,
.looks-card p, .fourth_program ul li {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    padding-bottom: 11px;
}

.looks-card {
    height: 257px !important;
    height: 100% !important;
    border-top-left-radius: 119px !important;
    border-radius: 0;
    padding: 1em !important;
    /*justify-content: space-between !important;*/
}

.looks-card p {
    font-size: 18px !important;
}

.custom-szie {
    font-size: 26px;
}

.custom-bottom-border {
    border: 1px dashed #3CC387;
}


.project-card {
    background-color: #F1F6F7;
    border-radius: 20px;
    border-bottom: 21px solid #FBB21D;
    height: 45em;
}

.project-card h4 {
    font-size: 23px;
    height: 4em;
}

.project-card h5 {
    font-weight: 600;
}

.project-card p {
    font-family: "Montserrat", sans-serif;
}


.project-section .container {
    position: relative;
}
.project-section .container-fluid {
    position: relative;
}

.project-section .agents-overlay-bg {
    height: 15em;
}

.project-section .custom-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    position: absolute;
    z-index: 2;
    top: 28%;
    margin-left:-29px;
    /*left: -17px;*/
}

.project-section .custom-nav img {
    background: #fff;
    border-radius: 100%;
}

.mothers-section .custom-row {
    border-radius: 0 0 96px 96px;
}

.look-card-2 {
    background-color: #3CC387 !important;
}

.newsletter-form p {
	display:flex;
}


.looks-card .icon-circle svg,
.look-card-2 .icon-circle svg {
/*    max-width:75%; */
	padding: 10px;
}

/* Default Orange */
.looks-card .icon-circle svg *,
.looks-card .icon-circle svg path {
    fill: #FE7130 ;
    stroke: #FE7130 !important;
}

/* Green Override */
.looks-card.look-card-2 .icon-circle svg *,
.looks-card.look-card-2 .icon-circle svg path {
    fill: #3CC387 ;
    stroke: #3CC387 !important;
}

.fourth_program ul li::marker {
    content: "✔  ";
    color: #3CC387;
    font-weight: bold;
}

.copy-right-section a{
    color: #ffff;
    text-decoration: none;
}

.policies_page ul li::marker{
        content: "✔ ";
    color: rgb(60, 195, 135);
    font-weight: bold;
}
.policies_page ul li{
        font-size: 1.25em;
    color: #000;
    font-weight: 500;
        margin-bottom: 1em;
}
.policies_page a{
    color: #fe7130;
    text-decoration: none;
}
.policies_page a:hover{
        color: #fbb21d;
}
.policies_page{
    padding-bottom:2em;
}

/*contact us*/

.contact-section a{
    color: #fe7130;
    text-decoration: none;
}
.contact-section a:hover{
        color: #fbb21d;
}
 .contact-section {
      padding: 60px 0;
    }
    .contact-section h4{
            color: green;
    margin-bottom: 1em;
    font-weight: 700;
    }
    .donation-info h5{
        color: green;
    margin-bottom: 1em;
    font-weight: 700; 
    }
    .contact-info{
        padding-top:2em;
    }

    .map-box iframe {
      width: 100%;
      height: 400px;
      border: 0;
    }

  

    .divider {
      width: 2px;
      background: green;
      height: 100%;
      margin: auto;
    }

    .form-control {
      border-radius: 25px;
      padding: 12px 18px;
    }

    textarea.form-control {
      border-radius: 20px;
      resize: none;
    }

    .btn-submit {
      background: green;
      color: #fff;
      border-radius: 25px;
      padding: 10px 50px;
      border: none;
      font-weight: 600;
    }

    .btn-submit:hover {
      background: #095f2f;
    }

    .contact-info p {
      margin-bottom: 6px;
      font-size: 1.2em;
    }
    .donation-info p {
      margin-bottom: 6px;
      font-size: 1.2em;
    }
    .contact-info h5{
      color: green;
    margin-bottom: 1em;
    font-weight: 700;
    }

    .donation-info {
      margin-top: 40px;
      color: var(--green);
    }

    @media (max-width: 991px) {
      .divider {
        display: none;
      }
    }

/*Who we are*/

 .leadership_arrow {
    float: right;
    border: none;
} 

  /*.profile-card {*/
   
  /*    background: #f1f6f7;*/
  /*  padding: 22px;*/
  /*  height: 100%;*/
  /*}*/

  .profile-img-wrapper {
    position: relative;
    overflow: hidden;
  }

  .profile-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .4s ease; 
  }

  .profile-card:hover .profile-img-wrapper img {
    transform: scale(1.1);
  }

  /* Orange corner shape */
  .corner-shape {
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 22%;
    filter: unset !important;
  }

  .profile-card:hover .profile-img-wrapper .corner-shape {
    transform: unset;
  }

  /* Content */
  .profile-content {
    margin: 27px 0 17px;
  }

  .profile-content h4 {
   font-weight: 600;
    margin-bottom: 5px;
      font-size: 1.6em;
    margin-left: 10px;
  }

  .profile-content p {
    color: #E37446;
    font-weight: 500;
    margin: 0;
    font-size: 1.2em;
    
  }
  .board_section{
     padding: 1em 0em;
  }
  .board_section h3{
          font-size: 3em;
    margin-bottom: 14px;
  }
  .board_section i{
          font-size: 1.2em;
    font-weight: 500;
    color: #fbb21d;
  }
  .board_section p {
    font-size: 1.2em;
    margin-top: 1em;
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
  .leadership-section .row{
    background-color: rgb(244 126 77);
    padding: 5em 7em;
    border-radius: 40px;
  }
  .profile-content h6{
      margin-left: 10px;
  }
  .clearfix{
      padding: 2em;
  }
  
 .areabanner .desktop-banner{
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 50%, #000 108.67%);
background-blend-mode: multiply;
mix-blend-mode: multiply;
 } 
  
  
  .areabanner{
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 50%, #000 108.67%);
background-blend-mode: multiply;
mix-blend-mode: multiply;
 }  
 .mothers-section img{
         border-radius: 20px;
 } 
  
.partner_inner h5{
        color: #000000;
    
    margin-top: 1em;
    margin-bottom: 3em;
    font-size: 1.1em;
    line-height: 1.5;
}  
.partner_inner img {
       width: 200px;
    border: 2px solid #eeee;
    padding: 15px;
    border-radius: 5px;
}
#partnerModal .modal-title{
 color: #f47e4d;   
}
 #partnerModal #modalLogo{
         width: 250px;
    border: 2px solid #eee;
    padding: 16px;
 } 
#partnerModal #modalDescription p{
     font-size: 1em;
 }
 /*.partner_inner{*/
 /*        padding-top: 2em;*/
 /*}*/
 
 .partner_logo h2, .partner-with-us h3{
     margin-bottom:1em;
      font-size: 3em;
 }
  
 .partner_form{
    background:#f4f6f5;
    padding:40px;
    border-radius:20px;
}

.partner_form .custom-form-wrapper{
    background:#eef2f1;
    padding:40px;
    border-radius:20px;
}

.partner_form .form-label{
    color:#1b8a4b;
    font-weight:600;
    margin-bottom:8px;
}

.partner_form .form-control{
    border-radius:14px;
    padding:14px 18px;
    border:1px solid #d9e2df;
    background:#ffffff;
    transition:all 0.3s ease;
}

.partner_form .form-control::placeholder{
    color:#1b8a4b !important;
    opacity:0.7;
}

.partner_form .form-control:focus{
    border-color:#1b8a4b;
    box-shadow:0 0 0 0.2rem rgba(27,138,75,0.15);
    height: 160px;
}

.partner_form textarea.form-control{ 
    min-height:140px;
    resize:none;
}

.partner_form .btn-custom{
    background:#157347;
    color:#fff;
    border:none;
    padding:14px 40px;
    border-radius:50px;
    font-weight:600;
    transition:0.3s ease;
}

.partner_form .btn-custom:hover{
    background:#0f5c36;
} 
  
  
  
  
  
  
  
  
  .abt-box {
    padding: 10px;
     transition: 0.6s ease-in;
}
.abt-box:hover img{
        transform: scale(1.05);
    transition: 0.6s ease-in;
}
.abt-box:hover {
    background: #f47e4d;
}
.abt-colmn-box, .abt-colmn-box1, .counselling, .physical-colmn-box, .rect-cont {
    position: relative;
    overflow: hidden;
    text-align: left;
    height: 100%;
}
.abt-colmn-box::before, .news-item-image-wrapper::before {
    content: "";
    position: absolute;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: linear-gradient(#f5a41d, #fccc68);
    top: -10px;
    right: -10px;
    z-index: -1;
    opacity: 0;
    transition: .3s;
}
.abt-colmn-box img {
    object-fit: cover;
    max-width: 100%;
        height: 450px;
    width: 100%;
}
.founder-image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    padding: 4px 18px;
    font-size: 14px;
    min-height: 76px;
}
.abt-colmn-box::after, .blog-imgcont::after, .rect-cont::after {
    content: "";
    inset: 0;
    background-image: linear-gradient(#fff, #0000008c);
    position: absolute;
    mix-blend-mode: multiply;
}
span.founder-text {
    color: #ffb21c;
    font-size: 20px;
}

.custom-side-space{
    padding: 0 15.5em;
}


.bg-white-card-gray .programs-section{
    background-color: #f1f6f7;
}
.bg-white-card-gray .programs-section:hover {
    background-color: #FE7130;
}

/*.bg-white-card-gray .programs-section:hover h2, .programs-section:hover p {*/
/*    color: #000;*/
/*}*/


.leadership_speak {
    background-image: url('/wp-content/uploads/2026/02/leaders-speak-bg-image.webp');
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}


.section-title {
    position: relative;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 2.4em;
    z-index: 2;
}

.glass-box {
    position: relative;
    max-width: 60%;
    padding: 3em 2em;
    background: #FFFFFFB8;
    /* backdrop-filter: blur(11px); */
    border-radius: 25px;
    color: #fff;
    z-index: 2;
}

.leader-img {
    position: absolute;
    top: -53px;
    left: 10px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ff6b35;
}

.leader-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.leader-quote-icon {*/
/*    font-size: 60px;*/
/*    color: #0c7c59;*/
/*    position: absolute;*/
/*    left: 30px;*/
/*    top: 40px;*/
/*    font-weight: bold;*/
/*}*/

.quote-text {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.8;
    margin-bottom: 25px;
    color:#000000;
}

.leader-name {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #067B46;
}

.leader-designation {
    font-size: 14px;
    opacity: 0.9;
    font-family: "Montserrat", sans-serif;
    color: #067B46;
}
.leader-content-div{
    display: flex;
    gap: 20px;
}
.leader-content-div .custom-col-1{
   width: 30%;
}
/* Responsive */
@media (max-width: 768px) {
    .leadership_speak {
        padding: 60px 0;
    }

  

    .leadership_speak .quote-text {
        font-size: 16px;
    }
}
.what-drives-us ul li::marker {
    content: "✔ ";
    color: rgb(60, 195, 135);
    font-weight: bold;
}
.what-drives-us ul li{
    font-size: 1.25em;
    color: #000;
    font-weight: 500;
    margin-bottom: 1em;
}
.what-drives-us ul  {
  margin-left: 1em;
}

.box-color-card{
    border: 2px dashed;
    border-color: #FE7130;
    color: #FE7130;
}
.box-color-card h3{
    color: #FE7130!important;
}
.box-color-card.active{
    background:#FE7130;
    transform: translate(0px, 0px)!important;
}
.box-color-card:hover{
    transform: translate(0px, 0px)!important;
}
.box-color-card.active h3, .box-color-card.active p{
    color:#fff!important;
}
.box-color-card p{
    font-size: 1em;
}

.custom-submit-btn{
    background: #067B46;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 10px 7em;
    border-radius: 35px;
}
.custom-submit-btn:hover{
    background: #067b46f2;
    color: #fff;
}
.form-bottom-text{
     font-family: "Montserrat", sans-serif;
}
 .step-wrapper-donate {
        display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 8em;
    padding-bottom: 4em;
}

.step-donate {
    display: flex;
    align-items: center;
}

.circle-donate {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
}

/* Active step */
.active-donate .circle-donate {
    background: #187c43;
    color: #fff;
}

/* Dotted circle */
.dotted-donate {
    border: 2px dashed #ff6a2b;
    color: #ff6a2b;
    background: transparent;
}

/* Line between steps */
.line-donate {
    width: 120px;
    height: 2px;
    background: #187c43;
}

.box-color-card-2{
    border: 2px dashed;
    border-color: #3CC387;
    color: #3CC387;
}
.box-color-card-2 h3{
    color: #3CC387!important;
}
.box-color-card-2 p{
    color: #3CC387!important;
    font-size: 1em;
}
.box-color-card-2.active{
    background:#3CC387;
    transform: translate(0px, 0px)!important;
}
.box-color-card-2:hover{
    transform: translate(0px, 0px)!important;
}
.box-color-card-2.active h3, .box-color-card-2.active p{
    color:#fff!important;
}
.box-color-card-2 {
    padding: 17px 36px!important;
}

/*.custom-select{*/
/*    background: #FE7130;*/
/*    color: #fff;*/
/*    border: navajowhite;*/
/*    padding: 7px 15px;*/
/*    border-radius: 25px;*/
/*    font-family: "Montserrat", sans-serif;*/
/*    width: 32%;*/
/*    text-align: center;*/

/*}*/

.custom-select {
    background: #FE7130;
    color: #fff;
    border: none;
    padding: 7px 15px 7px 15px;
    border-radius: 25px;
    font-family: "Montserrat", sans-serif;
    width: 41%;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M3 4l2 2 2-2' stroke='white' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
}

.new-bg-color{
    background:#FBB21D;
    color:#000;
}

.custom-amount-text{
     font-family: "Montserrat", sans-serif;

}
 .custom-input{
            background:#e9eeee;
            border:none;
            border-radius:15px;
            padding:18px 20px;
            font-size:16px;
            color:#3CC387;
             font-family: "Montserrat", sans-serif;
        }

        .custom-input::placeholder{
            color:#3CC387;
            font-weight:600;
        }

        .custom-input:focus{
            box-shadow:none;
            background:#e9eeee;
            font-weight:600;
            
        }

        .form-group{
            position:relative;
        }

        .calendar-icon{
            position:absolute;
            right:20px;
            top:50%;
            transform:translateY(-50%);
            color:#2f8f6f;
            font-size:20px;
        }

        textarea.custom-input{
            height:120px;
            resize:none;
        }
        .last-btn{
            padding: 10px 0em!important;
        }
        .is-invalid {
    border: 2px solid red !important;
}

/*Search Page*/

.pagination {
    margin-top: 30px;
    float: right;
}

.pagination .page-numbers {
    padding: 8px 14px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.pagination .current {
    background: #000;
    color: #fff;
    border-color: #000;
}
.custom-search h2{
        font-size: 28px;
    margin-bottom: 2em;
    color: #1b7647;
}
.custom-search h2 span{
        color: #fbb21d;
    font-weight: 700;
        text-transform: capitalize;
}
.search-item a{
        color: #f47e4d;
    text-decoration: none;
}
.search-item{
     margin-bottom: 2em;
    border: 1px solid #c7bfbf;
    padding: 10px;
    border-radius: 10px;
}
.search-item p{
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight:500;
}
.search-item:hover{
        background: #d9d9d9;
}
.no-result{
    color: red;
    font-size: 24px;
}

/*Media*/

.media-single-page {
    padding: 60px 0;
    max-width: 900px;
}

.media-title {
    font-size: 36px;
    margin-bottom: 10px;
}

.media-meta {
    color: #777;
    margin-bottom: 20px;
}

.media-featured img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.media-content {
    line-height: 1.8;
    font-size: 16px;
        margin-top: 3em;
}

/* Related Section */
.related-media {
    margin-top: 60px;
}

.related-media h3 {
    margin-bottom: 20px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-item img {
    width: 100%;
    height: auto;
}

.related-item h4 {
    margin-top: 10px;
    font-size: 16px;
}
.media_updates .project-card {
height: 35em;   
}
.media_updates p{
  font-size: 19px;
    line-height: 1.7;
    min-height: 16em;
}
.media-date{
        font-size: 19px;
    font-weight: 600;
}
.media-content p{
        font-size: 22px;
        font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.media-content .sub_head{
       color: #f47e4d; 
       margin-bottom: 1em;
    margin-top: 1em;
}
.media-content li{
    font-size: 20px;
}
.related-media h3{
        color: #057a47;
    font-size: 2.4em;
}
.item.media_updates {
    margin-bottom: 2em;
}
.blog-listing-wrapper{
    background: #e9e9e9;
}
.blog-listing-wrapper .image-part img{
        height: 300px;
    object-fit: cover;
}
.blog-listing-wrapper a{
        color: black;
    text-decoration: none;
}
.blog-listing-wrapper h2{
    line-height: 1.7;
}
.blog_date{
    font-weight:600;
}
.blog_detailimg{
    text-align: center;
}
.blog-content p{
    font-size: 22px;
    line-height: 1.7;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.blog-content li{
        font-size: 20px;
    line-height: 1.7;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.blog-content h3{
    /*color: #f47e4d;*/
    color: #000;
    margin-top: 1em;
}


  

    h2.faq-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 28px;
      color: #111;
    }

    /* ── Accordion container ── */
    .accordion {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .accordion-item {
      border: none !important;
      background: transparent;
      font-family: "Montserrat", sans-serif;
    }

    /* ─── Item 1 : white card with dashed amber border ─── */
    .accordion-item.item-dashed {
      border: 2px dashed #e8a44a !important;
      border-radius: 20px !important;
      background: #fff !important;
      overflow: hidden;
    }

    .accordion-item.item-dashed .accordion-button {
        font-family: "Montserrat", sans-serif;
      background: #fff;
      color: #222;
      font-weight: 600;
      font-size: 1rem;
      box-shadow: none;
      padding: 16px 26px;
      border-radius: 0 !important;
    }

    .accordion-item.item-dashed .accordion-button:not(.collapsed) {
      background: #fff;
      color: #222;
      box-shadow: none;
    }

    .accordion-item.item-dashed .accordion-button::after {
      filter: brightness(0.4);
    }

    .accordion-item.item-dashed .accordion-body {
      font-size: 0.93rem;
      color: #444;
      line-height: 1.65;
      padding: 0 26px 20px;
      background: #fff;
    }

    /* ─── Pill items (green / yellow) ─── */
    .accordion-item.pill {
      /*border-radius: 50px !important;*/
      overflow: hidden;
      transition: border-radius 0.3s ease;
    }

    .accordion-item.pill.open {
      border-radius: 20px !important;
    }

    .accordion-item.pill .accordion-button {
      font-weight: 600;
      font-size: 0.97rem;
      color: #fff !important;
      box-shadow: none !important;
      padding: 17px 26px;
      border-radius: 50px !important;
      transition: border-radius 0.3s ease, opacity 0.2s ease;
    }

    .accordion-item.pill .accordion-button:not(.collapsed) {
      border-radius: 20px 20px 0 0 !important;
      color: #fff !important;
      box-shadow: none !important;
    }

    /* White chevron for pills */
    .accordion-item.pill .accordion-button::after {
      filter: brightness(10);
    }

    /* Green */
    .accordion-item.green .accordion-button {
      background: #2e7d5e !important;
    }
    .accordion-item.green .accordion-button:not(.collapsed) {
      background: #2e7d5e !important;
    }

    /* Yellow */
    .accordion-item.yellow .accordion-button {
      background: #e8a44a !important;
    }
    .accordion-item.yellow .accordion-button:not(.collapsed) {
      background: #e8a44a !important;
    }

    /* Pill body */
    .accordion-item.pill .accordion-body {
      background: #fff;
      font-size: 0.93rem;
      color: #444;
      line-height: 1.65;
      padding: 16px 26px 22px;
      border: 1px solid #e0e0e0;
      border-top: none;
      border-radius: 0 0 16px 16px;
    }
.page-numbers{
    display: flex;
    gap: 13px;
    list-style: none;
    justify-content: center;
}

.page-numbers li{
    background: #f47e4d;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}
.page-numbers li a{
    color: #fff;
}

.video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.video-thumb img {
    transition: 0.4s ease;
    width:100%;
}

.video-thumb:hover img {
    transform: scale(1.08);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,0,0,0.8);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.play-icon i {
    color: #fff;
    font-size: 22px;
}

.video-thumb:hover .play-icon {
    background: #ff0000;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-box h6, .video-box h5{
    font-size:20px;
}
.video-box a, .video-box h5{
    color:#000;
    text-decoration: none;
}

.video-custom-btn{
    background-color: #FE7130 !important;
    color: #fff !important;
    font-family: 'Fira Sans', sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    padding: 11px 40px;
    border-radius: 5px;
}

.text-second{
    color:#067b46!important;
}

.custom-item-size li a{
    font-size:19px;
}

.border-second{
    border-color: #067b46!important;
}

.publication-col {
    display: flex;
}

.publication-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.publication-box img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.publication-box .btn {
    margin-top: auto;
    width:50%;
}
.publication-btn {
    background: #fe7130;
    border: none;
    padding: 13px 0px;
}
.publication-btn:hover {
    background: #fe7130;
}
.custom-report-font{
    font-family: "Montserrat", sans-serif;
}

.ann-resport, .fcra-box{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.ann-resport:hover, .fcra-box:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.fundraise-cards {
    border-radius: 40px!important;
    height: 40em;
    background-color: #f1f6f7!important;
}

.second-card {
        border-left: 1px solid;
    border-right: 1px solid;
}

.work-with-us .icon-circle img{
    width: 60px;
    height: 60px;
    padding: 11px;
}
.work-with-us .box-1 img{
    filter: invert(62%) sepia(36%) saturate(507%) hue-rotate(103deg) brightness(92%) contrast(89%);

}
.work-with-us .box-2 img{
    filter: invert(73%) sepia(73%) saturate(548%) hue-rotate(356deg) brightness(101%) contrast(96%);
}
.work-with-us .box-3 img{
    filter: invert(33%) sepia(95%) saturate(478%) hue-rotate(113deg) brightness(92%) contrast(101%);
}
.work-with-us .box-4 img{
    filter: invert(63%) sepia(77%) saturate(2310%) hue-rotate(349deg) brightness(100%) contrast(101%);
}
.work-with-us .box-5 img{
    filter: invert(73%) sepia(73%) saturate(548%) hue-rotate(356deg) brightness(101%) contrast(96%);
}