
/* Banner Section */
.about-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 20px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); 
}

.content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.content h1 {
    font-size: 3rem;
    font-weight: bold;
}

.content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    background: #4DA8DA; 
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn:hover {
    background: #3A91C7;
}

.py-5 {
    background: #f9f2f0;
}

h1{
    margin-top: 30px;
}
.section-title{
    margin-top: -90px;
}