.navbar-header {
    background-color: red;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
}

.navbar-header-main {
    border-bottom: 1px solid grey;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
    display: flex;
}

.nav-menu {
    align-content: center;
}

    .nav-menu ul li a {
        margin: 0 20px
    }

/* .white-button {
    background-color: white;
    background-image: none;
    color: black;
    border-radius: 4px;
    line-height: 20px;
    padding: 6px 12px;
    margin-right: 5px;
    font-size: 16px;
}

.white-button:hover {
    background-color: white;
    background-image: none;
    color: black;
    border-radius: 4px;
    line-height: 20px;
    padding: 6px 12px;
    margin-right: 5px;
    font-size: 16px;
} */

.white-button {
    background-color: white;
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.white-button:hover {
    background-color: black;
    color: white;
}

.blue-button {
    background-color: blue;
    background-image: none;
    color: white;
    border-radius: 4px;
    line-height: 20px;
    padding: 6px 12px;
    margin-right: 5px;
}

a {
    text-decoration: none !important;
    color: black !important;
}

    a:hover {
        color: black;
        transform: scale(2.1);
    }

ul {
    display: flex;
    list-style: none;
}

.about-us {
    display: flex;
    justify-content: space-between
}

    .about-us p {
        width: 66%
    }

.contact-us {
    display: flex;
    width: 100%;
}

.contant-form,
.contact-detail {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.contant-form {
    padding: 20px;
    background: #f9f9f9;
}

.contact-detail {
    padding: 20px;
    background: #eee;
}

    .contact-detail ul {
        display: block;
        line-height: 40px
    }

.form-group {
    margin-bottom: 15px;
}

label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

input, textarea, select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.flex {
    display: flex;
    gap: 10px;
}

.small-input {
    width: 30%;
}

.signature-section {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text {
    font-size: 85px;
    text-align: center;
    font-family: cursive;
    color: red;
    font-style: italic;
}

.main-text {
    text-align: center;
    font-size: xxx-large;
    background: linear-gradient(to bottom, blue 0%, blue 30%, yellow 70%, yellow 100%);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}

.facilities{
    margin-top:70px
}

.facilities img{
    width:100%;
    
}