.inquery {
    background: linear-gradient(
        rgba(30, 30, 30, 0.9),
        rgba(30, 30, 30, 0.9)
    ),
    url('/website/img/inquery.jpeg') no-repeat center center/cover;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.inquery-content h2 {
    margin-top: 50px;
    font-size: 32px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    line-height: 18px;

}

.inquery-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    width: 350px;
    margin: 0 auto;

}

[dir="ltr"] .inquery-content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    width: 350px;
    margin: 0 auto;
}
[dir="ltr"] .inquery-content h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 70px;
    text-align: center;
    color: rgba(255, 255, 255, 1);

}


.inquery-content h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 90px;
    text-align: center;
    color: rgba(255, 255, 255, 1);

}

.form-container {
    background-color: transparent;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    max-width: 519px;
    width: 519px;
    margin: 0 auto;
    padding: 30px;
}

.form-container .form-control {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    background-color: transparent;
    color: #ffffff;


}

.form-container .btn-gold {
    background-color: #c4a657;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.form-container .btn-gold:hover {
    background-color: #b3944e;
}

.large-btn {
    width: 100%;
    height: auto;
    font-size: 1.2rem;
}


.form-container input{

    border: 1px solid #ddd;
    font-size: 16px;
    background-color: transparent;
    border-radius: 7px;
    color: #ffffff;

}
.lang-icon{
    margin-left: 65vw;
}
.navbar .dropdown-menu-inquery{
    left: -65vw;
}
.form-container input::placeholder {
    color: #ffffff;
    text-align: start;

}

.form-container  textarea::placeholder {
    color: rgba(154, 161, 168, 1) !important;
    text-align: start;

}
::placeholder {
    color: rgba(154, 161, 168, 1) !important;
    opacity: 1;
}

@media (max-width: 768px) {
    .inquery-content h2 {
        font-size: 40px;
    }

    .inquery-content h3 {
        font-size: 20px;
    }

    .form-container {
        max-width: 100%;
        padding: 20px;
    }

    .form-container .form-control {
        font-size: 0.9rem;
        padding: 8px;
    }

    .large-btn {
        width: 100%;
        font-size: 1rem;
    }
    .inquery{
        height: 100vh;
    }
}
.navbar-collapse{
    flex-grow: 0;
}

[dir="ltr"] input[type="email"],
[dir="ltr"] input[type="text"],
[dir="ltr"] select {
    direction: ltr !important;
    text-align: left !important;
}

[dir="rtl"] .error-message {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
    direction: rtl;
}

[dir="ltr"] .error-message {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
    direction: ltr;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.select2-container {
    width: 100% !important;
}

[dir="rtl"] .select2-container .select2-selection--single {
    height: 38px;
    border-radius: 4px;
    background-color: transparent;
    color: #ffffff;
    text-align: right;
    direction: rtl;
}

[dir="ltr"] .select2-container .select2-selection--single {
    height: 38px;
    border-radius: 4px;
    background-color: transparent;
    color: #ffffff;
    text-align: left;
    direction: ltr;
}

[dir="rtl"] .select2-container::placeholder,
[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: rgba(154, 161, 168, 1) !important;
    text-align: right;
}

[dir="ltr"] .select2-container::placeholder,
[dir="ltr"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: rgba(154, 161, 168, 1) !important;
    text-align: left;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    text-align: right;
    direction: rtl;
}

[dir="ltr"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    text-align: left;
    direction: ltr;
}
[dir="rtl"] .form-control.is-invalid,
[dir="rtl"] .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    padding-right: 2.5rem;
    text-align: right;
    direction: rtl;
    background-image: url("https://cdn-icons-png.flaticon.com/512/1828/1828843.png");
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: 20px;
    background-repeat: no-repeat;
}

[dir="ltr"] .form-control.is-invalid,
[dir="ltr"] .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    padding-left: 2.5rem;
    text-align: left;
    direction: ltr;
    background-image: url("https://cdn-icons-png.flaticon.com/512/1828/1828843.png");
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: 20px;
    background-repeat: no-repeat;
}

[dir="rtl"] .error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
    display: block;
}

[dir="ltr"] .error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
    display: block;
}

::placeholder {
    color: rgba(154, 161, 168, 1) !important;
}




.form-container select option:first-child {
    color: transparent !important;
}

.form-container select {
    color: rgba(154, 161, 168, 1) !important;
}

.form-container select:valid {
    color: white !important;
}


[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single {
    position: relative;
    padding-right: 35px !important;
}

[dir="rtl"] .select2-container--bootstrap-5 .select2-selection--single::after {
    content: "▼";
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}


[dir="ltr"] .select2-container--bootstrap-5 .select2-selection--single {
    position: relative;
    padding-left: 35px !important;
}

[dir="ltr"] .select2-container--bootstrap-5 .select2-selection--single::after {
    content: "▼";
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
