/* 
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
*/

* {
  font-family: Roboto, sans-serif;
}
:root {
  --wpforms-button-background-color: #1c23ba !important;
}
.elementor-element,
.elementor-lightbox {
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-horizontal-gap: 0;
}
::selection {
  background-color: #1b1b1b;
  color: #fff;
}
body {
  overflow-x: hidden;
}

img {
  vertical-align: middle;
}
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ul,
ol {
  padding: 0;
}
li {
  list-style-type: none;
}

.list ol li {
  list-style: decimal inside;
}
.list ul li {
  list-style: disc inside;
}

p {
  margin: 0;
}
a {
  vertical-align: middle;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

body.error404 #content {
  padding: 6rem 1rem;
  text-align: center;
}

/* Helper classes */
.aspect-ratio-square {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.justify-self-end {
  justify-self: end;
}
.sticky {
  position: sticky;
  top: 120px;
}

.swiper-initialized.content-slider .e-con.e-flex {
  flex-shrink: 1;
}
.swiper-initialized.content-slider .swiper-wrapper > .e-con.e-flex {
  flex-grow: initial;
  flex-shrink: 0;
}
#page #masthead {
  position: sticky;
  top: 0;
}

/* Menu */
.hndsm_menu_wrapper ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 500;
}
.hndsm_menu_wrapper ul a {
  color: #222;
}
.hndsm_menu_trigger {
  display: none;
}

/* Logo marquee */
#page .marquee {
  flex-direction: row;
  flex-wrap: nowrap;
  animation: marquee 20s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee .elementor-widget-image {
  flex-shrink: 0;
}

/* Content box */
.hndsm_content_box > .elementor-element {
  position: relative;
}

.hndsm_content_box_title {
  transition: 0.5s ease all;
}
.hndsm_content_box.active .hndsm_content_box_title {
  transform: translateY(-200%);
}

.hndsm_content_box_text {
  position: absolute;
  transform: translateX(-200%);
  transition: 0.5s ease all;
  width: 83%;
  width: calc(100% - 4rem);
}
.hndsm_content_box.active .hndsm_content_box_text {
  transform: translateX(0%);
}

.hndsm_content_box_image {
  transition: 0.5s ease all;
}

@media (min-width: 769px) {
  .hndsm_content_box.active .hndsm_content_box_image {
    transform: translateX(33%);
  }
}

.hndsm_content_box_button {
  user-select: none;
}
.hndsm_content_box_button svg {
  transition: 0.5s ease all;
  cursor: pointer;
}
.hndsm_content_box.active .hndsm_content_box_button svg {
  transform: rotate(45deg);
  transform-origin: center;
}

/* Accordion */
.hndsm_accordion_header {
  cursor: pointer;
}
#page .hndsm_accordion_content {
  max-height: 0;
  transition: 0.5s all ease;
  overflow: hidden;
}

#page .hndsm_accordion.active .hndsm_accordion_content {
  max-height: 200px;
  transform: translateY(-2rem);
}

#page .hndsm_accordion_button {
  appearance: none;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
.hndsm_accordion_button:before {
  content: "";
  display: block;
  background-color: var(--e-global-color-accent);
  width: 8.81px;
  height: 0.8px;
}
.hndsm_accordion_button:after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--e-global-color-accent);
  width: 0.8px;
  height: 8.81px;
  transition: 0.3s ease all;
}
.hndsm_accordion.active .hndsm_accordion_button:after {
  transform: rotate(-90deg);
}

/* Steps */
.hndsm_steps,
.hndsm_steps_min_height {
  height: 500px;
  max-height: 500px;
  overflow: hidden;
}

/* Step Number - Title */
#page .hndsm_step_number .elementor-heading-title {
  color: var(--e-global-color-text);
}
#page .hndsm_step_number.active .elementor-heading-title {
  color: var(--e-global-color-accent);
}

#page
  .hndsm_step_number:has(~ .hndsm_step_number.active)
  .elementor-heading-title {
  color: var(--e-global-color-accent);
}

/* Step Number - Progress bar */
#page .hndsm_step_number .elementor-widget-html {
  display: flex;
}
#elementor-preview .hndsm_step_number .hndsm_step_progress,
#page .hndsm_step_number .hndsm_step_progress {
  background-color: #dadada;
  width: 3rem;
  height: 2px;
  position: relative;
}
#elementor-preview .hndsm_step_number .hndsm_step_progress span,
#page .hndsm_step_number .hndsm_step_progress span {
  background-color: var(--e-global-color-accent);
  display: block;
  position: absolute;
  inset: 0;
  width: 0;
  height: 100%;
}
#page .hndsm_step_number.active .hndsm_step_progress span {
  animation: hndsm_progress 7s linear forwards;
}
@keyframes hndsm_progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

#page
  .hndsm_step_number:has(~ .hndsm_step_number.active)
  .hndsm_step_progress
  span {
  width: 100%;
}

/* Step Number - Count */
#page .hndsm_step_number .aspect-ratio-square {
  background-color: #fff;
  border: 1px solid #dadada;
}
#page .hndsm_step_number .aspect-ratio-square .elementor-heading-title {
  color: #000;
}
#page .hndsm_step_number.active .aspect-ratio-square {
  background-color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}
#page .hndsm_step_number.active .aspect-ratio-square .elementor-heading-title {
  color: #fff;
}

#page .hndsm_step_number:has(~ .hndsm_step_number.active) .aspect-ratio-square {
  background-color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}
#page
  .hndsm_step_number:has(~ .hndsm_step_number.active)
  .aspect-ratio-square
  .elementor-heading-title {
  color: #fff;
}

.hndsm_steps .hndsm_step_image {
  position: absolute;
  opacity: 1;
  transform: translate(0%, 100%);
  transition:
    transform 0.7s ease 0s,
    opacity 0.7s ease 0s;
}
.hndsm_steps .hndsm_step_image.active {
  opacity: 1;
  transform: translate(0, 0%);
  transition:
    transform 0.7s ease 0s,
    opacity 0.7s ease 0s;
}
.hndsm_step_image_text {
  position: absolute;
  top: 130px;
  left: 0;
  opacity: 0;
  transform: translate(50%, 0);
  transition:
    transform 0.5s ease 0s,
    opacity 0.5s ease 0s;
}

.hndsm_step_image_text.active {
  opacity: 1;
  transform: translate(0, 0);
  transition:
    transform 0.5s ease 0.5s,
    opacity 0.5s ease 0.5s;
}
.hndsm_step_image_text_right {
  left: auto;
  top: 60%;
  right: 0;
}
.hndsm_step_texts {
  height: 200px;
  overflow: hidden;
}
.hndsm_step_text {
  opacity: 0;
  transition:
    transform 0.5s,
    opacity 0.5s;
  position: absolute;
  inset: auto auto auto 0%;
  transform: translate(-100%);
}
.hndsm_step_text.active {
  opacity: 1;
  transition-duration: 0.7s, 1s;
  transform: translate(0);
}

/* FAQs */
.hndsm_faqs {
  display: flex;
  gap: 4rem;
  flex-direction: column;
}
.hndsm_faqs input#faq-search {
  width: 100%;
  color: #000;
  box-shadow: 0 1px 6px #00000040;
  border: 1px solid #dadada;
  border-radius: 100px;
  height: 66px;
  padding-top: 10px;
  padding-left: 35px;
  font-size: 15px;
}
.hndsm_faqs_categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
  justify-content: space-between;
}
.hndsm_faqs_category {
  border: 2px solid var(--e-global-color-accent);
  padding: 2rem 1rem;
  border-radius: 1rem;
  color: var(--e-global-color-accent);
  font-size: 1.25rem;
  font-weight: bold;
  transition: 0.3s ease all;
  cursor: pointer;
}
.hndsm_faqs_category.active {
  background-color: var(--e-global-color-accent);
  color: #fff;
}

.hndsm_faqs_questions {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hndsm_faqs_question {
  display: none;
  flex-direction: column;
  border-bottom: 2px solid #eee;
  padding-bottom: 2rem;
}
.hndsm_faqs_question.visible {
  display: flex;
}
.hndsm_faqs_question_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0 0 0;
  cursor: pointer;
  gap: 1rem;
}
.hndsm_faqs_question h2 {
  font-size: 1.5rem;
  font-weight: normal;
}
.hndsm_faqs_question_icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
  flex-shrink: 0;
}
.hndsm_faqs_question_icon::before,
.hndsm_faqs_question_icon::after {
  background-color: var(--e-global-color-text);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hndsm_faqs_question_icon::after {
  width: 2px;
  height: 100%;
}

.hndsm_faqs_question.active .hndsm_faqs_question_icon {
  transform: rotate(-45deg);
}

.hndsm_faqs_question_body {
  /* padding: 2rem 0 0 0; */
  max-height: 0;
  transition: 0.5s all ease;
  overflow: hidden;
}
.hndsm_faqs_question.active .hndsm_faqs_question_body {
  /* padding-top:2rem; */
  max-height: 500px;
}

@media (max-width: 768px) {
  .header-menu-wrapper {
    position: static;
  }
  .hndsm_menu_wrapper {
    position: absolute;
    top: 68px;
    left: 0;
    background: #fff;
    height: 100dvh;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    padding-top: 2rem;
    transform: translateY(-150%);
    transition: 0.3s ease all;
  }
  .hndsm_menu_wrapper.visible {
    transform: translateY(0%);
  }
  .hndsm_menu_wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .hndsm_menu_wrapper ul li a {
    display: flex;
    padding: 0.5rem 1rem;
  }
  .hndsm_menu_trigger {
    display: block;
    position: relative;
    width: 1rem;
    height: 12px;
    cursor: pointer;
  }
  .hndsm_menu_trigger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    transition:
      top 0.3s ease 0.3s,
      transform 0.3s ease 0s;

    transform-origin: center;
  }
  .hndsm_menu_trigger span:nth-child(1) {
    top: 0;
  }
  .hndsm_menu_trigger span:nth-child(2) {
    top: 5px;
  }
  .hndsm_menu_trigger span:nth-child(3) {
    top: 10px;
  }
  .hndsm_menu_trigger.active span {
    transition:
      top 0.3s ease 0s,
      transform 0.3s ease 0.3s;
  }
  .hndsm_menu_trigger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .hndsm_menu_trigger.active span:nth-child(2) {
    top: 5px;
    transform: scale(0);
  }
  .hndsm_menu_trigger.active span:nth-child(3) {
    top: 5px;
    transform: rotate(-45deg);
  }
  #page .marquee {
    animation: marquee 10s linear infinite;
  }
  .hndsm_steps {
    height: auto;
    max-height: unset;
  }
  .hndsm_steps_min_height {
    height: 300px;
    max-height: 300px;
  }
  #elementor-preview .hndsm_step_number .hndsm_step_progress,
  #page .hndsm_step_number .hndsm_step_progress {
    width: 2rem;
  }
  .hndsm_faqs_categories {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
