header nav li.button a.hfe-menu-item:before{
    content: '' !important;
    width: 16px !important;
    height: 10px !important;
    position: relative !important;
    display: block !important;
    background-image: url(//srv/htdocs/wp-content/uploads/2025/09/ICON-RIGHT-WHITE.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: 0px !important;
    opacity: 1 !important;
    background-color: transparent !important;
}
header nav li.button a, .newsletter .button{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
	  position: relative;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 2px !important;
}
/* .newsletter form {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    margin: 0px;
	  flex-wrap: wrap;
}
.newsletter p span.wpcf7-spinner {
    display: none;
}
.newsletter p br {
    display: none;
}
.newsletter  input {
    height: 70px;
    color: #fff !important;
    font-size: 18px !important;
}
.newsletter input::placeholder {
    color: #fff;
}
.newsletter p {
    margin: 0px;
	width: calc(100% - 210px);
}
.newsletter .button .wpcf7-submit {
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    text-align: left;
    padding-left: 30px !important;
    font-size: 18px !important;
    margin: 0px;
}
.newsletter .button {
    background: var(--e-global-color-7d50026) !important;
    border: 1px solid var(--e-global-color-7d50026) !important;
    height: auto !important;
	border-radius: 100px;
	padding: 26px 40px;
	width: 180px;
}
.newsletter .button:after {
    content: '';
    width: 17px;
    height: 17px;
    position: relative;
    display: block;
    background-image: url(//srv/htdocs/wp-content/uploads/2025/09/ICON-ARROW-WHITE.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.newsletter form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -54px;
    left: 40px;
}
.newsletter form .wpcf7-response-output {
    position: absolute;
    bottom: -96px;
} */
.newsletter .wpforms-submit {
    padding: 24px 37px !important;
    height: auto !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    display: flex;
    gap: 13px;
    align-items: center;
	justify-content: center;
}
.newsletter .wpforms-submit:after {
    content: '';
    width: 17px;
    height: 17px;
    position: relative;
    display: block;
    background-image: url(//srv/htdocs/wp-content/uploads/2025/09/ICON-ARROW-WHITE.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.newsletter .wpforms-field {
    padding: 0px !important;
}
.newsletter input {
    height: 70px !important;
	color: #fff !important;
}
.newsletter .wpforms-submit-container {
    margin: 0px !important;
}
.newsletter input::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
.newsletter .wpforms-container {
    margin: 0px !important;
}
.newsletter .wpforms-field-container {
    width: 65% !important;
}
.wpforms-confirmation-container-full {
    margin: 0px !important;
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
}
.newsletter .wpforms-form {
    display: flex;
    gap: 30px;
}
.team-member .elementor-image-box-title {
    display: flex;
	  align-items: center;
}
.team-member h6.elementor-image-box-title {
    gap: 20px;
    margin: 0px;
}
.team-member .elementor-image-box-title p {
    margin: 0px;
    font-weight: 300;
    font-size: 16px;
	  display: flex;
    flex-direction: column;
	  color: #8b8b8b;
}
.team-member .elementor-image-box-content {
    padding: 20px;
    background: #ECECEC;
}
.team-member p.elementor-image-box-description {
    position: absolute;
    top: 0;
    left: 0;
		bottom: 100px;
    padding: 30px;
    background: #006e6f82;
    color: #fff !important;
    opacity: 0;
    transition: .5s;
	  font-size: 14px;
    line-height: 1.5;
	  height: 350px;
    overflow: auto;
}
.team-member .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
}
.team-member:hover p.elementor-image-box-description{
    opacity:1;
}
.team-image-slider .elementor-swiper-button-next {
    right: -80px !important;
}
.team-image-slider .elementor-swiper-button-prev {
    left: -80px !important;
}
.booking-form input{
    height:90px !important;
}
.booking-form textarea{
	min-height:148px !important;
}
.booking-form input, 
.booking-form textarea {
    background: #ffffff94 !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    padding: 20px 40px 20px 40px !important;
	
}
.booking-form input::placeholder, 
.booking-form textarea::placeholder{
    color: #fff !important;
	opacity: 1 !important;
}
.booking-form input:focus, .booking-form textarea:focus {
    box-shadow: none !important;
}
.booking-form p {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.wpcf7-form p br {
    display: none;
}
.booking-form span.wpcf7-form-control-wrap {
    width: 100%;
}
.booking-form span.wpcf7-form-control-wrap[data-name="first_name"], 
.booking-form span.wpcf7-form-control-wrap[data-name="last_name"] {
    width: calc(100%/2 - 8px);
}
.booking-form.dark input, .booking-form.dark textarea {
		background: #CECECE !important;
    border-radius: 100px !important;
    color: #000 !important;
    padding:20px 60px !important;
}
.booking-form.dark input::placeholder, 
.booking-form.dark textarea::placeholder{
    color: #000 !important;
}
input:focus-visible,textarea:focus-visible,select:focus-visible {
    outline: none;
}
span.wpcf7-not-valid-tip {
    font-size: 16px;
}
input.wpcf7-submit, .booking-form.dark input.wpcf7-submit{
    border-radius: 100px !important;
    border: none !important;
    height: auto;
    font-weight: 600 !important;
    font-size: 20px !important;
    padding: 20px 30px !important;
    min-width: 180px;
    margin: 60px auto 0px;
    background: #E2A84D !important;
}
span.wpcf7-spinner {
    display: none;
}
.small-container {
    max-width: 700px;
}
.contact-form .forminator-file-upload {
    justify-content: center;
	    flex-wrap: wrap;
}
.contact-form .forminator-file-upload button {
    background: #ffffff73;
    border-radius: 0px !important;
    color: #FFF !important;
    padding: 25px 50px !important;
}
.contact-form .forminator-file-upload span {
    color: #fff;
    font-size: 20px !important;
}
.contact-form.file .forminator-field {
    text-align: center;
	
}
label.forminator-label {
    display: none !important;
}
.contact-form button.forminator-button-delete {
    background: transparent !important;
    padding: 0px !important;
}


::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #184855;
    border-radius: 6px;
    border: 1px solid #fff;
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 6px;
}
.contact-form input,
.contact-form textarea{
    height: 90px !important;
    border: 0px !important;
    background: #ffffff94 !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    padding: 20px 40px 20px 40px !important;
}
.contact-form input::placeholder, 
.contact-form textarea::placeholder{
    color: #fff !important;
	opacity: 1 !important;
}
.contact-form input{
    height:90px !important;
}
.contact-form textarea{
	min-height:148px !important;
}
.contact-form span[data-type="characters"] {
    display: none;
}
.contact-form button.forminator-button.forminator-button-submit {
    display: block !important;
    border-radius: 100px !important;
    border: none !important;
    height: auto;
    font-weight: 600 !important;
    font-size: 20px !important;
    padding: 20px 63px !important;
    min-width: 180px;
    margin: 60px auto 0px !important;
    background: #E2A84D !important;
	color: #fff !important;
	box-shadow:none !important;
}
.contact-form .forminator-row {
    margin: 0px !important;
    width: 100%;
    gap: 15px;
	    display: flex;
}
.contact-form .forminator-col {
    padding: 0px !important;
    margin: 0px !important;
	width: 100%;
}
.contact-form .forminator-description {
    margin: 0px !important;
}
.contact-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.contact-form .forminator-col.forminator-col-md-6 {
    width: calc(100%/2 - 8px) !important;
    flex-basis: unset !important;
    max-width: calc(100%/2 - 8px) !important;
}
.contact-form.file form {
    justify-content: center;
    align-items: center;
    margin: 0px !important;
}
.forminator-response-message.forminator-show.forminator-success {
    margin: 0px !important;
    padding: 10px 20px !important;
}
.home-newsletter form {
    margin: 0px !important;
    display: flex;
    gap: 30px;
	flex-wrap:wrap;
}
.home-newsletter form .forminator-row {
    width: 100%;
    margin: 0px !important;
	    width: 63%;
}
.home-newsletter form .forminator-row.forminator-row-last {
    width: 180px;
}
.home-newsletter .forminator-col {
    padding: 0px !important;
}
.home-newsletter button.forminator-button{
    padding: 24px 37px !important;
    height: auto !important;
    text-transform: uppercase !important;
    display: flex !important;
    gap: 13px;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
    background: #9084ab;
    font-size: 20px !important;
    font-weight: 700 !important;
    border-radius: 100px !important;
    line-height: 1 !important;
	color: #fff !important;
	box-shadow:none !important;
}
.home-newsletter button.forminator-button:after {
    content: '';
    width: 17px;
    height: 17px;
    position: relative;
    display: block;
    background-image: url(//srv/htdocs/wp-content/uploads/2025/09/ICON-ARROW-WHITE.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.home-newsletter input {
    border-radius: 100px !important;
    padding: 20px 40px !important;
    height: 70px !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    opacity: 1 !important;
}

.home-newsletter input::placeholder {
    opacity: 1 !important;
}
@media (max-width:1024px){
	header nav li.button a {
    justify-content: flex-start !important;
    width: fit-content;
}
	header nav li.button a.hfe-menu-item:before{
		background-image: url('//srv/htdocs/wp-content/uploads/2025/09/ICON-RIGHT-BLACK.png') !important;
	}
	.team-image-slider .elementor-swiper-button-prev {
    left: -12px !important;
}
.team-image-slider .elementor-swiper-button-next {
    right: -12px !important;
}
}
@media(max-width:480px){
/* 	.newsletter input, .newsletter .button .wpcf7-submit{
		font-size:16px !important;
	}
	
.newsletter p {
    width: 100%;
}
.newsletter .button {
    width: 100%;
} */
	.booking-form input {
    height: 60px;
    padding: 20px !important;
}
.booking-form textarea {
    padding: 20px !important;
}
.booking-form span.wpcf7-form-control-wrap[data-name="first_name"], .booking-form span.wpcf7-form-control-wrap[data-name="last_name"] {
    width: 100%;
}
input.wpcf7-submit, .booking-form.dark input.wpcf7-submit{
		 margin: 0px auto;
     line-height: 1;
		height:auto;
		font-size:16px !important;
	}
	.newsletter form {
    flex-wrap: wrap;
}
	.newsletter .wpforms-field-container, .wpforms-submit-container {
    width: 100% !important;
}
.newsletter .wpforms-submit {
    width: 100%;
}
	.booking-form .wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half {
    width: 100%;
}
	.contact-form .forminator-col.forminator-col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
}
	.contact-form button.forminator-button.forminator-button-submit {
    margin-top: 30px !important;
}
	.home-newsletter form {
    flex-wrap: wrap;
    gap: 10px;
}
.home-newsletter form .forminator-row.forminator-row-last {
    width: 100%;
}
}