.elementor-4439 .elementor-element.elementor-element-f68db22{--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;--margin-top:89px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-4439 .elementor-element.elementor-element-c3fcc81{margin:-1px 0px 0px 0px;}.elementor-4439 .elementor-element.elementor-element-ec55342 > .elementor-element-populated{border-style:solid;border-width:0px 1px 0px 0px;border-color:#e8e8e8;padding:0px 0px 0px 0px;}.elementor-4439 .elementor-element.elementor-element-0d0c01c{--display:flex;}.elementor-4439 .elementor-element.elementor-element-9d4cf75 > .elementor-element-populated{text-align:right;padding:20px 10px 10px 50px;}.elementor-4439 .elementor-element.elementor-element-ba6e059 > .elementor-widget-container{margin:61px 0px 0px 0px;}.elementor-4439 .elementor-element.elementor-element-75a879b3{margin:-24px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4439 .elementor-element.elementor-element-7da23b3{--display:flex;}@media(min-width:768px){.elementor-4439 .elementor-element.elementor-element-7da23b3{--content-width:1010px;}}@media(max-width:1024px) and (min-width:768px){.elementor-4439 .elementor-element.elementor-element-ec55342{width:100%;}.elementor-4439 .elementor-element.elementor-element-9d4cf75{width:100%;}}@media(max-width:1024px){.elementor-4439 .elementor-element.elementor-element-ec55342 > .elementor-element-populated{border-width:0px 0px 0px 0px;margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:10px 10px 10px 10px;}.elementor-4439 .elementor-element.elementor-element-9d4cf75 > .elementor-element-populated{padding:10px 10px 10px 10px;}}/* Start custom CSS for html, class: .elementor-element-b1effba */:root {
    --primary-color: #8AB6C1;
    --primary-dark: #5F8A95;
    --text-dark: #333333;
    --text-gray: #666666;
    --white: #ffffff;
    --radius-card: 12px;
    --radius-section: 35px; /* ردیوس بزرگ برای کل سکشن */
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Vazirmatn', sans-serif;
    background-color: #f0f2f5; /* رنگ پس‌زمینه کلی صفحه برای دیده شدن سکشن */
}

/* رپر کمکی برای نمایش بهتر */
.page-wrapper-bg {
    padding: 40px 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- استایل اصلی سکشن --- */
.faq-section {
    position: relative;
    padding: 80px 0;
    width: 100%;
    max-width: 900px; /* محدود کردن عرض کل سکشن */
    
    /* گرادینت پس‌زمینه */
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    
    /* --- تغییرات جدید: ردیوس و سایه --- */
    border-radius: var(--radius-section); /* گوشه‌های گرد بزرگ */
    overflow: hidden; /* برای اینکه پترن از گوشه‌ها بیرون نزند */
    box-shadow: 0 20px 40px rgba(95, 138, 149, 0.2); /* سایه نرم و رنگی */
}

/* --- پترن موج‌دار آرام (SVG) --- */
.bg-wave-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%; /* ارتفاع پترن */
    opacity: 0.1; /* شفافیت کم برای ملایم بودن */
    pointer-events: none;
    
    /* استفاده از یک SVG موج‌دار ساده */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M0,224L60,213.3C120,203,240,181,360,186.7C480,192,600,224,720,218.7C840,213,960,171,1080,160C1200,149,1320,171,1380,181.3L1440,192L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 2;
}

/* --- هدر بخش --- */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    color: var(--white);
    font-size: 2.2rem;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.section-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

/* --- استایل آیتم‌های آکاردئون --- */
.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background-color: var(--white);
    border-radius: var(--radius-card);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-item.active {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* --- دکمه سوال --- */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 25px;
    text-align: right;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.faq-item.active .faq-question {
    color: var(--primary-color);
}

/* --- آیکون + --- */
.icon-plus {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f4f5;
    border-radius: 50%;
    padding: 18px;
    flex-shrink: 0; /* جلوگیری از جمع شدن آیکون در موبایل */
}

.icon-plus::before,
.icon-plus::after {
    content: '';
    position: absolute;
    background-color: var(--primary-color);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.icon-plus::before { width: 14px; height: 2px; }
.icon-plus::after { width: 2px; height: 14px; }

.faq-item.active .icon-plus::after {
    transform: rotate(90deg);
}
.faq-item.active .icon-plus {
    background-color: var(--primary-color);
}
.faq-item.active .icon-plus::before,
.faq-item.active .icon-plus::after {
    background-color: var(--white);
}

/* --- محتوای پاسخ --- */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.answer-content {
    padding: 0 25px 25px 25px;
    color: var(--text-gray);
    line-height: 1.8;
    font-size: 1rem;
}

/* ریسپانسیو */
@media (max-width: 600px) {
    .page-wrapper-bg {
        padding: 20px 10px;
    }
    .faq-section {
        border-radius: 25px; /* ردیوس کمی کوچکتر در موبایل */
        padding: 60px 0;
    }
    .faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }
    .icon-plus {
        padding: 15px;
        width: 20px;
        height: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-571c0eee *//* --- متغیرهای رنگ برندها --- */
:root {
    --color-linkedin: #0077b5;
    --color-telegram: #0088cc;
    --color-whatsapp: #25D366;
    --color-twitter: #1DA1F2;
    --color-instagram: #d62976; /* رنگ اصلی گرادینت اینستاگرام */
    --bg-gradient: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Morabba', 'Vazirmatn', sans-serif;
    background: #f0f2f5;
    overflow-x: hidden;
}

/* --- پس‌زمینه و تنظیمات سکشن --- */
.colorful-social-section {
    position: relative;
    padding: 100px 20px;
    text-align: center;
    background: #f8f9fa;
    overflow: hidden; /* برای کنترل حباب‌های پس‌زمینه */
}

/* حباب‌های رنگی متحرک در پس‌زمینه (برای زیبایی بیشتر) */
.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    opacity: 0.6;
    animation: float 10s infinite alternate;
}
.blob-1 {
    width: 300px; height: 300px;
    background: #ff9a9e;
    top: -50px; left: -50px;
}
.blob-2 {
    width: 400px; height: 400px;
    background: #a1c4fd;
    bottom: -100px; right: -100px;
}
@keyframes float {
    0% { transform: translate(0, 0); }
    100% { transform: translate(30px, 50px); }
}

.container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1; /* بالاتر از پس‌زمینه */
}

/* --- بج شیشه‌ای --- */
.badge-glass {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    padding: 8px 20px; border-radius: 50px;
    font-size: 0.9rem; font-weight: 700; color: #555;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}
.badge-glass i { color: #f59e0b; } /* آیکون طلایی */

/* --- تیتر با گرادینت --- */
.gradient-title {
    font-size: 3rem;
    font-weight: 900;
    margin: 0 0 20px 0;
    background: linear-gradient(45deg, #111827, #4b5563);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}

.sub-text {
    font-size: 1.15rem; color: #666;
    max-width: 600px; margin: 0 auto 70px;
    line-height: 1.8;
}

/* --- کانتینر کارت‌ها --- */
.social-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* --- استایل کارت‌های سوشیال --- */
.social-card {
    position: relative;
    width: 90px; height: 90px;
    background: rgba(255, 255, 255, 0.7); /* زمینه سفید نیمه شفاف */
    backdrop-filter: blur(15px); /* افکت شیشه‌ای */
    -webkit-backdrop-filter: blur(15px);
    border-radius: 80px; /* گوشه‌های نرم */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* انیمیشن فنری */
    overflow: visible;
}

.icon-wrapper {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}

/* --- رنگ‌بندی آیکون‌ها در حالت عادی --- */
.linkedin i { color: var(--color-linkedin); }
.telegram i { color: var(--color-telegram); }
.whatsapp i { color: var(--color-whatsapp); }
.twitter i { color: var(--color-twitter); }
.instagram i { 
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- تولتیپ (اسم شبکه) که در هاور ظاهر می‌شود --- */
.tooltip {
    position: absolute;
    top: -40px;
    background: #333;
    color: #fff;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    white-space: nowrap;
}
.tooltip::after {
    content: ''; position: absolute; bottom: -5px; left: 50%;
    transform: translateX(-50%); border-width: 5px; border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* --- هاور و انیمیشن‌ها --- */

.social-card:hover {
    transform: translateY(-15px); /* بالا رفتن کارت */
    border-color: white;
}

.social-card:hover .icon-wrapper {
    transform: scale(1.2) rotate(8deg); /* بزرگنمایی و چرخش آیکون */
}

.social-card:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* --- سایه‌های رنگی (Glow) مخصوص هر برند در هاور --- */

.social-card.linkedin:hover {
    box-shadow: 0 15px 35px rgba(0, 119, 181, 0.4);
}
.social-card.telegram:hover {
    box-shadow: 0 15px 35px rgba(0, 136, 204, 0.4);
}
.social-card.whatsapp:hover {
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
}
.social-card.twitter:hover {
    box-shadow: 0 15px 35px rgba(29, 161, 242, 0.4);
}
.social-card.instagram:hover {
    box-shadow: 0 15px 35px rgba(214, 41, 118, 0.4);
}


/* --- ریسپانسیو --- */
@media (max-width: 600px) {
    .gradient-title { font-size: 2rem; }
    .social-wrapper { gap: 15px; }
    .social-card { width: 65px; height: 65px; border-radius: 18px; }
    .icon-wrapper { font-size: 28px; }
    .blob { display: none; /* حذف حباب‌ها در موبایل برای پرفورمنس */ }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f52bf97 */:root {
    --primary-color: #8AB6C1;
    --primary-light: #e6f0f3;
    --text-dark: #333333;
    --text-gray: #666666;
    --white: #ffffff;
    --card-radius: 20px; /* ردیوس کمی کمتر متناسب با سایز کوچک */
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Vazirmatn', sans-serif;
    background-color: #f9fbfb;
}

.contact-section {
    padding: 60px 0; /* ارتفاع سکشن کمی کمتر شد */
    position: relative;
}

.container {
    /* تغییر مهم: عرض کمتر برای فاصله گرفتن از طرفین */
    max-width: 750px; 
    margin: 0 auto;
    padding: 0 20px;
}

/* --- تیتر --- */
.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    color: var(--text-dark);
    font-size: 1.8rem; /* فونت کمی کوچک‌تر */
    margin-bottom: 10px;
}

.title-line {
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 0 auto;
    border-radius: 2px;
}

/* --- گرید کارت‌ها --- */
.contact-grid {
    display: grid;
    /* تنظیم برای اینکه در دسکتاپ دو ستون کنار هم باشند */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px; /* فاصله بین کارت‌ها کمتر شد */
    justify-content: center; /* کارت‌ها را وسط نگه می‌دارد */
}

/* --- استایل عمومی کارت (جمع و جور شده) --- */
.contact-card {
    background: var(--white);
    /* تغییر مهم: پدینگ کمتر برای کوچک شدن باکس */
    padding: 30px 20px; 
    border-radius: var(--card-radius);
    text-align: center;
    box-shadow: 0 8px 25px rgba(138, 182, 193, 0.12);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 12px 30px rgba(138, 182, 193, 0.2);
}

/* --- آیکون دایره‌ای (کوچک شده) --- */
.icon-wrapper {
    width: 60px; /* قبلا 80 بود */
    height: 60px; /* قبلا 80 بود */
    background-color: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px; /* فاصله کمتر */
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.contact-card:hover .icon-wrapper {
    transform: scale(1.1);
    background-color: var(--primary-color);
    color: var(--white);
}

.icon-wrapper svg {
    width: 28px; /* آیکون داخلی کوچک‌تر */
    height: 28px;
}

.contact-card h3 {
    font-size: 1.25rem;
    color: var(--text-dark);
    margin-bottom: 15px;
    font-weight: 700;
}

/* --- محتوای کارت آدرس --- */
.address-text {
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 20px;
    font-size: 0.95rem; /* فونت کمی ریزتر */
}

.landmark {
    display: block;
    color: var(--primary-color);
    font-weight: 500;
    margin-top: 4px;
}

.map-link {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 0.9rem;
    border-bottom: 1px dashed var(--primary-color);
    padding-bottom: 2px;
}

/* --- محتوای کارت تماس --- */
.phone-numbers {
    display: flex;
    flex-direction: column;
    gap: 10px; /* فاصله بین دکمه‌ها کمتر */
    width: 100%;
}

.phone-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    padding: 10px 15px; /* دکمه جمع و جورتر */
    border-radius: 10px;
    text-decoration: none;
    color: var(--text-dark);
    transition: background 0.3s, color 0.3s;
}

.phone-link:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.phone-link:hover .number {
    color: var(--white);
}

.phone-link .label {
    font-size: 0.85rem;
    opacity: 0.8;
}

.phone-link .number {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text-dark);
    letter-spacing: 0.5px;
}

.availability {
    font-size: 0.8rem;
    color: #999;
    margin-top: 15px;
}

/* واکنش‌گرایی */
@media (max-width: 768px) {
    .container {
        padding: 0 30px; /* مارجین کناری در موبایل */
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */