/* 
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 */

.mdp-overlay{
   position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f7;
  backdrop-filter: saturate(120%) blur(2px);
  z-index: 50;
}


.mdp-form .btn-mdp:hover,
.mdp-form .btn-mdp:focus {
  color: #000 !important; 
}


.input-mdp,
.input-mdp:-webkit-autofill,
.input-mdp:-webkit-autofill:hover,
.input-mdp:-webkit-autofill:focus {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #000 !important;
}


.mdp-form {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 18px;
  border: none !important;
  border-radius: 10px;
  background: #fff;
}
.mdp-label{display:block;width:100%;margin-bottom:4px}
.input-mdp{
  padding:8px 10px;border:1px solid #ccc;border-radius:8px;min-width:200px
}
.btn-mdp{
  padding:8px 12px;border:0;border-radius:10px;cursor:pointer
}
.mdp-error{color:#b00020;margin:0 0 0 8px}


.elementor-nav-menu li {
	width: 30vw !important;
	margin: 0px;
	padding: 0px;
}

.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
  fill: rgb(81, 89, 98) !important;
}

.elementor-nav-menu li a {
	background-color: #ffffff;
	margin: 0px 10vw 0px 10vw !important;
	text-align: center;
	display: block;
	padding: 1vw 2vw !important;
  border-radius: 0px 0px 1vw 1vw;
}

.elementor-nav-menu li a:hover {
	box-shadow: 0px 0px 40px #a4a8ab;
}

.elementor-nav-menu li a::before {
	content: url("https://dafi.kombo.studio/wp-content/uploads/2025/09/right_border.svg");
  width: 2vw;
  left: -1.98vw;
  top: 0px;
  background-color: transparent !important;
}

.elementor-nav-menu li a::after {
	content: url("https://dafi.kombo.studio/wp-content/uploads/2025/09/left_border.svg");
  width: 2vw;
  right: -1.98vw;
  top: 0px;
  background-color: transparent !important;
}

 .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted)::before,  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted)::after {
  opacity: 100;
}
  

.elementor-15 .elementor-element.elementor-element-66fb24f {
	padding: 0px;
}

.elementor-button-text, .elementor-button {
	font-size: 1.5vw !important;
}

@media only screen and (max-width : 767px) {
	body p, .elementor-nav-menu li a, .elementor-cta__description, .elementor-button-text, .elementor-button, .elementor-widget-n-accordion .e-n-accordion-item-title-text,   .elementor-2 .elementor-element.elementor-element-d58194b .elementor-button {
    font-size: 15px !important;
	}
	.elementor-nav-menu li a {
		margin: 0px 2px 0px 2px !important;
    padding: 2px 2px !important;
    border-radius: 0px 0px 4px 4px;
	}
	
	.elementor-nav-menu li a::before {
		content: '';
  width: 5px;
  left: -5px;
  top: -5px;
}

.elementor-nav-menu li a::after {
	content: '';
  width: 5px;
  right: -5px;
	top: -5px;
}
	#content {
		margin: 0px 20px !important;
	}	
	#menu-1-6514997 {
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.elementor-nav-menu li {
		width: 33vw !important;
	}
	
	.dafi-hero-linedraw svg {
		width:min(90vw)!important;
	}
	
	
}


