
.bg-about-banner {
    position: relative;
    background-image: url("../imgs/contact-banner.png"); /* Update path if needed */
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Overlay layer */
.bg-about-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark semi-transparent overlay */
    
}

/* Content (text) on top of overlay */
.bg-about-banner .content {
    position: relative;
    z-index: 2; /* Higher than the overlay */
    color: #fff;
    text-align: center;
    padding: 20px;
}

.get-in-touch {
    border: 1px solid #8c8c8c;
}
.img-about-section{
    position: relative;
top:-93px;
}
/* teams */
.card-img-top{
    height: 309px;
}
.cta-section{
    height: 400px;
    background-image: url("https://avala.bold-themes.com/autumn/wp-content/uploads/sites/2/2020/12/leaves_background_about_us.jpg");
}
@media screen and (max-width:600px) {
     .bg-about-banner{
        background-size: cover;
        background-position: center;
        height: 40vh;
    }
    .img-about-section{
        top:27px;
        margin-bottom:50px;
    }
  
    
}
@media screen and (max-width:900px) {
    .bg-about-banner{
        background-size: cover;
        background-position: center;
        height: 40vh;
    }

    
}