* {
    box-sizing: border-box;
}
 
.form-container {
    background-color: #efebe0;
    padding: 20px;
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: right;
}

h2 {
    margin-top: 0;
    color: #6b5b42;
    font-size: 18px;
}

p {
    color: #6b5b42;
    font-size: 14px;
}

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

.form-group.full-width {
    width: 100%;
}

.form-group label {
    display: block;
    color: #6b5b42;
    margin-bottom: 5px;
    font-size: 12px;
}

.form-group input, .form-group textarea  {
    width: 100%;
    padding: 8px;
    border: 1px solid #d0c4b2;
    border-radius: 5px;
    font-size: 12px;
    color: #6b5b42;   
     text-align: right;
}

textarea {
    height: 60px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.checkbox-group input {
    margin-left: 8px;
}

button {
    background-color: #89792e;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}

button:hover {
    background-color: #6b5b42;
}
 
body {
    background: url("../images/bg.png"); 
    text-align: right;
    font-family: 'kufi';  
    background-size: cover;         
} 

h3 {
    font-family: 'kufi';
}

.container {
    width: 60%;
    margin: 0 auto;     
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) -55%, rgba(255, 255, 255, 1) 59%);
}

.section1 { 
    display: flex;
}
h3.txtgold {
    color: #897a2f;
}
.logosection {
    width: 55%;
    padding: 0vh 0vh 0vh 5vh;
}
.logo img {
    width: 15%;
    height: 20%;
}
.form-container { 
    width: 45%;
    margin: 0vh 2vh;
}
.logo {
    text-align: left;
}
.row-flex {
    display: flex;
    gap: 2%;
}
.form-group.checkbox-group input {
    width: unset;
}
.row-flex-projects {
    display: flex;
    margin-top: 15px;
}
.list-item {
    width: 25%;
    text-align: center;
}
.project-logo img {
    width: 95%;
}
.project-title img {
    height: 75px;
    width: 71%;
}
.lang {
    padding: 5vh;
}
.form-title {
    text-align: center;
}
.row-flex .form-group {
    width: 49%;
}

.multi-select { 
    direction: rtl;
}
.multi-select-header {
    border: 1px solid #d0c4b2;
    border-radius: 5px;
    font-size: 12px;
    color: #6b5b42;
    text-align: right;
    background: #fff;
}
.footer-container {
    display: flex;
    width: 100%; 
    gap: 2%;
    background: #fff;
} 
.footer-container .address-logo {
    display: flex;
    margin: 0 auto;
} 
.footer-container .address-logo .logo img {
    width: 65px;
    height: 100px;
    margin: 0px 20px;
}
.address {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 110px;
}

.form-group.full-width.phonenumbercontainer .inputs {
    display: flex;
}
input#phone {
    width: 60%;
}
div#countryCode {
    width: 40%;
    font-size: 12px;
}
button[type='submit'] {
    width: 100%;
}
img.loadergif {
    width: 3vh;
} 
.bg-cover {
    width: 75%;
    position: absolute;
    bottom: -133vh;
    opacity: 0.2;
    z-index: -1;
    text-align: left;
}
.bg-cover img {
    width: 85%;
}
.footer-container-socialmedia {
  height: 40px;
  background: #165f76;
}
.social-icons {
    display: flex;
    gap: 5px;
    justify-content: center;
}
 

.social-icons a svg {
    width: 22px;
    height: 28px;
    fill: #ffffff;
    padding-top: 9px;
}
  .social-icons  a svg:hover {
    color: #ffffff;
  }
/* Extra small devices (phones, 0px and up) */
@media (max-width: 575.98px) {
    
    .bg-cover {
        display: none !important;
    }
    /* Styles for phones */
    .lang {
        padding: 2vh;
    }
    .title {
        margin-bottom: 3vh;
    }
    .form-title { 
        margin-bottom: 5vh;
    }
    .container {
        width: 100%; 
    }
    .logo img {
        width: 15%;
        height: 20%;
    }
    .section1 {
        display: flex;
        flex-flow: column;
    }
    .logosection {
        width: 100%;
        padding: 1vh;
    }
    .form-container {
        width: 100%;
        margin: 0vh;
    }
    .project-title img {
        height: 3vh;
    }
    .footer-container {
        display: flex;
        flex-flow: column;
        width: 100%;
        gap: 2%;
        background: #fff;
    }
    .footer-container .contact {
        width: 95%;
    }
    .footer-container p {
        font-size: 10px;
    }
    .footer-container .address-logo {
        width: 100%;
        display: flex;
        margin-top: 2vh;
    }
    .address-logo .address {
        width: 75%;
    }
    .address-logo .logo {
        width: 25%;
    }
    .footer-container .address-logo .logo img { 
        width: 65px;
        height: 100px;
        margin: 0px 10px;
    }
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for tablets */
    .lang {
        padding: 2vh;
    }
    .title {
        margin-bottom: 3vh;
    }
    .form-title { 
        margin-bottom: 5vh;
    }
    .container {
        width: 80%;
    }
    .logo img {
        width: 15%;
        height: 20%;
    }
    .section1 {
        display: flex;
        flex-flow: column;
    }
    .logosection {
        width: 100%;
        padding: 1vh;
    }
    .form-container {
        width: 95%;
        margin: 0vh auto;
    }
    .section2 {
        margin-top: 15vh;
    }
    .project-title img {
        height: 4vh;
    }
    .footer-container {
        display: flex;
        width: 100%;
        gap: 2%;
        padding-top: 3vh;
        background: #fff;
    }
    .footer-container .contact {
        width: 40%;
    }
    .footer-container p {
        font-size: 10px;
    }
    .footer-container .address-logo {
        width: 58%;
        display: flex;
        margin-top: 2vh;
    }
    .address-logo .address {
        width: 75%;
    }
    .address-logo .logo {
        width: 25%;
    }
    .footer-container .address-logo .logo img { 
        width: 65px;
        height: 100px;
        margin: 0px 10px;
    }
}

/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for small desktops */
    .lang {
        padding: 2vh;
    }
    .title {
        margin-bottom: 3vh;
    }
    .form-title { 
        margin-bottom: 5vh;
    }
    .container {
        width: 80%;
    }
    .logo img {
        width: 15%;
        height: 20%;
    }
    .section1 {
        display: flex;
        flex-flow: column;
    }
    .logosection {
        width: 95%;
        padding: 1vh;
    }
    .form-container {
        width: 95%;
        margin: 0vh auto;
    }
    .section2 {
        margin-top: 15vh;
    }
    .project-title img {
        height: 4vh;
    }
    .footer-container {
        display: flex;
        width: 100%;
        gap: 2%;
        padding-top: 3vh;
        background: #fff;
    }
    .footer-container .contact {
        width: 40%;
    }
    .footer-container p {
        font-size: 10px;
    }
    .footer-container .address-logo {
        width: 58%;
        display: flex;
        margin-top: 2vh;
    }
    .address-logo .address {
        width: 75%;
    }
    .address-logo .logo {
        width: 25%;
    }
    .footer-container .address-logo .logo img {
        width: 65px;
        height: 100px;
        margin: 0px 10px;
    }
        
    .bg-cover {
        width: 75%;
        position: absolute;
        bottom: -120vh;
        opacity: 0.2;
        z-index: -1;
        text-align: left;
    }
    .bg-cover img {
        width: 100%;
    }
}

/* Large devices (larger desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for large desktops */
    .container {
        width: 75%; 
    }
    .bg-cover {
        width: 75%;
        position: absolute;
        bottom: -80vh;
        opacity: 0.2;
        z-index: -1;
        text-align: left;
    }
    .footer-container p {
        font-size: 12px;
    } 
    .logo img {
        width: 15%;
        height: 20%;
    }
    .section2 {
        margin-top: 10vh;
    }
}

/* Extra large devices (extra large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* Styles for extra large desktops */
    .container {
        width: 60%; 
    }
    .bg-cover {
        width: 80%;
        position: absolute;
        bottom: -70vh;
        opacity: 0.2;
        left: 0;
        z-index: -1;
        text-align: left;
    } 
    .footer-container p {
        font-size: 12px;
    } 
    .logo img {
        width: 15%;
        height: 20%;
    }
    .section2 {
        margin-top: 10vh;
    }
}
