.hero,
.hero-opacity img {
    max-height: 920px;
}
button {
    border: 0;
}

.elementor-widget-button {
    line-height: 0;
}

.perk-item {
  background-color: #EAE8E8;
  height: 100%;
}

.perk-item:hover,
.perk-item-hover {
    background-color: #19191A !important;
}

.perk-item:hover p,
.perk-item-hover p {
    color: #F9F9F9CC !important;
}

.perk-item:hover h4,
.perk-item-hover h4 {
    color: #F9F9F9 !important;
}

.perk-item:hover h3,
.perk-item-hover h3 {
    color: #6EC4C4 !important;
}

.perk-item:hover .elementor-widget-spacer,
.perk-item-hover .elementor-widget-spacer {
    background-color: #F9F9F9 !important;
}

.perk-item:hover .elementor-icon svg,
.perk-item-hover .elementor-icon svg {
    fill: #6EC4C4 !important;
    color: #6EC4C4 !important;
}

.service-perk-items .perk-item h3 {
    font-size: 16px !important;
}

.services h3 {
    position: relative;
    display: inline-block;
}

.services h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
}

.services:hover h3::after {
    width: 100%;
}

.services-item h3 {
    font-family: "Kanit", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 0;
    color: #F9F9F9;
    font-weight: 400;
}

.services-item h2 {
    font-size: 18px;
    line-height: 27px;
    font-family: "Kanit", Sans-serif;
    font-weight: 500;
    color: #6EC4C4;
    margin: 0 0 24px;
}

.services-item .srv-read-more-container {
    margin-top: 12px;
}

.services-item .srv-read-more-container a {
    color: #6EC4C4 !important;
    display: flex;
    gap: 5px;
    transition: 0.3s all linear;
}

.services-item .srv-read-more-container a:hover {
    text-decoration: underline;
    color: #F9F9F9 !important;
}

.coach-text > h3 {
    font-size: 48px;
}

.coach-text > p {
    color: #F9F9F9CC !important;
}

.testimonials {
    width: 800px;
}

.pricing-item .price-sign {
    vertical-align: super;
    font-size: 18px;
}

.pricing-item .price-month {
    font-size: 22px;
    font-weight: normal;
}

.pricing-item p {
    margin-block-end: 0 !important;
}

.pricing-item .price-from {
    font-size: 16px;
    color: #19191A;
    font-weight: normal;
}

.pricing-item .pricing-body {
    overflow: hidden;
    border-radius: 7px;
    height: 100%;
    min-height: 100%;
}

.pricing-item .pricing-body .elementor-widget-button {
  margin-top: auto;
}

.pricing-item:hover {
    cursor: pointer;
}

.pricing-item:hover .price-from {
    color: #F9F9F9;
}

.pricing-item:hover .pricing-body {
    background: #19191A !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.pricing-item:hover .pricing-body p,
.pricing-item:hover .pricing-body ul li span,
.pricing-item:hover .pricing-body h3 {
    color: #F9F9F9 !important;
}

.pricing-item .price-amount p,
.pricing-item:hover .price-amount p,
.pricing-item:hover .price-amount p span {
    color: #6EC4C4 !important;
}

.pricing-item .pricing-icon {
    filter: drop-shadow(0px 5px 4px rgba(25, 25, 26, 0.25));
    border-radius: 7px;
}

.pricing-item:hover .pricing-icon {
    background-color: #6EC4C4 !important;
}
.pricing-item .pricing-icon svg {
    transition: all .4s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.pricing-item:hover .pricing-icon svg {
    fill: #19191A !important;
    
    transform: rotate(45deg) scaleX(-1) !important;
}

.pricing-item:hover .elementor-divider-separator {
    border-block-start: 1px solid #F9F9F9 !important;
}

.pricing-item .ribbon {
    position: absolute;
    top: -130px;
    right: -86px;
    width: 160px;
    padding: 8px 0;
    text-align: center;
    color: #333;
    background: #6EC4C4;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: rotate(45deg);
    z-index: 1;
}

.e-n-accordion-item {
  
}

.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.e-n-accordion-item-title-icon {
    border-radius: 7px;
    border: 1px solid #F9F9F9;
    padding: 5px;
}

.e-n-accordion-item:hover .e-n-accordion-item-title-icon {
    border: 1px solid #6EC4C4;
}

.e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    border: 1px solid #6EC4C4;
    background: #6EC4C4;
}

.e-n-accordion-item[open] .e-n-accordion-item-title-icon svg {
    fill: #19191A !important;
}

.footer-contacts a {
    font-size: 18px !important;
    color: #6EC4C4 !important;
    font-weight: 500 !important;
    position: relative;
    display: inline-block;
}

.footer-contacts a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
}

.footer-contacts a:hover::after {
    width: 100%;
}

.footer-quick-links a,
.footer-quick-links svg {
    color: #F9F9F9CC !important;
    transition: all 0.3s ease;
}

.footer-quick-links a:hover span,
.footer-quick-links a:hover svg {
    color: #6EC4C4 !important;
}

.image-scrap {
    width: 100%;
}

body.smartMove-modalOpen {
    overflow: hidden;
}

.smartMove-hidden {
    display: none;
}

#smartMoveOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#smartMoveOverlay.smartMove-hidden {
    display: none;
}

#smartMoveContainer {
    position: relative;
    background: #19191A;
    padding: 1.75rem 1.25rem;
    width: 90%;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    font-family: system-ui, sans-serif;
    color: #EAE8E8;
}

#smartMoveCloseBtn {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: transparent;
    border: none;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}

#smartMoveCloseBtn:hover {
    color: #6EC4C4;
}

#smartMoveTitle {
    text-align: center;
    color: #6EC4C4;
    margin: 0 0 2rem;
    font-size: clamp(1.4rem, 4vw, 1.9rem);
    line-height: 1.3;
    font-weight: 700;
}

#smartMoveContainer h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #fff;
}

.smartMoveStep {
    display: none;
    opacity: 0;
    animation: smartMoveFadeIn 0.4s forwards;
}

.smartMoveStep.smartMove-active {
    display: block;
}

@keyframes smartMoveFadeIn {
    to { opacity: 1; }
}

.smartMove-buttons {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

#smartMoveSteps button {
    width: 100%;
    margin-top: 0.5rem;
    background: #EAE8E8;
    color: #19191A;
    border: 1px solid #ccc;
    text-align: left;
    transition: background 0.2s;
    border: none;
}

#smartMoveSteps button:hover {
    background: #6EC4C4;
    border-color: #6EC4C4;
}

#smartMoveContainer textarea {
    width: 100%;
    padding: 0.75rem;
    margin-top: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #EAE8E8;
    resize: vertical;
    font-size: 1rem;
}

#smartMoveContainer label {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    font-size: 1rem;
}

#smartMoveContainer input[type='checkbox'],
#smartMoveContainer input[type='radio'] {
    margin-right: 0.6rem;
    accent-color: #6EC4C4;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.smartMove-bodyTypeImages {
    display: flex;
    justify-content: space-around;
    margin: 1rem 0;
}

.smartMove-bodyTypeImages img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: border 0.3s, box-shadow 0.3s;
}

.smartMove-bodyTypeImages img.selected {
    border-color: #6EC4C4;
    box-shadow: 0 0 10px rgba(110,196,196,0.5);
}

.smartMove-width {
    max-width: 600px;
}

#smartMoveVideoContainer {
    display: none;
    background: #000;
}

#smartMoveVideo {
    display: block;
    height: 90vh;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

@media (max-width: 480px) {
    #smartMoveContainer {
        padding: 1.25rem 0.9rem;
    }

    .smartMove-buttons {
        flex-direction: column;
    }

    .smartMove-buttons button {
        width: 100%;
    }

    #smartMoveVideo {
        height: 70vh;
    }

    .e-n-accordion-item > div[role="region"] {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 1200px) {
    .pricing-item .ribbon {
        right: -74px;
    }
}

@media only screen and (max-width: 1024px) {
    .pricing-item .ribbon {
        top: -129px;
        right: -79px;
    }
}

@media only screen and (max-width: 900px) {
    .pricing-item .ribbon {
        right: -57px;
        top: -58px;
    }

    #smartMoveCloseBtn {
        right: 0.25rem;
    }
}



/* .dropdown-menu .e-n-menu-content {
    width: 40%;
    background: #19191A; 
} */
.dropdown-menu .e-n-menu-title {
    height: 38px;
    width: 100px;
    text-align: center;
     justify-content: center
}


.dropdown-menu .e-n-menu-title a {
      font-size: 14px !important;
}
.elementor-53 .elementor-element.elementor-element-5b0d48f > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container,
.elementor-53 .elementor-element.elementor-element-5b0d48f > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span  {
    line-height: 20px !important;
    --n-menu-title-line-height: initial;
}

.elementor-53 .elementor-element.elementor-element-5b0d48f > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title {
        --n-menu-title-line-height: initial;
}

.elementor-element-869b90a {
    background-color: unset !important;
}

.dropdown-menu .dropdown-menu-service h4 {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: bold;
    color: #19191A !important;
    margin: 10px 0 10px 0;
}

.dropdown-menu .dropdown-menu-service {
    transition: all .3s ease; 
    padding: 18px;
    border-radius: 7px;
}

.dropdown-menu .dropdown-menu-service svg {
    width: 36px;
    height: 36px;
    fill: #6EC4C4 !important;
}

.dropdown-menu .dropdown-menu-service:hover {
    background: #19191A;
    color: #F9F9F9;
}

.dropdown-menu .dropdown-menu-service svg {
    transition: all 0.3s ease;
}
.dropdown-menu .dropdown-menu-service:hover svg {
    transform: scaleX(-1) !important;
}

.dropdown-menu .dropdown-menu-service:hover h4 {
    color: #F9F9F9 !important;
}

.dropdown-menu a {
    justify-content: center;
}
@media (max-width: 900px) {
    .elementor-53 .elementor-element.elementor-element-5b0d48f.elementor-element {
        --align-self: center !important;
    }

    .e-n-menu-content.e-active {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .dropdown-menu .e-n-menu-item {
        width: 100%;
        height: auto;
    }

    .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
        top: 116% !important;
    }
}

.hidden {
  display: none !important;
}

.quiz-button {
  background-color: #57c4c4;
  border: none;
  color: #222;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
}

.quiz-button:hover {
  opacity: 0.9;
}

.about-perk img {
    transition: all 0.3s ease;
}
.about-perk:hover img {
    transform: scaleX(-1) !important;
}
.consultancy a {
    transition: all .2s ease;
}
.consultancy a:hover {
    color: #F9F9F9;
    border-bottom: 1px solid #000;
}

.wpml-ls-display {
    display: none;
}

.wpml-elementor-ls .wpml-ls-item {
    display: block !important;
}

html[lang="es-ES"] .section-title-container {
    width: 280px !important;
}


.perk-benefits .elementor-widget-text-editor {
    min-width: 180px;
}

