body {
    font-family: Arial, sans-serif;
}



header h1 {
    font-size: 3rem;
}

header .btn-primary {
    background-color: #007bff;
    border: none;
}

.navbar {
    background-color: #f8f9fa6e !important;
}
.nav_logo{
    width: 180px;
}

.nav-link {
    color: #000 !important;
}

.nav-link.btn-primary {
    background-color: #007bff;
    border: none;
}



.backg {
    background: rgba(0, 126, 197, 0.29);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    border-radius: 413px 413px 0px 0px;
}

.bookbtn {
    background-color: #007ec5;
    color: white;
    padding: 7px;
    text-decoration: none;
    border-radius: 7px;
    box-shadow: rgba(55, 159, 244, 0.87) 0px 7px 29px 0px;
    
    
}

.header-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stats-box {
    background-color: #007bff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 150px;
    color: white;
    box-shadow: rgba(55, 159, 244, 0.87) 0px 7px 29px 0px;
}

.whychooseus {
    display: flex;
    align-items: center;
}
.h2heading{
    font-size: 42px;
    font-weight: 700;
    color: #007EC5;
}

.contact-section {
    background-color: #f1f5f9;
    border-radius: 8px;
}

.contact-info h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.contact-info ul {
    padding: 0;
    list-style: none;
    font-size: 1.1rem;
}

.contact-info li {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.contact-info li i {
    margin-right: 10px;
    font-size: 1.5rem;
    color: #000;
}

.contact-info .social-icons a {
    font-size: 1.5rem;
    color: #000;
    margin-right: 10px;
}

.contact-info .social-icons a:hover {
    color: #007bff;
}

.contact-form {
    background-color: #007bff !important;
    padding: 40px;
    border-radius: 8px;
}

.contact-form h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.contact-form .form-control {
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: #fff;
    margin-bottom: 20px;
}

.contact-form .form-control::placeholder {
    color: #fff;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #fff;
}

.contact-form .btn-light {
    background-color: #fff;
    color: #007bff;
    border: none;
}

.contact-form .btn-light i {
    margin-right: 5px;
}
h2.fomhead {
    font-size: 46px;
    font-weight: 700;
    line-height: revert-layer;
}