/*
Theme Name: Child Hello Elementor
Author: Ehtwebaid
Description: Eht webaid
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/




/* Base image row */
.image-row {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
}

.image-row figure {
    margin: 0;
    flex: 1;
}

/* Alignment variations */
.image-row.align-left {
    justify-content: flex-start;
}

.image-row.align-center {
    justify-content: center;
}

.image-row.align-even {
    justify-content: space-between;
}

/* Mobile stacking */
@media (max-width: 768px) {
    .image-row {
        flex-direction: column;
    }
}

.wp-block-group.is-style-image-row-left {
    justify-content: flex-start;
}

.wp-block-group.is-style-image-row-center {
    justify-content: center;
}

h1, h2, h3, h4, h5, h6, 
.elementor-heading-title, 
.elementor-widget-post-title .elementor-heading-title, 
.elementor-heading-title.elementor-size-default, 
.elementor-171 .elementor-element.elementor-element-e8d3930 .elementor-heading-title, 
.elementor-84 .elementor-element.elementor-element-73e3743 .elementor-heading-title {
    text-transform: capitalize !important;
}
