/* .banner {
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
    object-fit: contain;
} */

.hero-text{
    font-size: 54.68px;
    font-weight: bold;
    text-transform: capitalize;
    /* margin-top: 80px; */

}

.hero-paragraph{
    font-size: 12px;

}

.hero-line{
    padding-left: 120px;
 }

.bg-dark{
    background-color: #1E1F1F !important;
}

/* @media (max-width: 768px) {
    #carouselExample {
        min-height: 1200px;

    }
} */

@media (max-width: 767px) {
    .hero-text {
        font-size: 1.5rem; /* Smaller font size for mobile */
    }
    .hero-paragraph {
        font-size: 0.75rem; /* Adjust paragraph text for mobile */
        margin-top: 15px;
    }

    .hero-line{
        padding-left: 0px !important;
        margin-top: -50px;
    }

    .banner-img{
        width: 100%;
        height:250px;
    }
}

/* form control */

.form-control {
    border-bottom: 2px solid #B48722 !important;
}
.form-select{
    border-bottom: 2px solid #B48722 !important;

}



.form-check-input:checked {
    background-color: #B48722 !important;
    border-color: white;
}

.contact-box{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}


