body {
    margin: 0;
    font-family: 'Latha', 'Noto Sans Tamil', sans-serif;
}

.header {
    background: #FFD700;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu a {
    margin-left: 20px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.menu .join {
    background: #000;
    color: #FFD700;
    padding: 8px 14px;
    border-radius: 6px;
}

.banner {
    text-align: center;
    padding: 20px 20px;
    background: #FFF3B0;
}

.heritage {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 60px 20px;
}

.box {
    text-align: center;
}

.box img {
    width: 80px;
    height: 40px;
    object-fit: contain;
}
.vision-section {
    background-color: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.vision-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
}

.vision-section p {
    max-width: 800px;
    margin: auto;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}




