/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768895391
Updated: 2026-01-20 07:49:51

*/

/* KWINS REQUIRED STYLES */

.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
  z-index: 1;
  visibility: hidden !important;
}

body > .elementor {
  overflow-x: clip;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

[data-elementor-type="wp-page"] {
  flex: 1;
}

[data-elementor-type="footer"] {
  margin-top: auto;
}

.elementor-widget-image a {
  display: flex !important;
  justify-content: center;
  width: 100%;
}

/* DELETING FOCUS-VISIBLE BORDER */

a:active,
a:focus,
input,
textarea,
input:active,
textarea:active,
:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

.component-item {
  cursor: pointer;
}

.years-main {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: center;
}

.years-wrapper {
  padding: 10px 20px;
  background-color: #ffffff00;
  font-family: "Manrope", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.2px;
  fill: var(--e-global-color-text);
  color: var(--e-global-color-text);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c4c4c4;
  border-radius: 6px;
  transition: border-color 0.3s ease;
}

.years-wrapper:hover {
  background-color: #b9101900;
  color: var(--e-global-color-text);
  border-color: #8a8a8a;
}

.years-main svg {
  width: 15px;
  height: 15px;
}

.years-button-icon {
  width: 15px;
  height: 15px;
}

.projects-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 1;
  transition: opacity 1s ease;
}

#loadMore {
  display: none;
}

.quiz-container {
  position: relative;
  width: 100%;
  min-height: 450px;
  overflow: hidden;
}

.quiz-step {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.95);
  transition:
    opacity 1.5s ease-in-out,
    transform 1.5s ease-in-out;
  pointer-events: none;
}

.quiz-step.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.elementor-element-644c3f4 a.active,
.elementor-element-236450a a.active {
  border-color: var(--e-global-color-accent) !important;
}

.checkbox-container {
  display: flex;
  gap: 60px;
}

.checkbox-column {
  display: flex;
  flex-direction: column;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  color: #000;
}

.custom-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox__icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
}

.custom-checkbox__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
}

.checkbox-checked {
  display: none;
  fill: #f01a25;
}

.checkbox-unchecked {
  fill: #231e20;
}

.custom-checkbox__input:checked + .custom-checkbox__icon .checkbox-checked {
  display: block;
}

.custom-checkbox__input:checked + .custom-checkbox__icon .checkbox-unchecked {
  display: none;
}

.custom-checkbox__label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
}

.custom-text-input {
  max-width: 488px;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: var(--e-global-color-secondary) !important;
  border-radius: 6px 6px 6px 6px !important;
  padding: 12px 20px 12px 20px !important;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
}

.custom-text-input::placeholder {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: #acacac;
}

.contact-step {
  flex-direction: row;
  gap: 25px;
}

.quiz-step-next.disabled a {
  background-color: #b0b0b0 !important;
  border-color: #b0b0b0 !important;
}

.quiz-step-next.disabled a:hover {
  background-color: #b0b0b0 !important;
  border-color: #b0b0b0 !important;
}

/* .accordion-item {
  margin-bottom: 20px;
} */

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-header {
  cursor: pointer;
}

.accordion-content {
  overflow: hidden;
  transition:
    height 0.8s ease,
    margin-bottom 0.8s ease,
    padding-top 0.8s ease;
  height: 0;
  padding: 10px 0 0 0;
  box-sizing: border-box;
}

.elementor-element-4fa5dccd .char-item {
  border-bottom: 1px solid #e9e9e9 !important;
  border-radius: 0 !important;
  border-top: none !important;
}

.elementor-element-4fa5dccd .char-item:first-child {
  border-radius: 10px 10px 0 0 !important;
  border-top: 1px solid #e9e9e9 !important;
}

.elementor-element-4fa5dccd .char-item:last-child {
  border-radius: 0 0 10px 10px !important;
}

@media (max-width: 1024px) {
  .years-main {
    justify-content: space-between;
  }

  .quiz-container {
    min-height: 470px;
  }
}

@media (max-width: 767px) {
  .years-main {
    justify-content: space-between;
  }

  .quiz-container {
    min-height: 770px;
  }

  .contact-step {
    flex-wrap: wrap;
    gap: 10px;
  }
  .custom-checkbox__icon {
    margin-top: 4px;
  }

  .checkbox-container {
    flex-direction: column;
    gap: 5px;
  }

  .custom-checkbox {
    align-items: start;
  }

  .checkbox-column {
    gap: 5px;
  }

  .elementor-element-a7c897d {
    position: relative;
    z-index: 2;
  }

  .elementor-element-236450a a {
    height: 100%;
  }
}
