.elementor-161 .elementor-element.elementor-element-eb70ff1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-621e86b *//* ===== سکشن اصلی ===== */
.contact-glass {
    padding: 5rem 2rem;
    backdrop-filter: blur(20px);
    color: #3a2350; /* متن بنفش تیره */
    font-family: 'IranYekanWebBlack_Fanum', sans-serif;
}

/* ===== عنوان صفحه ===== */
.contact-title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 3rem;
    background: linear-gradient(145deg, #4B235C, #6B3FA0);
    -webkit-background-clip: text;
    color: transparent;
}

/* ===== کانتینر دو ستونه ===== */
.contact-container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

/* ===== باکس اطلاعات تماس ===== */
.contact-info, .contact-form {
    flex: 1;
    min-width: 300px;
    background: rgba(75,35,92,0.1); /* بنفش خیلی نرم */
    border: 1px solid rgba(120,75,220,0.25);
    padding: 2rem;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 35px rgba(75,35,92,0.4);
}

.contact-info h3,
.contact-form h3 {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    color: #3a2350; /* بنفش تیره */
}

/* ===== متن اطلاعات ===== */
.contact-info p {
    margin-bottom: 0.8rem;
    font-size: 15px;
    color: #4B235C; /* بنفش متوسط */
    opacity: 0.95;
}

.contact-info i {
    margin-left: 8px;
    color: #6B3FA0; /* بنفش روشن */
}

/* ===== شبکه‌های اجتماعی ===== */
.social-icons {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.social-icons a {
    color: #fff;
    font-size: 1.4rem;
    background: rgba(75,35,92,0.15);
    padding: 10px;
    border-radius: 12px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: rgba(120,75,220,0.3);
    transform: translateY(-3px);
}

/* ===== فرم تماس ===== */
.contact-form input,
.contact-form textarea {
    width: 100%;
    background: rgba(75,35,92,0.1);
    border: 1px solid rgba(120,75,220,0.25);
    color: #3a2350; /* متن بنفش تیره */
    padding: 12px 15px;
    border-radius: 12px;
    margin-bottom: 1rem;
    transition: 0.3s;
    font-family: 'IranYekanWebBlack_Fanum', sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #6B3FA0;
    box-shadow: 0 0 10px rgba(120,75,220,0.3);
}

.contact-form textarea {
    height: 150px;
    resize: none;
}

/* ===== دکمه فرم ===== */
.contact-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(145deg, #4B235C, #6B3FA0);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'IranYekanWebBlack_Fanum', sans-serif;
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(120,75,220,0.35);
}

/* ===== نقشه ===== */
.contact-map {
    margin-top: 3rem;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(75,35,92,0.5);
}

.contact-map iframe {
    width: 100%;
    height: 350px;
    border: none;
}

/* ===== ریسپانسیو موبایل ===== */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
}/* End custom CSS */