/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.swiper-slide-contents {
    padding: 20px;
    border-bottom: 4px solid #EC008C;
    background: linear-gradient(90deg, rgb(70 123 181 / 66%) 0%, rgb(163 109 134) 50%, #ff5f578a 100%);
}
.swiper-slide {border-radius: 20px !important;}
.enables_for .elementor-widget-image {position: relative;}
.enables_for .elementor-widget-image::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 14px;
    width: 100%;
    height: 100%;
    border: 2px solid #D1EDF5;
    border-radius: 18px;
    z-index: 0;
}
.enables_for .elementor-widget-image img {position: relative;z-index: 1;border-radius: 18px;}
.dual-left-border {position: relative;padding-left: 15px; } 
.dual-left-border::before {content: "";position: absolute;left: 0;top: 0;
width: 3px;height: 100%;background: linear-gradient(to bottom,#324795 50%,#EC008C 50%);}
.blue_dot_icon ::marker {color: #324795 !important;}
/*footer border*/
.footer_left_border ::before{content: "";/*position: absolute; */left: 0;top: 10px;width: 3px;height: 80%;background: linear-gradient(to bottom,#FFFFFF 50%,#EC008C 50%);}
.custom-slider-radius .swiper,.custom-slider-radius .swiper-container,.custom-slider-radius .elementor-swiper {border-radius: 20px;}
.dflex {display: flex;gap: 20px;justify-content: space-between;}
#wpcf7-f549-o1 .wpcf7-text {width: 100%;}
.dflex div {width: 100%;}
.dual-beetween-border .elementor-icon-box-content {position: relative;}
.dual-beetween-border .elementor-icon-box-content::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 5px;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, #FF5F57 50%, #467BB5 50%);
}
.wpcf7-select,.wpcf7-text,textarea{border: 1px solid #d0d0d0 !important;border-radius: 8px !important;}
/* border gradient */
.gradient-border-box {
    border: 1px solid transparent;
    border-radius: 12px;
    background: 
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg, #467B85, #A36D86, #FF5F57) border-box;
}
.bottom_shadow {border-bottom: 3px solid transparent;background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #467B85, #A36D86, #FF5F57) border-box;}
.solid-two-color {position: absolute;bottom: 40px;}
.ul_list ul {padding-left: 15px;}
.bg_trans {
    background: transparent;
    background-image: url(https://aureoonhealth.com/wp-content/uploads/2026/02/line.webp);
    background-repeat: no-repeat;
    width: 100%;
    background-position: bottom;
    z-index: -1;
    background-size: 100%;
}
.wpcf7-submit {border-color: #467BB5;}
@media (max-width: 767px){
.swiper-slide-contents {padding:10px;}
.dual-beetween-border .elementor-icon-box-content::before{display:none;}
}
@media (max-width: 1025px){
.bg_none {background-image: none !important;}
}
