/* 
 * Earth & Sky Homepage 2026 Styling 
 */

/* Target Elementor content on the homepage */
.page-id-39 .elementor-widget-container,
.home .elementor-widget-container {
    text-align: center;
    margin: 0 auto;
}

/* Image enhancements for the main hero image */
.page-id-39 .elementor-widget-image img,
.home .elementor-widget-image img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-id-39 .elementor-widget-image img,
    .home .elementor-widget-image img {
        border-radius: 8px;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        margin: 15px auto;
    }
}
