﻿body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.partner-section {
    background-image: url('../Images/bg.png'); /* Replace with your background image */
    background-size: cover;
    background-position: center;
    height: 15vw;
    position: relative;
}

.partner-container {
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    color: #000;
    height: 100%;
}

.logo-container {
    flex: 1 1 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
/* Button Style */
.btn-show-pdf {
    background-color: white; /* White background */
    color: #333; /* Dark grey text color */
    padding: 15px 32px; /* Padding for size */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: block; /* Make the button a block element */
    font-size: 16px; /* Font size */
    border-radius: 8px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: transform 0.2s; /* Smooth scale effect on hover */
    border: none; /* No border */
    margin-top: 20px; /* Add margin to create space from the cards */
    margin-left: auto; /* Automatically align left */
    margin-right: auto; /* Automatically align right */
    width: fit-content; /* Adjust width to content */
}

    /* Button hover effect (no background change or border) */
    .btn-show-pdf:hover {
        transform: scale(1.05); /* Slight scale-up effect */
    }

    /* Button focus effect */
    .btn-show-pdf:focus {
        outline: none; /* Remove default outline */
    }

    /* Optional active state for when the button is clicked */
    .btn-show-pdf:active {
        transform: scale(1.05); /* Slight scale effect when clicked */
    }




.logo-container p {
    z-index: 1;
    font-family: Plus Jakarta Sans;
    color: white;
    font-size: 36px;
    font-weight: 700;
    line-height: 45.36px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.text-container {
    flex: 1 1 60%;
    padding: 20px;
}

    .text-container h2 {
        font-size: 24px;
        margin-bottom: 10px;
        color: #007bff;
    }

    .text-container p {
        font-size: 16px;
        line-height: 1.6;
    }

.icon-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .icon-title img {
        width: 24px;
        height: 24px;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .partner-container {
        flex-direction: column;
        text-align: center;
    }

    .text-container {
        padding: 10px;
    }

    .logo-container {
        margin-bottom: 20px;
    }

    .partner-section {
        height: 40vw;
    }
}

.section {
    background: #FFFFFF;
    /* Replace with your background image */
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
    width: 85%;
    border-radius: 8px;
    margin: auto;
    margin-top: -50px;
    box-shadow: 15px 12px 75px -6px #858C9A40;
}

}

.container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Box shadow added */
    padding: 20px;
}

.header {
    display: flex;
    gap: 40px;
    flex-direction: row;
    padding: 20px;
}

.header-password {
    flex: 1 1 50%;
    background: #F3F9F7;
    border-radius: 25px;
    padding: 20px;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}

.header-left {
    flex: 1 1 50%;
    width: 50%;
}

    .header-left img {
        max-width: 200px;
        margin-bottom: 20px;
    }

    .header-left p {
        font-size: 14px;
        line-height: 1.6;
    }

.header-right {
    flex: 1 1 50%;
    background: #F3F9F7;
    border-radius: 25px;
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

    .header-right h3 {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
        margin: 0 0 10px;
    }

    .header-right p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .header-right .tree-info {
        font-weight: bold;
        color: #000000;
        border: 1px solid #00AB86;
        background: #FFFFFF;
        padding: 11px 28px;
        display: flex;
        align-items: center;
        gap: 13px;
        width: 100%;
        border-radius: 6px;
    }

        .header-right .tree-info strong {
            font-family: Plus Jakarta Sans;
            font-size: 16px;
            font-weight: 400;
            line-height: 20.16px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: #24322E;
        }

/*.slides {
    display: flex;
    gap: 10px;
}

    .slides img {
        width: 50px;
        height: 50px;
    }*/


.tabs {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

#tabs1 button.active {
    font-size: 18px; /* Change font size for the "Home" button */
}

.tabs button {
    flex: 1;
    padding: 10px;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    color: #616161;
    border: none;
    opacity: 0.75;
    margin: auto;
}

    .tabs button.active {
        border-bottom: 6px solid #FFCF33;
        color: #2B2B2B;
        font-weight: 800;
        opacity: 1;
    }

.tab-content {
    margin-top: 20px;
    display: none;
}

    .tab-content.active {
        display: block;
    }

    .tab-content p {
        font-size: 14px;
        line-height: 1.6;
    }

.mahindra {
    font-family: 'Plus Jakarta Sans';
    font-size: 18px !important;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin: 0;
    color: #4E4D52;
    width: 100%;
    display: block;
}


    .mahindra span {
        color: #00AB86;
    }

.headingg {
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 27.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}

.read-more {
    display: none;
}

.read-more-toggle:hover {
    text-decoration: underline;
}

.slider-container {
    max-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}

/* MAIN SLIDER */
.slider {
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}


/*.slider {
    display: flex;*/
/*    overflow: hidden;*/
    /*transition: transform 0.3s ease-in-out;
}

.sliders {*/
 /*   display: flex;*/
    /*transition: transform 0.3s ease-in-out;
}*/

/*.slide {
    flex: 0 0 20%; 
    margin: 0 10px;
    text-align: center;
}

    .slide img {
        width: 100%;
        border-radius: 5px;
    }
*/

/* ===== AIMS SLIDER CONTAINER ===== */
#divaim .slider-container {
    width: 100%;
    overflow: hidden;
    padding: 0 40px; /* arrows sathi space */
    box-sizing: border-box;
}



/* ===== EACH AIM ===== */
#divaim .slide {
    flex: 0 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    /* ===== ICON ===== */
    #divaim .slide img {
        width: 56px;
        height: 56px;
        padding: 12px;
    /*    background: #fff;*/
        border-radius: 50%;
        object-fit: contain;
        box-sizing: border-box;

    /*    box-shadow: 0 4px 10px rgba(0,0,0,0.08);*/
    }

/* ===== TITLE ===== */
#divaim .aim-title {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3;
    max-width: 120px;
    text-align: center;
}

.arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: #00AB86;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 100;
}

    .arrow img {
        width: 15px;
        height: 15px;
        margin: 0px;
    }

    .arrow.left {
        left: 10px;
    }

    .arrow.right {
        right: 10px;
    }

    .arrow:hover {
        background-color: #000;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
    }

    .section {
        width: 95%;
    }

    .header-left {
        width: 100%;
    }

    .header-right {
        width: 100%;
    }

    .tabs {
        display: flex;
        flex-direction: column;
        width: 30%;
        margin-top: 60px;
    }

        .tabs button {
            flex: 1 1 100%;
            margin-bottom: 5px;
            font-size: 10px;
            line-height: 15px;
        }

    .header-right .tree-info {
        margin: 0px;
        padding: 10px;
    }
}

.impact-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 100px; /* Space between cards */
}

.impact-category {
    margin-bottom: 40px;
}

    .impact-category h3 {
        font-family: Plus Jakarta Sans;
        font-size: 32px;
        font-weight: 700;
        line-height: 62px;
        letter-spacing: -0.01em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

.impact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.impact-card {
    flex: 1 1 calc(33.33% - 20px);
    background: #F3F9F7;
    padding: 40px 15px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #000000;
    display: flex;
    transition: transform 0.2s ease, background-color 0.3s ease;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.impact-kg {
    class ="sub font-bold"
}

.impact-card.active {
    background: #00AB86;
    transform: scale(1.05);
}

.impact-card p {
    margin: 0;
    font-size: 1em;
    width: 100%;
}



    .impact-card p:first-child {
        font-family: Plus Jakarta Sans;
        font-size: 15px;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

.gri {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 12px;
    grid-column-gap: 20px;
}

.sub {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #818181;
}

.impact-card.active .sub {
    color: white;
}

@media (max-width: 768px) {
    .impact-card {
        flex: 1 1 calc(50% - 20px);
        width: 70%;
    }

    .impact-section {
        display: flex;
        max-width: 90%;
        flex-direction: column;
        gap: 0px;
    }

    .impact-grid {
        display: grid;
        grid-template-columns: auto auto;
        gap: 10px;
    }

    .flexx {
        display: flex;
        align-items: flex-start;
    }

    .impact-category h3 {
        margin-top: 0px;
        font-size: 20px;
        line-height: 20px;
    }

    .impact-card p {
        margin: 0;
        font-size: .5em;
    }

        .impact-card p:first-child {
            font-size: 10px;
        }
}

@media (max-width: 480px) {
    .impact-card {
        flex: 1 1 100%;
    }
}
/* Styling for the card */
.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

    .card-header h3 {
        margin: 0;
        color: #333;
    }

.card-body {
    padding-top: 20px;
}

#info-icon {
    opacity: 0; /* Initially, the SVG is hidden */
    transition: opacity 0.3s ease; /* Smooth transition effect */
}

    #info-icon:hover {
        opacity: 1; /* On hover, the SVG becomes visible */
    }

/* Styling for the table */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    table th, table td {
        border: 1px solid #ddd;
        padding: 10px;
        text-align: left;
    }

    table th {
        background-color: #f4f4f4;
        font-weight: bold;
    }

    table td {
        background-color: #fff;
    }

/* Optional: Responsive styling */
@media (max-width: 768px) {
    table, th, td {
        display: block;
        width: 100%;
    }

        table th {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        table td {
            border: none;
            position: relative;
            padding-left: 50%;
        }

            table td:before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                font-weight: bold;
            }
}

.projectheading {
    font-family: Plus Jakarta Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 27.25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.green-text {
    color: rgba(0, 171, 134, 1);
}

/*.dropdown-menu {
    width: fit-content !important;
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
*/



    .dropdown-menu a {
        padding: 8px 12px;
        text-decoration: none;
        display: block;
        font-weight: 500;
        line-height: 25.2px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: rgba(43, 43, 43, 1);
    }

        .dropdown-menu a:hover {
            background-color: #ddd;
        }

.dropdown-toggle {
    position: relative;
}

.client-dropdown-menu a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
}

    .client-dropdown-menu a:hover {
        background-color: #f0f0f0;
    }

.client-dropdown-menu.show {
    display: block; /* show when .show is added */
}


/* Initially hide the dropdown menu */
/*.dropdown-menu {
    display: none;
    position: absolute;*/ /* Ensures it shows below the button */
    /*background-color: white;
    min-width: 530px;
    border: 1px solid #ccc;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-transform:uppercase;
    text-align:left;
}*/



/* Optional: Show dropdown menu when button is clicked */
.dropdown-toggle:focus + .dropdown-menu,
.dropdown-toggle:hover + .dropdown-menu {
    display: block;
}

.dropdown-toggle.active .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-toggle .dropdown-menu {
    display: none;
}

.large-text {
    font-size: 3.0em; /* Increased font size */
    font-weight: bold;
}


.lbltree {
    font-size: 1.7em;
    font-weight: bold;
}

.large-font {
    font-size: 20px;
}

.centeredLabel {
    display: block; /* Makes the label a block element */
    text-align: center; /* Horizontal centering */
    width: 100%; /* Ensures the label spans the entire width */
    height: 100%; /* Ensures the label takes the full height of its parent */
    display: flex;
    align-items: center; /* Vertically center the label */
    justify-content: center; /* Horizontally center the label */
    margin-top: 40px;
    font-size: 24px;
}




/*header footer*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Livvic:wght@100;200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap");


@media screen and (min-width: 768px) {
    .step-text {
        font-weight: 600;
    }

    .large-text {
        font-size: 0.9em; /* Increase the size as needed */
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .step-text {
        font-weight: 400;
    }
}

@media screen and (max-width: 400px) {
    .step-text {
        font-weight: 600;
    }

    .lbltree {
        font-size: 0.8em;
        font-weight: bold;
    }
}

#about-us #about-us-submenu {
    display: none;
}

    #about-us #about-us-submenu #company-submenu {
        display: none;
    }

    #about-us #about-us-submenu:hover #company-submenu {
        display: flex;
    }

#about-us:hover #about-us-submenu {
    display: block;
}

#greeting #greeting-sub-menu {
    display: none;
}

#greeting:hover #greeting-sub-menu {
    display: block;
}

#resources #resources-sub-menu {
    display: none;
}

#resources:hover #resources-sub-menu {
    display: block;
}


#mobile-nav {
    height: 100vh;
    background-color: rgb(241, 245, 249);
    position: fixed;
    right: 0;
    overflow-y: auto;
    top: 0;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s linear;
}

.overlay {
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    z-index: 999;
    left: 0;
}

    .overlay.active {
        visibility: visible;
    }

#mobile-nav.active {
    transform: translateX(0) !important;
}

@media screen and (max-width: 992px) {
    .organization-logo {
        aspect-ratio: 3/2;
        -o-object-fit: contain;
        object-fit: contain;
        mix-blend-mode: color-burn;
    }

    @media (max-width: 480px) {
        .impact-card {
            width: 100%;
        }

        .tabs button {
            flex: 1;
            padding: 10px;
            font-family: Plus Jakarta Sans;
            font-size: 16px;
            font-weight: 500;
            line-height: 25.2px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            text-transform: uppercase;
            color: #616161;
            border: none;
            opacity: 0.75;
            margin: auto;
        }
    }
}



.tabs {
    display: flex;
    width: 100%;
}

.dropdown {
    flex: 1; /* Each button takes 50% width */
    text-align: center;
    position: relative;
}

    .dropdown button {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border: none;
        background-color: #f4f4f4;
        cursor: pointer;
    }

        .dropdown button.active {
            background-color: #ddd;
        }

/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 730px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    z-index: 100;
    display: none;
    overflow-y: auto;
    text-align:left;
}*/



    .dropdown-menu button {
        width: 100%;
        padding: 10px;
        text-align: left;
        border: none;
        background: none;
        cursor: pointer;
    }

        .dropdown-menu button:hover {
            background-color: #f0f0f0;
        }



.client-dropdown-menu button {
    width: 100%;
    padding: 10px;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
}

    .client-dropdown-menu button:hover {
        background-color: #f0f0f0;
    }



.dropdown-toggle.disabled,
.dropdown-toggle[disabled] {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}



#clientDropdownWrapper[style*="display:none"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}


#clientDropdownWrapper {
    display: block !important;
    visibility: visible !important;
}



.client-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    /*    min-width: 200px; 
    max-width: 300px;*/
    z-index: 1000;
}

.dropdown-item {
    display: block !important;
    padding: 8px 12px !important;
    color: #333 !important;
    text-decoration: none !important;
}

    .dropdown-item:hover {
        background-color: #f0f0f0 !important;
    }





/*.client-dropdown-menu {
    display: block !important;
    visibility: visible !important;
    max-height: 300px !important;
    overflow-y: auto !important;
    border: 1px solid #ccc !important;
    background-color: white !important;
    padding: 10px !important;
    min-width: 200px !important;
    z-index: 1000 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
}*/

.dropdown-item {
    display: block !important;
    padding: 8px 12px !important;
    color: #333 !important;
    text-decoration: none !important;
}

    .dropdown-item:hover {
        background-color: #f0f0f0 !important;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 999;
    text-transform: uppercase;
    text-align: left;
    max-height: 70vh;
    overflow-y: auto;
    box-sizing: border-box;
}
@media (max-width: 768px) {

    .dropdown-menu {
        position: relative; 
        width: 100%;
        max-width: 100%;
        min-width: unset; 
        left: 0;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    html, body {
        overflow-x: hidden;
    }
}
/* OUTER BOX----Aims */
#divaim {
    overflow: hidden;
}

    /* SLIDER CONTAINER */
 /*   #divaim .slider-container {
        width: 100%;
        overflow: hidden; 
        position: relative;
        padding: 0 48px; 
        box-sizing: border-box;
    }*/

    #divaim .slider-container {
        overflow: hidden;
        position: relative;
        padding: 0 48px;
        box-sizing: border-box;
        max-width: calc(160px * 5 + 5px * 4); /* 🔥 EXACT 5 images */
        margin: 0 auto;
    }

    /* SLIDER ROW */
    #divaim .slider {
        display: flex;
        gap: 0;
        transition: transform 0.3s ease;
        position: relative;
        z-index: 1;
        /*     will-change: transform;*/
    }

        #divaim .slider img {
            width: 80px;
            height: 80px;
            aspect-ratio: 1 / 1; 
            border-radius: 50%;
            object-fit: contain;
     /*       background: #fff;*/
            display: block; 
            margin: 0 auto; 
        }

    /* AIMS SLIDE */
    #divaim .slide {
        flex: 0 0 auto; 
        max-width: none;
        margin-right: 16px; 

        display: flex;
        flex-direction: column;
        align-items: center;
    }


        /* IMAGE */
        #divaim .slide img {
            width: 80px;
            height: 80px;
            /*            border-radius: 50%;*/
            background: #fff;
            /* padding: 10px;*/
            padding: 0;
            object-fit: contain;
            display: block;
        }

    /* 🔥 AIMS ARROW SIZE FIX ONLY */
    #divaim .arrow {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        border-radius: 50%;
        background: #18a999;
        border: none;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
/*        top: 50%;*/
        transform: translateY(-50%);
        z-index: 5;
    }

        #divaim .arrow.left {
            left: 12px;
        }

        #divaim .arrow.right {
            right: 12px;
        }

        /* arrow icon inside Aims */
        #divaim .arrow img {
            width: 14px !important;
            height: 14px !important;
            display: block;
        }

    #divaim button {
        outline: none !important;
        border: none !important;
    }



/* MOBILE */
@media (max-width: 768px) {
    #divaim .slide {
        flex: 0 0 100px; 
        max-width: 100px;
    }

    #divaim {
        min-height: 210px;
        padding: 24px 16px 30px;
    }
}











/* ================= SDG MAIN ================= */
#divSDG {
    background: #e9e9e7;
    border-radius: 18px;
    padding: 20px 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

    /* ================= TITLE ================= */
    #divSDG .sdg-title {
        position: absolute;
        top: 20px;
        left: 30px;
        font-size: 22px;
/*        font-weight: 700;*/
        color: #000;
    }

    /* ================= ARROWS ================= */
/*    #divSDG .arrow {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #18a999;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        z-index: 2;
    }*/


    #divSDG .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #18a999;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }

        #divSDG .arrow.left {
            left: 12px;
        }

        #divSDG .arrow.right {
            right: 12px;
        }



        #divSDG .arrow img {
            width: 14px;
            height: auto;
        }

    /* ================= SLIDER CONTAINER ================= */
    #divSDG .slider-container {
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding: 0 50px;
        box-sizing: border-box;
        position: relative;
    }

    /* ================= SLIDER ROW ================= */
    #divSDG .slider {
        display: flex;
        transition: transform 0.3s ease;
        flex-wrap: nowrap;
        padding-right: 10px;
        /*max-width: calc(76px * 4 + 18px * 3);*/ /* 🔥 4 images + 3 gaps */
        /*margin: 0 auto;
        overflow: hidden;*/
    }

    /* ================= EACH SDG ITEM ================= */
    #divSDG .slide {
        width: 70px; 
        min-width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 18px;
    }

    /* ================= IMAGE ================= */
    #divSDG .desktop-img {
        width: 70px;
        height: 70px; 
        object-fit: contain;
        display: block;
    }

/* ================================================= */
/* ================= MOBILE VIEW =================== */
/* ================================================= */
@media (max-width: 768px) {

    #divSDG {
        min-height: 200px; 
        padding: 18px 12px;
    }


      /*  #divSDG .sdg-title {
            font-size: 17px;
            left: 20px;
        }*/


        #divSDG .sdg-title {
            font-size: 17px !important; 
            font-weight: 700;
            top: 16px;
            right: 12px;
            left: auto;
            line-height: 1.2;
            z-index: 10;
        }



        #divSDG .arrow {
            width: 30px;
            height: 30px;
        }

            #divSDG .arrow img {
                width: 12px;
            }


        #divSDG .slide {
            width: 73px; 
            min-width: 73px;
        }

        #divSDG .desktop-img {
            width: 73px;
            height: 73px;
        }
}




@media (max-width: 768px) {

    .partner-title {
        position: static !important;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin: 0 0 10px 0; 
        padding: 0;
        line-height: 1.3;
        text-align: left;
    }

    .partner-content {
        display: flex;
        align-items: center;
        gap: 12px;
    }
}


/* ===== GLOBAL FONT ===== */
html, body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}


.dropdown button {
    text-align: center;
}




@media (max-width: 768px) {
    #divImpactHeader {
        width: 95% !important;
        padding: 14px 12px !important;
        margin: 0 auto !important;
        box-sizing: border-box; 
    }

        #divImpactHeader > div:first-child {
            font-size: 20px !important; 
            text-align: left;
        }

        #divImpactHeader > div:last-child {
            font-size: 15px !important; 
            text-align: left;
            margin-top: 4px;
        }
}

/* ===== ALL IMPACT CARDS HOVER FIX ===== */
.impact-card {
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

    .impact-card:hover {
        background-color: #ffd84d !important; /* YELLOW */
        cursor: pointer;
        transform: translateY(-4px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }


#topLogo {
    display: flex;
    justify-content: flex-end; /* desktop */
    align-items: center;
    padding-right: 100px;
}

@media (max-width: 768px) {
    #topLogo {
        justify-content: center; /* mobile */
        padding-right: 0;
    }

    .gt-logo {
        margin: 0 auto;
        max-width: 160px;
    }
}




