/* End custom CSS */

.elementor-2610 .elementor-element.elementor-element-9fc21dc {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-2610 .elementor-element.elementor-element-446cbbf {
	--display: flex;
	--border-radius: 20px 20px 0px 0px;
	--padding-top: 15px;
	--padding-bottom: 15px;
	--padding-left: 50px;
	--padding-right: 50px;
}

.elementor-2610 .elementor-element.elementor-element-446cbbf:not(.elementor-motion-effects-element-type-background), .elementor-2610 .elementor-element.elementor-element-446cbbf > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-2610 .elementor-element.elementor-element-1cf1243 {
	text-align: center;
}

.elementor-2610 .elementor-element.elementor-element-1cf1243 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: var(--e-global-color-text);
}

.elementor-2610 .elementor-element.elementor-element-2f9d7c3 {
	--display: flex;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
	--padding-top: 0px;
	--padding-bottom: 30px;
	--padding-left: 30px;
	--padding-right: 20px;
}

#elementor-popup-modal-2610 .dialog-widget-content {
	animation-duration: 1s;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
}

#elementor-popup-modal-2610 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

#elementor-popup-modal-2610 .dialog-message {
	width: 650px;
	height: auto;
}

#elementor-popup-modal-2610 .dialog-close-button {
	display: flex;
	top: 15px;
	font-size: 15px;
}

body:not(.rtl) #elementor-popup-modal-2610 .dialog-close-button {
	right: 15px;
}

body.rtl #elementor-popup-modal-2610 .dialog-close-button {
	left: 15px;
}

#elementor-popup-modal-2610 .dialog-close-button i {
	color: var(--e-global-color-text);
}

#elementor-popup-modal-2610 .dialog-close-button svg {
	fill: var(--e-global-color-text);
}

@media (max-width:1024px) {
	.elementor-2610 .elementor-element.elementor-element-1cf1243 .elementor-heading-title {
		font-size: 25px;
	}
}

@media (max-width:767px) {
	.elementor-2610 .elementor-element.elementor-element-446cbbf {
		--padding-top: 15px;
		--padding-bottom: 15px;
		--padding-left: 50px;
		--padding-right: 50px;
	}
	
	.elementor-2610 .elementor-element.elementor-element-1cf1243 .elementor-heading-title {
		font-size: 21px;
	}
	
	.elementor-2610 .elementor-element.elementor-element-2f9d7c3 {
		--padding-top: 0px;
		--padding-bottom: 30px;
		--padding-left: 20px;
		--padding-right: 10px;
	}
}

/* Start custom CSS for shortcode, class: .elementor-element-cb612b1 */

/* Form */
.service-popup-container input[type=email], .service-popup-container input[type=text] {
	font-family: "Manrope";
	font-size: 14px;
	font-weight: 400;
	color: black;
	padding: 15px 15px 15px 15px !important;
	border-radius: 10px !important;
	border: 1px solid #999;
}

.service-popup-container textarea {
	font-family: "Manrope";
	font-size: 14px;
	font-weight: 400;
	color: black;
	padding: 20px 15px 15px 15px !important;
	border-radius: 10px !important;
	border: 1px solid #999;
	line-height: 1.2em;
	height: calc(1.2em * 10);
	resize: none;
}

.service-popup-container input[type=email]:focus, .service-popup-container input[type=text]:focus, .service-popup-container textarea:focus {
	border: 1px solid #f1a91e;
	outline: none;
}

.service-popup-container input[type=email]::placeholder, .service-popup-container input[type=text]::placeholder, .service-popup-container textarea::placeholder {
	font-family: "Manrope";
	font-size: 14px;
	font-weight: 400;
	color: #999;
	position: absolute;
	top: 15px;
	z-index: 1;
	opacity: 1;
	transition: font-size .3s ease, top .3s ease, color .3s ease;
}

.service-popup-container input[type=email]:focus::placeholder, .service-popup-container input[type=text]:focus::placeholder, .service-popup-container textarea:focus::placeholder {
	font-size: 10px;
	top: 2px;
	color: #f1a91e;
	opacity: 1 !important;
}

.service-popup-container input[type=email]:not(:placeholder-shown), .service-popup-container input[type=text]:not(:placeholder-shown), .service-popup-container textarea:not(:placeholder-shown) {
	opacity: 1 !important;
}

.service-popup-container .service-popup-box-button p {
	margin-bottom: 0px;
}

.service-popup-container .wpcf7-submit {
	width: 100%;
	background: #f1a91e;
	border: 2px solid #f1a91e;
	color: black;
	font-family: "Manrope";
	font-weight: 500;
	padding: 12px 20px;
	position: relative;
	display: inline-block;
	margin-top: 5px;
	box-shadow: inset 0 0 0 0 white;
	transition: color .5s ease-in-out, box-shadow .5s ease-in-out, transform .1s ease-in-out !important;
}

.service-popup-container .wpcf7-submit:hover {
	color: #f1a91e !important;
	box-shadow: inset 600px 0 0 0 white;
}

.service-popup-container .wpcf7-submit:active {
	transform: scale(.95);
}

/* Containers */
#elementor-popup-modal-2610 {
	position: fixed !important;
}

.service-popup-container {
	display: flex;
	flex-direction: column;
	gap: 7px;
	overflow-y: hidden;
	padding-right: 10px;
}

.service-popup-container::-webkit-scrollbar {
	width: 10px;
	background: #ccc;
	border-radius: 5px;
}

.service-popup-container::-webkit-scrollbar-thumb {
	background: #f1a91e;
	border-radius: 5px;
	cursor: pointer;
}

/* Form Response */
.service-popup-box .wpcf7-spinner {
	position: absolute !important;
	left: -20px;
	bottom: 30px;
}

.service-popup-box .wpcf7-not-valid-tip {
	font-size: 10px;
	margin-top: 2px;
	margin-left: 10px;
	position: absolute;
}

.service-popup-box .wpcf7 form.sent .wpcf7-response-output {
	border: none !important;
	background: #00a36c;
	color: white;
	position: fixed;
	bottom: 0;
	right: 7px;
	font-size: 13px;
	padding: 15px;
	border-radius: 10px;
	z-index: 100;
}

.service-popup-box .wpcf7 form.unaccepted .wpcf7-response-output, .service-popup-box .wpcf7 form.invalid .wpcf7-response-output {
	border: none !important;
	background: #8f3a4d;
	color: white;
	position: fixed;
	bottom: 0;
	right: 7px;
	font-size: 13px;
	padding: 15px;
	border-radius: 10px;
	z-index: 100;
}

/* End custom CSS */

/* Start custom CSS for container, class: .elementor-element-9fc21dc */
@media only screen and (max-width: 375.9px) {
	.service-popup-title h2 {
		font-size: 18px !important;
	}
}
