﻿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;
}

.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: 32px !important;
    font-weight: 700;
    line-height: 24px;
    text-align: justified;
    margin: 0px;
    color: #4E4D52;
}

    .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;
}

.slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.sliders {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.slide {
    flex: 0 0 20%; /* Adjust width of each slide */
    margin: 0 10px;
    text-align: center;
}

    .slide img {
        width: 100%;
        border-radius: 5px;
    }

.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;
    color: #fff;
    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: 570px;
    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;
}
