.ether-section,
.ekatvam-footer,
.ether-section h1,
.ether-section h2,
.ether-section h3,
.ether-section p,
.ekatvam-footer h1,
.ekatvam-footer h2,
.ekatvam-footer h3,
.ekatvam-footer p {
    font-family: 'Exo', sans-serif;
}

.cards-container {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    justify-content: center;
}

.ether-section {
    background: rgba(246, 97, 50, 0.22);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    flex: 1 1 320px;
    width: 100%;
}

.ether-left {
    color: #1B3A2F;
    font-size: 4.2rem;
    font-weight: 500;
    flex: 0 0 auto;
}

.ether-center {
    text-align: center;
    flex: 0 0 auto;
}

.ether-center img {
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto 0.5rem;
}

.ether-center .gratitude-label {
    color: #7e57c2;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

.ether-right {
    flex: 1;
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    max-width: 600px;
}

@media (max-width: 768px) {
    .ether-section {
        flex-direction: column;
        text-align: center;
        min-height: 100vh; 
    }

    .ether-left,
    .ether-center,
    .ether-right {
        width: 100%;
        max-width: none;
    }

    .ether-left {
        font-size: 3rem;
        text-align: center; 
    }
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 700px;
    justify-content: center;
    max-width: 100%;
}

@media (max-width: 992px) {
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-columns {
        grid-template-columns: 1fr;
    }

    .footer-top h1 {
        font-size: 1.6rem;
    }

    .footer-column h3 {
        margin-top: 1rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.vision-text,
.value-icon {
    font-family: 'Exo', sans-serif;
    font-size: 2rem;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

section {
    padding: 4rem 0;
}

.section-title {
    margin-bottom: 2rem;
    text-align: center;
    color: #1c5532;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.about-ekatvam-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: nowrap;
    width: 70%;
    height: auto;
}

.about-ekatvam-image {
    flex: 0 0 50%;
}

.about-ekatvam-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.about-ekatvam-content {
    flex: 1;
}

.about-ekatvam-content h2 {
    color: #175532;
}

@media (max-width: 768px) {
    .about-ekatvam-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

.vision-section {
    background-color: #f2f2f2;
    text-align: center;
    width: 100%;
}

.vision-text {
    font-size: 2.6rem;
    color: #FF3D00;
    font-weight: bold;
}

.values-section {
    background-color: #ffffff;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.value-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #BDB033;
    padding: 1.5rem;
    padding-left: 0;
    border-radius: 20px;
    color: #fff;
}

.value-icon {
    width: 100px;
    height: auto;
    flex-shrink: 0;
}

.value-card p {
    font-size: 1.6rem;
}

.mission-section {
    background-color: #f2f2f2;
    width: 100%;
}

.mission-points {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.mission-point {
    flex: 1 1 250px;
    background-color: transparent;
    padding: 1.5rem;
    border-radius: 4px;
}

.mission-point h3 {
    color: #175532;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 0;
}

.mission-point p {
    color: #175532;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 0;
}

.mission-point h3,
.mission-point p {
    display: inline;
    margin: 0;
}

.leadership-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.leader-card {
    flex: 1 1 200px;
    max-width: 250px;
    background-color: #f5f5f5;
    border-radius: 20px;
    text-align: center;
    padding: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
}

.leader-card img {
    height: 240px;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 1rem;
    object-fit: scale-down;
}

.leader-card h3 {
    color: #555;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.leader-card p {
    color: #555;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .float-image {
        float: none;
        display: block;
        margin: 0 auto 1.5rem auto;
        max-width: 100%;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .vision-text {
        font-size: 1.4rem;
    }

    .leader-card {
        max-width: 300px;
    }

    .value-card p {
        font-size: 1.2rem;
    }

    .float-content p {
        font-size: 1rem;
    }

    .mission-points {
        display: inline;
        justify-content: space-between;
    }
}