.elementor-21999 .elementor-element.elementor-element-f490388{--display:flex;}.elementor-21999 .elementor-element.elementor-element-5bf17a7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-145f730 *//* ========== تنظیمات کلی ========== */
.student-soft-wrapper {
    font-family: 'YekanBakh', 'Vazirmatn', sans-serif;
    background: #f0f2f5;
    color: #2d3748;
    line-height: 1.8;
    direction: rtl;
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'YekanBakh';
    src: url('https://cdn.fontcdn.ir/Font/YekanBakh/YekanBakh-Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'YekanBakh';
    src: url('https://cdn.fontcdn.ir/Font/YekanBakh/YekanBakh-Medium.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'YekanBakh';
    src: url('https://cdn.fontcdn.ir/Font/YekanBakh/YekanBakh-Bold.woff2') format('woff2');
    font-weight: 700;
}

/* ========== انیمیشن‌ها ========== */
@keyframes fadeUpSoft {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}
.fade-up.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ========== Hero شیشه‌ای ========== */
.hero-soft-glass {
    background: linear-gradient(135deg, #a0c4ff, #caffbf);
    backdrop-filter: blur(10px);
    padding: 60px 20px;
    text-align: center;
    border-radius: 0 0 40px 40px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.hero-badge {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    padding: 6px 20px;
    color: #2d3748;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 500;
}
.hero-soft-glass h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 10px;
}
.hero-soft-glass p {
    font-size: 1.1rem;
    color: #2d3748;
    margin-bottom: 25px;
}
.btn-soft {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 12px 30px;
    border-radius: 40px;
    color: #1a202c;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.03);
}
.btn-soft:hover {
    background: rgba(255,255,255,0.8);
    transform: translateY(-2px);
    color: #1a202c;
}
.hero-assurance {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0.8;
}

/* ========== سکشن‌ها ========== */
.soft-section {
    padding: 40px 20px;
    max-width: 1050px;
    margin: 0 auto;
}
.soft-title {
    text-align: center;
    margin-bottom: 30px;
}
.soft-title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}
.soft-title p {
    color: #4a5568;
}

/* ========== کارت‌های نئومورفیک ========== */
.soft-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 25px;
}
.soft-card {
    background: #f0f2f5;
    border-radius: 25px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    transition: all 0.3s ease;
}
.soft-card:hover {
    box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #ffffff;
    transform: translateY(-3px);
}
.card-icon { font-size: 2.5rem; margin-bottom: 15px; }
.soft-card h3 { font-size: 1.2rem; margin-bottom: 10px; }

/* ========== مراحل ========== */
.soft-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 25px;
}
.step-item {
    flex: 1 1 140px;
    text-align: center;
}
.step-badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #a0c4ff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 10px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.05);
}

/* ========== ویژگی‌ها ========== */
.soft-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}
.feat-item {
    text-align: center;
    padding: 20px 10px;
    border-radius: 20px;
    background: #f0f2f5;
    box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #ffffff;
}
.feat-item span { font-size: 2rem; }

/* ========== نمونه‌کارها ========== */
.soft-ports {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.port-card {
    background: #f0f2f5;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #ffffff;
}
.port-tag {
    background: rgba(160,196,255,0.3);
    padding: 4px 15px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-bottom: 12px;
    display: inline-block;
}

/* ========== نظرات ========== */
.soft-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}
.testimonial-card {
    background: #f0f2f5;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 6px 6px 12px #d1d9e6, -6px -6px 12px #ffffff;
    font-style: italic;
}

/* ========== FAQ ========== */
.faq-soft {
    max-width: 700px;
    margin: 0 auto;
}
.faq-item-soft {
    border-radius: 15px;
    margin-bottom: 15px;
    background: #f0f2f5;
    box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #ffffff;
    overflow: hidden;
}
.faq-q {
    padding: 16px 20px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.faq-q::after {
    content: '+';
    position: absolute;
    left: 20px;
    font-size: 1.4rem;
    color: #a0c4ff;
}
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    padding: 0 20px;
    color: #4a5568;
}
.faq-item-soft.active .faq-a {
    max-height: 100px;
    padding: 0 20px 16px;
}
.faq-item-soft.active .faq-q::after {
    content: '−';
}

/* ========== CTA ========== */
.cta-soft {
    background: #a0c4ff;
    text-align: center;
    padding: 50px 20px;
    border-radius: 40px 40px 0 0;
    margin-top: 20px;
}
.cta-soft h2 {
    color: #1a202c;
    margin-bottom: 10px;
}
.btn-cta-soft {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(5px);
    padding: 14px 35px;
    border-radius: 40px;
    color: #1a202c;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
}
.btn-cta-soft:hover {
    background: #fff;
    color: #000;
}/* End custom CSS */