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

body {
	overflow-x: hidden;
}

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

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

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

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

#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%;
}

/************** CSS START ********************/
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-header-section {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
}

.sc-logo-6 {
	display: none;
	transition: transform 0.4s ease;
}
.sc-header-section.sticky .sc-logo-5 {
	display: none;
	transition: transform 0.4s ease;
}
.sc-header-section.sticky .sc-logo-6 {
	display: inline-block;
	transition: transform 0.4s ease;
}
.sc-logo,
.sc-header-right {
	pointer-events: auto !important;
}

.elementor-nav-menu--main .elementor-item {
	transform-origin: left center !important;
}

.sc-footer-text a {
	font-weight: 400 !important;
	font-size: 14px !important;
}

/* Form */
.wsf-form label.wsf-label {
	color: #1b1b1d !important;
	font-weight: 400 !important;
	font-size: 18px !important;
}
.wsf-form .wsf-text-danger {
	color: #1b1b1d !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: transparent !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #1b1b1d !important;
	border: none !important;
	border-bottom: 1px solid #1b1b1d !important;
	padding: 10px 0px !important;
	border-radius: 0px !important;
	width: 100% !important;
	cursor: pointer;
  font-family: "AcuminPro" !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: #1b1b1d !important;
	opacity: 1 !important;
	font-size: 18px !important;
}

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

.wsf-form input[type="checkbox"].wsf-field {
	background: transparent !important;
	box-shadow: none !important;
	border-color: #1b1b1d !important;
	border-radius: 0% !important;
	cursor: pointer;
	width: 24px !important;
	min-height: 24px !important;
	height: 24px !important;
}
.wsf-form input[type="checkbox"].wsf-field:checked::after {
	border-color: #1b1b1d !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: 35px !important;
	cursor: pointer;
	font-size: 18px !important;
	font-weight: 400 !important;
	top: 3px;
	position: relative;
  font-family: "AcuminPro" !important;
}

/* .wsf-form select{
  background-image: url(../assets/svg/right-arrow-black.svg) !important;
} */
.wsf-form select.wsf-field {
	font-size: 18px !important;
	background-repeat: no-repeat;
	background-position: center right 0px !important;
	background-size: 30px !important;
	appearance: none !important;
	-moz-appearance: none;
	color: #1b1b1d !important;
  font-family: "AcuminPro" !important;
}
span.wsf-select-arrow {
  background-image: url(../assets/svg/arrow.svg);
  background-size: 18px;
  width: 28px !important;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute !important;
  right: 10px !important;
  top: 15px !important;
}
.wsf-form select.wsf-field:not([multiple]):not([size]):not([data-wsf-select2]) + span.wsf-select-arrow{
  border-color: transparent!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; */
	transform: scale(1.2) !important;
}

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

.wsf-form button.wsf-button {
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.3em !important;
	padding: 12px 45px !important;
	border: 1px solid #FFFFFF !important;
	background: #FFFFFF !important;
	width: auto !important;
	color: #1b1b1d !important;
	position: relative;
	transition: 0.3s all !important;
	border-radius: 0px !important;
  font-family: "Arya", Sans-serif !important;
}
.wsf-form button.wsf-button:focus {
	outline: none !important;
	box-shadow: none !important;
}
.wsf-form button.wsf-button:hover {
	background-color: #d0b387 !important;
	border-color: #d0b387 !important;
	color: #1B1B1D !important;
}

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

.wsf-bottom {
	margin: 0px !important;
	margin-top: 20px !important;
	text-align: center !important;
}
.wsf-concent {
	margin-top: 15px;
}

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

/* radio */
.wsf-location-radio {
	margin-bottom: 60px !important;
}
.wsf-location-radio .wsf-fields {
	align-items: center;
}
.wsf-location-radio .wsf-inline {
	margin: 0 !important;
	flex: 1;
}
.wsf-location-radio [role="radiogroup"] {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.wsf-form .wsf-location-radio label.wsf-label {
	font-size: 24px !important;
	font-weight: 600 !important;
}
.wsf-location-radio [role="radiogroup"] label.wsf-label {
	width: 100%;
	padding: 12px 50px !important;
	font-weight: 500 !important;
	color: #000000 !important;
	background: #ffffff !important;
	border-radius: 100px !important;
	border: none !important;
}
.wsf-form input[type="radio"].wsf-field.wsf-button:checked + label.wsf-label,
.wsf-location-radio [role="radiogroup"] .wsf-label:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}
.wsf-form
	input[type="radio"].wsf-field.wsf-button:checked:focus
	+ label.wsf-label {
	box-shadow: none !important;
}

body.page-id-35 footer#site-footer {
	display: none;
}

.sc-mobile-menu-bar .elementor-icon-wrapper {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.sc-mobile-menu-bar svg:focus {
	outline: none;
}
.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;
	}
}

@media only screen and (min-width: 1025px) {
	.sc-pin-section {
		overflow: visible !important;
	}

	.sc-pin-container {
		position: relative;
		height: 200vh !important;
	}

	.fixed-box-contain {
		position: sticky;
		top: 0;
		height: 100vh;
		overflow: hidden;
	}

	.extra-top .fixed-box-contain {
		top: 150px !important;
		height: auto;
	}

	.sc-pin-item {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100vh;

		will-change: transform;
	}

	/* Higher item stays above previous */
	.sc-pin-item.item-1 {
		z-index: 1;
	}

	.sc-pin-item.item-2 {
		z-index: 2;
	}

	.sc-pin-item.item-3 {
		z-index: 3;
	}

	.sc-pin-item.item-4 {
		z-index: 4;
	}
}

.split-padding .split-line {
	padding-right: 5px !important;
}

@media only screen and (min-width: 1900px) {
	.extra-top .fixed-box-contain {
		top: 200px !important;
	}
}

@media only screen and (min-width: 1800px) {
	.scheights {
		height: 1000px;
	}
	.scjustify {
		justify-content: start !important;
	}
}
@media only screen and (min-width: 2100px) {
	.scheights {
		height: 1080px;
	}
}

.sc-mobile-menu-bar2 {
	position: relative;
	top: 3px;
}

.wpml-ls-legacy-list-horizontal a {
	color: #1b1b1d;
	padding: 0 10px;
	margin: 0;
	line-height: 14px;
	font-size: 18px;
	font-weight: normal;
	font-family: "AcuminPro", Sans-serif;
}

.wpml-ls-legacy-list-horizontal a:hover {
	color: #6a1f2a;
	text-decoration: underline;
}
.wpml-ls-legacy-list-horizontal li:first-child {
	border-right: 1px solid #1b1b1d;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.scline img {
	position: relative;
	top: 70px;
	left: -180px;
}
.sccopy a {
	font-family: AcuminPro, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
	color: rgba(240, 239, 235, 0.5);
}
.sccopy a:hover {
	color: rgba(240, 239, 235, 1);
	text-decoration: underline;
}

.sc-header-section.sticky .wpml-ls-legacy-list-horizontal a {
	color: #f0efeb;
}

.sc-header-section.sticky .wpml-ls-legacy-list-horizontal a:hover {
	color: #f0efeb;
}
.sc-header-section.sticky .wpml-ls-legacy-list-horizontal li:first-child {
	border-right: 1px solid #f0efeb;
}
.sc-header-section::after {
	background-color: #1b1b1d;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	z-index: -1;

	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.4s ease;
}

.sc-header-section.sticky::after {
	transform: scaleY(1);
}
