.elementor-40543 .elementor-element.elementor-element-7dec89d3{--display:flex;}.elementor-40543 .elementor-element.elementor-element-391b60e{--display:flex;}/* Start custom CSS *//* Genel Konteynır */
.bale-section-container {
    direction: ltr;
    font-family: 'Playfair Display', serif; /* برای حس هنری - اگر ندارید از Serif استفاده می‌کند */
    padding: 60px 20px;
    background-color: #fffafb; /* متمایل به صورتی بسیار روشن */
    border-radius: 20px;
}

/* Başlık Bölümü */
.bale-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.bale-tag {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: #d4a373; /* طلایی ملایم */
    margin-bottom: 15px;
    font-weight: bold;
}

.bale-intro h1 {
    font-size: 3rem;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.gold-text {
    color: #d4a373;
    font-style: italic;
}

.bale-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #6d6d6d;
}

/* Öne Çıkan Kutu */
.bale-highlight-box {
    background: #ffffff;
    border: 1px solid #fce4ec;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
    box-shadow: 0 10px 30px rgba(255, 182, 193, 0.1);
}

.bale-highlight-box p {
    font-size: 1.1rem;
    font-style: italic;
    color: #555;
    margin: 0;
}

/* Kartlar Bölümü */
.bale-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.bale-card {
    background: white;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
}

.bale-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(212, 163, 115, 0.15);
    border-bottom: 3px solid #d4a373;
}

.bale-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.bale-card h4 {
    color: #2d2d2d;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.bale-card p {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .bale-intro h1 { font-size: 2.2rem; }
    .bale-benefits-grid { grid-template-columns: 1fr; }
}/* End custom CSS */