@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-Thin.woff2') format('woff2'),
        url('../fonts/Inter28pt-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter28pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-Bold.woff2') format('woff2'),
        url('../fonts/Inter28pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-Medium.woff2') format('woff2'),
        url('../fonts/Inter28pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter28pt-Regular.woff2') format('woff2'),
        url('../fonts/Inter28pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-0 p {
	margin-bottom: 0 !important;
}
.ehf-header #masthead {
	z-index: 9999 !important;
}

.sub-menu li a {
    padding-left: 18px !important;
    font-size: 14px;
}

.newsletter-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-wrapper .newsletter-form {
	position: relative;
	height: 47px !important;
	width: 100%;
}
.newsletter-wrapper .submit-btn{
	position: absolute;
    top: 0;
  left: inherit;
  right: 0;
  height: 100%;
	background-color: #ffffff !important;
	color: #000000 !important;
	border: none;
	  font-size: 0 !important; /* hides "submit" text */
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8167 3.43259L9.5504 0.181998C9.3057 -0.061472 8.91 -0.060562 8.6665 0.184118C8.423 0.428778 8.4239 0.824498 8.6686 1.068L10.8612 3.25H0.625C0.2798 3.25 0 3.52981 0 3.875C0 4.22019 0.2798 4.5 0.625 4.5H10.8612L8.6686 6.682C8.4239 6.9255 8.423 7.3212 8.6665 7.5659C8.91 7.8106 9.3058 7.8114 9.5504 7.568L12.8162 4.318C13.061 4.07369 13.0607 3.67609 12.8167 3.43259Z' fill='%23111111'/%3E%3C/svg%3E%0A")!important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}

.newsletter-form .form-control {
    height: 100% !important;
    outline: none;
    border: none;
}

.newsletter-form span.wpcf7-spinner {
    position: absolute;
    top: 18px;
    right: 15px;
    opacity: 1 !important;
    margin: 0 !important;
}

/* faq */
.faq .e-n-accordion {
  counter-reset: faq-counter;
}

.faq .e-n-accordion-item-title {
  counter-increment: faq-counter;
  position: relative;
}

.faq .e-n-accordion-item-title-header::before {
  content: counter(faq-counter, decimal-leading-zero);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14%;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #4F4E57;
  line-height: 1;
}

.photo-gallery img {
    height: auto;
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
}


.form-group-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.form-group .form-control,
.form-group input.form-control,
.form-group textarea.form-control {
  width: 100%;
  padding: 12px 16px;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  outline: none;
  box-sizing: border-box;
}

.form-group input.form-control::placeholder,
.form-group textarea.form-control::placeholder {
  color: #aab0be;
}

.form-group input[type="date"].form-control {
  appearance: none;
  -webkit-appearance: none;
  color: #aab0be;
}

.form-group input[type="date"].form-control::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  cursor: pointer;
}

.form-group textarea.form-control {
  resize: none;
  rows: 4;
  min-height: 100px;
}

.form-btn-wrapper {
  margin-top: 10px;
  width: fit-content;
  position: relative;
}


.form-btn-wrapper .wpcf7-spinner {
	position: absolute;
    top: 35px;
    right: 26px;
    opacity: 1 !important;
    margin: 0 !important;
}

.book-now-btn {
  background-color: #ffffff !important;
  color: #083A79 !important;
  border: none !important;
  padding: 14px 68px 14px 28px!important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: 0.2s ease !important;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7465 4.75291L13.2239 0.252002C12.8851 -0.0851167 12.3372 -0.0838567 12 0.254938C11.6628 0.593704 11.6641 1.14163 12.0029 1.47879L15.0389 4.50008H0.865401C0.387423 4.50008 0 4.88752 0 5.36548C0 5.84345 0.387423 6.23089 0.865401 6.23089H15.0389L12.0029 9.25217C11.6641 9.58934 11.6628 10.1372 12 10.4761C12.3372 10.8149 12.8852 10.816 13.2239 10.479L17.7458 5.97888C18.0848 5.6406 18.0844 5.09007 17.7465 4.75291Z' fill='%23083A79'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-size: 18px;
  margin-top: 23px;
	transition: background-position 0.3s ease !important;
}

.book-now-btn:hover {
  background-position: right 25px center !important;
  background-color: #d9201c !important;
	color: #ffffff !important;
}

.book-now-btn:hover {
	fill: #ffffff !important;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7465 4.75291L13.2239 0.252002C12.8851 -0.0851167 12.3372 -0.0838567 12 0.254938C11.6628 0.593704 11.6641 1.14163 12.0029 1.47879L15.0389 4.50008H0.865401C0.387423 4.50008 0 4.88752 0 5.36548C0 5.84345 0.387423 6.23089 0.865401 6.23089H15.0389L12.0029 9.25217C11.6641 9.58934 11.6628 10.1372 12 10.4761C12.3372 10.8149 12.8852 10.816 13.2239 10.479L17.7458 5.97888C18.0848 5.6406 18.0844 5.09007 17.7465 4.75291Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wpcf7-response-output {
  position: absolute !important;
  bottom: -40px;
  left: 0;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  margin: 0 !important;
  margin-top: 10px !important;
  line-height: 1.4 !important;
 width: fit-content;
}
span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    line-height: 1.4;
    margin-top: 5px;
    position: absolute;
}

.contact-form .wpcf7-not-valid-tip {
    bottom: -20px;
    left: 5px;
}

.newsletter-form .wpcf7-not-valid-tip {
    bottom: -45px;
    left: 5px;
}

.float-button {
    position: fixed;
    z-index: 999;
    top: 5px;
    bottom: 140px;
}

.float-button .elementor-icon {
  animation: point 1.2s ease-in-out infinite;
}

.btn .elementor-button .elementor-button-icon {
  transition: transform 0.3s ease;
}

.btn .elementor-button:hover .elementor-button-icon {
  transform: translateX(3px);
}
.btn .elementor-button:hover .elementor-button-icon svg path{
    fill: #ffffff;
}
.btn.link-svg .elementor-button:hover .elementor-button-icon svg path{
    fill: #d9201c;
}
.contact a,
.list-link a{
	text-decoration: none !important;
	color: currentcolor;
	transition: 0.3s ease;
}

.contact a:hover {
	color: #083A79;
}
.contact-btn a {
    background-color: #083A79 !important;
    color: #ffffff !important;
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7465 4.75291L13.2239 0.252002C12.8851 -0.0851167 12.3372 -0.0838567 12 0.254938C11.6628 0.593704 11.6641 1.14163 12.0029 1.47879L15.0389 4.50008H0.865401C0.387423 4.50008 0 4.88752 0 5.36548C0 5.84345 0.387423 6.23089 0.865401 6.23089H15.0389L12.0029 9.25217C11.6641 9.58934 11.6628 10.1372 12 10.4761C12.3372 10.8149 12.8852 10.816 13.2239 10.479L17.7458 5.97888C18.0848 5.6406 18.0844 5.09007 17.7465 4.75291Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding: 15px 45px 15px 15px!important;
    transition: 0.2s ease;
	margin-left: 10px;
}
.contact-btn a:hover {
    background-color: #d9201c !important;
    background-position: right 13px center !important;
}

.service-card h2 a,
.service-card h3 a{
	text-decoration: none !important;
}

@keyframes point {
  0%, 100% { transform: translateX(0); }
  50%       { transform: translateX(2px); }
}

.link  li a svg path {
    transition: 0.3s ease;
}
.link  li a:hover svg path {
    fill: #d9201c;
}

@media (max-width: 1366px) {
	.faq .e-n-accordion-item-title-header::before {
	left: 5%;
	}
}

@media (max-width: 1160px) {
	.main-nav .menu-item a.hfe-menu-item {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.main-nav .contact-btn.menu-item a.hfe-menu-item {
		padding: 15px 12px 15px 8px!important;
		width: 105px;
	}
	.contact-btn a {
		background-position: right 12px center;
	}
}
@media (max-width: 1024px) {
	.sub-menu {
		position: unset !important;
		height: 100% !important;
	}
	.call-tel {
		width: 100%;
	}
	.call-tel ul {
		justify-content: space-between !important;
	}
	.main-nav nav ul li {
    padding-left: 20px;
		padding-right: 20px;
}
	.contact-btn {
		display: flex;
		justify-content: center;
	}
	.contact-btn a {
		margin-top: 34px !important;
		width: 150px;
		padding: 10px 18px !important;
		margin-left: 0 !important;
	}
	.main-nav nav{
		position: fixed !important;
		max-width: 500px !important;
		width: 100%;
	}
	nav.hfe-nav-menu__layout-horizontal{
    /* height: 100vh !important; */
    inset: 0 !important;
    align-items: flex-start;
    background-color: #ffffff !important;
    position: fixed !important;
    top: calc(var(--wp-admin--admin-bar--height,0px) + 100px) !important;
    left: unset !important;
    right: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    transform: translateX(100%);
    transition: 0.3s ease;
	padding-top: 30px !important;
	}
	li:has(.sub-menu) .sub-arrow {
		display: none;
	}
	nav.menu-is-active {
		transform: translateX(0);
	}

/* body:has(.menu-is-active){
    overflow: hidden;
} */

nav ul{
    visibility: visible !important;
    opacity: 1 !important;
}

nav ul li {
    height: fit-content !important;
}
	body:has(nav.menu-is-active)::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 40%);
  z-index: 98;
  height: 100vh;
  width: 100vw;
  backdrop-filter: blur(2px);
}
	body:has(nav.menu-is-active) {
  overflow: hidden !important;
  height: 100% !important;
  touch-action: none !important;
}
}

@media (max-width: 925px) {
	nav.hfe-nav-menu__layout-horizontal {
/* 		top: 24.5% !important; */
	}
}
@media (max-width: 880px) {
		nav.hfe-nav-menu__layout-horizontal {
/* 		top: 22% !important; */
	}
}

@media (max-width: 768px) {
	.faq .e-n-accordion-item-title-header::before {
		font-size: 18px;
	}
}

@media (max-width: 600px) {
  .form-group-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
	.faq .e-n-accordion-item-title-header::before {
		font-size: 16px;
	}
	.float-button {
		bottom: 100px;
	}
}