.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;}/* Start custom CSS for html, class: .elementor-element-4a679c4 *//* =========================================
   صفحه تماس با ما - استایل مدرن و تکنو استودیو اینوه
   ========================================= */

.enove-contact-wrapper {
    background-color: #060b13; /* پس‌زمینه بسیار تیره و عمیق */
    font-family: inherit;
    direction: rtl;
    text-align: right;
    color: #cbd5e1; /* متن روشن برای خوانایی عالی */
    overflow: hidden;
    line-height: 1.8;
}

/* هیرو جمع‌وجور صفحه تماس */
.enove-contact-hero {
    position: relative;
    padding: 60px 20px 30px; 
    background: linear-gradient(to bottom, #0b1528 0%, #060b13 100%);
    text-align: center;
}

/* الگوی نقطه‌ای مدرن با تم سایان */
.enove-contact-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(#38bdf8 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.1;
    pointer-events: none;
}

.enove-contact-subtitle {
    font-size: 13px;
    font-weight: 700;
    color: #38bdf8; /* رنگ آبی هوشمند */
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.enove-contact-title {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    background: linear-gradient(to right, #38bdf8, #ffffff, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ساختار دو ستونه اصلی (سوالات و باکس تماس) */
.enove-contact-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px 80px; 
    display: grid;
    grid-template-columns: 1fr 1.1fr; 
    gap: 40px; 
    align-items: flex-start;
}

/* --- استایل باکس تماس لوکس نرم‌افزاری --- */
.enove-contact-box {
    background: #0f172a; /* باکس تیره و مدرن */
    border: 1px solid #1e293b;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

/* خط نئونی بالای باکس */
.enove-contact-box::after {
    content: '';
    position: absolute;
    top: 0; right: 0; width: 100%; height: 4px;
    background: linear-gradient(90deg, #38bdf8, #60a5fa, #38bdf8);
}

.enove-box-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

.enove-contact-list-page {
    list-style: none;
    padding: 0;
    margin: 0;
}

.enove-contact-list-page li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px dashed #1e293b;
    font-size: 14.5px;
    transition: all 0.3s ease;
}

.enove-contact-list-page li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.enove-contact-list-page li:hover {
    transform: translateX(-5px);
    border-bottom-color: #38bdf8;
}

.enove-contact-list-page .label-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #cbd5e1;
    font-weight: 600;
}

.enove-contact-list-page .enove-icon-box {
    width: 32px;
    height: 32px;
    background: #1e293b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.enove-contact-list-page .enove-icon-box svg {
    width: 15px;
    height: 15px;
    fill: #38bdf8;
}

.enove-contact-list-page .val-wrap {
    direction: ltr;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    transition: color 0.3s;
}

.enove-contact-list-page a.val-wrap:hover {
    color: #38bdf8;
}

/* --- استایل سوالات متداول کشویی (Accordion) --- */
.enove-faq-section {
    display: flex;
    flex-direction: column;
    gap: 12px; 
}

.enove-faq-title {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.enove-faq-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 50px;
    height: 3px;
    background: #38bdf8;
}

.enove-faq-item {
    background: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.enove-faq-item:hover {
    border-color: #38bdf8;
    box-shadow: 0 5px 15px rgba(56, 189, 248, 0.08);
}

.enove-faq-item summary {
    padding: 18px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #f1f5f9;
    cursor: pointer;
    list-style: none;
    position: relative;
    user-select: none;
}

.enove-faq-item summary::-webkit-details-marker {
    display: none;
}

.enove-faq-item summary::after {
    content: '+';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #38bdf8;
    font-weight: 400;
    transition: transform 0.3s ease;
}

.enove-faq-item[open] summary::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

.enove-faq-item[open] summary {
    border-bottom: 1px dashed #1e293b;
    color: #38bdf8;
}

.enove-faq-content {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 2;
    color: #94a3b8;
    text-align: justify;
    background-color: #0b1324; /* عمق بیشتر برای محتوای باز شده */
}

/* ریسپانسیو - موبایل */
@media (max-width: 768px) {
    .enove-contact-hero {
        padding: 50px 20px 20px;
    }
    .enove-contact-title {
        font-size: 28px;
    }
    .enove-contact-container {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 30px 20px 60px;
    }
    .enove-contact-box-wrap {
        order: -1; 
    }
    .enove-contact-list-page li {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 0;
    }
}/* End custom CSS */