/* Fix overlapping heading elements */
.elementor-page .elementor-widget-heading {
    margin-bottom: 20px;
    clear: both;
}

.elementor-widget-heading .elementor-heading-title {
    word-break: break-word;
    line-height: 1.2;
}

/* Ensure proper vertical spacing for all headings */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* Paragraph spacing */
p {
    margin-bottom: 1em;
    line-height: 1.6;
}

/* Center align content and fix image spacing */
.elementor-widget-image, 
.elementor-widget-text-editor {
    text-align: center;
    margin: 20px auto;
}

/* Ensure containers don't collapse on each other */
.elementor-section {
    padding-top: 40px;
    padding-bottom: 40px;
}