/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/
.elementor-38 .elementor-element.elementor-element-9a3fce4 a.hfe-menu-item,
.elementor-38 .elementor-element.elementor-element-9a3fce4 a.hfe-sub-menu-item {
    line-height: 40px !important;
}


button,
[type="button"],
[type="submit"],
[type="reset"],
button:hover,
[type="button"]:hover,
[type="submit"]:hover,
[type="reset"]:hover,
button:focus,
[type="button"]:focus,
[type="submit"]:focus,
[type="reset"]:focus,
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active,
.elementor-widget-nav-menu .elementor-menu-toggle,
.elementor-widget-nav-menu .elementor-menu-toggle:hover,
.elementor-widget-nav-menu .elementor-menu-toggle:focus,
.elementor-widget-nav-menu .elementor-menu-toggle:active,
.elementor-popup-modal .dialog-close-button,
.elementor-popup-modal .dialog-close-button:hover,
.elementor-popup-modal .dialog-close-button:focus,
.elementor-popup-modal .dialog-close-button:active {
  color: #123d2b !important;
  border-color: #123d2b !important;
  box-shadow: none !important;
}

.elementor-widget-nav-menu .elementor-menu-toggle,
.elementor-widget-nav-menu .elementor-menu-toggle:hover,
.elementor-widget-nav-menu .elementor-menu-toggle:focus,
.elementor-widget-nav-menu .elementor-menu-toggle:active,
.elementor-popup-modal .dialog-close-button,
.elementor-popup-modal .dialog-close-button:hover,
.elementor-popup-modal .dialog-close-button:focus,
.elementor-popup-modal .dialog-close-button:active {
  background: transparent !important;
  background-color: transparent !important;
}

.elementor-popup-modal .dialog-close-button i,
.elementor-popup-modal .dialog-close-button svg {
  color: inherit !important;
  fill: currentColor !important;
}

.mobile-header-custom,
.mobile-menu-overlay {
  display: none;
}

@media (max-width: 768px) {
  .mobile-header-custom {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 20px;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    z-index: 9998;
    position: relative;
  }

  .mobile-logo {
    display: inline-flex;
    align-items: center;
    max-width: 180px;
    font-family: serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transform: none;
  }
  .mobile-logo img {
    display: block;
    width: 156px;
    max-width: 100%;
    height: 63px;
  }

  .mobile-menu-toggle {
    background: transparent;
    border: 0;
    width: 30px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    height: 3px;
    border-radius:50px;
    background: rgba(0, 46, 133, 1);
    width: 30px;
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 46, 133, 1);
    z-index: 99999;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    align-items: center;
    justify-content: center;
  }

  body.mobile-menu-open .mobile-menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-close {
    position: absolute;
    top: 28px;
    right: 28px;
    background: transparent;
    border: 0;
    font-size: 42px;
    color: #ffff !important;
    cursor: pointer;
  }

  .mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 26px;
    text-align: center;
  }

  .mobile-menu-links a {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
  }

  .mobile-menu-links a:hover {
    color: #fff;
  }
  .mobile-menu-actions {
  position: absolute;
  bottom: 40px;
  left: 24px;
  right: 24px;
  display: flex;
  gap: 12px;
}

.mobile-btn {
  flex: 1;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.mobile-btn-outline {
  border: 1px solid #fff;
  color: #fff;
}


.mobile-btn-filled {
  background: rgba(0, 46, 133, 1);
  color: #fff !important;
}
    .luggy-faq summary.e-n-accordion-item-title{
        padding: 14px 28px 14px 28px !important;
    }
    .luggy-faq details.e-n-accordion-item > [role="region"] {
        padding: 0 28px 20px 28px !important;
    }
}

.elementor-nav-menu a,
.elementor-nav-menu a:hover,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:active,
.mobile-menu-links a,
.mobile-menu-links a:hover,
.mobile-menu-links a:focus,
.mobile-menu-links a:active,
.elementor-nav-menu .current-menu-item a {
  color: #fff !important;
}
.newsletter-form,
.newsletter-form * {
  box-sizing: border-box;
}

.newsletter-form {
  width: 100%;
  max-width: 420px;
}

.newsletter-form p {
  margin: 0;
}

.newsletter-form__field {
  margin-bottom: 14px;
}

.newsletter-form .wpcf7-form-control-wrap {
  display: block;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border: none;
  border-radius: 14px;
  background: #fff;
  color: #1f1f1f;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 17px;
  outline: none;
  box-shadow: none;
}

.newsletter-form input[type="text"]::placeholder,
.newsletter-form input[type="email"]::placeholder {
  color: #cfcfcf;
  opacity: 1;
}

.newsletter-form__consent {
  margin-top: 10px;
  margin-bottom: 18px;
}

.newsletter-form__consent .wpcf7-list-item {
  margin: 0;
}

.newsletter-form__consent .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  cursor: pointer;
}

.newsletter-form__consent .wpcf7-list-item-label {
  color: #fff !important;
}

.newsletter-form__consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin: 0;
  border: 1.5px solid #fff;
  border-radius: 3px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.newsletter-form__consent input[type="checkbox"]:checked {
  background: #fff;
}

.newsletter-form__consent input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #123d96;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.newsletter-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.newsletter-form input[type="submit"],
.newsletter-form input[type="submit"]:disabled {
  width: 174px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 28px;
  background: rgba(240, 125, 0, 1);
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}

.newsletter-form .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}
.cards-grid {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.flip-card {
  min-height: 360px;
  perspective: 1200px;
  border-radius: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
}

.flip-card-front {
  background: #002E85;
}

.flip-card-front h2,
.flip-card-front .elementor-heading-title {
  color: #fff;
  margin: 0;
}

.flip-card-back {
  background: #fff;
  transform: rotateY(180deg);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.flip-card-back,
.flip-card-back p,
.flip-card-back .elementor-widget-text-editor,
.flip-card-back .elementor-widget-container {
  color: #002E85;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.luggy-faq summary.e-n-accordion-item-title {
    box-shadow: 0px 4px 29.6px -2px #00000030;
}

.luggy-faq details.e-n-accordion-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 29.6px -2px #00000030;
    overflow: hidden;
    margin-bottom: 22px;
    border: none !important;
}

.luggy-faq summary.e-n-accordion-item-title {
    background: transparent !important;
    box-shadow: none !important;
    padding: 34px 48px 24px 48px !important;
    border: none !important;
}

.luggy-faq details.e-n-accordion-item > [role="region"] {
    padding: 0 48px 34px 48px !important;
    background: transparent !important;
    border: none !important;
}

.luggy-faq details.e-n-accordion-item:last-child {
    margin-bottom: 0;
}
.testemunhos-slider .swiper-slide img,
.testemunhos-slider .swiper-slide .elementor-image,
.testemunhos-slider .swiper-slide .elementor-icon-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-height: 60px;
  max-width: 60px;
}
.testemunhos-slider {
  position: relative;
}

.testemunhos-slider .swiper-button-prev,
.testemunhos-slider .swiper-button-next,
.testemunhos-slider .elementor-swiper-button-prev,
.testemunhos-slider .elementor-swiper-button-next,
.testemunhos-slider [class*="swiper-button-prev"],
.testemunhos-slider [class*="swiper-button-next"] {
  width: 68px !important;
  height: 68px !important;
  min-width: 68px !important;
  border-radius: 50% !important;
  background: #002e85 !important;
  border: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  box-shadow: 0 8px 24px rgba(0, 46, 133, 0.18) !important;
  z-index: 10 !important;
}

.testemunhos-slider .swiper-button-prev,
.testemunhos-slider .elementor-swiper-button-prev,
.testemunhos-slider [class*="swiper-button-prev"] {
  left: -90px !important;
}

.testemunhos-slider .swiper-button-next,
.testemunhos-slider .elementor-swiper-button-next,
.testemunhos-slider [class*="swiper-button-next"] {
  right: -90px !important;
}

.testemunhos-slider .swiper-button-prev::after,
.testemunhos-slider .swiper-button-next::after,
.testemunhos-slider [class*="swiper-button-prev"]::after,
.testemunhos-slider [class*="swiper-button-next"]::after {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #fff !important;
}

.testemunhos-slider .swiper-button-prev i,
.testemunhos-slider .swiper-button-next i,
.testemunhos-slider .elementor-swiper-button-prev i,
.testemunhos-slider .elementor-swiper-button-next i,
.testemunhos-slider .swiper-button-prev svg,
.testemunhos-slider .swiper-button-next svg,
.testemunhos-slider .elementor-swiper-button-prev svg,
.testemunhos-slider .elementor-swiper-button-next svg,
.testemunhos-slider .swiper-button-prev path,
.testemunhos-slider .swiper-button-next path,
.testemunhos-slider .elementor-swiper-button-prev path,
.testemunhos-slider .elementor-swiper-button-next path {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
  font-size: 24px !important;
}

@media (max-width: 1024px) {
  .testemunhos-slider .swiper-button-prev,
  .testemunhos-slider .swiper-button-next,
  .testemunhos-slider .elementor-swiper-button-prev,
  .testemunhos-slider .elementor-swiper-button-next,
  .testemunhos-slider [class*="swiper-button-prev"],
  .testemunhos-slider [class*="swiper-button-next"] {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
  }

  .testemunhos-slider .swiper-button-prev,
  .testemunhos-slider .elementor-swiper-button-prev,
  .testemunhos-slider [class*="swiper-button-prev"] {
    left: -24px !important;
  }

  .testemunhos-slider .swiper-button-next,
  .testemunhos-slider .elementor-swiper-button-next,
  .testemunhos-slider [class*="swiper-button-next"] {
    right: -24px !important;
  }
}
@media (max-width: 767px) {
  .cards-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .flip-card {
    min-height: auto !important;
    perspective: none !important;
    background: #002E85 !important;
    border-radius: 24px;
    padding: 24px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  }

  .flip-card-inner {
    position: static !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    height: auto !important;
    min-height: auto !important;
    transform: none !important;
  }

  .flip-card-front,
  .flip-card-back {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
    display: block !important;
    text-align: center;
  }

  .flip-card:hover .flip-card-inner {
    transform: none !important;
  }

  .flip-card-front .elementor-heading-title {
    color: #ffffff !important;
    margin: 0 !important;
  }

  .flip-card-back,
  .flip-card-back p,
  .flip-card-back .elementor-widget-text-editor,
  .flip-card-back .elementor-widget-container {
    color: #ffffff !important;
  }

  .flip-card-back p {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .testemunhos-slider .swiper-button-prev,
  .testemunhos-slider .swiper-button-next,
  .testemunhos-slider .elementor-swiper-button-prev,
  .testemunhos-slider .elementor-swiper-button-next,
  .testemunhos-slider [class*="swiper-button-prev"],
  .testemunhos-slider [class*="swiper-button-next"] {
    display: none !important;
  }

  .testemunhos-slider .swiper,
  .testemunhos-slider .swiper-container,
  .testemunhos-slider .elementor-swiper {
    overflow: visible !important;
    touch-action: pan-y !important;
  }
}
@media (max-width: 767px) {
  .elementor-28 .elementor-element.elementor-element-5f9b623.stratum-navigation-arrow-position-outside.stratum-swiper-direction-horizontal .elementor-widget-container > div,
  .elementor-28 .elementor-element.elementor-element-5f9b623.stratum-navigation-arrow-position-outside.stratum-swiper-direction-horizontal > div:not(.elementor-widget-container) {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-inline: 0 !important;
  }
  .luggy-faq summary.e-n-accordion-item-title {
    padding: 10px 20px !important;
}
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .elementor-28 .elementor-element.elementor-element-5f9b623 .elementor-widget-container,
  .elementor-28 .elementor-element.elementor-element-5f9b623 .swiper,
  .elementor-28 .elementor-element.elementor-element-5f9b623 .swiper-container {
    overflow: hidden !important;
  }

  .elementor-28 .elementor-element.elementor-element-5f9b623 .swiper-slide {
    box-sizing: border-box;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .luggy-faq .e-n-accordion-item-title-text {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .luggy-faq details.e-n-accordion-item > [role="region"],
  .luggy-faq details.e-n-accordion-item > [role="region"] p,
  .luggy-faq details.e-n-accordion-item > [role="region"] div,
  .luggy-faq details.e-n-accordion-item > [role="region"] span,
  .luggy-faq details.e-n-accordion-item > [role="region"] li {
    font-size: 15px !important;
  }
}
.logos-marquee {
  width: 100%;
  overflow: hidden;
}

.logos-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: logos-scroll 120s linear infinite;
}

.logos-set {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-shrink: 0;
}


.logos-set img {
  display: block;
  width: auto;
  object-fit: contain;
}

@keyframes logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.logos-set {
  gap: 90px;
  padding-right: 90px;
}

.logos-set img {
  height: 200px;
}
.contact-form-techsul,
.contact-form-techsul * {
  box-sizing: border-box;
}

.contact-form-techsul {
  width: 100%;
}

.contact-form-techsul p {
  margin: 0;
}

.contact-form-techsul .form-field {
  margin-bottom: 24px;
}

.contact-form-techsul label {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
  color: rgba(99, 99, 99, 1);
}

.contact-form-techsul label .required,
.contact-form-techsul label strong,
.contact-form-techsul label b {
  font-weight: 700;
  color: rgba(240, 125, 0, 1);
}

.contact-form-techsul .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-form-techsul input[type="text"],
.contact-form-techsul input[type="email"],
.contact-form-techsul input[type="url"],
.contact-form-techsul input[type="tel"],
.contact-form-techsul textarea {
  width: 100%;
  border: 1px solid rgba(99, 99, 99, 1);
  border-radius: 15px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: rgba(99, 99, 99, 1);
  outline: none;
  box-shadow: none;
}

.contact-form-techsul input[type="text"],
.contact-form-techsul input[type="email"],
.contact-form-techsul input[type="url"],
.contact-form-techsul input[type="tel"] {
  height: 50px;
}

.contact-form-techsul textarea {
  height: 162px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.contact-form-techsul .phone-row {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.contact-form-techsul .phone-row .wpcf7-form-control-wrap:first-child {
  width: 75px;
  flex: 0 0 75px;
}

.contact-form-techsul .phone-row .wpcf7-form-control-wrap:last-child {
  flex: 1;
}

.contact-form-techsul .form-consent {
  margin-top: 12px;
  margin-bottom: 22px;
}

.contact-form-techsul .form-consent .wpcf7-list-item {
  margin: 0;
}

.contact-form-techsul .form-consent .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0;
  color: rgba(99, 99, 99, 1);
}

.contact-form-techsul .form-consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 2px 0 0;
  accent-color: rgba(240, 125, 0, 1);
}

.contact-form-techsul .form-consent .wpcf7-list-item-label {
  color: rgba(99, 99, 99, 1);
}

.contact-form-techsul .form-submit {
  margin-top: 8px;
}

.contact-form-techsul input[type="submit"] {
  padding: 0 24px;
  border: none;
  border-radius: 28px;
  padding: 14px 29px 14px 29px;
  background: rgba(240, 125, 0, 1);
  box-shadow: 0px 4px 14.5px 0px rgba(0, 0, 0, 0.24) !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff !important;
  cursor: pointer;
}

.contact-form-techsul .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
}

.contact-form-techsul .wpcf7-response-output {
  margin: 16px 0 0;
}

.contact-form-techsul .wpcf7-spinner {
  display: block;
  margin-top: 10px;
}
.contact-form-techsul .phone-row,
.contact-form-techsul .phone-row > p {
  display: flex;
  align-items: stretch;
  gap: 8px;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}

.contact-form-techsul .phone-row .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
}


.contact-form-techsul .phone-row .wpcf7-form-control-wrap:last-of-type {
  flex: 1;
}

.contact-form-techsul .phone-row input[type="text"],
.contact-form-techsul .phone-row input[type="tel"] {
  width: 100%;
  height: 52px;
}
@media (max-width: 767px) {
  .contact-form-techsul .form-submit {
    display: flex;
    justify-content: center;
  }
  .elementor-20 .elementor-widget-icon-box .elementor-icon-box-icon {
    margin-top: 12px !important;
  }
}
