/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --wpforms-button-background-color: #1c23ba !important;
}

.elementor-widget-n-tabs {
  --n-tabs-title-background-color-active: #645B5C !important;
}

html {
  scrollbar-gutter: stable;
  /* scroll-behavior: smooth; */
  /* scroll-behavior: unset !important; */
}

.elementor-element[data-element_type="container"] {
  scroll-margin-top: 77.59px;
}

html,
body {
  font-size: 16px;
  overflow-x: clip;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: pretty;
  text-rendering: optimizeSpeed;
}

body a {
  text-underline-offset: 4px;
}

.fadeInUp {
  animation-name: fadeInUp2 !important;
  /* animation-duration: 0.5s !important; */
  /* animation-delay: 0.3s !important; */
  /* animation-timing-function: ease !important; */
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 2rem, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.spinning {
  animation: 1s spinning linear infinite;
}

@keyframes spinning {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}



img,
svg {
  vertical-align: middle;
}

svg {
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

ul {
  padding: 0;
}

ul li {
  list-style-type: none;
}

p strong {
  font-family: "sfprodisplaysemibold", Sans-serif;
}

body.error404 #content {
  padding: 15rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
}

.h-full,
.h-full .elementor-element,
.h-full .elementor-element img {
  height: 100% !important;
}

.h-full.elementor-element img {
  object-fit: cover;
}

#page .h-auto,
#page .h-auto .elementor-element {
  height: auto !important;
}

.elementor-icon-wrapper {
  display: flex;
}

.elementor-button svg {
  width: 20px;
  height: 20px;
}

.chat-icon .elementor-button svg {
  width: 13.13px;
  height: 13.13px;
}

#masthead .elementor-button svg,
.play-button .elementor-button svg {
  width: 18px;
  height: 18px;
}

#page .stroke-animation .elementor-button:hover svg,
#page .stroke-animation .elementor-button:focus svg {
  fill: none;
  stroke: var(--e-global-color-primary);
}

/* Header */
#masthead {
  position: fixed !important;
  width: 100%;
  top: 0;
}

.masthead-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #242221d9;
  opacity: 0;
  position: absolute;
  inset: 0%;
  will-change: opacity;
  content: "";
  width: 100%;
  height: 100%;
}

.hero {
  height: 700px;
}

.hero-bg-image {
  z-index: -1;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
}

.hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-overlay::before {
  z-index: 0;
  background-image: linear-gradient(#0e101580,
      #0e101521 25%,
      #0e101552 58%,
      #0e1015cc 83%);
  position: absolute;
  inset: 0%;
  content: "";
  display: block;
}

/* Menu */
.hndsm_menu_trigger_wrapper_element {
  margin-right: auto;
}

.hndsm_menu_content ul {
  display: flex;
  align-items: center;
}

.hndsm_menu_content li a {
  padding: 0.5rem 1rem;
  font-family: "sfprodisplaylight", Sans-serif;
  color: var(--e-global-color-secondary);
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.4;
  display: flex;
}

.hndsm_menu_content li a:hover {
  color: #8f897e;
}

.hndsm_menu_content_socials {
  display: none;
}

/* Swiper */
.swiper {
  user-select: none;
  display: flex;
  flex-direction: row !important;
  overflow: visible !important;
}

.swiper-carousel {
  /* max-width: 0; */
}

.swiper-wrapper {
  overflow: visible;
}

.swiper-slide {
  display: flex !important;
  flex-shrink: 0 !important;
  overflow: hidden;
  height: auto !important;
}

.swiper-slide>* {
  flex: 1;
}

.swiper-slide .elementor-element img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}

.swiper-carousel-col-auto .swiper-slide {
  width: 425px;
  height: auto;
}

.swiper-carousel-col-3 .swiper-slide {
  height: auto;
}

#page .swiper-button-prev:after,
#page .swiper-rtl .swiper-button-next:after {
  display: none;
}

#page .swiper-button-prev,
#page .swiper-button-next {
  aspect-ratio: 1;
  opacity: 1;
  position: relative;
  top: unset;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  pointer-events: auto;
  left: unset;
  right: unset;
  display: block;
}

#page .swiper-button-prev a,
#page .swiper-button-next a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 2rem;
  width: 2rem;
}

#page .swiper-button-prev a:hover,
#page .swiper-button-next a:hover {
  background-color: #595752;
}

#page .swiper-button-prev svg,
#page .swiper-button-next svg {
  color: var(--e-global-color-primary);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 24px;
  height: 24px;
}

#page .swiper-button-prev a:hover svg,
#page .swiper-button-next a:hover svg {
  color: var(--e-global-color-secondary);
}

#page .swiper-button-next svg {
  transform: scaleX(-100%);
}

#page .swiper-button-prev .elementor-button-content-wrapper,
#page .swiper-button-next .elementor-button-content-wrapper {
  gap: 0;
}

/* FAQ */
#page .elementor-widget-n-accordion .e-n-accordion-item {
  border-radius: 8px;
  overflow: hidden;
}

#page .elementor-widget-n-accordion .e-n-accordion-item-title-text {
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#page .elementor-widget-n-accordion .e-n-accordion-item:hover .e-n-accordion-item-title-text {
  color: #595752;
}

#page .elementor-widget-n-accordion .e-n-accordion-item-title::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.625 18.75L18.25 18.75L17.625 18.75L18.25 18.75L18.25 18.125L18.25 9.375L18.25 8.75L17 8.75L17 9.375L17 16.6016L7.11719 6.75781L6.6875 6.28906L5.78906 7.1875L6.25781 7.61719L16.1016 17.5L8.875 17.5L8.25 17.5L8.25 18.75L8.875 18.75L17.625 18.75Z" fill="%230E1015"/></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s;
  transform: rotate(0);
  display: block;
}

#page .elementor-widget-n-accordion .e-n-accordion-item-title[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

/* Footer */
#colophon .hfe-nav-menu .hfe-nav-menu__layout-vertical li.menu-item {
  margin-bottom: 24px;
}

#colophon .hfe-nav-menu li.menu-item a {
  letter-spacing: 1px;
}

/* Form */
.wpforms-field-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.wpforms-field {
  display: flex;
  flex-direction: column;
}

.wpforms-field.hidden {
  display: none !important;
}

em.wpforms-error {
  color: #e84646;
  font-style: normal;
  font-size: 14px;
}

.iti button {
  border: none;
  background-color: #f1efe9 !important;
  color: #0e1015;
  border-radius: 6px 0 0 6px;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.iti button:hover,
.iti button:focus {
  background-color: #f1efe9 !important;
  color: #0e1015;
}

.iti__selected-dial-code {
  margin: 0 10px 0 0;
  font-family: "sfprodisplaymedium", Sans-serif !important;
  line-height: 1;
}

#wpforms-687,
.wpforms-form div.wpforms-container-full {
  margin: 0 !important;
}

.wpforms-form .wpforms-field-label {
  color: #595752 !important;
  letter-spacing: 0 !important;
  margin-bottom: 0 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  font-family: "sfprodisplaysemibold", Sans-serif !important;
}

.wpforms-required-label {
  display: none;
}

.wpforms-form .wpforms-field-container input[type="text"],
.wpforms-form .wpforms-field-container input[type="email"],
.wpforms-form .wpforms-field-container input[type="tel"],
.wpforms-form .wpforms-field-container textarea {
  font-family: "sfprodisplayregular", Sans-serif;
  border-color: #e1dbd2;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 100%;
  height: auto;
  color: #242221 !important;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400 !important;
  display: flex;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #f4f4f41a;
  border: 1px solid rgb(225, 219, 210);
  border-radius: 6px;
  height: 100%;
  margin-bottom: 0;
  padding: 16px 12px;
  line-height: 1.4;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wpforms-form .wpforms-field-container textarea {
  min-height: 100px;
}

.wpforms-form .wpforms-field-container input[type="text"]::placeholder,
.wpforms-form .wpforms-field-container input[type="email"]::placeholder,
.wpforms-form .wpforms-field-container input[type="tel"]::placeholder,
.wpforms-form .wpforms-field-container textarea::placeholder {
  color: #8f897e !important;
}

.wpforms-form .wpforms-field-container input[type="text"]:hover,
.wpforms-form .wpforms-field-container input[type="text"]:focus,
.wpforms-form .wpforms-field-container input[type="email"]:hover,
.wpforms-form .wpforms-field-container input[type="email"]:focus,
.wpforms-form .wpforms-field-container input[type="tel"]:hover,
.wpforms-form .wpforms-field-container input[type="tel"]:focus,
.wpforms-form .wpforms-field-container textarea:hover,
.wpforms-form .wpforms-field-container textarea:focus {
  border: 1px solid #242221 !important;
  box-shadow: none !important;
  outline: none;
}


.wpforms-form button[type="submit"] {
  width: 100% !important;
  color: #fefcf6 !important;
  justify-content: flex-end !important;
  align-items: center !important;
  padding: 1rem 4.5rem 1rem 2rem !important;
  display: flex !important;
  position: relative !important;
  grid-column-gap: 2rem !important;
  grid-row-gap: 2rem !important;
  background-color: #0e1015 !important;
  border: 1px solid #0e1015 !important;
  color: #fefcf6 !important;
  text-align: center !important;
  border-radius: 0.5rem !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 1rem 2rem !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  display: flex !important;
  font-family: "sfprodisplaymedium", Sans-serif !important;
  height: auto !important;
  justify-content: center !important;
  width: 100% !important;
}

.wpforms-form button[type="submit"]:hover {
  background-color: #8f897e !important;
  border-color: #8f897e !important;
}

.wpforms-form button[type="submit"]::after {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.9996 2.85738L7.42815 14.286V20.0002L10.8567 16.5717M1.71387 10.286L19.9996 2.81738L16.7996 19.4288L1.71387 10.286Z" stroke="%23ffffff" stroke-width="1.14286" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  background-size: 1.25rem !important;
  content: "" !important;
  display: inline-block !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  right: 1rem !important;
  top: 50% !important;
}

.wpforms-form button[type="submit"]:focus:after {
  inset: unset !important;
  position: relative !important;
  border: none !important;
}

.wpforms-confirmation-container {
  text-align: center;
}

.pum-container .wpforms-confirmation-container {
  margin-top: 2rem;
}

/* Popup */
.pum-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #242221e6;
}

.pum-container {
  max-width: 93% !important;
}

#popmake-945 .pum-close {
  background-color: #f5efe6;
  border-color: #f5efe6;
}

.pum-close:hover {
  background-color: #e1dbd2 !important;
  border-color: #e1dbd2 !important;
}

.pum-container h2 {
  font-size: 2rem !important;
}

.circle {
  aspect-ratio: 1;
  width: 1rem;
  height: 1rem;
}

.elementor-icon-list-text strong {
  font-family: "sfprodisplaysemibold", Georgia, Sans-serif;
}

@media (max-width: 1024px) {
  .relative-mobile {
    position: relative !important;
    width: 100% !important;
  }

  .header-logo {
    margin-right: auto !important;
  }

  .hndsm_menu_content {
    background-color: var(--e-global-color-secondary);
    position: absolute;
    top: -100dvh;
    left: 0;
    right: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .hndsm_menu_content ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hndsm_menu_content li a {
    padding: 1rem;
    font-size: 1.5rem;
    border-top: 1px solid #e1dbd2;
    color: #242221;
    font-family: "Spectral", Georgia, Sans-serif;
  }

  #page .hndsm_menu_trigger_wrapper_element {
    margin-right: 0;
    position: static;
  }

  #page .masthead-content {
    position: static;
  }

  .hndsm_menu_trigger.active~.hndsm_menu_content {
    top: 100%;
  }

  .hndsm_menu_trigger {
    background-color: #fff;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-right: -0.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .hndsm_menu_trigger span {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .hndsm_menu_trigger span:nth-child(1) {
    background-color: var(--e-global-color-primary);
    width: 18px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hndsm_menu_trigger span:nth-child(2) {
    background-color: var(--e-global-color-primary);
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hndsm_menu_trigger span:nth-child(3) {
    background-color: var(--e-global-color-primary);
    width: 18px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hndsm_menu_trigger.active {
    background-color: rgb(14, 16, 21);
  }

  .hndsm_menu_trigger.active span:nth-child(1) {
    background-color: rgb(254, 252, 246);
    transform: translate3d(0px, 6px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  .hndsm_menu_trigger.active span:nth-child(2) {
    opacity: 0;
  }

  .hndsm_menu_trigger.active span:nth-child(3) {
    background-color: rgb(254, 252, 246);
    transform: translate3d(0px, -6px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  .swiper-carousel-col-auto .swiper-slide {
    width: 100%;
    height: auto;
  }

  #colophon .hfe-nav-menu li.menu-item {
    margin-bottom: 24px;
  }

  .wpforms-field-spf_phone {
    overflow: visible !important;
  }

  .elementor-button svg {
    width: 20px;
    height: 20px;
  }



  #page .elementor-widget-n-accordion .e-n-accordion-item-title {
    gap: 1rem;
  }

  #page .elementor-widget-n-accordion .e-n-accordion-item-title::after {
    width: 1.5rem;
    height: 1.5rem;
  }

  .pum-content .elementor-widget-button {
    display: none !important;
  }

  .elementor-element[data-element_type="container"] {
    scroll-margin-top: 52px;
  }

  .hndsm_menu_content_socials {
    display: block;
  }
}