.p-block-20 {
    padding-block: 20px;
}

.p-10-inline-per {
    padding-inline: 10%;
}

.p-5-inline-per {
    padding-inline: 5%;
}

.t-10per {
    top: 20%;

}

.w-80per {
    width: 80%;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.justify-bet {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.h-50 {
    height: 50px;
}

.TechnologyHeading {
    font-size: 25px;
    font-weight: 600;
    color: green;
}

#header-section {
    padding-inline: 20px;
}

.projects-hero__container {


    width: 100%;
    min-height: 100vh;

    margin: 0 auto;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-image: url("/assets/fieldImagees/two.jpg");
    overflow: hidden;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    transition: background-image 0.8s ease;
    position: relative;

}





.projects-hero__container .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    /* background: rgba(0, 0, 0, 0.45); */
    /* background: (180deg, rgba(0, 21, 18, 0.902), rgba(10, 61, 58, 0.6) 40%, rgba(10, 61, 58, 0.302) 60%, rgba(0, 21, 18, 0.851)); */
    /* background: linear-gradient(180deg, rgba(38, 64, 43, 0.80) 0%, rgba(38, 64, 43, 0.49) 23.91%, rgba(38, 64, 43, 0.00) 100%); */
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.6) 40%,
            rgba(0, 0, 0, 0.3) 100%);
}


.projects-hero__container .projects-div {
    z-index: 1;
    position: relative;
    max-width: 1320px;
    width: 100%;
}


.projects-hero__header {

    display: flex;
    margin-bottom: 2rem;

}

.projects-hero__section-title {

    text-align: center;

}

.heading-light {
    color: #faf8f5;
}

.heading-dark {
    color: #000000;
}

.projects-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */

    gap: 40px;
}

.w-60per {
    width: 60%;
    margin-left: 5%;
}


.projects-hero__content {
    display: flex;
    /* justify-content: space-between; */
    /* justify-content: center; */
    /* gap: 70px; */
    justify-content: space-between;
    /* padding-left: 150px;
            padding-right: 150px; */
    align-items: center;
    gap: 10%;
    width: 100%;
}


.projects-hero__left {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    width: full;
    gap: 1rem;


}

.projects-hero__location {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: .8125rem;
    font-weight: 600;
    color: #faf8f5;
    text-transform: uppercase;
    letter-spacing: .12em;
    padding: .5rem 1.25rem;
    background: #0006;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(250, 248, 245, .3);
    border-radius: 12px;
}

.projects-hero__title {
    /* font-size: clamp(2rem, 5vw, 3.5rem); */
    /* font-family: "Roboto", sans-serif; */
    /* font-size: 30px; */
    /* font-weight: 900; */
    color: #faf8f5;
    margin: 0;
    /* line-height: 1.15; */
    /* text-shadow: 0 2px 8px rgba(0, 0, 0, .4); */
}

.projects-hero__subtitle {

    /* font-size: 1.125rem; */
    /* font-size: 18px;
    font-weight: 900; */
    color: #faf8f5;
    /* line-height: 1.7; */
    margin: 0;
    max-width: 650px;
    /* max-width: 520px; */
    /* text-shadow: 0 1px 4px rgba(0, 0, 0, .3); */
    /* height: 190px; */


}

.activeButton {
    /* transform: scale(1.09); */
    box-shadow: 0 0 10px rgb(235, 212, 7);
    transform: scale(1.06);
    border-radius: 20px;
    outline: none;
    border: none;
    width: 100px;
    height: 100px;
}

.activeButtonImage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid rgb(235, 212, 7);
    border-radius: 20px;
    opacity: 1;
    filter: none;
    outline: none;
}




.projects-hero__thumbnails {
    /* padding-left: 50px; */
    justify-self: start;
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    /* width: 100%; */
    /* padding-left: 150px;
            padding-right: 150px; */
}

.logo-ticker {
    background: var(--bg-primary, #0A3D3A);
    padding: 5rem 1.5rem;
    overflow: hidden;
    /* position: relative; */
}

.logo-ticker__container {
    max-width: 100%;
    margin: 0 auto;
    /* position: relative; */
    z-index: 1;
}

.projects-hero__stat {
    display: flex;
    gap: 10px;
}

.projects-hero__stat-value {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #d4a84b;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.projects-hero__stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: #faf8f5;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.projects-hero__thumb-img {
    width: 100%;
    height: 100%;
    /* must have height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(30%);
    opacity: .5;
    transition: all .8 ease;
    outline: none;

}

.projects-hero__thumb {
    /* position: relative; */
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid rgba(250, 248, 245, .15);
    background: transparent;
    padding: 0;
    transition: all .8s ease;
    outline: none;
    height: 100px;
    width: 100px;


}

/* @media (max-width: 768px) {
    .projects-hero__thumbnails {
        flex-direction: column;
    }
} */

.projects-hero__thumb-title {
    font-size: .6875rem;
    font-weight: 600;
    color: #fdfdfd;
    text-align: left;
    line-height: 1.3;
}

.projects-hero__thumb-location {
    font-size: .625rem;
    font-weight: 500;
    color: #faf8f5d9;
    text-align: left;
    line-height: 1.3;
}

.projects-hero__thumb-content {
    position: absolute;
    inset: 0;
    padding: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .projects-hero__thumb-pathway {
            display: none;
        } */

.imageOne {
    background-image: url(/assets/fieldImagees/one.jpg);
    background-size: cover;
    /* fills container */
    background-position: center;
    /* centers image */
    background-repeat: no-repeat;
}

.imageTwo {
    background-image: url(/assets/fieldImagees/two.jpg);
    background-size: cover;
    /* fills container */
    background-position: center;
    /* centers image */
    background-repeat: no-repeat;
}

.imageThree {
    background-image: url(/assets/fieldImagees/threee.jpg);
    background-size: cover;
    /* fills container */
    background-position: center;
    /* centers image */
    background-repeat: no-repeat;
}

.imageFour {
    background-image: url(/assets/fieldImagees/four.jpg);
    background-size: cover;
    /* fills container */
    background-position: center;
    /* centers image */
    background-repeat: no-repeat;
}

.projects-hero__thumb:hover {
    transform: translateY(-2px);
    border: 2px solid rgb(117, 117, 117);
    transition: all 0.3s ease-in;

    .projects-hero__thumb-img {
        opacity: 0.8;
        filter: grayscale(20%);
    }
}

.projects-hero__thumb:active {
    border: none;
}

@media (min-width: 900px) {
    .projects-hero__section-title {}

    .projects-hero__title {
        font-size: 50px;
    }

    .projects-body {

        width: 100%;
        /* font-size: 50px; */
        max-width: 70%;
    }

    .projects-hero__stat {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .projects-hero__stat-label {
        font-size: 25px;
    }

    .projects-hero__stat-value {
        font-size: 40px;
    }


    /* For mobile */
}


@media (max-width: 500px) {
    .w-50per {
        width: 100%;
    }

    .projects-hero__content {
        flex-direction: column;
    }

    .projects-hero__header {
        margin-bottom: 0;
    }

    .projects-hero__section-title {
        padding-bottom: 10px;
        font-size: 30px;
    }

    .projects-hero__title {
        font-size: 20px;
    }

    .projects-hero__subtitle {
        font-size: 14px;
    }

    .projects-hero__container {
        padding-block: 10px;
    }

    .projects-hero__stat-value {
        font-size: 30px;
    }

    .projects-hero__stat-label {
        font-size: 10px;
    }
}

#communityDisplay {

    /* height: 730px; */
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-size: contain;
    background-position: center;
    margin-bottom: 20px;
    opacity: 100%;
    background-repeat: no-repeat;
    max-height: 70vh;


}


.communityButton {

    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding-left: 20px;
    background: none;
}

.communityButtonDiv {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.211);
    backdrop-filter: blur(51px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
}

.communityButtonP {
    line-height: normal;
    font-size: 35px;
    color: white;
    padding: 0;
    margin: 0;
    font-weight: 900;
}

.communityButton :hover {
    background-color: #d4a84b;
    backdrop-filter: none;
    border-color: #e8b853;
    /* box-shadow: 0 0 10px rgb(235, 212, 7); */
}

.communityButton :active {
    scale: 1.09;
}

/* Background images */
#communityDisplay {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 500px;
    margin: auto;
}

#communityImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 768px) {
    #communityImage{
        width: 90%;
        gap:24px;
        margin: auto
    }
}
/* Only positioning, no extra styling */
.communityButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding-inline: 10px;
}

#communityButtonLeft {
    left: 0;
}

#communityButtonRight {
    right: 0;
}

@media (max-width: 500px) {
    #communityDisplay {
        height: 250px;
    }
}

/* overlay text */
.overlay-content {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    z-index: 2;
}

/* carousel at bottom */
#community-carousel {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* or remove for slider */
    gap: 10px;
}

.biochar-img {
    background-image: url("/assets/fieldImagees/biochar.png");
}

.AWD-img {
    background-image: url("/assets/fieldImagees/AWD.png");
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.why-choose-container {
    width: 100%;
    background-color: #0A3D3A;
}

#why-choose {
    padding-block: 60px;
    width: fit-content;
    margin-inline: auto;
}

.why-choose-heading {
    height: 150px;
    color: white;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    width: 100%;
    gap: 20px;
}


.why-choose-heading>p {
    width: 500px;
    min-width: 100px;
}

@media (max-width: 768px) {
    .why-choose-heading {
        flex-direction: column;
    }
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    width: fit-content;
    gap: 30px;
}

.partner-grid .card-container {
    height: 300px;
    position: relative;
    width: fit-content;
}

@media (max-width: 768px) {
    .partner-grid {
        margin: auto;
    }

    .partner-grid .card-container {
        width: 100%;
    }
}

.partner-grid .card {
    padding: 30px;
    display: flex;
    flex-direction: column;
    background-color: rgb(218 250 182 / 100%);
    width: 300px;
    height: 300px;
    border-radius: 4%;
    opacity: 100%;
    z-index: 2;

}

.partner-grid .back-card {
    position: absolute;
    background-color: rgba(139, 251, 12, 0.87);
    width: 80%;
    height: 20px;
    top: -6px;
    border-radius: 16px;
}


@media (max-width: 1040px) {

    .partner-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .technology-sec {
        margin: 50px;

    }
}




@media (max-width: 800px) {

    .partner-grid {
        grid-template-columns: repeat(1, 1fr);
    }


}

@media (max-width: 500px) {
    .why-choose-heading {
        flex-direction: column;
        height: 200px;
    }

    .technology-sec {
        margin: 10px;
    }

    .why-choose-heading>p {
        width: 300px;
    }
}

.card-span {
    color: #098078;
    font-size: 25px;
}

.place-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* Assign areas */