﻿
#header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2001;
    background: #e8ccc8 !important
}

.shadow {
    box-shadow: inset 0 -3em 3em rgba(196, 184, 184, 0.1), 0 0 0 5px rgba(196, 187, 187, 0.29), 0.3em 0.3em 1em rgba(77, 68, 68, 0.3);
}

.inner {
    direction: rtl;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.width83 {
    width: 83%;
}

.logo {
    padding-left: 0 !important;
}

    .logo img {
        height: 135px !important;
        transform: translateY(0px);
    }

.main-header {
    height: 80px;
}

.nav-menu {
    height: 80px;
}

    .nav-menu .menu {
        bottom: 0;
        padding-top: 2.5em;
    }

    .nav-menu ul li {
        display: inline;
        padding: 20px 0px 20px 30px;
    }

    .nav-menu li a {
        color: #000;
        border-style: solid;
        border-width: 0;
        border-bottom-width: 2px;
        border-color: transparent;
        font-size: 15px;
        text-transform: none;
        text-decoration: none;
        word-break: break-word;
        word-wrap: break-word;
        display: inline-block;
        vertical-align: middle;
        width: 12%;
        text-align: center;
    }

    .nav-menu li:hover .underline {
        border-bottom: 2px solid #659f59;
        padding-bottom: 8px;
    }

.dropdown-menu {
    padding: 20px;
    width: auto;
    top: 100% !important;
    left: unset !important;
}

.li-sub-mega {
    font-weight: 500;
    font-size: 16px;
    color: #595A59;
}

    .li-sub-mega a {
        color: #595A59 !important;
        font-size: 20px !important;
        font-weight: 600;
    }

        .li-sub-mega a:hover {
            color: #333 !important;
            background-color: #fff !important;
        }

#body {
    background-image: url("/video/landscape.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    direction: rtl;
}

.form-wrapper {
    max-width: 1000px;
    margin: auto;
    border-radius: 12px;
    padding: 2em;
}

.application-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin: 4em auto;
}

.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

textarea {
    resize: vertical;
    min-height: 80px;
}

.form-actions {
    text-align: right;
}

.form-group label {
    display: block !important;
    color: white;
    margin-bottom: 15px;
    font-size: 16px;
}

.form-group input {
    display: block !important;
    background: none;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    width: 90%;
}

    .form-group input:focus-visible {
        outline: none !important;
    }

.apply {
    background: #115539;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .application-form {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 500px) {
    .form-group input {
        width: 100%;
    }
}

