.elementor-4439 .elementor-element.elementor-element-ef15077{--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;--margin-top:-47px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4439 .elementor-element.elementor-element-4d9fc8d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-4439 .elementor-element.elementor-element-1fe1f43{--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;}.elementor-4439 .elementor-element.elementor-element-6cdc287{--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;}@media(min-width:768px){.elementor-4439 .elementor-element.elementor-element-1fe1f43{--width:50%;}.elementor-4439 .elementor-element.elementor-element-6cdc287{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-4a679c4 *//* استایل کلی */
.about-page { 
    background: #0a0a0a; 
    color: #fff; 
    padding: 40px 20px; 
    font-family: 'Vazirmatn', sans-serif; 
    direction: rtl; /* برای نمایش صحیح متون و چیدمان فارسی */
}

.about-intro, .about-specialty { 
    display: flex; 
    align-items: center; 
    gap: 30px; 
    max-width: 900px; 
    margin: 0 auto 30px auto; 
}

.content-box { 
    flex: 1; 
}

.content-box h2 { 
    color: #d4af37; 
    font-size: 26px; 
    margin-bottom: 10px; 
}

.content-box p { 
    color: #ccc; 
    line-height: 1.7; 
    font-size: 15px; 
    margin: 0;
}

/* استایل عکس بخش معرفی */
.about-intro img { 
    width: 100%; 
    max-width: 400px; /* محدود کردن سایز عکس برای زیبایی بیشتر */
    border-radius: 15px; 
    border: 1px solid rgba(212, 175, 55, 0.3); /* حاشیه طلایی ملایم همخوان با تم */
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

/* استایل تماس با ما */
.contact-section { 
    max-width: 900px; 
    margin: 50px auto; 
    padding: 40px 30px; 
    background: rgba(255, 255, 255, 0.03); 
    border: 1px solid rgba(212, 175, 55, 0.2); 
    border-radius: 20px; 
    text-align: center; 
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.section-title { 
    color: #d4af37; 
    margin-bottom: 35px; 
    font-size: 24px;
}

.contact-grid { 
    display: flex; 
    justify-content: center; /* تغییر به مرکز برای چیدمان زیباتر آیتم ها */
    flex-wrap: wrap; 
    gap: 30px 40px; /* فاصله عمودی و افقی بین آیتم‌ها */
}

.contact-item { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 15px; 
    color: #ddd; 
    font-size: 15px; 
    min-width: 160px;
    transition: transform 0.3s ease;
    cursor: default;
}

.contact-item:hover {
    transform: translateY(-5px); /* افکت بالا رفتن ملایم هنگام هاور */
}

/* استایل جدید و اختصاصی برای آیکون‌ها */
.contact-item span { 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 26px; /* بزرگ‌تر کردن ایموجی‌ها/آیکون‌ها */
    background: rgba(212, 175, 55, 0.08); /* پس‌زمینه طلایی بسیار شفاف */
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 50%; /* دایره‌ای کردن آیکون */
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.1);
    transition: all 0.3s ease;
}

/* افکت درخشش آیکون هنگام هاور موس */
.contact-item:hover span {
    background: rgba(212, 175, 55, 0.15);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
    transform: scale(1.1);
}

.contact-item p {
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .about-intro, .about-specialty { 
        flex-direction: column; 
        text-align: center; 
    }
    
    .about-intro img {
        margin-top: 20px;
    }

    .contact-section {
        padding: 30px 15px;
    }

    .contact-grid {
        flex-direction: column;
        gap: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a28a41 *//* =========================================
   استایل‌های بخش درباره ما و تماس 
   ========================================= */
.about-page { 
    background: #0a0a0a !important; 
    color: #fff !important; 
    padding: 40px 20px !important; 
    font-family: 'Vazirmatn', sans-serif !important; 
    direction: rtl !important; 
}

.about-intro, .about-specialty { 
    display: flex !important; 
    align-items: center !important; 
    gap: 30px !important; 
    max-width: 900px !important; 
    margin: 0 auto 30px auto !important; 
}

.content-box { 
    flex: 1 !important; 
}

.content-box h2 { 
    color: #d4af37 !important; 
    font-size: 26px !important; 
    margin-bottom: 10px !important; 
}

.content-box p { 
    color: #ccc !important; 
    line-height: 1.7 !important; 
    font-size: 15px !important; 
    margin: 0 !important;
}

.about-intro img { 
    width: 100% !important; 
    max-width: 400px !important; 
    border-radius: 15px !important; 
    border: 1px solid rgba(212, 175, 55, 0.3) !important; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.5) !important;
}

.contact-section { 
    max-width: 900px !important; 
    margin: 50px auto !important; 
    padding: 40px 30px !important; 
    background: rgba(255, 255, 255, 0.03) !important; 
    border: 1px solid rgba(212, 175, 55, 0.2) !important; 
    border-radius: 20px !important; 
    text-align: center !important; 
    box-shadow: 0 15px 30px rgba(0,0,0,0.3) !important;
}

.contact-section .section-title { 
    color: #d4af37 !important; 
    margin-bottom: 35px !important; 
    font-size: 24px !important;
}

.contact-grid { 
    display: flex !important; 
    justify-content: center !important; 
    flex-wrap: wrap !important; 
    gap: 30px 40px !important; 
}

.contact-item { 
    display: flex !important; 
    flex-direction: column !important; 
    align-items: center !important; 
    gap: 15px !important; 
    color: #ddd !important; 
    font-size: 15px !important; 
    min-width: 160px !important;
    transition: transform 0.3s ease !important;
}

.contact-item:hover {
    transform: translateY(-5px) !important;
}

.contact-item span { 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 26px !important; 
    background: rgba(212, 175, 55, 0.08) !important; 
    border: 1px solid rgba(212, 175, 55, 0.4) !important;
    border-radius: 50% !important; 
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.1) !important;
    transition: all 0.3s ease !important;
}

.contact-item:hover span {
    background: rgba(212, 175, 55, 0.15) !important;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4) !important;
    transform: scale(1.1) !important;
}

.contact-item p {
    margin: 0 !important;
    font-weight: 500 !important;
}

/* =========================================
   استایل‌های بخش سوالات متداول (FAQ)
   ========================================= */
.faq-section {
    max-width: 900px !important;
    margin: 50px auto !important;
    padding: 20px !important;
    background: transparent !important;
    direction: rtl !important;
}

.faq-section .section-title {
    text-align: center !important;
    color: #d4af37 !important;
    margin-bottom: 30px !important;
    font-size: 24px !important;
}

.faq-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.faq-item.active {
    border-color: #d4af37 !important;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.1) !important;
}

.faq-question {
    width: 100% !important;
    text-align: right !important;
    background: none !important;
    border: none !important;
    padding: 20px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: inherit !important;
    font-weight: bold !important;
    cursor: pointer !important;
    outline: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: background 0.3s ease, color 0.3s ease !important;
}

.faq-question:hover {
    background: rgba(212, 175, 55, 0.05) !important;
    color: #d4af37 !important;
}

/* فلش باز و بسته شدن سوالات */
.faq-question::after {
    content: '▼' !important;
    font-size: 12px !important;
    color: #d4af37 !important;
    transition: transform 0.3s ease !important;
}

.faq-item.active .faq-question::after {
    transform: rotate(180deg) !important;
}

.faq-item.active .faq-question {
    color: #d4af37 !important;
}

.faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 20px !important;
    transition: max-height 0.4s ease, padding 0.4s ease !important;
    background: rgba(0, 0, 0, 0.2) !important;
}

.faq-answer p {
    color: #ccc !important;
    line-height: 1.8 !important;
    font-size: 14px !important;
    margin: 0 0 20px 0 !important;
}

.faq-item.active .faq-answer {
    max-height: 500px !important; 
    padding: 10px 20px 20px !important;
}

@media (max-width: 768px) {
    .about-intro { flex-direction: column !important; text-align: center !important; }
    .about-intro img { margin-top: 20px !important; }
    .contact-grid { flex-direction: column !important; gap: 30px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe92dae */.contact-form-section {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: #121212;
    border: 1px solid #333;
    border-radius: 20px;
}

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

.form-group input, .form-group textarea {
    width: 100%;
    padding: 15px;
    background: #0a0a0a;
    border: 1px solid #333;
    border-radius: 10px;
    color: #fff;
    font-family: 'Vazirmatn', sans-serif;
    box-sizing: border-box; /* برای جلوگیری از بهم‌ریختگی اندازه */
}

.form-group input:focus, .form-group textarea:focus {
    outline: none;
    border-color: #d4af37;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    background: #d4af37;
    border: none;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #fff;
    transform: translateY(-2px);
}/* End custom CSS */