.elementor-219 .elementor-element.elementor-element-199d9cc7{--display:flex;--min-height:92px;--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-219 .elementor-element.elementor-element-1d527555{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-219 .elementor-element.elementor-element-f81f273{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-219 .elementor-element.elementor-element-9f4dcfb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-219 .elementor-element.elementor-element-2c394122{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-219{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* این کد رو در Appearance > Customize > Additional CSS قرار بدید */

/* استایل‌های صفحه مشاوره */
.school-consultation-page {
    padding: 4rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    font-family: 'Vazirmatn', sans-serif;
}

.school-consultation-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.school-consultation-page .section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.subsection-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: white;
}

/* معرفی مشاوران */
.consultants-section {
    margin-bottom: 4rem;
}

.consultants-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.consultant-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.consultant-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.consultant-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.5rem;
}

.consultant-info h4 {
    margin: 0 0 0.5rem 0;
    color: #2e3642;
    font-size: 1.3rem;
}

.consultant-specialty {
    color: #2563eb;
    font-weight: 600;
    margin: 0 0 1rem 0;
    font-size: 1rem;
}

.consultant-bio {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.consultant-stats {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.9rem;
}

.stat i {
    color: #f59e0b;
}

/* خدمات مشاوره */
.services-section {
    margin-bottom: 4rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.service-item {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem 1.5rem;
    border-radius: 12px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 2.5rem;
    color: #2563eb;
    margin-bottom: 1rem;
}

.service-item h4 {
    margin: 0 0 1rem 0;
    color: #2e3642;
    font-size: 1.1rem;
}

.service-item p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    font-size: 0.9rem;
}

/* فرم رزرو وقت */
.booking-section {
    margin-bottom: 4rem;
}

.booking-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.consultation-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.consultation-form .form-group {
    margin-bottom: 1.5rem;
}

.consultation-form .form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2e3642;
    font-size: 1rem;
}

.consultation-form .form-input,
.consultation-form .form-select,
.consultation-form .form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: white;
    color: #334155;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'Vazirmatn', sans-serif;
}

.consultation-form .form-input:focus,
.consultation-form .form-select:focus,
.consultation-form .form-textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.consultation-form .form-textarea {
    min-height: 100px;
    resize: vertical;
}

/* گروه رادیو */
.radio-group {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: #4a5568;
    transition: color 0.3s ease;
}

.radio-label:hover {
    color: #2e3642;
}

.radio-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e0;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.radio-label input[type="radio"]:checked + .radio-custom {
    border-color: #2563eb;
    background: #2563eb;
}

.radio-label input[type="radio"]:checked + .radio-custom::after {
    content: '';
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-label input[type="radio"] {
    display: none;
}

/* سطوح اهمیت */
.urgency-levels {
    display: flex;
    gap: 2rem;
}

.urgency-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    color: #4a5568;
}

.urgency-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.urgency-dot.low {
    background: #10b981;
}

.urgency-dot.medium {
    background: #f59e0b;
}

.urgency-dot.high {
    background: #ef4444;
}

.urgency-label input[type="radio"]:checked + .urgency-dot {
    transform: scale(1.2);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.urgency-label input[type="radio"] {
    display: none;
}

/* توافق‌نامه */
.form-agreement {
    background: #f0f9ff;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #bae6fd;
    margin: 2rem 0;
}

.form-agreement label {
    margin-right: 0.5rem;
    color: #0369a1;
    font-weight: 500;
    cursor: pointer;
}

.form-agreement a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.form-agreement a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* دکمه ارسال */
.submit-button {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #06d6a0, #05b888);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(6, 214, 160, 0.3);
    font-family: 'Vazirmatn', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(6, 214, 160, 0.4);
    background: linear-gradient(135deg, #05b888, #049c75);
}

/* پیام‌های فرم */
.form-message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    display: none;
}

.form-message.success {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid #10b981;
    color: #10b981;
    display: block;
}

.form-message.error {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid #ef4444;
    color: #ef4444;
    display: block;
}

/* سوالات متداول */
.faq-section {
    margin-bottom: 2rem;
}

.faq-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 1rem;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.faq-question {
    padding: 1rem 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #2e3642;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #2563eb;
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 0 1rem 0;
    color: #64748b;
    line-height: 1.6;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .school-consultation-page {
        padding: 2rem 0;
    }
    
    .consultants-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .consultation-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .booking-container {
        padding: 2rem 1.5rem;
        margin: 0 10px;
    }
    
    .radio-group {
        flex-direction: column;
        gap: 1rem;
    }
    
    .urgency-levels {
        flex-direction: column;
        gap: 1rem;
    }
    
    .faq-container {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .school-consultation-page .section-title {
        font-size: 2rem;
    }
    
    .subsection-title {
        font-size: 1.6rem;
    }
    
    .consultant-card {
        padding: 1.5rem;
    }
    
    .booking-container {
        padding: 1.5rem 1rem;
    }
    
    .service-item {
        padding: 1.5rem 1rem;
    }
}/* End custom CSS */