/* 
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 */
body a, body a:hover { color: unset; }
boy p { margin: 0; }
#elementor-add-new-section { z-index: 999999 !important; }

/* BANNER SLIDER */
#banner-slider .swiper-pagination-bullet { background: #222; opacity: 1; width: 16px; height: 16px; }
#banner-slider .swiper-pagination-bullet-active { background: unset; border: 2px solid #7600A7; }
#banner-slider .swiper-pagination { gap: 20px; display: flex; justify-content: center; }

/* CONTACT FORM */
.ctc-form form br { display: none; }
.ctc-form form p { margin: 0; }
.ctc-form p label:not(.wpcf7-list-item label) { font-size: 0; }
.ctc-form form .flex p { display: flex; column-gap: 20px; } 
.ctc-form form input:not([type="checkbox"], [type="submit"]), form select, form textarea { height: 60px; border: 1px solid #111; margin-bottom: 20px; border-radius: 20px; padding: 15px 20px; color: #000; }
.ctc-form form textarea { height: 150px; }
.ctc-form form [type="submit"] { background-color: #7600A7; font-family: "Onest", Sans-serif; font-size: 18px; font-weight: 500; border: 0; display: block; margin: 20px auto 0; color: #FFF; border-radius: 100px; padding: 13px 40px }
.ctc-form form [type="submit"]:hover { background-color: #1E7ED9; }


/* RESPONSIVENESS */
@media(max-width:1600px){
	body { zoom: 85% !important; }
}

@media(max-width:1440px){
	body { zoom: 80% !important; }
}

@media(max-width:1200px){
	body { zoom: 70% !important; }
}

@media(max-width:1024px){
	body { zoom: unset !important; }
}

@media screen and (max-width: 768px) {
	#banner-slider .swiper-pagination-bullet { width: 10px; height: 10px; }
	#banner-slider .swiper-pagination { gap: 5px; }
	.ctc-form form .flex p { flex-wrap: wrap; } 
}

@media screen and (max-width: 767px) {
	footer .ft-nav-menu .hfe-menu-item { justify-content: center !important; }
}