@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-size: clamp(15px, 2vw, 18px);
    font-family: "Montserrat", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

h1,
.h1 {
    font-size: clamp(32px, 4vw, 150px);
    line-height: 1.2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.font-bigger {
    font-size: clamp(40px, 7vw, 150px);
    font-weight: 300 !important;
}

h2,
.h2 {
    font-size: clamp(28px, 2.6vw, 57px);
    line-height: 1.1em;
    font-family: "Montserrat", sans-serif;
}


h3,
.h3 {
    font-size: clamp(24px, 3vw, 55px);
    line-height: 1.2em;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

h4,
.h4 {
    font-size: clamp(25px, 1.5vw, 45px);
    line-height: 1.2em;
    font-family: "Montserrat", sans-serif;
}

h5,
.h5 {
    font-size: clamp(20px, 2vw, 32px);
    line-height: 1.2em;
    font-family: "Montserrat", sans-serif;
}

h6,
.h6 {
    font-size: clamp(16px, 1.3vw, 24px);
    line-height: 1.4em;
    color: #565656;
    font-family: "Montserrat", sans-serif;
}

p,
a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    color: #1E1E1E;
    font-family: "Montserrat", sans-serif;
}

p{
    text-align: justify !important;
}


header ul,
footer ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
}


img {
    border-style: none;
}

.text-green {
    color: #A4BC30;
}

.text-brown {
    color: #784637;
}

.text-blue {
    color: #0752DC;
}

.text-outline {
    -webkit-text-stroke: 2px #A4BC30;
    color: white;
}

.link-hover:hover {
    color: #A4BC30 !important;
}

/*.bottom-nav {
    background-color: #1E1E1E;
}*/
.bottom-nav .nav-link {
    color: #fff;
}

    .bottom-nav .nav-link.active {
        color: #A4BC30;
        font-weight: 700;
    }

.navbar-brand {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.green-btn {
    display: inline-block;
    background: #ffffff;
    color: #A4BC30;
    border: 2px solid #A4BC30;
    padding: 8px 29px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .green-btn:hover {
        background: #A4BC30;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(164, 188, 48, 0.35);
    }

@media(max-width: 1400px) and (min-width: 1200px) {
    .green-btn {
        padding: 8px 15px !important;
    }
}

.link-black-hover {
    transition: 0.2s ease-in-out;
}

    .link-black-hover:hover {
        color: #1E1E1E;
    }

/*header*/
.get-involved {
    position: relative;
}

    .get-involved a {
        color: #784637;
    }

    .get-involved::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 1px;
        background: linear-gradient(0deg, hsla(0, 0%, 40%, 0) 0%, hsla(0, 0%, 40%, 1) 50%, hsla(0, 0%, 40%, 0) 100%);
        transform: translateX(-50%);
    }

.bottom-nav {
    position: relative;
}

    .bottom-nav::after {
        content: '';
        position: absolute;
        top: 0;
        left: -10px;
        height: 100%;
        width: 9999px;
        background-color: #1E1E1E;
        z-index: -1;
    }

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #A4BC30;
}

@media (max-width: 992px) {
    .bottom-nav::after {
        display: none;
    }

    .navbar-brand::after {
        display: none;
    }

    .bottom-nav .nav-link {
        color: #1E1E1E !important;
    }

        .bottom-nav .nav-link:hover,
        .bottom-nav .nav-link:active,
        .bottom-nav .nav-link.active {
            color: #A4BC30 !important;
        }
}

.bottom-nav .nav-link {
    color: #fff;
}

    .bottom-nav .nav-link.active {
        color: #A4BC30;
        font-weight: 700;
    }

.navbar-brand {
    position: relative;
    z-index: 3;
}

    .navbar-brand img {
        position: relative;
        min-width: 141px;
        max-width: 142px;
        z-index: 3;
    }

    .navbar-brand::after {
        content: '';
        position: absolute;
        top: 0;
        right: -143px;
        height: 100%;
        width: 614px;
        background-color: #fff;
        z-index: 2;
        clip-path: polygon(0% 0%, 100% 0%, 83% 100%, 0% 100%);
    }

.dropdown-item.active,
.dropdown-item:active {
    background-color: #A4BC30 !important;
}

/* 
header .top-bar .container {

    height: 0px !important;
} */

.green-btn {
    background: #fff;
    color: #A4BC30;
    border: 2px solid #A4BC30;
    padding: 8px 29px;
    border-radius: 50px
}

.slogan {
    position: relative;
    z-index: 3;
}

@media (max-width:1200px) and (min-width:992px) {

    header a,
    header p {
        font-size: 13px !important;
    }
}

.fixed-top {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}


/* footer */

#footer {
    background: #784637;
}

    #footer img {
        width: 175px;
        z-index: 2;
        position: relative;
    }

@media(min-width: 992px) {
    .footer-bg {
        background: url('../img/footer-bg-img.png'), url('../img/footer-bg-img.webp');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
    }
}


.aatapi-footer-logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 119px;
    height: 100%;
    background: #fff;
    width: 10000px;
    z-index: 1;
}

@media(max-width: 1400px) {
    .aatapi-footer-logo::after {
        right: 73px;
    }
}

@media(max-width: 1200px) {
    .aatapi-footer-logo::after {
        right: 27px;
    }
}

@media(max-width: 992px) {
    .aatapi-footer-logo::after {
        right: 505px;
    }
}

@media(max-width: 768px) {
    .aatapi-footer-logo::after {
        right: 325px;
    }
}

@media(max-width: 576px) {
    .aatapi-footer-logo::after {
        display: none;
    }

    .aatapi-footer-logo {
        background: white;
        padding: 10px;
        width: fit-content;
    }
}

.border-white {
    border: 1px solid #FFFFFF !important;
    opacity: unset !important;
}

/*home*/

#aatapi-home-banner {
    background: url('../img/aatapi-home-banner.png'), url('../img/aatapi-home-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 114px;
    background-attachment: fixed;
}

@media(max-width: 1200px) {
    #aatapi-home-banner {
        margin-top: 105px;
    }
}

@media(max-width: 992px) {
    #aatapi-home-banner {
        margin-top: 77px;
    }
}

@media(max-width: 768px) {
    #aatapi-home-banner {
        background-position: 70%;
    }
}

.text-darkes {
    color: #1E1E1E !important;
    font-weight: 500 !important;
}

.home-heading {
    padding-top: 160px;
    padding-bottom: 160px;
}

.watch-video-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
    color: #000;
    padding: 10px 18px;
    border-radius: 0px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 14px;
    box-shadow: none;
}

    .watch-video-btn img {
        width: 35px;
        height: 40px;
    }

    .watch-video-btn:hover {
        background: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    }


@media(max-width: 992px) {
    .home-heading {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .watch-video-btn {
        padding: 9px 12px;
    }

    .testimonial-nav {
        display: flex;
        justify-content: center;
    }
}

@media(max-width: 768px) {
    .home-heading {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .watch-video-btn img {
        width: 25px;
        height: 25px;
    }
}

.text-redish {
    color: #B72D66 !important;
}

.space-between {
    line-height: 27px;
}

.btn-redish {
    display: inline-block;
    background: #ffffff;
    color: #B72D66;
    border: 2px solid #B72D66;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-redish:hover {
        background: #B72D66;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(185, 0, 77, 0.35);
    }

.btn-green {
    display: inline-block;
    background: #ffffff;
    color: #1B9B8C;
    border: 2px solid #1B9B8C;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-green:hover {
        background: #1B9B8C;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 6px 12px #1b9b8c91;
    }

.btn-blue {
    display: inline-block;
    background: #ffffff;
    color: #0752DC;
    border: 2px solid #0752DC;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-blue:hover {
        background: #0752DC;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 6px 12px #0752dc8f;
    }

.btn-yellow {
    display: inline-block;
    background: #ffffff;
    color: #DDA815;
    border: 2px solid #DDA815;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-yellow:hover {
        background: #DDA815;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 6px 12px #dda81569;
    }

.btn-dark-green {
    display: inline-block;
    background: #ffffff;
    color: #A4BC30;
    border: 2px solid #A4BC30;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-dark-green:hover {
        background: #A4BC30;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 6px 12px #a4bc30b3;
    }

.impact-progress {
    width: 100%;
}

.impact-item {
    margin-bottom: 26px;
    position: relative;
}

.impact-title {
    font-weight: 700;
    color: #1E1E1E;
    font-size: 16px;
}

.impact-value {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 16px;
    color: #666666;
}

.progress {
    margin-top: 8px;
    height: 12px;
    background-color: #C0C0C0;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    width: 0;
    height: 100%;
    background-color: #1B9B8C;
    border-radius: 10px;
    transition: width 1.8s ease-in-out;
}

.aatapi-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
}




/* Aaftab */
@media (min-width:992px) {
    .intervention-img-extended {
        position: absolute;
        object-fit: cover;
        width: 45vw !important;
    }
}

@media (max-width:992px) {
    .intervention-img-extended {
        display: none;
    }
}

.intervention-img img {
    border-radius: 0px;
}

.intervention-item {
    border: 1px solid #1E1E1E;
}

/* Right image block */
.intervention-hero {
    position: relative;
}

    .intervention-hero img {
        object-fit: cover;
    }

/* Overlay text + gradient */
.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    margin-top: auto;
    height: 33%;
    align-items: flex-end;
    /* padding: 30px; */
    color: #fff;
    /*background: linear-gradient(180deg, hsla(70, 59%, 46%, 0) 0%, hsla(70, 59%, 46%, 1) 47%);*/
    font-size: 14px;
}

    .hero-overlay::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        /*        width: 45vw;*/
        width: 100%;
        z-index: 0;
        background: linear-gradient(180deg, hsla(70, 59%, 46%, 0) 0%, hsla(70, 59%, 46%, 1) 47%);
    }

.hero-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66%;
}

.hero-overlay .hero-heading {
    max-width: 80%;
    margin-bottom: -2px;
    margin-left: -1px;
    transform-origin: bottom left;
}

/* Mobile tweaks */
@media (max-width: 767px) {
    .intervention-item {
        flex-direction: column;
    }
}

/* SECTION BASE */
.impact-section {
    width: 100%;
    overflow: hidden;
}

/* LEFT BLOCK */
.impact-left {
    background-color: #a8bf3a;
    padding: 60px 60px;
}

    .impact-left h2 {
        color: #fff;
        font-size: 36px;
        line-height: 1.3;
        font-weight: 600;
    }

/* RIGHT IMAGE BLOCK */
.impact-right {
    position: relative;
}

.image-overlay {
    position: relative;
    height: 100%;
}

    .image-overlay img {
        height: 100%;
        object-fit: cover;
    }

    /* YELLOW OVERLAY */
    .image-overlay::after {
        content: "";
        position: absolute;
        margin-left: auto;
        width: 100%;
        inset: 0;
        background: linear-gradient(90deg, hsla(52, 59%, 46%, 0) 0%, hsla(52, 59%, 46%, 1) 100%);
    }

/* TEXT ON IMAGE */
.overlay-text {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 2;
}

    .overlay-text h5 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
    }

/* RESPONSIVE */
@media (max-width: 991px) {
    .impact-left {
        padding: 50px 30px;
        text-align: center;
    }

        .impact-left h2 {
            font-size: 28px;
        }

    .overlay-text {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: max-content;
    }
}


@media (max-width: 576px) {
    .impact-div {
        height: 150px;
    }
}

#donate-section {
    background: url('../img/aatapi-your-help-matters-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}

.btn-circle-outline {
    color: #ffffff;
    background: url('../img/aatapi-donate-us.png') center no-repeat;
    background-size: contain;
    padding: 84px 59px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
    will-change: transform;
}

    /* Hover Effect */
    .btn-circle-outline:hover {
        transform: translateY(-6px) scale(1.03);
        box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
        filter: brightness(1.08);
    }

    /* Optional: Keyboard Accessibility */
    .btn-circle-outline:focus-visible {
        outline: none;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
    }



#testimonials {
    /*    padding: 100px 0;
*/ background-color: #ffffff;
}

.testimonial-left h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #9bbd2a;
}

.testimonial-nav {
    display: flex;
}


/* RIGHT CARD */

@media(min-width: 992px) {
    .testimonial-card {
        position: relative;
    }
}

.testimonial-card .quote {
    position: absolute;
    left: 35px;
    top: -92px;
    font-size: 100px;
    color: #000000;
    line-height: 1;
    transform: rotate(180deg);
    z-index: -1;
}

.swiper-wrapper {
    padding-top: 12px !important;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.testimonial-card h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #7a3e2e;
}

.testimonial-card small {
    font-size: 14px;
    color: #777;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-left {
        margin-bottom: -10px;
    }

        .testimonial-left h2 {
            font-size: 36px;
        }

    .testimonial-nav {
        display: flex !important;
        justify-content: center !important;
    }
}


#media-center {
    background: url('../img/aatapi-events-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.media-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #9bbd2a;
    margin-bottom: 40px;
}

/* CARD */
.media-card {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.media-date {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-top: -15px;
    width: fit-content;
}

    .media-date.blue {
        background: #466CB2;
        color: #fff;
    }

    .media-date.pink {
        background: #B72D66;
        color: #fff;
    }

    .media-date.yellow {
        background: #DDA815;
        color: #fff;
    }

.media-card h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.media-card h5 {
    min-height: 72px;
}

@media(max-width: 1400px) and (min-width: 992px) {
    .media-card h5 {
        min-height: 96px;
    }
}

@media(max-width: 992px) and (min-width: 576px) {
    .media-card h5 {
        min-height: 96px;
    }
}

@media(max-width: 576px) {
    .media-card h5 {
        min-height: unset;
    }
}

.media-card img {
    margin-bottom: 15px;
}

.read-more {
    margin-top: auto;
    font-weight: 600;
    text-decoration: none;
}

.blue {
    color: #1B9B8C;
}

.pink {
    color: #B72D66;
}

.yellow {
    color: #DDA815;
}

/* NAV */
.media-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

    .media-nav button {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid #aaa0;
        background: #fff0;
        cursor: pointer;
        transition: 0.3s;
    }


/* RESPONSIVE */
@media (max-width: 768px) {
    .media-header h2 {
        font-size: 32px;
    }
}

.image-text {
    font-size: 10.8vw;
    line-height: 0.8;
    font-weight: 900;
    /* IMAGE INSIDE TEXT */
    background: url("../img/aatapi-join-our-community.png") center / cover no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

    .image-text .small {
        font-size: 5vw;
    }

@media(max-width: 768px) {
    .image-text .small {
        font-size: 9vw;
    }
}

.also-matters {
    font-size: 14px;
    font-weight: 600;
    color: #8a7b5a;
    letter-spacing: 1px;
}

.desc {
    max-width: 520px;
    margin-inline: auto;
    font-size: 14px;
    color: #555;
}

/* Mobile tuning only */
@media (max-width: 575px) {
    .image-text {
        font-size: clamp(48px, 12vw, 80px);
    }
}

@media (min-width: 992px) {
    .community-description {
        margin-top: -72px !important;
    }
}

@media (min-width: 1400px) {

    .image-text {
        font-size: 206px;
    }

        .image-text .small {
            font-size: 98px;
        }
}

/* Section Title */
.section-title {
    color: #9fbf2d;
    font-weight: 700;
}

/* swiper wrapper ko full height do */
.swiper-wrapper {
    align-items: stretch;
}

/* har slide ko flex banaya */
.swiper-slide {
    display: flex;
    height: unset !important;
}

.pad-up-down {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media(max-width: 992px) {
    .pad-up-down {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .hero-overlay-text {
        width: 93%;
    }
}

@media(max-width: 768px) {
    .pad-up-down {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


/*inner pages*/

#aatapi-banner {
    position: relative;
    background-image: linear-gradient( to left, rgba(164, 188, 48, 0.95) 0%, rgba(164, 188, 48, 0.95) 14%, rgba(164, 188, 48, 0) 29% ), url('../img/aatapi-banner-img.png'), url('../img/aatapi-home-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 114px;
}

#aatapi-inner-banner {
    background: #A4BC30;
    margin-top: 114px;
}

#aatapi-inner-bannerss {
    background: #A4BC30;
    margin-top: 114px;
}

#contact-banner {
    position: relative;
    background-image: linear-gradient( to left, rgba(164, 188, 48, 0.95) 0%, rgba(164, 188, 48, 0.95) 14%, rgba(164, 188, 48, 0) 29% ), url('../img/contact-us-banner.png'), url('../img/contact-us-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 114px;
}

.heading-banner {
    padding-top: 145px;
    padding-bottom: 145px;
    position: relative;
    z-index: 2;
}

.heading-banners {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .heading-banner h1, .heading-banners h1 {
        font-size: 48px;
        letter-spacing: 1px;
    }

.banner-rotated-text span {
    font-size: clamp(20px, 3vw, 48px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 6px;
    text-transform: capitalize;
    opacity: 0.9;
    position: absolute;
    right: 0px;
    bottom: 193px;
    transform: translateY(-100%) rotate(-90deg);
    transform-origin: right bottom;
    z-index: 2;
}

@media (max-width: 1200px) {
    #aatapi-banner {
        margin-top: 105px;
    }
}

@media(max-width: 1200px) {
    .banner-rotated-text span {
        bottom: 180px;
    }
}

@media (max-width: 992px) {

    #aatapi-banner {
        background-image: url('../img/aatapi-banner-img.png'), url('../img/aatapi-home-banner.webp');
    }

    #aatapi-banner {
        margin-top: 77px;
    }

    .banner-rotated-text {
        display: none;
    }

    .heading-banner h1, .heading-banners h1 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .heading-banner, .heading-banners h1 {
        padding-top: 135px;
        padding-bottom: 135px;
    }
}


/* Remove default Bootstrap styling */
#get-in-touch .form-floating > .form-control,
#get-in-touch .form-floating > .form-control:focus,
#get-in-touch .form-floating > textarea.form-control {
    border: none;
    border-bottom: 1.5px solid #000000;
    border-radius: 0;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

    /* Focus state underline */
    #get-in-touch .form-floating > .form-control:focus,
    #get-in-touch .form-floating > textarea.form-control:focus {
        border-bottom-color: #000000; /* darker on focus */
    }

/* Floating label positioning */
#get-in-touch .form-floating > label {
    padding-left: 0;
    color: #1E1E1E;
}

/* Active floating label */
#get-in-touch .form-floating > .form-control:focus ~ label,
#get-in-touch .form-floating > .form-control:not(:placeholder-shown) ~ label,
#get-in-touch .form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
    color: #1E1E1E;
}

/* Disabled captcha field */
#get-in-touch .form-control:disabled {
    background-color: transparent;
    border-bottom: 1.5px solid #6f6f6f;
    opacity: 1;
}

.text-darkess {
    color: #1E1E1E;
    font-weight: 400 !important;
}

.text-custom {
    text-transform: uppercase;
}

.text-red {
    color: #EB0000 !important;
}


.bg-form-color {
    background: #f2f2f2 !important;
    padding: 45px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    border: 1px solid #1E1E1E;
}

@media(max-width: 768px) {
    .bg-form-color {
        padding: 33px 15px;
    }
}

.text-darkesss {
    color: #1E1E1E !important;
    font-weight: 600 !important;
}

.form-check-input {
    border: 1px solid #1E1E1E !important;
}

    .form-check-input:checked {
        background-color: #784637;
        border-color: #784637;
    }

    .form-check-input:focus {
        border-color: #784637;
        box-shadow: 0 0 0 0.2rem rgba(120, 70, 55, 0.25);
    }


.bg-form-color .text-customs {
    color: #1E1E1E !important;
    font-weight: 600 !important;
}

.form-control:focus {
    border-color: #A4BC30 !important;
}

.upload-file .input-group-text {
    background-color: #B72D66 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

    /* Hover effect */
    .upload-file .input-group-text:hover {
        background-color: #9e2558 !important; /* slightly darker */
        box-shadow: 0 6px 16px rgba(183, 45, 102, 0.35);
        transform: translateY(-2px);
    }

    /* Optional: active (click) state */
    .upload-file .input-group-text:active {
        transform: translateY(0);
        box-shadow: 0 3px 8px rgba(183, 45, 102, 0.3);
    }


.fnt-size a {
    font-size: clamp(16px, 1.1vw, 24px) !important;
    font-weight: 500 !important;
}

    .fnt-size a:hover {
        color: #784637 !important;
    }


#sitemap-content h4 a {
    font-size: clamp(18px, 1.5vw, 32px) !important;
    font-weight: 600 !important;
}

#sitemap-content .small-font h5 a {
    font-size: clamp(18px, 1.2vw, 27px) !important;
    font-weight: 600 !important;
}

.text-purple {
    color: #B72D66;
    font-weight: 600 !important;
}

.border-line-light {
    border: 1px solid #DEDEDE !important;
    opacity: unset !important;
}

.text-yellow {
    color: #DDA815;
    font-weight: 600 !important;
}

.text-cyan {
    color: #1B9B8C;
    font-weight: 600 !important;
}

.text-red {
    color: #B82D2D !important;
}

.text-brown, .text-red, .text-blue {
    font-weight: 600 !important;
}

.text-purples, .text-light-yellow {
    font-weight: 600 !important;
}

.text-purples {
    color: #8A38F5 !important;
}

.text-light-yellow {
    color: #BCAA30 !important;
}

.custom-txt {
    font-weight: 700 !important;
    font-size: clamp(16px, 1.1vw, 22px) !important;
}

.text-darkees {
    color: #1E1E1E !important;
}

.text-yellowish {
    color: #BCAA30;
}

.font-custom-weight {
    font-weight: 700 !important;
}


/* Wrapper equal height */
.approach-wrapper {
    min-height: 380px;
}

/* Image Container */
.approach-img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 380px;
    background-image: url('../images/approach-img.png'), url('../img/approach-img.webp');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain; /* IMPORTANT: FULL IMAGE, NO CUT */
    background-color: #F1F1F1; /* optional – fills empty space */
    padding: 28px 27px;
}


/* Paragraph at TOP */
.approach-text {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    max-width: 65%;
    font-weight: 600;
}

/* Right section */
@media(min-width: 992px) {
    .approach-content {
        background: #efefef;
        padding: 29px 0px;
        display: flex;
        align-items: center;
    }
}



.approach-list li {
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: 500;
}


@media(max-width: 1300px) {
    .approach-text {
        max-width: 90%;
    }
}


@media(max-width: 992px) {
    .approach-wrapper {
        min-height: unset;
    }
}

.img-size {
    width: 300px;
}

.timeline {
    position: relative;
}

    .timeline::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        height: 1px;
        background: #ccc;
    }

    .timeline .dot {
        width: 20px;
        height: 20px;
        background: #466CB2;
        border-radius: 50%;
        display: block;
        margin: 0 auto 6px;
        position: relative;
        z-index: 0;
    }

/* BELOW 992px – Vertical timeline */
@media (max-width: 991.98px) {

    .timeline {
        flex-direction: column;
        align-items: flex-start;
        /* padding-left: 20px; */
        gap: 20px;
    }

        .timeline::before {
            top: 0;
            bottom: 0;
            left: 4px;
            right: auto;
            width: 1px;
            height: 100%;
        }

        .timeline li {
            text-align: left;
            position: relative;
            padding-left: 30px;
        }

        .timeline .dot {
            position: absolute;
            left: -2px;
            top: 4px;
            margin-block: auto;
            margin-inline: 0;
            transform: translateX(-3.5px);
        }

    .img-sizes {
        width: 450px;
        margin: auto;
        display: block;
    }
}

.aatapi-origins-section .hero-overlay::after {
    width: 100%;
}

@media (min-width: 768px) {

    .exists-since {
        font-size: 150px;
    }
}

@media (max-width: 768px) {

    .exists-since {
        font-size: 80px;
    }

    .img-sizes {
        width: 375px;
        margin: auto;
        display: block;
    }
}

.text-dark-pink {
    color: #B72D66;
}

#geographical-reach {
    background: url('../img/geographical-reach-img.png'), url('../img/geographical-reach-img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.font-bold {
    font-weight: 700 !important;
}

.women-empowerment {
    background: #f5f5f5;
}

/* Left card */
.dev-card {
    background: #F3F3F3;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width: 768px) {
    .dev-card {
        padding: 10px 8px 22px 8px;
    }
}

/* Blue strip */
.sdg-strip {
    background: #0752DC;
    padding: 19px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #fff;
    font-size: 14px;
}

    .sdg-strip.cyan {
        background: #1B9B8C;
    }

    .sdg-strip.pink {
        background: #B72D66;
    }

    .sdg-strip.orange {
        background: #DDA815;
    }

    .sdg-strip.green {
        background: #A4BC30;
    }

    .sdg-strip span {
        position: relative;
        padding-left: 16px;
    }

        .sdg-strip span::before {
            content: "";
            width: 6px;
            height: 6px;
            background: #ffffff;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }


@media(min-width: 768px) {
    .sdg-strip span {
        position: relative;
        padding-right: 20px;
    }

        .sdg-strip span:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 18px;
            background: #ffffff;
            opacity: 0.8;
        }
}


/* Right image */
.women-img {
    height: 100%;
    background: #e0e0e0;
}

    .women-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.imgs-small {
    width: 300px;
    margin: auto;
}

.text-pink {
    color: #B72D66;
}

.text-orange {
    color: #DDA815;
}

.text-dark-grey {
    color: #666666;
}

#message-from-the-director {
    background: url('../img/message-from-the-director-img.png'), url('../img/message-from-the-director-img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Remove Bootstrap defaults */
#aatapi-values .table {
    margin: 0;
    border: none;
}

/* Header row – full green bar */
#aatapi-values thead th {
    background-color: #A4BC30 !important;
    color: #ffffff;
    font-size: clamp(18px, 2vw, 35px);
    font-weight: 600;
    padding: 18px 20px;
    border: none;
}

    /* Column widths */
    #aatapi-values thead th:first-child,
    #aatapi-values tbody td:first-child {
        width: 35%;
    }

/* Left column – darker grey */
#aatapi-values tbody td:first-child {
    background-color: #CECECE;
    font-weight: 500;
    padding: 18px 20px;
    border-bottom: 1px solid #bdbdbd;
    color: #1E1E1E;
}

/* Right column – light grey */
#aatapi-values tbody td:last-child {
    background-color: #F3F3F3;
    padding: 18px 20px;
    border-bottom: 1px solid #d6d6d6;
}

/* Remove last divider */
#aatapi-values tbody tr:last-child td {
    border-bottom: none;
}

.members-card h6 {
    font-weight: 500 !important;
}

.testimonial-slider {
    padding-block: 20px;
}


.testimonial-image {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

    .testimonial-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.testimonial-card {
    position: relative;
}

    .testimonial-card .quote {
        font-size: 80px;
        position: absolute;
        left: -3px;
        top: -72px;
        font-weight: 700;
    }

.testimonial-nav {
    display: flex;
    justify-content: center;
}

#testimonials,
#testimonials .container,
.testimonialSwiper {
    overflow: hidden;
}

@media(max-width: 992px) {
    .testimonial-card .quote {
        left: 2px;
    }
}

.box-pink {
    background: #B72D66;
    color: #fff;
}

.box-red {
    background: #B82D2D;
    color: #fff;
}

.box-bright-blue {
    background: #8A38F5;
    color: #fff;
}

.box-yellow {
    background: #BCAA30;
}

#who-we-are .text-box p {
    font-size: 14px !important;
    margin: 0 !important;
}

@media (max-width:575px) {
    #who-we-are .img-box img {
        height: 300px !important
    }
}

#message-from-the-director .hero-overlay .hero-heading {
    max-width: 80%;
    margin-bottom: 21px;
    margin-left: 22px;
    transform-origin: bottom left;
}

#message-from-CEO .hero-overlay .hero-heading {
    max-width: 80%;
    margin-bottom: 15px;
    margin-left: 26px;
    transform-origin: bottom left;
}

.box-pink {
    background: #B72D66;
    color: #fff;
}

.box-red {
    background: #B82D2D;
    color: #fff;
}

.box-bright-blue {
    background: #8A38F5;
    color: #fff;
}

.box-yellow {
    background: #BCAA30;
}

#who-we-are .text-box p {
    font-size: 14px !important;
    margin: 0 !important;
}

@media (max-width:575px) {
    #who-we-are .img-box img {
        height: 300px !important
    }
}

.company-list {
    background: #F3F3F3;
    max-width: 450px;
    border-radius: 2px;
}

.company-lists {
    background: #F3F3F3;
    max-width: 730px;
    border-radius: 2px;
}

@media(max-width: 992px) {
    .company-list, .company-lists {
        max-width: 100%;
    }
}

.company-item {
    padding: 16px 24px;
    border-bottom: 1px solid #6f6f6f;
    line-height: 1.4;
}

    /* Remove last line */
    .company-item:last-child {
        border-bottom: none;
    }

.aatapi-testimonaials .testimonial-nav {
    display: unset;
    justify-content: unset;
}

.aatapi-testimonaials .swiper-btn-prev, .aatapi-testimonaials .swiper-btn-next {
    border: unset;
    background: unset;
}

#aatapi-partners img {
    border: 1px solid #000 !important;
}

/* Read More */
.read-more {
    color: #B72D66;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

    .read-more.text-blue {
        color: #466CB2 !important;
    }

    .read-more.text-yellow {
        color: #DDA815 !important;
    }

.text-blue:hover {
    color: #000 !important;
}

.text-yellow:hover {
    color: #000 !important;
}

.read-more:hover {
    color: #000;
}

.read-more span {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.read-more:hover span {
    transform: translateX(4px);
}

.report-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* FULL ROW CLICKABLE */
.report-item {
    background-color: #F3F3F3;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

.report-title {
    font-size: 18px;
    font-weight: 500;
    color: #1E1E1E;
}

.report-link {
    font-size: 14px;
    font-weight: 700;
    color: #B72D66;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.5s ease-in-out;
}

.report-item:hover {
    background-color: #ececec;
}

    .report-item:hover .report-link {
        transform: translateX(3px);
    }

.arrow {
    font-size: 18px;
    line-height: 1;
    margin-top: -3px;
}

@media (max-width: 576px) {
    .report-item {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 14px 16px;
    }
}

.custom-bg-grey {
    background: #F3F3F3;
    padding: 25px 18px;
}

#our-partners .myPartnerSwiper {
    padding-top: 0;
    padding-bottom: 40px;
}

#our-partners .media-nav {
    margin-top: 0px !important;
}


#our-partners .swiper-slide {
    display: flex;
    justify-content: center;
}

#our-partners {
    background: #F3F3F3;
}

@media(min-width: 1400px) {
    .custom-para {
        margin-right: 138px;
    }
}

.text-blues {
    color: #0752DC !important;
    transition: 0.3s ease-in-out;
}

    .text-blues:hover, .text-greens:hover {
        color: #1E1E1E !important;
    }

.text-cyans {
    color: #1B9B8C;
}

.text-oranges {
    color: #DDA815 !important;
}

.text-greens {
    color: #A4BC30 !important;
}

.text-oranges:hover {
    color: #1E1E1E !important;
}

/*.custom-cards {
    border: 1px solid #000000 !important;
    opacity: unset !important;
    background: #F7F7F7 !important;
    padding: 20px 15px;
}*/

.custom-sizess {
    font-size: 18px !important;
    font-weight: 500 !important;
}

#testimonials {
    background: #f8f8f8;
}

.testimonial-box {
    border: 1px solid #000000;
    padding: 24px;
    height: 100%;
    background: #ffffff;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

@media(max-width: 576px) {
    .testimonial-header {
        display: block;
        align-items: center;
        text-align: center;
    }

        .testimonial-header .imgs {
            margin-bottom: 13px;
        }
}

.comment-img {
    padding-left: 74px;
    padding-bottom: 12px;
    margin-top: -40px;
}


.testimonial-header .imgs {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #000000;
}

.testimonial-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.testimonial-header small {
    color: #555;
    font-size: 14px;
}

.testimonial-box p {
    line-height: 1.6;
    margin: 0;
}

.custom-cards img {
    height: 395px;
    width: 100%;
}

/* Parent wrapper */
.image-healing-wrapper {
    position: relative;
    display: inline-block;
}

    /* Main image stays normal */
    .image-healing-wrapper picture img {
        display: block;
    }

/* Healing text image */
.healing-txt-custom {
    position: absolute;
    top: 50%;
    right: -140px; /* controls distance from image */
    transform: translateY(-50%);
    z-index: 2;
}

    .healing-txt-custom img {
        height: 463px;
        width: auto;
    }


@media(max-width: 1400px) {
    .healing-txt-custom img {
        height: 415px;
        width: auto;
    }

    .healing-txt-custom {
        right: -115px;
    }
}





#aatapi-inner-banner {
    background-color: #A4BC30;
    margin-top: 114px;
    position: relative;
    overflow: hidden;
}


    /* Leaf design */
    #aatapi-inner-banner::after {
        content: "";
        position: absolute;
        top: 27px;
        right: 230px;
        width: 100%;
        height: 146px;
        background: url("../img/leaf-design-banner-img.svg") no-repeat;
        background-size: contain;
        background-position: top right;
        pointer-events: none;
        z-index: 1;
    }


#aatapi-inner-bannerss::after {
    content: "";
    position: absolute;
    top: 32px;
    right: 230px;
    width: 100%;
    height: 200px;
    background: url("../img/leaf-design-banner-img.svg") no-repeat;
    background-size: contain;
    background-position: top right;
    pointer-events: none;
    z-index: 1;
}


@media(max-width: 1200px) {
    .healing-txt-custom img {
        height: 348px;
        width: auto;
    }

    .healing-txt-custom {
        right: -92px;
    }

    #aatapi-inner-banner::after {
        right: 70px;
    }

    #aatapi-inner-banner {
        margin-top: 105px;
    }
}

@media(max-width: 992px) {
    .healing-txt-custom img {
        height: 313px;
        width: auto;
    }

    .healing-txt-custom {
        right: -86px;
    }

    #aatapi-inner-banner {
        margin-top: 77px;
    }
}

@media(max-width: 992px) {
    .healing-txt-custom img {
        height: 260px;
        width: auto;
    }

    .healing-txt-custom {
        right: -68px;
    }
}

@media(max-width: 850px) {
    .healing-txt-custom img {
        display: none;
    }

    .healing-txt-custom {
        right: -86px;
    }
}

#aatapi-inner-banner h1, #aatapi-inner-bannerss h1 {
    z-index: 2;
    position: relative;
}


@media(max-width: 768px) {
    #aatapi-inner-banner h1, #aatapi-inner-bannerss h1 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media(max-width: 510px) {
    #aatapi-inner-banner::after {
        top: 55px;
    }
}


@media(max-width: 1400px) {
    #aatapi-inner-bannerss {
        margin-top: 138px;
    }
}

@media(max-width: 1200px) {
    #aatapi-inner-bannerss {
        margin-top: 104px;
    }
}


@media(max-width: 992px) {
    #aatapi-inner-bannerss {
        margin-top: 77px;
    }

        #aatapi-inner-bannerss::after {
            content: "";
            position: absolute;
            top: 35px;
            right: 38px;
            width: 100%;
            height: 165px;
        }
}

@media(max-width: 576px) {
    .comment-img {
        padding-left: 226px;
        padding-bottom: 12px;
        margin-top: -36px;
    }
}


@media(max-width: 492px) {
    #aatapi-inner-bannerss::after {
        top: 79px;
    }
}

@media(max-width: 390px) {
    #aatapi-inner-bannerss::after {
        top: 123px;
    }
}
/*
@media (min-width: 992px) {

    header .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: opacity .3s ease, transform .3s ease;
    }

    header .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}*/

/* submenu position */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0;
    }

/* Desktop hover */
@media (min-width:992px) {

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: 0.3s;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-submenu > .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateX(15px);
        transition: 0.3s;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}

/* Mobile submenu */
@media (max-width:991px) {

    .dropdown-submenu > .dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
    }

        .dropdown-submenu > .dropdown-menu.show {
            display: block;
        }

    .submenu-arrow {
        cursor: pointer;
        padding-left: 10px;
    }
}

.dropdown-item i {
    font-size: 12px;
}


/* Card Design */
.stats-card {
    padding: 2rem 1rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    position: relative;
    overflow: hidden;
    background: #fff; /* important */
}
/* Hover Container */

.hover-box {
    position: relative;
    perspective: 600px;
}

    /* Overlay Background */

    .hover-box .info {
        position: absolute;
        inset: 0;
        border-radius: 12px;
        background: rgba(164, 188, 48, 0.9); /* Green */
        pointer-events: none;
        z-index: 0;
        /* hide overlay initially */
        transform: rotate3d(1,0,0,90deg);
        transform-origin: 50% 0%;
    }

    /* Text color change on hover */

    .hover-box:hover h5,
    .hover-box:hover p {
        color: #ffffff !important;
        transition: color 0.3s ease !important;
    }

/* Keep text above overlay */

.stats-card h5,
.stats-card p {
    position: relative;
    z-index: 2;
}

/* Origins */
.in-top .info,
.out-top .info {
    transform-origin: 50% 0%;
}

.in-right .info {
    transform-origin: 100% 0%;
}

.out-right .info {
    transform-origin: 100% 50%;
}

.in-bottom .info,
.out-bottom .info {
    transform-origin: 50% 100%;
}

.in-left .info,
.out-left .info {
    transform-origin: 0% 0%;
}

/* In animations */
.in-top .info {
    animation: in-top 500ms ease forwards;
}

.in-right .info {
    animation: in-right 500ms ease forwards;
}

.in-bottom .info {
    animation: in-bottom 500ms ease forwards;
}

.in-left .info {
    animation: in-left 500ms ease forwards;
}

/* Out animations */
.out-top .info {
    animation: out-top 500ms ease forwards;
}

.out-right .info {
    animation: out-right 500ms ease forwards;
}

.out-bottom .info {
    animation: out-bottom 500ms ease forwards;
}

.out-left .info {
    animation: out-left 500ms ease forwards;
}

/* Keyframes */
@keyframes in-top {
    from {
        transform: rotate3d(-1, 0, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0);
    }
}

@keyframes in-right {
    from {
        transform: rotate3d(0, -1, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0);
    }
}

@keyframes in-bottom {
    from {
        transform: rotate3d(1, 0, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0);
    }
}

@keyframes in-left {
    from {
        transform: rotate3d(0, 1, 0, 90deg);
    }

    to {
        transform: rotate3d(0, 0, 0, 0);
    }
}

@keyframes out-top {
    from {
        transform: rotate3d(0, 0, 0, 0);
    }

    to {
        transform: rotate3d(-1, 0, 0, 120deg);
    }
}

@keyframes out-right {
    from {
        transform: rotate3d(0, 0, 0, 0);
    }

    to {
        transform: rotate3d(0, -1, 0, 120deg);
    }
}

@keyframes out-bottom {
    from {
        transform: rotate3d(0, 0, 0, 0);
    }

    to {
        transform: rotate3d(1, 0, 0, 120deg);
    }
}

@keyframes out-left {
    from {
        transform: rotate3d(0, 0, 0, 0);
    }

    to {
        transform: rotate3d(0, 1, 0, 120deg);
    }
}