#enquire-now{
    background-color: #172AB30F;
    /* padding: 50px; */
    border-radius: 10px;
}

#contact-detail-section{
    /* padding: 50px; */
    border-radius: 10px;
    background-color: #172AB30F;
}
/* .contact-detail-card{
    height: 485px;
} */
#contact-detail {
    /* background-color: #000000; */
    margin-top: 50px;
    color: #ffffff;
    padding-top: 50px;
    justify-content: center;
    /* padding-bottom: 10px; */
    border-radius: 10px;
    color: #0c0c0c;
    color: #ffffff;
    align-items: center;
    vertical-align: middle;
}

#contact-detail h2{
   font-family: 'Borlow';
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}
/* #contact-detail p,a{
    color: #ffffff;
} */

#contact-section{
    background-color: #000000;
    color: white;
    min-height: 200px;
    padding: 50px;
}
.Timing{
    background-color:#E7E7E7B3 ;
    padding: 20px;
    align-content: flex-start;
    max-width: 767px;
    color: #333333;
}

/* compaint section start */
.compaint-section{
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.compaint-section p{
    text-align: start;
}
/* download catelog section start */

.download-catelog{
    background-color:rgb(129, 108, 55) ;
}
.download-catelog a{
    justify-content: center;
    align-items: center;
    display: inline;
}
/* download catelog section end */

    /* Style for the Enquire Now section */
    
    /* Style for the Address and Contact Details section */
    /* #contact-detail {
        background-color: #343a40; /* Dark gray background 
        padding: 20px;
        border-radius: 10px;
        color: #0c0c0c;
    } */

    /* Style for the Map */
    .map {
        border-radius: 10px;
        overflow: hidden; /* Hide any overflowing content */
    }

    /* Style for the Submit button */
    .btn-primary {
        background-color:darkorange ;/* Blue primary button color */
        border-color:peru /* Blue primary button border color */
    }

    /* Style for text color */
    .text-white {
        color: #ffffff; /* White text color */
    }

    /* Style for the form inputs */
    .form-control {
        border-radius: 5px;
    }

