body {
    max-width: 1200px; 
    margin: 0 auto;
    font-family: 'Roboto', sans-serif; 
    background-color: rgb(252, 252, 252);
    scroll-behavior: smooth; 
}


.container-fluid {
    max-width: 1200px; 
    width: 100%; 
    margin: 0 auto; 
}

.nav-link {
    color: black;
}

.nav-link:hover {
    color: #808080;
}

.header-content{
    text-align: center;
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    padding:20px;
    height: 100vh; 
}

.title {
    font-weight: bold; 
    margin-bottom: 20px; 
    max-width: 700px;
}

.text{
    color: #6c757d; 
    max-width: 700px;
}

.btn-contact{
    background-color:  #262626;
    font-weight: bold;
    width: auto;
    padding: 10px 30px;
    margin-top:20px;
    color:white;
    box-shadow:0 4px 12px rgba(0, 0, 0, 0.15);
}

.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%; 
    height: 400px; 
    margin: auto;
    display: flex;
    justify-content: center; 
}

.carousel-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px; 
    margin: 0 20px;
}

.carousel-column img {
    height: 80px; 
    width: 80px; 
    border-radius: 50%; 
    object-fit: cover; 
    margin: 10px 0;
}
.about-us-content{
    text-align: center;
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    padding:20px;
    min-height:80vh;
}

.orange-title{
    text-align: center;
    color: orange;
}

.card{
    border-radius:20px;
    border-color:transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);;
    overflow:hidden;
}

.card-body{
    padding:60px;
    justify-content:center;
}

.meet-us-content{
    text-align: center;
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    padding:50px;
    border-radius:20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);;
}

.mt-custom {
    margin-top: 20vh; 
}

.mb-custom {
    margin-bottom: 20vh;
}
    

