* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.section-padding {
    padding: 50px 150px;
}

.section-heading {
    font-size: 50px;
    color: #FF4500;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center;
}

img {
    max-width: 100%;
}

/* NAVBAR */
.navbar {
    background: #121212;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    width: 100%;
    max-width: 1300px;

}

.navbar-logo {
    color: #fff;
    justify-self: start;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.navbar-logo img {
    width: 161px;
    height: 53px;
    margin-right: 10px;
}

.navbar-menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar-item {
    height: 80px;
}

.navbar-links {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 4rem;
    width: max-content;
    height: 100%;
    transition: all 0.3s ease;
}


.navbar-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #FF4500;
    color: #fff;
    transition: all 0.3s ease;
}

.navbar-toggle {
    display: none;
}


/* HERO */
.hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.hero .slide {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    clip-path: circle(0.0% at 0 50%);
}

.hero .slide.active {
    clip-path: circle(85% at 51% 57%);
    transition: 2s;
    transition-property: clip-path;
}

.hero-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.hero-content p {
    font-size: 55px;
    color: #fff;
    font-style: bold;
    font-weight: 700;
}

.hero-content .hero-btn {
    width: 182px;
    height: 47px;
}

/* MISSION */
.mission-section {
    background: #121212;
}

.mission-container {
    display: flex;
    margin: 0 auto;
    align-items: stretch; 
}

.mission-image {
    flex: 1;
}

.mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; 
}

.mission-vision {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mission, .vision {
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.mission h1, .vision h1 {
    color: #FF4500;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 50px;
}

.mission p, .vision p {
    color: #fff;
    line-height: 1.6;
}



/* GUIDING PRINCIPLES */
.principles-section {
    background: #292929;
}

.principles-container {
    display: flex;
    margin: 0 auto;
    align-items: stretch; 
}

.principle-image {
    flex: 1;
}

.principle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; 
}

.principles {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.principle {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 10px;
}

.principle h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 24px;
}

.principle p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

/* INITIATIVES */
.initiatives-section {
    background: #121212;
}

.initiatives-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; 
    flex-wrap: wrap;
}

.initiatives-card {
    width: 362px;
    height: 315px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 20px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.initiatives-card h4 {
    font-size: 24px;
    font-style: bold;
    color: #fff;
}

.initiatives-card p {
    color: #fff;
    line-height: 1.6;
}


/* SDG GOALS */
.sdg-goals-section {
    background: #121212;
}

.sdg-goals-section p {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.goals {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; 
    flex-wrap: wrap;
    margin-top: 50px;
}

.goals img {
    width: 122px;
}


/* FOUNDER'S NOTE */
.founders-note-section {
    background: #292929;
}

.founder-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.founder-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.founder-image img {
    width: 324px;
    height: 324px;
    object-fit: cover;
    border-radius: 8px; 
}

.founder-image p {
    font-size: 20px;
    color: #fff;
    font-style: bold;
}

.founder-note {
    display: flex;
    flex-direction: column;
    width: 60%;
    
}

.founder, .regards {
    padding: 1rem 10rem;
    margin-bottom: 0.5rem;
}

.founder h1{
    color: #FF4500;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 30px;
}

.founder p, .regards p {
    color: #fff;
    line-height: 1.6;
}

/* PARTNERS */
.partners-section {
    background: #121212;
}

.partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; 
    flex-wrap: wrap;
    margin-top: 50px;
}

.partners img {
    width: fit-content;
    height: 100px;
}

/* FOOTER */
.footer {
    background: #FF4500;
    height: 307px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.footer-btn {
    width: 200px;
    height: 53px;
    background: #fff;
    color: #000;
}

.footer-list ul {
    list-style: none;
}

.footer-list ul li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-list ul li a {
    text-decoration: none;
    color: #fff;
}


/* Mobile Styles */
@media screen and (max-width: 960px) {
    .navbar-container {
        display: flex;
        justify-content: space-between;
        height: 80px;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }

    .navbar-menu {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 80px);
        width: 100%;
        position: absolute;
        top: 80px;
        left: -100%;
        opacity: 0;
        transition: all 0.5s ease;
        height: 90vh;
        z-index: 1;
    }

    .navbar-menu.active {
        background: #131313;
        left: 0;
        opacity: 1;
        transition: all 0.5s ease;
    }

    .navbar-item {
        width: 100%;
    }

    .navbar-links {
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }

    .navbar-links:hover {
        background-color: #f00946;
        color: #fff;
        border-radius: 0;
    }

    .navbar-logo {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(25%, 50%);
    }

    .navbar-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(-100%, 60%);
        font-size: 1.8rem;
        cursor: pointer;
    }

    .navbar-btn {
        padding-bottom: 2rem;
    }

    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 80px;
        margin: 0;
    }

    .bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #fff;
    }

    .navbar-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .navbar-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 50px 20px;
    }
    .section-heading {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .hero {
        justify-content: center;
    }
    .hero-content {
    width: 350px;
    gap: 20px;
    align-items: center;
    text-align: center;
    }
    .hero-content p {
        font-size: 30px;
        color: #fff;
        font-style: bold;
        font-weight: 700;
    }
    .hero-content .hero-btn {
        width: 182px;
        height: 47px;
    }


    .mission-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mission-content {
        width: 90vw;
    }
    .mission-image {
        padding-right: 0;
        padding-bottom: 2rem;
    }
    
    .mission-image img {
        max-height: 300px;
    }
    
    .mission, .vision {
        padding: 1.5rem;
    }
    .mission h1, .vision h1 {
        margin-bottom: 1rem;
        font-size: 20px;
        text-align: center;
    }
    .mission p, .vision p {
        color: #fff;
        line-height: 1.6;
        text-align: center;
    }


    .principles-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .principles-content {
        width: 90vw;
    }
    .principle-image {
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .principle-image img {
        max-height: 300px;
    }
    .principle{
        padding: 1.5rem;
    }
    .principle h4 {
        font-size: 18px;
        text-align: center;
    }

    .principle p {
        font-size: 16px;
        text-align: center;
    }



    .founder-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 90vw;
    }
    .founder-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .founder-image img {
        width: 224px;
        height: 224px;
        object-fit: cover;
        border-radius: 8px; 
    }

    .founder-image p {
        font-size: 20px;
        color: #fff;
        font-style: bold;
    }

    .founder-note {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .founder, .regards {
        padding: 1rem;
        margin-bottom: 0.5rem;
    }

    .founder h1{
        color: #FF4500;
        font-weight: 700;
        margin-bottom: 1rem;
        font-size: 30px;
    }

    .footer {
        height: fit-content;
    }
    .footer .logo-section {
        text-align: center;
    }
    .footer-btn {
        font-size: 14px;
        width: max-content;
        height: 40px;
    }
    .footer-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
    .footer-list ul {
        list-style: none;
        text-align: center;
    }

}

/* Tablet Styles */

@media (max-width: 1280px) {
    .hero {
        justify-content: center;
    }
    .hero-content {
        width: 100%;
        height: 100%;
        gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .hero-content p {
        font-size: 30px;
        color: #fff;
        font-style: bold;
        font-weight: 700;
    }
    .hero-content .hero-btn {
        width: 182px;
        height: 47px;
    }
    .founder-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .founder-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .founder-image img {
        width: 224px;
        height: 224px;
        object-fit: cover;
        border-radius: 8px; 
    }

    .founder-image p {
        font-size: 20px;
        color: #fff;
        font-style: bold;
    }

    .founder-note {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .founder, .regards {
        padding: 1rem;
        margin-bottom: 0.5rem;
    }

    .founder h1{
        color: #FF4500;
        font-weight: 700;
        margin-bottom: 1rem;
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .mission-container {
        padding: 0; /* Remove side padding on larger screens */
    }
    .principles-container {
        padding: 0; /* Remove side padding on larger screens */
    }
}

