.elementor-46100 .elementor-element.elementor-element-f3b56df{margin-top:60px;margin-bottom:60px;}/* Start custom CSS for section, class: .elementor-element-f3b56df */.container {
    width: 100%;
    max-width: 900px; /* عرض بزرگتر برای نمایش دو ستون کنار هم */
    text-align: center;
}

/* استایل هدر */
.header {
    margin-bottom: 2rem;
}

.header h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.header h2 {
    font-size: 1.1rem;
    color: #666;
    font-weight: 400;
}

/* استایل بخش اصلی با دو ستون */
.main-content {
    display: flex;
    gap: 2rem; /* فاصله بین ستون فرم و تصویر */
    margin-bottom: 2rem;
    align-items: center; /* تراز کردن عمودی ستون‌ها */
}

/* استایل ستون فرم */
.form-column {
    flex: 1; /* این ستون ۵۰٪ عرض را اشغال می‌کند */
}

.form-container {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 2.5rem; /* کمی بیشتر فضا برای فرم */
    box-shadow: 0 2px 5px rgba(0,0,0,0.45);
    text-align: right;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
}

.form-group input::placeholder {
    color: #aaa;
}

/* استایل دکمه CTA */
.cta-button {
    background-color: #0056b3 !important; 
    color: #FFF !important; 
    border: none;
    border-radius: 5px;
    padding: 14px 20px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #ffcc00;
    color: #222;
}

/* استایل ستون تصویر */
.image-column {
    flex: 1; /* این ستون ۵۰٪ عرض را اشغال می‌کند */
}

.image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* تصویر را بدون تغییر نسبت ابعاد، تمام فضای ستون را می‌پوشاند */
    border-radius: 8px;
}

/* استایل بخش شفاف‌سازی */
.clarification {
    margin-bottom: 2rem;
}

.clarification p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* استایل بخش اعتمادسازی */
.trust {
    margin-top: 2rem;
}

.logos {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.logos img {
    height: 40px; /* اندازه یکسان برای تمام لوگوها */
    object-fit: contain;
}

.trust-text {
    font-size: 0.9rem;
    color: #666;
}

/* استایل ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .main-content {
        flex-direction: column; /* در موبایل، ستون‌ها روی هم قرار می‌گیرند */
    }
    
    .form-container {
        padding: 1.5rem; /* فضا در موبایل کمتر شود */
    }
}/* End custom CSS */