/* Elementor Specific Styles */
.elementor-page {
    --e-global-color-primary: #0066cc;
    --e-global-color-secondary: #333333;
}

/* Elementor Section */
.elementor-section {
    position: relative;
}

/* Elementor Widget Spacing */
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}

/* Elementor Buttons */
.elementor-button {
    padding: 12px 30px;
    border-radius: 4px;
    transition: all 0.3s;
}

.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Elementor Headings */
.elementor-heading-title {
    line-height: 1.3;
}

/* Full Width Template */
.full-width .entry-content {
    max-width: 100%;
}

.full-width .elementor-section.elementor-section-stretched {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

/* Landing Page */
.landing-page-wrapper {
    width: 100%;
}

.landing-page .site-content {
    padding: 0;
}

/* Remove padding for Elementor pages */
.elementor-full-width .site-main {
    padding: 0;
}

.elementor-full-width .site-content {
    padding: 0;
}

.elementor-page .entry-content {
    max-width: 100%;
}

/* Elementor page without container */
.elementor-page .container {
    max-width: 100%;
    padding: 0;
}

/* Hero Section Styles */
.elementor-section.hero-section {
    min-height: 600px;
    display: flex;
    align-items: center;
}

.elementor-section.hero-section .elementor-container {
    min-height: 600px;
}

/* Elementor Widget Enhancements */
.elementor-widget-heading .elementor-heading-title {
    margin-bottom: 20px;
}

.elementor-widget-text-editor {
    margin-bottom: 20px;
}

/* Button Animations */
.elementor-button-wrapper .elementor-button {
    transition: all 0.3s ease;
}

.elementor-button-wrapper .elementor-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
