.hero {
    position: relative;
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-heading {
    color: white;
    font-size: 3.5rem;
    text-align: center;
    z-index: 1;
}

.tab-bar{
    margin: 50px;
}

/* Tab Navigation Styles (if needed) */
.tab-nav-link {
    font-size: 27px;
    color: rgb(39, 26, 69); 
    text-decoration: none; 
}

.tab-nav-link {
    color: rgb(16, 11, 181);
    text-decoration: none;
    padding: 15px 25px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: border-color 0.3s, background-color 0.3s;
}

.tab-nav-link:hover {
    color: rgb(142, 155, 198);
}

.nav-tabs {
    display: flex;
    list-style: none;
    padding: 0;
}

.nav-tabs .nav-item {
    margin-right: 95px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 80px;
}

.custom-img {
    max-width: 80%;
    height: auto;
    margin-bottom: 40px;
}
.whatsapp-icon {
    background-color: #fcfbfd; 
    border-radius: 50%; 
    box-shadow: 0 2px 5px rgba(15, 15, 15, 0.3); 
    padding: 18px; 
}