/*
Theme Name: Pediatric Dentistry Child Theme
Description: Child theme for Hello Elementor with GSAP animations
Template: hello-elementor
Version: 1.0.0
Author: Your Name
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* ScrollSmoother Container Styles */


.homepage-hero-rocket{
    transition: none !important;
}

/* Custom styles for pediatric dentistry theme */
/* Add your custom CSS here */

/* Ensure the content after hero section is properly positioned */
.homepage-hero + * {
    position: relative;
    z-index: 10;
}

/* Make sure main content container doesn't have conflicting positioning */
#main-content {
    position: relative;
}

/* Ensure smooth wrapper contains everything properly */
#smooth-content {
    position: relative;
}
