body {
    padding-top: 140px;
    /* Navbar yüksekliği kadar boşluk bırak */
}


.about-us-baslik {
    color: #0d3f74 !important;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px !important;
}
.office-text{
    color: #0d3f74;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1rem;
}

.team-row2{
    margin-top: 40px !important;
}
.team-card{
    color: #0d3f74;
}

.card {
    position: relative; 
    padding-top: 40px; 
}


#ofis-resim {
    position: relative;
    left: 0; 
    object-fit: cover;
    width: 100%;
    max-width: 600px; 
    height: auto;
    max-height: 600px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; 
}

#officeCarousel {
    max-height: 1000px;
    width: auto;
    margin: 0 auto;
}

#officeCarousel img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    border-radius: 10px;
}
.strong-text{
    font-size: 1.5rem;

}




     

