body{
    background-color: #D6EFD8!important;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; 
}
.navbar{
    background-color: #D6EFD8!important;
}
.nav-item{
    font-size: 20px;
    font-weight: 600;
    margin-right: 5px;
}
h1{
    font-size: 3rem;
    color: #1A5319;
}
h2{
    font-size: 2rem;
    color: #1A5319;
}
h3,h4,h5,h6{
    color: #1A5319;
}
.intro-card{
    position: relative;
    overflow: hidden;
    /**/
    width: 100%;
    height: 75vh; /* 100vh */
    display: flex;
    align-items: center;
    justify-content: center;
    /**/
}
.intro-card-img{
    object-fit: cover;
    width: 100%;
    height: 100%;/*vh to %*/
    /**/
    position: absolute;
    top: 0;
    left: 0;
    /**/
}
.intro-img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;

}
.intro-title{
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.home-title-service{
    font-size: 3rem;
}

.intro-text{
    font-size: 1.5rem;
    max-width: 80%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.btn-intro{
    font-size: 1rem;
    padding: 10px 20px;
    white-space: nowrap;
}
@media (min-width: 1400px) {
    .intro-title {
        font-size: 6rem; 
    }
    .intro-text {
        font-size: 2.5rem;
    }
    .btn-intro{
        font-size: 1.5rem;
    }
}

@media(max-width: 992px){
    .intro-title{
        font-size: 3rem;/*2*/
    }
    .intro-text{
        font-size: 1.5rem;
    }
    .btn-intro{
        font-size: 1.5rem;
        padding: 8px 16px;
    }
    h1{
        font-size: 3rem;
    }
    h2{
        font-size: 1.5rem;
    }
    .service-card {
        margin: 15px;
    }
    .home-title-service{
        font-size: 3rem;
    }
    .navbar img{
        width: 65px;
        height: 55px;
    }
    .nav-item a{
        font-size: 1.2rem;
    }

}
@media(max-width: 576px){
    .intro-title{
        font-size: 1.5rem;
    }
    .intro-text{
        font-size: 1.2rem;
        max-width: 90%;
    }
    .btn-intro{
        font-size: 1.2rem;
        padding: 3px 6px;
    }
    h1{
        font-size: 1.2rem;
        font-weight: bold;
    }
    h2{
        font-size: 1rem;
        font-weight: bold;
    }
    .service-card {
        margin: 20px;
    }
    .about-container{
        flex-direction: column-reverse;
        text-align: center;
    }
    .about-container img {
        width: 80%;
        margin: auto;
    }

    .about-container h2 {
        font-size: 1.5rem;
    }

    .about-container p {
        font-size: 1rem;
    }
    .btn-more{
        font-size : 0.8rem;
        padding: 4px 6px;
    }
    .home-title-service{
        font-size: 1.5rem;
    }
    .navbar img{
        width: 55px;
        height: 45px;
    }
    .nav-item a{
        font-size: 1rem;
    }
}
.service-title,.service-text{
    color: white;
}

.row{
    margin-top: 50px;
    margin-bottom: 50px;
}

.service-card {
    text-align: center;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: #508D4E;
}

.service-card:hover {
    transform: scale(1.05);
}

.service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
}
.service-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.about-container{
    background-color: #508D4E !important;
    width: 100%; 
    padding: 0; 
    margin: 0;
}
.head-img{
    width: 100%;
    padding: 0;
    margin: 0;
}
.faq-row{
    background-color: white;
}
footer{
    background-color: #508D4E!important;
}
.extra-title{
    background-color: #508D4E;
    width: 100%;
    padding: 0;
    margin: 0
}
.detail-about{
    border-radius: 10px;
    border-color: #508D4E!important;
}
.carousel-inner img {

    max-height: 70vh; 
    width: 100%; 
    object-fit: contain; 
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1); 
    width: 60px; 
    height: 60px;
    background-size: 60px;
}

.detail-title, .detail-text{
    color: #1A5319!important;
}
.nav-text, .faq-text{
    color: #1A5319;
}
.bi-instagram, .bi-whatsapp{
    color: white;
}
.link-route{
    text-decoration: none;
    color: white;
}