/* additional custom styles CSS */
html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

#page-loader {
	position: fixed;
	inset: 0;
	background: #efffcd;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.loader-spinner {
	width: 50px;
	height: 50px;
	border: 3px solid #efffcd;
	border-top: 3px solid #5fac74;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

img,
a {
	transition: 0.3s;
}
main.site-main {
	max-width: 100% !important;
	margin: 0;
}
#wpadminbar {
	overflow-x: clip;
}

a {
	text-decoration: none;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x {
	overflow-x: clip !important;
}

input::placeholder,
textarea::placeholder {
	opacity: 1 !important;
}
.simpleParallax {
	height: 100%;
}

.h-auto .simpleParallax {
	height: auto;
}

.padding-y {
	padding-top: 120px;
	padding-bottom: 120px;
}
.padding-top {
	padding-top: 120px;
}
.padding-bottom {
	padding-bottom: 120px;
}
.padding-x {
	padding-left: 20px;
	padding-right: 20px;
}
.padding-left {
	padding-left: 20px;
}
.padding-right {
	padding-right: 20px;
}
ul,
ol {
	margin-bottom: 0 !important;
}

p {
	margin: 0;
}

.parallax-wrapper {
	overflow: hidden;
	height: auto !important;
	width: 100%;
}
.elementor-widget-container {
	height: 100%;
}
.elementor-icon-box-title {
	overflow-wrap: anywhere;
}

/************** CSS START ********************/
.sc-header-section {
	transition: 0.3s all;
	pointer-events: none;
}
.sc-header-section.sticky {
	background-color: #105b3b;
	pointer-events: all;
}
.sc-header-section .header-right {
	pointer-events: all;
}
.sc-header-section .sc-logo {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.3s all;
}
.sc-header-section.sticky .sc-logo {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.sc-header-section .sc-logo img {
	transition: 0.3s all !important;
}
.sc-header-section.sticky .sc-logo img {
	width: 150px !important;
}

body.page-id-35 header,
body.page-id-35 footer {
	display: none !important;
}
body.admin-bar .sc-header-section {
	top: 32px !important;
}

@media only screen and (max-width: 782px) {
	body.admin-bar .sc-header-section {
		top: 46px !important;
	}
}

.sc-language .wpml-ls-legacy-list-horizontal,
.sc-language a {
	padding: 0 !important;
}
.sc-language a {
	color: #f7f0f5;
}

/* Form */
.wsf-form .wsf-field-wrapper {
	margin-bottom: 27px !important;
}
.wsf-form label.wsf-label {
	color: #105b3b !important;
	font-weight: 400 !important;
	font-size: 18px !important;
}
.wsf-form .wsf-text-danger {
	color: #105b3b !important;
}

.wsf-form input[type="text"].wsf-field,
.wsf-form input[type="tel"].wsf-field,
.wsf-form input[type="email"].wsf-field,
.wsf-form select.wsf-field,
.wsf-form textarea.wsf-field {
	background-color: #f7f0f5 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #105b3b !important;
	border: 1px solid #53ae77 !important;
	padding: 9px 42px !important;
	border-radius: 100px !important;
	width: 100% !important;
	cursor: pointer;
	text-transform: uppercase !important;
	letter-spacing: 0.15em !important;
	height: 54px !important;
}

.wsf-form input[type="text"].wsf-field:focus,
.wsf-form input[type="tel"].wsf-field:focus,
.wsf-form input[type="email"].wsf-field:focus,
.wsf-form select.wsf-field:focus,
.wsf-form textarea.wsf-field:focus {
	outline: none !important;
	box-shadow: none !important;
}
.wsf-form input[type="text"].wsf-field::placeholder,
.wsf-form input[type="tel"].wsf-field::placeholder,
.wsf-form input[type="email"].wsf-field::placeholder,
.wsf-form textarea.wsf-field::placeholder {
	color: #105b3b !important;
	opacity: 1 !important;
	font-size: 18px !important;
}

.wsf-form textarea.wsf-field {
	height: 180px !important;
	max-height: 180px !important;
	border-radius: 32px !important;
}

.wsf-form input[type="checkbox"].wsf-field {
	background: transparent !important;
	box-shadow: none !important;
	border-color: #53ae77 !important;
	border-radius: 50% !important;
	cursor: pointer;
	width: 30px !important;
	min-height: 30px !important;
	height: 30px !important;
}
.wsf-form input[type="checkbox"].wsf-field:checked::after {
	border-color: #53ae77 !important;
	transform: translate(-50%, -50%) rotate(35deg) !important;
	left: 50% !important;
	top: 48% !important;
}

.wsf-form input[type="checkbox"].wsf-field + label.wsf-label {
	margin-left: 50px !important;
	cursor: pointer;
	font-size: 18px !important;
	font-weight: 400 !important;
	top: 7px;
	position: relative;
}

.wsf-form select#wsf-1-field-8,
.wsf-form select#wsf-1-field-9 {
	background-image: url(../assets/svg/down-arrow.svg) !important;
}
.wsf-form select.wsf-field {
	font-size: 18px !important;
	background-repeat: no-repeat;
	background-position: center right 25px !important;
	background-size: 15px !important;
	appearance: none !important;
	-moz-appearance: none;
	color: #105b3b !important;
}

/* Placeholder state (first option selected) */
/* .wsf-form select.wsf-field:invalid {
  text-transform: uppercase;
  letter-spacing: 0.2em;
} */

.wsf-form
	select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2])
	+ span.wsf-select-arrow {
	display: none !important;
	border: none !important;
}

.wsf-form select option:not([value=""]) {
	color: #105b3b !important;
}

.wsf-form button.wsf-button {
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1em !important;
	padding: 16px 42px !important;
	border: 1px solid #ffb347 !important;
	background: #ffb347 !important;
	width: auto !important;
	color: #f7f0f5 !important;
	position: relative;
	transition: 0.3s all !important;
	border-radius: 100px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.15em !important;
}
.wsf-form button.wsf-button:focus {
	outline: none !important;
	box-shadow: none !important;
}
.wsf-form button.wsf-button:hover {
	background-color: transparent !important;
	color: #ffb347 !important;
}

.wsf-agree {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wsf-bottom {
	margin: 0px !important;
	margin-top: 30px !important;
}
.wsf-form .wsf-field-wrapper.wsf-bottom {
	margin-bottom: 0px !important;
}
.wsf-concent {
	margin-top: 15px;
}

.wsf-field-wrapper input[type="checkbox"] {
	top: 5px !important;
}

/* Mobile men u bar */
.sc-mobile-menu-bar .elementor-icon-wrapper {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.sc-mobile-menu-bar svg:focus {
	outline: none;
}

/* Modal close btn */
.elementor-popup-modal .dialog-close-button {
	color: transparent !important;
}
.elementor-popup-modal .dialog-close-button .eicon-close:before {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url("../assets/svg/close.svg");
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

@media only screen and (min-width: 1440px) {
	.sc-custom-padding-left {
		padding-left: calc((100% - 1400px) / 2) !important;
	}
	.sc-custom-padding-right {
		padding-right: calc((100% - 1400px) / 2) !important;
	}
}
