/*
Theme Name: Astra Child
Template: astra
*/

.no-margin * {
    margin: 0;
}

.no-margin .elementor-heading-title {
    margin: 0 0 10px 0 !important;
}

.no-padding * {
    padding: 0 !important;
}

.shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), 
                 0 0 1px rgba(0, 0, 0, 0.7), 
                 0 0 7px rgba(0, 0, 0, 0.5);
}

.testimonials-carousel .swiper-slide {
    align-content: center;
}

.absolute {
    position: absolute;
}

.no-underline a {
    text-decoration: none !important;
}