.elementor-widget-container {
    transition: all 0.3s ease;
}

.elementor-section {
    position: relative;
}

.elementor-column {
    display: flex;
    flex-direction: column;
}

.elementor-heading-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.elementor-button {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.elementor-image img {
    max-width: 100%;
    height: auto;
}

.elementor-text-editor {
    line-height: 1.6;
}

.elementor-icon-box {
    text-align: center;
    padding: 20px;
}

.wp-block-group {
    margin-bottom: 20px;
}

.wp-block-button {
    margin: 10px 0;
}

.has-text-align-center {
    text-align: center;
}

.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
