﻿@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;
}


#donate-section h5 {
    font-size: clamp(16px, 2.5vw, 35px) !important;
}

.content-divider ul li {
    font-size: 16px !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: 5px 13px !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: 155px;
        z-index: 3;
    }

    @media(min-width: 1200px){
        .navbar-brand img {
            max-width: 190px;
        }
    }

    .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: 112px;
    /*    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: 190px;
    padding-bottom: 190px;
}

.watch-video-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
    color: #000;
    padding: 10px 18px;
    border-radius: 0;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.play-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .play-icon img {
        width: 35px;
        height: 40px;
        position: relative;
        z-index: 2;
    }

    /* Ripple circles */
    .play-icon::before,
    .play-icon::after {
        content: "";
        position: absolute;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(219, 229, 164, 0.55); /* #DBE5A4 */
        animation: ripple 2.2s infinite;
    }

    .play-icon::after {
        animation-delay: 1.1s;
    }

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.watch-video-btn:hover {
    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: #784637;
    border: 2px solid #784637;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-redish:hover {
        background: #784637;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(120, 70, 55, 0.35);
    }

    #impact-section {
    overflow-x: hidden;
}

.impact-div {
    position: relative;
    overflow: hidden;
}

.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: -6px;
    font-weight: 700;
    font-size: clamp(20px, 1.6vw, 32px);
    color: #666666;
}

.progress {
    margin-top: 8px;
    height: 12px;
    background-color: #C0C0C0;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    position: relative;
    width: 0;
    height: 100%;
    background-color: #1B9B8C;
    border-radius: 10px;
    transition: width 1.8s ease-in-out;
    overflow: hidden;
}

    /* slow moving shine animation */
    .progress-bar::after {
        content: "";
        position: absolute;
        top: 0;
        left: -50%;
        width: 60%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255,255,255,0.5), transparent );
        animation: shineMove 8s linear infinite;
    }

/* slow continuous movement */
@keyframes shineMove {
    0% {
        left: -60%;
    }

    100% {
        left: 120%;
    }
}

.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; */
    padding-top: 109px;
    padding-bottom: 110px;
}

@media (max-width: 768px) {
    #donate-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.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: 5.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: 90px;
    }

        .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: 90px;
    padding-bottom: 90px;
}

@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-banner-img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 111px;
}

#aatapi-inner-banner {
    background: #A4BC30;
    margin-top: 111px;
}

#aatapi-inner-bannerss {
    background: #A4BC30;
    margin-top: 111px;
}

#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: 225px;
    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-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;
}

.timelines {
    position: relative;
}

    /* Horizontal line through dots */
    .timelines::before {
        content: "";
        position: absolute;
        top: 10px; /* center of 20px dot */
        left: 0;
        width: 100%;
        height: 2px;
        background: #466CB2;
        z-index: 0;
    }

    .timelines li {
        position: relative;
        z-index: 1;
    }

    .timelines .dot {
        width: 20px;
        height: 20px;
        background: #466CB2;
        border-radius: 50%;
        display: block;
        margin: 0 auto 6px;
    }

@media (max-width: 991.98px) {

    .timelines {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

        .timelines::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 4px;
            width: 2px;
            height: 100%;
            background: #466CB2;
        }

        .timelines li {
            text-align: left;
            position: relative;
            padding-left: 30px;
        }

        .timelines .dot {
            position: absolute;
            left: -2px;
            top: 4px;
            margin: 0;
            transform: translateX(-3.5px);
        }
}


@media (max-width: 991.98px) {
    .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;
    }

.img-hover-box img {
    width: 75px !important;
    height: 75px !important;
}

.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;
    }

    @media(min-width: 1300px){
        .custom-cards img {
            height: 403px !important;
            width: 100% !important;
        }

    }

.custom-cards img {
    height: 343px;
    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: 112px;
    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: 110px;
        }
    }

    @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) and (min-width: 350px) {
        #aatapi-inner-bannerss::after {
            top: 36px;
        }
    }

    @media(max-width: 390px) {
        #aatapi-inner-bannerss::after {
            top: 79px;
        }
    }
    /*
@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);
        }
    }

    .achievement-card {
        background: #fff;
        padding: 25px 25px 25px 70px;
        border-radius: 10px;
        position: relative;
        box-shadow: 0 5px 20px rgba(0,0,0,0.06);
        height: 100%;
        transition: all 0.4s ease;
        overflow: hidden;
    }

        /* Hover Background */
        .achievement-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: #A4BC30;
            opacity: 0;
            transition: all 0.4s ease;
            z-index: 0;
        }

        .achievement-card:hover::before {
            opacity: 1;
        }

        /* Lift effect */
        .achievement-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        }

        /* Text */
        .achievement-card p {
            margin: 0;
            font-size: 15px;
            line-height: 1.7;
            position: relative;
            z-index: 2;
            transition: 0.3s;
        }

        /* Icon */
        .achievement-card .icon {
            position: absolute;
            left: 20px;
            top: 25px;
            width: 38px;
            height: 38px;
            background: #784637;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 16px;
            z-index: 2;
            transition: all 0.4s ease;
        }

        /* 🔥 HOVER EFFECTS */
        .achievement-card:hover p {
            color: #fff;
        }

        /* Icon transform + style change */
        .achievement-card:hover .icon {
            background: #fff;
            color: #A4BC30;
            transform: scale(1.15) rotate(8deg);
            box-shadow: 0 6px 20px rgba(0,0,0,0.2);
        }


    .diligent-stroke-txt {
        font-size: clamp(40px, 5.55vw, 150px);
        font-weight: 800;
        letter-spacing: 8px;
        text-transform: uppercase;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 2px #A4BC30;
        background: linear-gradient( 120deg, #ffffff 0%, #A4BC30 20%, #ffffff 40%, #A4BC30 60%, #ffffff 80%, #A4BC30 100% );
        background-size: 400% 100%;
        -webkit-background-clip: text;
        background-clip: text;
        animation: smoothFlow 10s linear infinite;
    }


    /* Continuous animation */
    @keyframes smoothFlow {
        0% {
            background-position: 0% 50%;
        }

        100% {
            background-position: 400% 50%;
        }
    }

    /*timeline*/


    .timeline {
        max-width: 1200px;
        position: relative;
        margin: 0 auto;
    }

        .timeline::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 0;
            border-left: 4px dashed #784637;
            margin-left: 3px;
            z-index: -1;
        }


    .content-box {
        width: 50%;
        padding: 10px 40px;
        position: relative;
        background-color: inherit;
    }

        .content-box::after {
            content: "";
            position: absolute;
            top: 80px;
            right: -18px;
            width: 25px;
            height: 25px;
            z-index: 1;
            border-radius: 50%;
            background-color: #A4BC30;
            border: 5px solid #A4BC30;
            margin-left: 9px;
        }

    .left {
        left: 0;
    }

    .right {
        left: 50%;
    }

    .left::before {
        content: " ";
        position: absolute;
        top: 22px;
        right: 30px;
        width: 0;
        height: 0;
        z-index: 1;
        border: medium solid #FFF;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #FFF;
    }

    .right::before {
        content: " ";
        position: absolute;
        top: 22px;
        left: 30px;
        width: 0;
        height: 0;
        z-index: 1;
        border: medium solid #FFF;
        border-width: 10px 10px 10px 0;
        border-color: transparent #FFF transparent transparent;
    }

    .right::after {
        left: -16px;
    }

    .content {
        padding: 12px 30px;
        position: relative;
        border-radius: 6px;
        background-color: #FFF;
    }

.content-divider {
    position: relative;
}

    .content-divider::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 46%;
        width: 2px; /* slightly thicker */
        transform: translateX(-50%);
        /* gradient effect */
        background: linear-gradient( to bottom, rgba(120,70,55,0.1), #784637, #a46a55, #784637, rgba(120,70,55,0.1) );
        border-radius: 4px;
        /* soft glow */
        box-shadow: 0 0 12px rgba(120,70,55,0.25);
    }

/* Hide divider on mobile */
@media (max-width: 991px) {
    .content-divider::before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .content {
        padding: 12px 16px;
    }
}

    @media screen and (max-width: 992px) {
        .timeline::after {
            left: 31px;
        }

        .content-box {
            width: 100%;
            padding-left: 70px;
            padding-right: 25px;
        }

            .content-box::before {
                left: 60px;
                content: unset;
                border: medium solid #FFF;
                border-width: 10px 10px 10px 0;
                border-color: transparent #FFF transparent transparent;
            }

        .left::after,
        .right::after {
            left: 14px;
        }

        .right {
            left: 0%;
        }
    }

    /* Image container fixed size */

    .pharma-img {
        width: 142px;
        height: 142px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        /* Realistic ground shadow */
        .pharma-img::after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 14px;
            background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.05) 70%, transparent 100% );
            border-radius: 50%;
            animation: shadowReal 4s ease-in-out infinite;
        }

        /* Image */
        .pharma-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            animation: floatReal 4s ease-in-out infinite;
        }

    /* Floating motion */
    @keyframes floatReal {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-18px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    /* Shadow reacts to height (THIS makes it realistic) */
    @keyframes shadowReal {
        0% {
            transform: translateX(-50%) scale(1);
            opacity: 0.35;
        }

        50% {
            transform: translateX(-50%) scale(0.6);
            opacity: 0.15;
        }

        100% {
            transform: translateX(-50%) scale(1);
            opacity: 0.35;
        }
    }

    /* Hover (premium lift effect) */
    .pharma-img:hover img {
        transform: translateY(-22px);
    }

    @media(max-width: 768px) {
        .pharma-img {
            width: 130px;
            height: 130px;
        }
    }

    @media(max-width: 576px) {
        .pharma-img {
            width: 80px;
            height: 80px;
        }
    }

    .border-line {
        border: 1px solid #FFFFFF;
        opacity: unset !important;
    }

    .bg-brown {
        background: #784637;
        padding: 30px 30px;
    }

        .bg-brown h5, .bg-brown p {
            color: #fff !important;
        }

    .custom-font-size {
        font-size: clamp(20px, 1.6vw, 32px) !important;
    }

    .mar-bottom {
        margin-bottom: 105px;
    }


    /*.circle-number {
    width: 90px;
    height: 90px;
    background: #fff;
    border: 3px solid #A4BC30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A4BC30;
    font-weight: 700;
    margin-bottom: 15px;
}

.sr-no {
    margin-top: -70px;
}

#aatapi-projects-detail h2 {
    margin-bottom: 90px !important;
}*/

    .bg-brown {
        background: #784637;
        padding: 30px;
        position: relative;
        border-radius: 12px;
        transition: all 0.4s ease;
    }

        /* Hover Lift Effect */
        .bg-brown:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.25);
        }

        .bg-brown:hover::before {
            opacity: 1;
        }

    /* Circle Number */
    .circle-number {
        width: 90px;
        height: 90px;
        background: #fff;
        border: 3px solid #A4BC30;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #A4BC30;
        font-weight: 700;
        transition: all .4s ease;
        position: relative; /* IMPORTANT */
    }

        /* rotating dashed ring */
        .circle-number::before {
            content: "";
            position: absolute;
            top: -8px;
            left: -8px;
            width: calc(100% + 16px);
            height: calc(100% + 16px);
            border-radius: 50%;
            border: 2px dashed #A4BC30;
            opacity: 0.6;
            animation: rotateRing 10s linear infinite;
        }

    /* rotation animation */
    @keyframes rotateRing {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }
    /* Circle Hover Animation */
    .bg-brown:hover .circle-number {
        transform: scale(1.15) rotate(8deg);
        background: #A4BC30;
        color: #fff;
    }

    /* Title animation */
    .bg-brown h5 {
        transition: all .35s ease;
    }

    .bg-brown:hover h5 {
        transform: translateX(5px);
    }

    /* Paragraph animation */
    .bg-brown p {
        transition: all .35s ease;
    }

    .bg-brown:hover p {
        opacity: .9;
    }

    /* Divider animation */
    .border-line {
        border: 1px solid #fff;
        width: 60px;
        transition: all .4s ease;
    }

    .bg-brown:hover .border-line {
        width: 100px;
    }

    /* Circle position */
    .sr-no {
        margin-top: -70px;
    }

/*    #aatapi-projects-detail h2 {
        margin-bottom: 90px !important;
    }*/

    /* Text Color */
    .bg-brown h5,
    .bg-brown p {
        color: #fff;
    }

.project-section {
    background: #F3F3F3;
    padding: 50px 40px;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    transform-origin: center;
}

    /* Default RIGHT border */
    .project-section::before {
        content: "";
        position: absolute;
        right: 0;
        top: 25px;
        bottom: 25px;
        width: 6px;
        background: #A4BC30;
        border-radius: 5px;
        transition: top 0.35s ease, bottom 0.35s ease;
    }

    /* EVEN sections → LEFT border */
    .project-section:nth-child(even)::before {
        right: auto;
        left: 0;
    }

    /* Border animation */
    .project-section:hover::before {
        top: 0;
        bottom: 0;
    }

    /* Card hover */
    .project-section:hover {
        transform: translateY(-5px) scale(1.03);
        box-shadow: 0 18px 40px rgba(0,0,0,0.1);
    }

.enterprise-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

    .enterprise-card img {
        width: 100%;
        /*height: 380px;*/
        height: 435px;
        display: block;
        transition: transform 0.4s ease;
        object-fit: cover;
    }

@media(min-width: 992px) and (max-width: 1200px) {
    .enterprise-card img {
        object-fit: contain;
        height: 313px;
    }
}

    .enterprise-card:hover img {
        transform: scale(1.03);
    }

    /* Gradient Overlay */
    .enterprise-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 45%;
        background: linear-gradient( to top, #A4BC30 0%, #A4BC30 46%, transparent 100% );
    }

/* Text Content */
.overlay-content {
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
    z-index: 2;
    display: flex;
    align-items: flex-start; /* all text start from same top */
    height: 60px; /* fix height for equal alignment */
}

    .overlay-content h6 {
        color: #ffffff;
        font-weight: 600;
        line-height: 1.4;
        margin: 0;
    }

        .overlay-content h6 i {
           /* margin-left: 6px;*/
            font-size: 14px;
            vertical-align: middle;
        }

.bg-pink {
    background: #B72D66;
    color: #fff;
    padding: 25px;
}

.btn-close.custom-close {
    background-color: #ffffff91 !important;
    filter: invert(1) !important; /* makes icon white */
    opacity: 1 !important;
    padding: 8px !important;
    border-radius: 50% !important;
}

    .btn-close.custom-close {
        background-color: #fff !important;
    }

.overlay-content h6 {
    display: inline-block;
    animation: floatText 4s ease-in-out infinite;
}

@keyframes floatText {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}

/* Wrapper */
.news-hover-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    /* Image smooth zoom */
    .news-hover-box img {
        width: 100%;
        transition: transform 0.4s ease;
    }

    /* Overlay */
    .news-hover-box .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(164, 188, 48, 0.75); /* #A4BC30 with opacity */

        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.4s ease;
    }

        /* Plus icon */
        .news-hover-box .overlay i {
            font-size: 50px;
            color: #fff;
            transform: scale(0.5);
            transition: all 0.4s ease;
        }

    /* Hover effects */
    .news-hover-box:hover img {
        transform: scale(1.03);
    }

    .news-hover-box:hover .overlay {
        opacity: 1;
    }

        .news-hover-box:hover .overlay i {
            transform: scale(1);
        }


.modal img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}






/* reading mask */

.reading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    display: none;
}

    .reading-mask::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        pointer-events: none;
        z-index: -1;
    }

.reading-strip {
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    background: none;
    pointer-events: none;
    z-index: 10000;
}

.reading-mask::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(var(--mouse-y) - 75px), 0% calc(var(--mouse-y) - 75px), 0% calc(var(--mouse-y) + 75px), 100% calc(var(--mouse-y) + 75px), 100% 100%, 0% 100%);
}

/*highlight titles*/

.highlight {
    outline: #000 solid 2px !important;
    outline-offset: 2px !important;
    position: relative;
    display: inline-block;
    padding: 1px 8px;
}


/*highlight link*/

.highlight-link {
    border: 2px solid orange !important;
    border-radius: 0px;
    display: inline-block;
    transition: .3s;
}


/*active*/

.bg.active, .bg.active p {
    background: #A4BC30 !important;
    color: #fff !important;
}

/*magnify*/

#textMagnifier {
    display: none;
    position: fixed;
    z-index: 999999;
    background: #fff;
    border: 2px solid #A4BC30;
    border-radius: 12px;
    padding: 18px 24px;
    width: 650px; /* Increased Width */
    max-width: 90vw; /* Responsive */

    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    pointer-events: none;
}

#textMagnifierContent {
    font-size: 30px !important;
    font-weight: 600;
    line-height: 1.5;
    color: #222;
    white-space: normal;
    word-break: break-word;
}

#textMagnifierBtn.active {
    background: #A4BC30 !important;
}

    #textMagnifierBtn.active i,
    #textMagnifierBtn.active p {
        color: #fff !important;
    }



/*Readable Fonts*/

/* ============================= */
/* Accessibility Readable Fonts  */
/* ============================= */

.accessibility-font-enabled h1,
.accessibility-font-enabled .h1 {
    font-size: clamp(38px, 5vw, 165px) !important;
}

.accessibility-font-enabled .font-bigger {
    font-size: clamp(46px, 8vw, 165px) !important;
}

.accessibility-font-enabled h2,
.accessibility-font-enabled .h2 {
    font-size: clamp(34px, 3.2vw, 68px) !important;
}

.accessibility-font-enabled h3,
.accessibility-font-enabled .h3 {
    font-size: clamp(30px, 3.5vw, 62px) !important;
}

.accessibility-font-enabled h4,
.accessibility-font-enabled .h4 {
    font-size: clamp(28px, 2vw, 52px) !important;
}

.accessibility-font-enabled h5,
.accessibility-font-enabled .h5 {
    font-size: clamp(24px, 2.5vw, 38px) !important;
}

.accessibility-font-enabled h6,
.accessibility-font-enabled .h6 {
    font-size: clamp(20px, 1.8vw, 30px) !important;
}

/* Paragraphs + Links + List */
.accessibility-font-enabled p,
.accessibility-font-enabled a,
.accessibility-font-enabled li,
.accessibility-font-enabled label,
.accessibility-font-enabled button {
    font-size: 19px !important;
    line-height: 1.9 !important;
}

/* Special Section */
.accessibility-font-enabled #donate-section h5 {
    font-size: clamp(22px, 3vw, 42px) !important;
}


#toggle-font-size {
    cursor: pointer;
}


/*Adjust Font Size*/

/* ─── Adjustment Box Wrapper ─── */
.inr_des_fs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
}

    /* ─── Plus / Minus Buttons ─── */
    .inr_des_fs button {
        width: 34px;
        height: 34px;
        border: 1.5px solid #A4BC30;
        background: transparent;
        border-radius: 6px;
        color: #A4BC30;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
        flex-shrink: 0;
    }

        .inr_des_fs button:hover {
            background: #A4BC30;
            color: #fff;
        }

        .inr_des_fs button:disabled,
        .inr_des_fs button[disabled] {
            opacity: 0.4;
            cursor: not-allowed;
        }

    /* ─── Value Display (100%, 0px) ─── */
    .inr_des_fs .font-size {
        min-width: 55px;
        text-align: center;
        font-weight: 600;
        font-size: 15px;
        margin: 0;
        color: inherit;
    }


/* high-contrast */

/* High Contrast on whole page */
html.high-contrast {
    filter: contrast(1.5);
}

    /* Exclude accessibility section */
    html.high-contrast #accessibility-section {
        filter: none !important;
    }

/* Monochrome */
html.monochrome-effect {
    filter: grayscale(100%);
}

    html.monochrome-effect #accessibility-section {
        filter: none !important;
    }

/* High Saturation */
html.saturation-effect {
    filter: saturate(3);
}

    html.saturation-effect #accessibility-section {
        filter: none !important;
    }

/* Low Saturation */
html.lowsaturation-effect {
    filter: saturate(0.3);
}

    html.lowsaturation-effect #accessibility-section {
        filter: none !important;
    }


/* dark mode */

/* ══════════════════════════════════
   DARK MODE
══════════════════════════════════ */
body.dark-contrast {
    background-color: #000 !important;
    color: #fff !important;
}

    body.dark-contrast h1,
    body.dark-contrast h2,
    body.dark-contrast h3,
    body.dark-contrast h4,
    body.dark-contrast h5,
    body.dark-contrast h6,
    body.dark-contrast p,
    body.dark-contrast a,
    body.dark-contrast span,
    body.dark-contrast li,
    body.dark-contrast label,
    body.dark-contrast td,
    body.dark-contrast th {
        color: #fff !important;
    }

    body.dark-contrast section,
    /*body.dark-contrast div,*/
    body.dark-contrast header,
    body.dark-contrast footer,
    body.dark-contrast nav,
    body.dark-contrast main {
        background-color: #000 !important;
        border-color: #444 !important;
    }

    body.dark-contrast img {
        filter: brightness(0.85);
    }

    body.dark-contrast input,
    body.dark-contrast textarea,
    body.dark-contrast select {
        background-color: #1a1a1a !important;
        color: #fff !important;
        border-color: #555 !important;
    }

    body.dark-contrast button {
        background-color: #222 !important;
        color: #fff !important;
        border-color: #555 !important;
    }

    /* ─── Exclude Accessibility Section from Dark Mode ─── */
    body.dark-contrast #accessibility-section,
    body.dark-contrast #accessibility-section *,
    body.dark-contrast .exclude-dark-contrast,
    body.dark-contrast .exclude-dark-contrast * {
        background-color: unset !important;
        color: unset !important;
        border-color: unset !important;
        filter: none !important;
    }


/* ══════════════════════════════════
   LIGHT MODE — no overrides, 
   just clears filters from 
   other effects
══════════════════════════════════ */
body.light-contrast {
    filter: none !important;
}

body.dark-contrast .navbar-brand::after {
    background-color: #000 !important;
}

body.dark-contrast .green-btn {
    color: #A4BC30 !important;
}

body.dark-contrast .dropdown-menu {
    background-color: #000 !important;
}
body.dark-contrast .dropdown-item:hover {
    color: #000 !important;
}

body.dark-contrast .green-btn:hover {
    color: #fff !important;
}

body.dark-contrast .impact-title {
    color: #fff !important;
}

body.dark-contrast .btn-redish {
    color: #784637 !important;
}

body.dark-contrast .btn-redish:hover {
    color: #fff !important;
}

body.dark-contrast #media-center h2 {
    color: #fff !important;
}

body.dark-contrast .testimonial-box {
    background: #000 !important; 
    border: 1px solid #fff !important;
}

body.dark-contrast .report-overlay .bi{
    color: #000 !important;
}

body.dark-contrast .btn-green {
    color: #1B9B8C !important;
}

body.dark-contrast .btn-green:hover {
    color: #fff !important;
}

body.dark-contrast .content-card {
    background: #000 !important;
}

body.dark-contrast .office-card {
    background: #000 !important;
    border: 1px solid #fff;
}

body.dark-contrast .form-floating > .form-control:focus ~ label::after, body.dark-contrast .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background: transparent !important;
}

body.dark-contrast .bg-form-color {
    background: #000 !important;
}

body.dark-contrast .bg-form-color .text-customs{
    color: #fff !important;
}

body.dark-contrast .action {
    background-color: #000 !important;
}

body.dark-contrast .bg {
    background-color: #000 !important;
    border: 1px solid #fff !important;
}

body.dark-contrast .inr_des_fs p {
    color: #000 !important;
}

body.dark-contrast .modal-title{
    color: #000 !important;
}