/* Contact Us First Container - Desktop Styles */
.bg-gradient {
    top: -202px;
    transform: rotate(0deg);
    height: 1450px;
}


.main-container {
    height: 960px;
}
/* Main Contact Container */
.contact-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 176px 0;
    z-index: 1;
}

.contact-wrapper {
    width: 1092px;
    height: 696px;
    position: relative;
    margin: 0 auto;
    background: #00000045;
    border-radius: 19px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 30px;
    padding: 20px;
}

/* Image Section */
.contact-image-section {
    flex: 0 0 516px;
    height: 656px;
}

.contact-image-box {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.contact-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #244234 0%, #1a2f26 100%);
    background-image: url('/static/images/00ecb206c8e795f040d9c5646a026a162a0c1634.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    opacity: 0.95;
}

/* Form Section */
.contact-form-section {
    flex: 1;
    height: 656px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-wrapper {
    width: 506px;
    height: 100%;
    padding: 20px;
}

.form-content {
    width: 426px;
    height: 576px;
    display: flex;
    flex-direction: column;
    gap: 41px;
}

/* Form Heading */
.form-heading {
    width: 100%;
    height: 94px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    direction: rtl;
    text-align: right;
}

.form-subtitle {
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin: 0;
    direction: rtl;
    text-align: right;
    width: 415px;
}

/* Contact Form Container */
.contact-form-container {
    width: 100%;
    height: 441px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Contact Form */
.contact-form {
    width: 100%;
    height: 289px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Form Names Row */
.form-names {
    width: 100%;
    height: 46px;
    display: flex;
    gap: 14px;
}

.form-field {
    position: relative;
    height: 46px;
}

.first-name {
    flex: 1;
}

.last-name {
    flex: 1;
}

.email-field {
    width: 100%;
    height: 46px;
}

.phone-field {
    width: 100%;
    height: 46px;
}

.message-field {
    width: 100%;
    height: 109px;
}

/* Form Inputs */
.form-field input,
.form-field textarea {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 12px 16px;
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    direction: rtl;
    text-align: right;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
}

.form-field textarea {
    resize: vertical;
    min-height: 109px;
    padding-top: 12px;
}

/* Submit Button */
.submit-button {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 55px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Peyda', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    direction: rtl;
    position: relative;
    margin-top: 20px;
    flex-direction: column;

}

.submit-button:hover {
    background: linear-gradient(135deg, #2d523f 0%, #1f3529 100%);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.submit-button:active {
    transform: translateY(0);
}

.arrow-icon {
    width: 16px;
    height: 16px;
    background-image: url('/static/images/85cdacd0ce5ec2fc39c6cf7a756c656df578c5e8.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

/* Social Links */
.social-links {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 80px;
}

.social-icons {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.904);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.social-icon img {
    width: 30px;
    height: 30px;
    filter: brightness(2) invert(1) opacity(0.8);
    transition: all 0.3s ease;
    color: #000000;
    z-index: 10;
}

.social-icon:hover img {
    filter: brightness(0) invert(1) opacity(1);
    transform: scale(1.1);
}
