/*
Theme Name: Lumia
Author: Pixel Perfect Themes
Version: 1.0
*/

.topbar-bg {
    background-image: url('images/topbar.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.topbar-text {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.menu-bg {
    background-image: url('images/menu-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.mobile-menu-overlay.opacity-100 {
    opacity: 1;
    visibility: visible;
}

.mobile-menu.translate-x-0 {
    transform: translateX(0);
}

.mobile-submenu {
    transition: max-height 0.3s ease;
}

.mobile-submenu-toggle i.rotate-180 {
    transform: rotate(180deg);
}

.hero-banner-img {
    clip-path: ellipse(150% 100% at 100% 50%);
    object-position: center;
}

.carousel-wrapper {
    max-width: 100%;
    overflow: visible;
    padding: 80px 0;
}

.carousel-wrapper {
    padding-top:0 !important;
}

.beforeAfterCarousel {
    position: relative;
}

.beforeAfterCarousel .owl-stage-outer {
    overflow: visible !important;
    padding: 50px 0;
}

.beforeAfterCarousel .item {
    transition: all 0.3s ease;
    padding: 0 10px;
}

.beforeAfterCarousel .item img {
    width: 100%;
    height: auto;
    display: block;
}

.beforeAfterCarousel .owl-item {
    opacity: 0.5;
    transform: scale(0.7);
    transition: all 0.4s ease;
}

.beforeAfterCarousel .owl-item.center {
    opacity: 1;
    transform: scale(1.3);
    z-index: 10;
}

.beforeAfterCarousel .owl-nav {
    display: none;
}

.beforeAfterCarousel .owl-dots {
    display: none;
}

@media (max-width: 1024px) {
    .hero-banner-shape,
    .hero-banner-img {
        clip-path: ellipse(130% 100% at 100% 50%);
    }
    
    .beforeAfterCarousel .owl-item.center {
        transform: scale(1.05);
    }
}

@media (max-width: 768px) {
    .hero-banner-shape,
    .hero-banner-img {
        clip-path: none;
    }
    
    .beforeAfterCarousel .owl-item.center {
        transform: scale(1);
    }
}

.send-btn {
    background: #d4000b;
    box-shadow: 0 8px 20px rgba(212, 0, 11, 0.4);
}

.send-btn:hover {
    background: #b80009;
    box-shadow: 0 12px 30px rgba(212, 0, 11, 0.5);
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    box-shadow: 0 12px 32px rgba(212, 0, 11, 0.25);
}

.contact-fab {
    position: fixed;
    right: 76px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1060;
    transition: right 0.25s ease, transform 0.25s ease;
    cursor: pointer;
}

.contact-fab.at-to-top {
    right: 18px;
}

.contact-actions {
    position: fixed;
    right: 76px;
    bottom: 18px;
    z-index: 1059;
    pointer-events: none;
    transition: right 0.25s ease;
}

.contact-actions.at-to-top {
    right: 18px;
}

.contact-actions .action {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #111;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: scale(0.6);
    transition: transform 0.2s ease, opacity 0.2s ease;
    text-decoration: none;
}

.contact-actions .action i {
    font-size: 18px;
}

.contact-actions .action.phone {
    right: 0;
    bottom: 60px;
}

.contact-actions .action.whatsapp {
    right: 52px;
    bottom: 36px;
    background: #25d366;
    color: #fff;
    border: none;
}

.contact-actions .action.email {
    right: 60px;
    bottom: -10px;
}

.contact-actions.show {
    pointer-events: auto;
}

.contact-actions.show .action {
    opacity: 1;
    transform: scale(1);
}

.to-top {
    --progress: 0;
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: conic-gradient(#000 calc(var(--progress) * 1%), #e5e7eb 0);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    z-index: 1060;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    border: none;
    cursor: pointer;
}

.to-top::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #fff;
    border-radius: 50%;
}

.to-top i {
    position: relative;
    z-index: 2;
}

.to-top.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.padding-zero {
    padding-bottom: 0 !important;
}

.icons {
    width: 22px !important;
    height: 22px !important;
}

.stars {
    display: grid !important;
}

img.flags {
    width: 35px !important;
}

.testimonialsCarousel .item > div {
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.testimonialsCarousel .item p:first-of-type {
    flex-grow: 1;
}

.treatmentsCarousel .item > div {
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 720px) {
  .steps-gap {
    gap:7.5rem !important;
    }
}

.grid.grid-cols-1.md\:grid-cols-2 {
    align-items: start;
}

.faq-item {
    align-self: start;
    height: fit-content;
    min-height: auto;
}

