.navbar-nav .nav-link {
    color: #ffffff; /* لون الروابط أسود بشكل افتراضي */
    transition: color 0.3s ease; /* تغيير اللون بشكل سلس */
    font-weight: 600;
}



.banner-contact {
    width: 100%;
    height: 40vh;
    position: relative;
    overflow: hidden;
    background-image: url(../img/bg-contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-contact .contact-content h1{
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #fff !important;
    background-color: #0516419d !important;
}







.contactdet{
    width: 100%;
    padding: 50px 0 30px;
}
.contactdet .text-center-div{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #051641;
}
.contactdet .addres-div .row{
    justify-content: space-around !important;
}
.contactdet .addres-div .contact-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contactdet .row .h5{
    text-align: center;
    margin: 0 10px;
    font-size: 23px;
    color: #072e3fec;
}
@media screen and (max-width: 600px){
    .contactdet{
        padding: 0px 0 30px;
    }
    .contactdet .text-center-div {
        font-size: 115px;
        font-weight: 800;
        margin-bottom: 52px;
        color: #051641;
    }
    .contactdet .text-center-div h1 {
        font-size: 35px;
        font-weight: 700;
        margin-bottom: 52px;
        color: #051641;
    }
    .contactdet .row .h5 {
        text-align: center;
        margin: 0 10px;
        font-size: 20px;
        color: #072e3fec;
    }
    .contactdet span{
        font-size: 13px;
    }
}

















#contactForms .conactcontant .contactlink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

#contactForms .contact-form {
    background: #ffffff95 !important;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 50%;
}

#contactForms .contact-form h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
#contactForms .contact-form .form-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5PX;
}
#contactForms .form-control {
    margin-bottom: 13px;
    border-radius: 0;
    border: 1px solid #ddd;
    height: 30px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #b5c6cd61;

}

#contactForms textarea {
    height: 75px !important;
}

#contactForms .form-control:focus {
    border-color: rgb(145, 135, 125);
    box-shadow: none;
}

#contactForms .btn-primary {
    background-color: #072440; /* Brown color */
    color: rgb(244, 252, 255);
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    margin: 2px auto !important;
    transition: all 0.6s ease;
}

#contactForms .btn-primary:hover {
    background-color: rgb(244, 252, 255);
    color: #072440;
    outline: 2px solid #072440;
}

#contactForms .error-message {
    color: rgb(136, 0, 0);
    font-size: 12px;
    display: none;
}

#contactForms .contact-form {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: none !important;
    max-width: 800px;
    width: 100%;
}

#contactForms input[type="file"] {
    height: 35px !important;
}
@media screen and (max-width: 768px){
    .left {
        order: 2;
        /* Default order */
    }
    
    .right {
        order: 1;
        margin-bottom: 30px;
        /* Default order */
    }
}
