/* Start custom CSS *//* === General Section Styling === */
.elementor-section {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
}

/* === Column Styling === */
.elementor-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* === Logo Styling === */
.elementor-widget-image img {
    max-width: 200px;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}

/* === Heading: אנה קוסמטיקס === */
.elementor-widget-heading h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    margin-bottom: 10px;
}

/* === Subheading: תעשי את הבחירה הנכונה === */
.elementor-widget-text-editor {
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    color: #ffe7a1;
    font-weight: 500;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

/* === Mobile Responsive === */
@media (max-width: 768px) {
    .elementor-widget-image img {
        max-width: 120px;
    }

    .elementor-widget/* End custom CSS */