@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --primary-green: #2E7D32;
    --secondary-orange: #eb7118;
    --accent-earth: #8D6E63;
}

body{
    /* font-family: "Funnel Sans", sans-serif; */
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}


.ratio-20 {
    --bs-aspect-ratio: 30%;
}
.ratio-40 {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    --bs-aspect-ratio: 40%;
}

/* COLOR CLASSES */
.bg-orange {
    background-color: var(--secondary-orange);
}
.text-orange {
    color: var(--secondary-orange);
}
.bg-green {
    background-color: var(--primary-green);
}
.text-green {
    color: var(--primary-green);
}
.btn-primary {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
}

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}
.hide-native-scrollbar {
    scrollbar-width: none; /* Firefox 64 */
    -ms-overflow-style: none; /* Internet Explorer 11 */
}

.hide-native-scrollbar::-webkit-scrollbar { 
    display: none;
}

/* MAIN CSS */
body::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	background: none;
	position:relative;
	font-weight: bold;
}
h1 {
	font-size: 2.571em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 0.9em;
	padding-bottom: 0.4em;
	position: relative;
}
h4 {
	font-size: 1.286em;
}
h5 {
	font-size: 1.143em;
}
h6 {
	font-size: 12px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#333;
}

.bg-cover{
    transition: background 1s ease-in-out; 
    background-size:cover;
    background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:center top;
}

.small-line{
    color: var(--secondary-orange);
}

.section-banner{
    min-height: 30vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../images/Market.jpg');
}
section.section{
    display: flex;
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-padding{
    padding: 80px 0;
}

.hero-section {
    height: 100vh;
    display: flex;
    color: black !important;
    background: url('../images/working for a cleaner and healthier environment.jpg') center center / cover;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.hero-headline{
    color:black;
    font-size: 1.6em;
    text-transform: uppercase;
}

.hero-image-container{
    border-radius: 10px;
    box-shadow: inset 0 0 2px rgba(206, 201, 201, 0.986);
    width: 100%;
    object-fit: cover;
    &img{
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
}

core_service{}

.sdg{
    height: 300px !important;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    object-fit: contain;
}

.sdg img{
    height: 100%;
    width: 100%;
}

.card-header::after,
.small-line::after {
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    width: 50px;
    background: var(--secondary-orange);
    transition: 0.7s;
}

.small-line::after:hover {
    width: 30%;
}

.service-card{
    display: block;
    align-items: center;
}

.service-card div{
    width: 100%;
    gap: 20px;
    display: flex;
}
.service-card h4{
    color: #000000;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    font-size: 32px !important;
}

.service-card i.fa-3x{
    font-size: 40px;
}

p,
li,
.lead,
.blockquote{
    font-weight: 400;
    font-size: 16px !important; 
    list-style: none;
}

.value-card p{
    margin: 10px 0;
    font-size: 16px !important; 
    list-style: none;
}

.public-private-partner-list{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.partner-logo {
    height: 80px;
    transition: filter 0.3s;
}
ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dropdown-toggle{
    cursor: pointer;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-toggle,
ul li{
    height: 50px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: start;
    list-style: none;
    border-radius: 10px;
}

li:hover{
    background-color: #120903;
    color: white !important;
    transition: all ease .5s;
    & a{
        color: white !important;
    }
}
.offcanvas-title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.offcanvas-title .navbar-brand img{
    width: 130px;
    height: 100%;
    object-fit: cover;
}

.offcanvas-body{}

.offcanvas-footer{
    position: relative;
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(20, 127, 39);
}

button.btn-close{
    position: absolute;
    right: 20px;
    transform: scale(.8);
    border: 1px solid black;
}

.sdg-section{
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}

.sdg-row{
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

/* .card:hover,
.sdg-card:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    background: white !important;
} */

.masonry-grid {
    column-count: 3;
    column-gap: 1.5rem;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

.team-card img {
    height: 200px;
    object-fit: cover;
}

.service-page{
    background-image: url('https://images.unsplash.com/photo-1588345921523-c2dcdb7f1dcd?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mjh8fGJhY2tncm91bmR8ZW58MHwwfDB8fHwy');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.impact-page {
    background-color: white;
    background-image: url('https://images.unsplash.com/photo-1588345921523-c2dcdb7f1dcd?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mjh8fGJhY2tncm91bmR8ZW58MHwwfDB8fHwy');
    background-size: cover;
    background-blend-mode: soft-light;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.recognized-leading-partners{
    background-size: cover;
    background:#021a0e;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.map-container {
    position: relative;
    padding: 20px;
    background: white;
    border-radius: 10px;
}

.impact-numbers:hover{
    background: #eb7118;
    color: white !important;
    transition: background 0.1s ease-in-out;
}

.impact-numbers .fas {
    padding: 20px;
}

@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInLeft {
	0% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
	}
	100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
	}
}
@keyframes fadeInLeft {
	0% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
	}
	100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
	}
}
@-webkit-keyframes fadeOutLeft {
	0% {
			opacity: 1;
	}
	100% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	0% {
			opacity: 1;
	}
	100% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
	}
}


.footer {
    color: white;
}   




/* Gallery */
.gallery-header {
    background: linear-gradient(rgba(46, 125, 50, 0.9), rgba(25, 118, 210, 0.9)),
                url('https://source.unsplash.com/random/1920x600/?community') center/cover;
    color: white;
    padding: 100px 0;
}

.masonry-grid {
    column-count: 3;
    column-gap: 2rem;
    margin: 2rem auto;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-caption {
    transform: translateY(0);
}

.filter-nav {
    background: white;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.filter-btn {
    border: 2px solid var(--primary-green);
    margin: 0 0.5rem;
    transition: all 0.3s ease;
}

.filter-btn.active {
    background: var(--primary-green);
    color: white;
}
.image-protect {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    object-fit: contain !important;
    background: 0px 0px;
}


/* CONTACT */
.contact-hero {
    height: 50vh;
    background: linear-gradient(rgba(46, 125, 50, 0.8), rgba(25, 118, 210, 0.8)),
                url('https://source.unsplash.com/random/1920x600/?contact,environment') center/cover;
    display: flex;
    align-items: center;
    color: white;
}
.contact-card {
    border-radius: 10px;
    transition: transform 0.3s;
    border: none;
}
.contact-card:hover {
    transform: translateY(-5px);
}
.contact-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--primary-green);
}
.form-control:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25);
}
.btn-primary {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
}
.map-container {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}
.accordion-button:not(.collapsed){
    color: #fff;
    background-color: var(--primary-green);
    border-color: var(--primary-green);
}
.accordion-body{
    background:rgb(205, 255, 189);
}

@media (max-width: 576px) {
    .hero-image-container {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: inset 0 0 10px rgba(206, 201, 201, 0.986);
        width: 100%;
        &img{
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .masonry-grid {
        column-count: 1;
    }   
    .timeline::before {
        left: 10px;
    }
}

/* MOBILE SCREEN */
@media (max-width: 768px) {
    .contact-hero {
        height: 40vh;
    }
    .ratio-20 {
        --bs-aspect-ratio: 80%;
    }
    .hero-section {
        display: flex;
        height: 80vh;
        background-image: url('../images/gallery/frontdoor.jpeg');
        overflow: hidden;
    }
    
    .hero-section h1,
    .hero-headline {
        opacity: 1;
        font-weight: bold;
        text-transform: uppercase;
    }
    .hero-headline{
        font-size: 1.4em;
        padding: 3px 4px;
        border-radius: 5px;
    }
    
    .hero-section p {
        font-size: 20px;
        list-style: none;
    }

    .hero-image-container {
        display: none;
    }

    .hero-image-container {
        position: relative;
        border-radius: 10px;
        box-shadow: inset 0 0 10px rgba(206, 201, 201, 0.986);
        width: 100%;
    }
    .masonry-grid {
        column-count: 2;
    }
    
    .timeline::before {
        left: 20px;
    }

    /* GENERAL */
    .sdg-row{
        width: 100vw;
        height: auto;
        display: flex;
        padding: 10px;
        position: relative;
        flex-direction: row;
    }

    .sdg-text{
        font-size: 10px !important;
    }

    .display-4{
        width: calc(100vw/4);
        object-fit: contain;
        &img{
            height: 100% !important;
            width: 100% !important;
        }
    }

    .service-card{
        height: auto !important;
        border-radius: 10px;
    }
    .display-6,
    .service-card h4{
        font-size: 1em !important;
        font-weight: bolder;
    }
    .service-card i.fa-3x{
        transform: scale(.5)!important;
    }

    .service-card p{
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px !important;
        font-weight: 300;
    }

    .public-private-partner-list{
        display: block;
        flex-direction: column;
        gap: 0px;
    }

}


@media (min-width: 1200px) {
    .display-6 {
        font-size: 1.4rem !important;
    }
    .display-6::after:hover {
        width: 30%;
    }
}