/* 
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(273deg, #324795 9.36%, rgba(50, 71, 149, 0.60) 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;}
/*border on left*/
.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;}

/* popup form */
.dflex {display: flex;gap: 20px;justify-content: space-between;}
a:focus-visible {outline: none;}
a.dialog-close-button.dialog-lightbox-close-button {border: 1px solid #324794 !important;border-radius: 50%;padding: 8px;}
#wpcf7-f549-o1 .wpcf7-text {width: 100%;}
.dflex div {width: 100%;}
div#wpcf7-f549-o1 .wpcf7-submit {color: #fff;}
div#wpcf7-f549-o1 .wpcf7-submit:hover {color: #324795;}
.wpcf7-select,.wpcf7-text,textarea{border: 1px solid #d0d0d0 !important;border-radius: 8px !important;}

@media (max-width: 767px){
	.swiper-slide-contents {padding:10px;}
}
