/* 
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
*/

html {
  scroll-behavior: auto !important;
}
:root {
  --wpforms-button-background-color: #1c23ba !important;
}
::selection {
  color: #000;
  background-color: #f1f6af;
  mix-blend-mode: difference;
}
body {
  overflow-x: hidden;
  letter-spacing: -0.02rem;
  font-family: "Neue Haas Grotesk Display", Sans-serif;
}
body.active {
  overflow: hidden;
}

body.elementor-editor-active .mobile-menu {
  background-color: #000;
}
body:not(.elementor-editor-active) .mobile-menu {
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}
body:not(.elementor-editor-active) .mobile-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scaleY(0);
  transform-origin: bottom;
}
body:not(.elementor-editor-active) .mobile-menu.active {
  pointer-events: auto;
  opacity: 1;
}
body:not(.elementor-editor-active) .mobile-menu.active::before {
  transition: transform 1.2s cubic-bezier(0.63, -0.16, 0.26, 0.96);
  transform: none;
}

html.pum-open.pum-open-overlay.pum-open-scrollable
  body
  > :not([aria-modal="true"]) {
  padding-right: 0 !important;
}

.mobile-menu.active ul a {
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu.active ul a,
.mobile-menu.active .elementor-widget-shortcode .elementor-shortcode {
  transform: none;
  opacity: 1;
}
.mobile-menu.active ul li:nth-child(1) a {
  transition-delay: 0.8s;
}
.mobile-menu.active ul li:nth-child(2) a {
  transition-delay: 0.9s;
}
.mobile-menu.active ul li:nth-child(3) a {
  transition-delay: 1s;
}
.mobile-menu.active ul li:nth-child(4) a {
  transition-delay: 1.1s;
}
.mobile-menu.active ul li:nth-child(5) a {
  transition-delay: 1.2s;
}
.mobile-menu.active ul li:nth-child(6) a {
  transition-delay: 1.3s;
}
.mobile-menu.active .elementor-widget-shortcode .elementor-shortcode {
  transition-delay: 1.4s;
}
.mobile-menu ul li {
  overflow: hidden;
  color: #fff;
  font-size: calc(20px + 6vw);
  display: inline-flex;
  width: 100%;
  line-height: 1;
}
.mobile-menu .elementor-widget-shortcode {
  display: inline-flex;
  width: 100%;
  overflow: hidden;
  line-height: 1;
}
.mobile-menu ul li a,
.mobile-menu .elementor-widget-shortcode .elementor-shortcode {
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Mobile Menu - Logo */
.mobile-menu.active .mobile-menu-logo {
  opacity: 1;
  transition-delay: 1.2s;
}
.mobile-menu .mobile-menu-logo {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Language switcher */
.hndsm_lang_switcher a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}
.hndsm_lang_switcher a.active {
  color: #3abeef;
}
.hndsm_lang_switcher a:not(:last-child)::after {
  content: "/";
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  margin: 0 1rem;
}

/* Mobile Menu - Footer */
.mobile-menu.active .mobile-menu-footer {
  opacity: 0.5;
  transition-delay: 1.2s;
}
.mobile-menu .mobile-menu-footer {
  width: 100%;
  position: relative;
  margin-top: calc(20px + 5vw);
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #fff;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Mobile Menu - Close */
.mobile-menu.active .mobile-menu-close {
  transform: none;
  opacity: 1;
  transition-delay: 1s;
}
.mobile-menu .mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 43px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  color: #fff;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu .mobile-menu-close svg {
  width: 50%;
  margin: 0 auto;
}

body.active #masthead {
  z-index: 9999 !important;
}
#masthead .menu-item.arrow {
  position: relative;
  display: flex;
  align-items: flex-start;
}
#masthead .menu-item.arrow::after {
  transform: rotate(-90deg);
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="15" viewBox="0 0 10 15" fill="none"><path d="M0.000749588 -4.37081e-07L5.7328 -1.86525e-07L5.7328 13.0914L4.26794 13.0914L4.26795 1.51747L-6.63309e-08 1.51747L0.000749588 -4.37081e-07ZM0.000749255 7.61233L5.00075 12.7835L10 7.61233L10 9.74709L5 15L-4.26026e-07 9.74633L0.000749255 7.61233Z" fill="currentColor"></path></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 15px;
  flex-shrink: 0;
  margin-left: 8px;
}

.elementor-element,
.elementor-lightbox {
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-horizontal-gap: 0;
}

.flex-center {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.elementor-widget-button .elementor-button-icon {
  transform: rotate(-90deg);
  width: 10px;
  height: 15px;
}
.elementor-widget-button .elementor-button-icon svg {
  width: 10px;
  height: 15px;
}

.elementor-widget-button.down .elementor-button-icon {
  transform: rotate(0deg);
}

.button--list a {
  width: 100%;
  position: relative;
}
.button--list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#content .button--list a:hover {
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.button--list a:hover:before {
  transform: none;
}

.button--list .elementor-button-content-wrapper {
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  position: relative;
}
#content .button--list + .button--list a {
  border-top: none;
}
.button--blue-hover .elementor-button-content-wrapper {
  z-index: 2;
  position: relative;
}
.button--blue-hover a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00c7fc;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button--blue-hover a:hover:before {
  transform: none;
}
.button--blue-hover .elementor-button {
  width: 100%;
}

.hndsm-list li {
  opacity: 0.3;
  transform: translateY(15px);
  transition: 0.2s linear all;
}
.hndsm-list li:first-child {
  border-top: 1px solid #f0eeeb4d;
  padding-top: 6px;
}
.hndsm-list li:last-child {
  border-bottom: 1px solid #f0eeeb4d;
  padding-bottom: 6px;
}

.hndsm-list.hndsm-list2 li {
  padding: 0;
  margin: 12px 0;
}
.hndsm-list2 .elementor-icon-list-text {
  display: flex;
  align-items: center;
}
.hndsm-list2 .elementor-icon-list-text span:first-child {
  min-width: 200px;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 12px;
  font-family: monospace;
  color: #3dbfef;
}
.hndsm-list2 .elementor-icon-list-text span:last-child {
  font-size: 1.5rem;
}

.header-logo {
  z-index: 999;
  position: fixed;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  width: 4rem;
  height: 70px;
}
.header-logo a {
  text-decoration: none;
}
.header-logo div {
  height: 70px;
}

.logo-wrapper {
  width: 4rem;
  height: 70px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo-wrapper .elementor-icon {
  font-size: 4rem;
}

.header-logo-bottom {
  top: 4.75rem;
  height: auto;
}

body.scrolled .header-logo-bottom {
  mix-blend-mode: difference;
}
.header-logo-bottom svg {
  color: #fff;
}

.inset_0 {
  position: absolute;
  inset: 0;
}
.inset_0 .elementor-widget-image {
  height: 100%;
}

.hndsm-header {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 1rem;
  right: 0;
  /* mix-blend-mode: difference; */
}
.hndsm-header .hfe-nav-menu {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.hndsm-header .hfe-nav-menu .hfe-nav-menu__layout-horizontal {
  width: auto !important;
}

.hero {
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  color: #fff;
}
.hero ~ .elementor-element {
  position: sticky;
  z-index: 9;
  transform: translate3d(0, 0, 0);
}
.hero .hero-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.hero .hero-image img {
  will-change: transform;
}
.hero .hero-line {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  padding-bottom: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  overflow: hidden;
}
.hero .hero-line .line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #fff;
  width: 0%;
}
.hero .hero-line .word-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.hero .hero-line .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  white-space: nowrap;
  color: #fff;
}
.hero .e-hosted-video {
  --video-aspect-ratio: none !important;
  height: 100%;
}
.hero .e-hosted-video {
  height: 100%;
}

.word {
  transform: translateY(115px);
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

/* Text reveal */
body:not(.elementor-editor-active) .text-reveal .elementor-heading-title {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
}
body:not(.elementor-editor-active) .text-reveal.block .elementor-heading-title {
  display: block;
}
body:not(.elementor-editor-active) .text-reveal .elementor-heading-title div {
  overflow: hidden;
  line-height: 1;
}
@keyframes reveal {
  0% {
    opacity: 0;
    transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
body:not(.elementor-editor-active)
  .text-reveal
  .elementor-heading-title
  div
  div {
  opacity: 0;
  display: block;
  transform: translate(0, 100%);
  animation: reveal 0.5s ease-out 0.5s forwards;
}
body:not(.elementor-editor-active) .text-reveal br {
  display: none;
}
body:not(.elementor-editor-active) .text-reveal hr {
  display: inline-block;
  width: 1px;
  height: 1px;
  background: transparent;
  border: 0;
  margin-right: -1rem;
}

.relative {
  position: relative;
}
.aspect_ratio_square {
  aspect-ratio: 1;
}
.blue-border {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  position: absolute;
  inset: 0;
  border: 5px solid #00c7fc;
  pointer-events: none;
  clip-path: circle(0% at 0 0);
  transition: 1s ease all !important;
}

/* Swiper */
.swiper-initialized.swiper-testimonials .e-con.e-flex {
  flex-grow: initial;
  flex-shrink: 0;
}
body:not(.elementor-editor-active) .swiper-wrapper {
  flex-direction: row !important;
}

body:not(.elementor-editor-active) .testimonials .swiper-slide {
  user-select: none;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}
.testimonials .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.testimonials .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background-color: #000;
  border-radius: 0;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  color: #000;
  background-color: #fff;
  padding: 15px 60px;
  left: 0;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) 44px / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  transition: 0.3s ease all;
}
.testimonials .swiper-button-next {
  right: 0;
  left: initial;
}
.testimonials .swiper-button-next:after,
.testimonials .swiper-button-prev:after {
  font-size: 16px;
  color: #000;
}

/* FAQ */
.faq .e-n-accordion-item {
  position: relative;
  padding: 0;
  border-top: 1px solid #000;
  cursor: pointer;
}
.faq .e-n-accordion-item-title {
  padding: 20px 0;
  transition: 0.3s ease all;
  z-index: 9;
}
.faq .e-n-accordion-item-title-icon {
  color: #000;
}
.faq .e-n-accordion-item-title-icon svg path {
  transition: 0.2s ease all;
  transform-origin: 50% 50%;
}

.faq div[role="region"] {
  padding-bottom: 40px;
  opacity: 0;
  transition: 0.6s ease-out all;
}
.faq .e-n-accordion-item[open] .e-n-accordion-item-title {
  opacity: 0.25;
}
.faq .e-n-accordion-item[open] div[role="region"] {
  opacity: 1;
}
.faq .e-n-accordion-item[open] .iconV {
  transform: rotate(135deg);
}
.faq .e-n-accordion-item[open] .iconH {
  transform: rotate(-42.5deg);
}
.faq .e-opened {
  display: none !important;
}
.faq .e-closed {
  display: flex !important;
}

.faq .e-n-accordion-item {
  width: 100%;
  position: relative;
}
.faq .e-n-accordion-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a5b0c4;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.faq .e-n-accordion-item:hover:before {
  transform: none;
}

#content .mobile-animation-wrapper {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start !important;
  transition: none !important;
}
.mobile-animation {
  height: 300%;
  width: auto;
  /* overflow: hidden; */
  aspect-ratio: 0.49347146365 !important;
}

.mobile-animation video,
.mobile-animation svg {
  aspect-ratio: 0.49347146365 !important;
}
.mobile-animation .elementor-widget-icon,
.mobile-animation .elementor-widget-icon .elementor-icon-wrapper,
.mobile-animation
  .elementor-widget-icon
  .elementor-icon-wrapper
  .elementor-icon {
  height: 100% !important;
  width: 100% !important;
}

.mobile-animation-wrapper .elementor-icon {
  width: 100% !important;
}
.mobile-animation-wrapper svg {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}
#content .mobile-animation-video {
  position: absolute;
  inset: 2%;
  height: 96%;
  left: 5%;
  right: 5%;
  width: 90%;
  z-index: -1;
  border-radius: 1.5vw;
  /* display: none !important; */
}
.mobile-animation-video .elementor-wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* Popup */
.hndsm-popup-title {
  color: #65bcea;
  border-bottom: 2px solid #65bcea;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.hndsm-popup-title-icon {
  background: url("/wp-content/uploads/2025/09/logo-top.svg") no-repeat bottom;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  display: block;
}
#page ~ .pum .wpforms-form .wpforms-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1.5fr;
  gap: 2rem 3rem;
}

#page ~ .pum .wpforms-form .wpforms-field {
  padding: 0;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#page ~ .pum .wpforms-form label {
  color: #fff;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
}
#page ~ .pum .wpforms-field-label-inline,
#page ~ .pum .wpforms-error {
  font-size: 12px;
}
#page ~ .pum .wpforms-error {
  margin-top: 3px;
}
#page ~ .pum .wpforms-form input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35),
    0px 2px 2px rgba(0, 0, 0, 0.15);
}
#page ~ .pum .wpforms-form input[type="text"],
#page ~ .pum .wpforms-form input[type="email"],
#page ~ .pum .wpforms-form input[type="number"] {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 1rem;
  color: #fff;
}
#page ~ .pum .wpforms-form button[type="submit"] {
  background-color: #ffffff;
  font-family: "Neue Haas Grotesk Display", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  fill: #000000;
  color: #000000;
  border-radius: 0px 0px 0px 0px;
  padding: 18px 60px 18px 60px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  height: auto;
  margin-top: 2rem;
}
#page ~ .pum .wpforms-form button[type="submit"]:hover {
  background: #fff;
}

@media (max-width: 1024px) {
  .hfe-nav-menu > li.menu-item:not(:last-child) {
    margin-right: 0 !important;
  }
  #masthead .menu-item:not(.small):has(+ .small) {
    margin-bottom: 2rem;
  }
  #masthead .menu-item.small a {
    font-size: 1.7rem;
  }
  .header-logo {
    left: 0;
    transform: none;
    margin-left: 1rem;
    width: 3rem;
    height: 52.5px;
  }
  .header-logo div {
    height: 52.5px;
  }
  .logo-wrapper {
    width: 3rem;
    height: 52.5px;
  }
  .header-logo-bottom {
    top: 3.5rem;
  }

  .hero .hero-line .word {
    font-size: 10px;
  }
  #masthead .lang-item,
  .hide-on-mobile {
    display: none !important;
  }
  .hndsm-header {
    left: 40%;
    right: 1rem;
    padding: 0;
    width: auto;
  }
  .mobile-menu-trigger {
    width: 56px;
    height: 44px;
    cursor: pointer;
    padding: 12px;
  }
  .hndsm-header .elementor-hidden-desktop {
    padding: 0;
  }
  .mobile-menu-trigger:after {
    content: "";
    position: absolute;
    top: 60%;
    left: 25%;
    width: 50%;
    height: 1px;
    background-color: #000;
  }
  .mobile-menu-trigger:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 25%;
    width: 50%;
    height: 1px;
    background-color: #000;
  }
  .hndsm-header > .e-con-inner > .elementor-element {
    width: auto;
  }

  .hndsm-list.hndsm-list2 .elementor-icon-list-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .hndsm-list2 .elementor-icon-list-text span:last-child {
    font-size: 1.2rem;
  }
  .blue-border {
    border-width: 3px;
  }
  #content .mobile-animation-wrapper {
    height: 75vh;
    max-height: 75vh;
    justify-content: center;
  }
  #content .mobile-animation-video {
    border-radius: 3vw;
  }
  #page ~ .pum .pum-container {
    padding: 0;
  }
  #page ~ .pum .pum-content {
    max-height: 75vh;
    overflow-y: scroll;
    padding: 35px;
  }
  #page ~ .pum .wpforms-form .wpforms-field-container {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
}
