button.f-btn.primary-b-btn.medium.js-studio-setup-action
{
    display:none;
}


html, body{
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

header.mobile-header.main-header {
    display: none;
}
.progress-content {
    background: var(--main-white-pure-color);
    border-radius: 10px;
}

.progress-container .form-message-box {
    opacity: 0;
    transform: translateY(130%) scale(0);
    position: absolute;
    width: 100%;
    left: 0;
    background: var(--main-white-pure-color);
    z-index: 1;
    grid-gap: 8px;
    padding-top: 5px;
}

.progress-container.failed .form-message-box.failed, .progress-container.success .form-message-box.success {
    opacity: 1;
    transform: translateY(0);
    align-self: end;
    z-index: 6;
}

.progress-container.failed .form-message-box.failed ~ .progress-load-body .prog-slide {
    z-index: 2;
}

.progress-load-body {
    align-content: end;
}

.fitvibe-loader, .form-message-box {
    text-align: center;
    /* background: var(--main-sub-color); */
    border-radius: 100px;
    display: grid;
    align-items: center;
    margin: 0 auto;
    padding: 25px;
    gap: 20px;
    transition: 0.5s ease;
    z-index: 5;
    position: relative;
}

.load-area .fitvibe-loader {
    position: absolute;
    height: 100%;
    align-content: center;
    right: 0;
    left: 0;
}

.showBookContainer.load-area {
    position: relative;
    min-height: 350px;
}

.fitvibe-loader .loading-message {
    display: grid;
    font-weight: var(--fw-xbold);
    font-size: var(--fs-sm);
    gap: 5px;
}

.fitvibe-loader .loading-message strong {
    color: var(--main-primary-color);
    font-weight: var(--fw-xbold);
}

@keyframes wave {
    0%, 100% {
        fill: #325DE6;
    }

    50% {
        fill: #ffffff;
    }
}

@keyframes wave-blue {
    0%, 100% {
        fill: #ffffff;
    }

    50% {
        fill: #325DE6;
    }
}

.booking-card .line1, .fitvibe-loader .line1 {
    animation: wave 2.5s infinite ease-in-out;
}

.booking-card .line2, .fitvibe-loader .line2 {
    animation: wave 2.5s infinite ease-in-out 1.25s;
}

.fitvibe-loader svg {
    width: 100%;
    height: 55px;
    /* top: -357px; */
    position: relative;
}

.paymentBox {
    display: grid;
    /* justify-content: center; */
    min-width: 400px;
    margin: 0 auto;
    padding: 20px 20px;
    max-width: 500px;
    min-height: 720px;
}

.paymentBox .pay-with-save-card {
    width: 384px;
    padding: 7px 0px;
    margin: 0 auto;
    text-align: center;
    background: var(--main-white-color);
    border-radius: 2px;
}

.paymentBox .pay-with-save-card .card-label {
    background: var(--main-white-color);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.paymentBox .payment-complete-area {
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 20px;
    margin-top: 30px;
    /* max-width: 400px; */
    margin: 30px auto;
}

.payment-failed.payment-complete-area {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.paymentBox .payment-complete-area strong.fitcoin {
    display: inline-flex ;
    gap: 5px;
    min-height: 25px;
    align-items: center;
}

.booking-message-box:is(.payment-success,.payment-failed) {
    /* box-shadow:none; */
    display: grid;
    margin: 0;
    background: var(--main-white-color);
    height: 100%;
    /* min-height: 450px; */
}

.booking-message-box .booking-message-grid {
    display: grid;
    gap: 20px;
    min-height: 450px;
    padding: 20px;
}

.booking-message-box .booking-call-area {
    display: grid;
    justify-content: center;
    margin-top: 30px;
}

.booking-message-box .booking-message-row {
    align-self: start;
    /* max-width: fit-content; */
    /* justify-self: center; */
    border-bottom: 1px solid var(--main-gray-color);
    padding-bottom: 20px;
}

.booking-message-box .booking-message-row.end {
    align-self: end;
    width: 100%;
    /* position: absolute; */
    bottom: 10px;
    max-width: 250px;
    /* justify-self: anchor-center; */
    border-bottom: none;
    padding: 0;
    margin: 0 auto;
}

.booking-message-box .booking-message-row.end .close-btn {
    width: 100%;
}

.booking-message-box .buy-packet-area {
    display: grid;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    text-align: left;
}

.fitcoinAnimation {
    font-size: var(--fs-xxl);
    display: grid;
    justify-content: center;
    color: #606D97;
    text-align: center;
    min-height: 137px;
    transition: 0.3s ease;
    transform: scale(0);
    position: relative;
}

.fitcoinAnimation #coinsDisplay {
    z-index: 10;
    position: relative;
    transition: 0.5s;
}

.fitcoinAnimation #coinsDisplay.low-level {
    animation: pulse 1s infinite;
    color: #ff3b3b;
    font-weight: bold;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

div#lowCoinsMessage {
    font-size: var(--fs-sm);
    color: var(--main-blueblack-color);
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    display: grid;
    transform: scale(0);
    align-content: start;
}

div#lowCoinsMessage.show {
    height: 80px;
    opacity: 1;
    transform: unset;
    max-height: 100%;
}

.fitcoinAnimation svg {
    height: 70px;
    width: 70px;
}



.fitcoinAnimation .coin-animation.stop {
    animation: none;
    opacity: 0;
}

.fitcoinAnimation .coin {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-image: url(../assets/img/svg-icons/fitCoin.svg);
    background-size: contain;
    opacity: 0;
    animation: fall 1.5s ease-in forwards;
}

@keyframes fall {
    0% {
        transform: translate(-50%, -50px) scale(1.5);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, -50px) scale(1.5);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 80px) scale(0.3);
        opacity: 0;
    }
}

.fitcoinAnimation.show {
    transform: unset;
}

.booking-message-box .buy-packet-area h3 {
    text-align: center;
}

.booking-message-box .buy-packet-area .f-btn {
    /* flex: 0 0 200px; */
    max-width: max-content;
    margin: 0 auto;
}

.payment-success, .payment-failed {
    text-align: center;
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    /* max-width: 400px; */
    margin: 30px auto;
}

.payment-complete-area .icon {
    margin-bottom: 15px;
}

.payment-failed h2 {
    color: #D32F2F;
    margin-bottom: 10px;
}

.payment-success h2 {
    color: #1F8900;
    margin-bottom: 10px;
}

.payment-complete-area .payment-message {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
    text-align: left;
}

.total-balance {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.total-balance .total-balance-detail {
    margin-left: 10px;
    margin-top: 5px;
}



.payment-complete-area .pay-try-again {
    background: #D32F2F;
}

.f-btn.success-btn:hover {
    background: #b2d7a5;
}

.paymentBox .payment-complete-area .icon svg {
    margin: 0 auto;
}

.paymentBox .payment-complete-area .complete-pay-message {
    font-size: var(--fs-md);
}





.paymentBox .pay-confirm {
    display: grid;
    gap: 20px;
    max-width: 440px;
    margin: -20px auto 0 auto;
}

.payment-methods-area .pay-new-card {
    min-height: 439px;
}

.paymentBox .payment-details {
    display: grid;
}

.paymentBox h3 {
    padding-left: 30px;
    border-bottom: 1px solid var(--main-sub-color);
    padding: 10px 0px;
    margin-bottom: 20px;
    font-size: var(--fs-xsm);
}

.paymentBox #googleArea {
    display: grid;
    max-width: 384px;
    margin: 0 auto;
    height: 48px;
    display: none;
}

.MuiGrid-container {
    order: 2;
}

.paymentBox #googleArea button {
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.paymentBox #googleArea button * {
    margin-top: 4px;
}

.paymentBox #googleArea button .gpay-card-info-animation-container {
    width: 100%;
    /* height: 48px; */
}

#google-pay-container button {
    min-height: 50px;
    /* Ελάχιστο ύψος */
}

.paymentBox #pay-form {
    margin: 0 auto;
}




.user-menu i, .booking-confirm-box .booking-card .client-note i, .studio-ot-icon-area .studio-arrow-down i {
    transform: rotateZ(0deg);
    transition: 0.2s ease;
    cursor: pointer;
}

.user-menu.open i, .booking-confirm-box .booking-card .client-note.show i, .studio-ot-icon-area .studio-arrow-down.show i {
    transform: rotateZ(-180deg);
    /* transition: 0.2s ease; */
}

.user-menu-popup {
    position: absolute;
    /* height: 400px; */
    border: 2px solid var(--sub-border-white-color);
    top: 64px;
    background: var(--main-white-pure-color);
    padding: 20px 20px;
    min-width: 300px;
    border-radius: 20px;
    right: 18px;
    text-align: left;
    display: grid;
    gap: 20px;
    transform: scale(0);
    visibility: hidden;
    transform-origin: top right;
    transition: 0.3s ease;
    opacity: 00;
    min-width: 300px;
}

.user-menu.open .user-menu-popup {
    transform: inherit;
    opacity: 1;
    visibility: visible;
    display: none;
}

.user-menu-popup .user-menu-list {
    display: grid;
    /* gap: 15px; */
}

.user-menu-popup .user-menu-footer {
    border-top: 1px solid var(--main-sub-color);
    padding: 15px 0 0 0;
}

.user-menu-popup .fitviber-name {
    text-align: left !important;
    font-size: var(--fs-sm);
    color: var(--main-blueblack-color);
}

.user-menu-popup .user-link {
    text-align: left;
    padding: 13px 5px;
}

.user-menu-popup .user-link:hover {
    background: var(--main-sub-color);
}

.scroll-fade {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    transition: 0.3s inear 0s;
}

.fadeOutDown {
    opacity: 0;
    animation-name: fadeOutDown;
    -webkit-animation-name: fadeOutDown;
}

.scfadeInUp {
    opacity: 0;
    animation-name: scfadeInUp;
    -webkit-animation-name: scfadeInUp;
}

@keyframes scfadeInUp {
    from {
        transform: translateY(40px);
        οpacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes scfadeInUp {
    from {
        transform: translateY(40px);
        οpacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeOutDown {
    from {
        transform: translateY(0px);
        opacity: 1;
    }

    to {
        transform: translateY(40px);
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutDown {
    from {
        transform: translateY(0px);
        opacity: 1;
    }

    to {
        transform: translateY(40px);
        opacity: 0;
    }
}

.swiper-area {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0.5s;
    overflow: hidden;
    transform: translateY(100px);
}

body .swiper-initialized {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    max-width: calc(100vw - 20px);
}

.error-404 {
    display: grid;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: var(--main-white-color);
}

.error-404 img {
    height: 57dvh;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}

.error-404 span {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: #96b4e6;
    text-shadow: 2px 2px 0px #c9d8f2 , 4px 4px 1px #c9d8f2, 6px 4px 7px #c9d8f2;
    letter-spacing: 3px;
}

/***********gps-location ***************/
.fixed-btn.exp-map {
    position: fixed;
    bottom: 20px;
    z-index: 4;
    right: 0;
    left: 0;
    display: grid;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    background: var(--main-white-color);
    color: var(--main-blueblack-secondary-color);
    color: var(--main-neutral-grey-color);
    max-width: 200px;
    background: var(--main-white-pure-color);
    border-color: #D5D9E7;
}

.fixed-btn.exp-map span {
    display: flex;
    gap: 10px;
    font-weight: 700;
    min-height: 30px;
    align-items: center;
}

.main-header {
    padding: 0px;
    text-align: center;
    background-color: var(--main-gray-color);
    color: var(--main-neutral-grey-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 800;
    font-size: 16px;
}

.main-instraction-box h3 {
    text-align: left;
    font-size: 19px;
    margin-bottom: 5px;
}

.main-instraction-box {
    text-align: center;
}

.btn-effect {
    transform: unset;
    transition: 0.1s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}

.btn-effect.focus {
    transform: scale(0.9);
}

.notificationAppointment,
.nav-badge {
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--alert-danger-color, #dc2626);
    color: #fff;
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.18);
}
.main-menu .user-menu.js-open-sidebar {
    position: relative;
}
.main-menu .user-menu.js-open-sidebar .nav-badge.js-upcoming-bookings-badge-profile {
    position: absolute;
    top: -6px;
    right: -10px;
    z-index: 2;
}
.user-menu-popup .user-link {
    position: relative;
}
.user-menu-popup .user-link .nav-badge.js-upcoming-bookings-badge-menu {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#fvSidebar .dashboard-menu-item .menu-link .nav-badge {
    margin-left: auto;
    margin-right: 10px;
    flex-shrink: 0;
}

.main-instraction-box .basic-message {
    text-align: left;
    color: var(--main-darkgray-color);
    max-width: 398px;
    font-size: var(--fs-xsm);
}

div.gps-location-denied-popup {
    position: fixed;
    z-index: 100000;
    /* top: 0; */
    /* width: 100%; */
    bottom: 0;
    display: grid;
    align-items: center;
    overflow: auto;
    left: calc(50% - 533px / 2);
    padding: 10px;
}

div.gps-location-denied-popup .main-box {
    background-color: white;
    display: grid;
    width: auto;
    margin: 0px auto;
    max-width: 750px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear 0s;
    position: relative;
    transform: scale(0);
    display: grid;
    grid-template-columns: 55px auto;
    padding: 20px;
    gap: 20px;
    box-shadow: 0px 0px 4px 0px #00000054;
}

div.gps-location-denied-popup .main-box .info-icon {
    font-size: 40px;
    color: var(--swiper-theme-color);
    justify-content: center;
    display: grid;
    margin-top: 8px;
}

div.gps-location-denied-popup.show .main-box {
    opacity: 1;
    visibility: visible;
    transform: initial;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .image-area {
    text-align: center;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .image-area img {
    max-width: 340px;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box {
    position: relative;
    background-color: #000000db;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .first-text {
    position: absolute;
    top: 6px;
    background-color: white;
    padding: 10px;
    z-index: 1;
    left: -130%;
    height: 40px;
    font-size: 13px;
    opacity: 0;
    transition: 0.3s linear 0s;
    visibility: hidden;
    display: grid;
    align-items: center;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .first-text:before {
    right: -23px;
    border: 7px solid;
    top: 0px;
    z-index: 0;
    content: "\A";
    border-style: solid;
    border-width: 20px 0px 20px 24px;
    border-color: transparent #ffffff00 #ffffff00 #ffffff;
    position: absolute;
    display: grid;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .second-text {
    position: absolute;
    top: 90px;
    background-color: white;
    padding: 10px;
    z-index: 1;
    left: -130%;
    height: 40px;
    font-size: 13px;
    opacity: 0;
    transition: 0.3s linear 0s;
    visibility: hidden;
    display: grid;
    align-items: center;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .second-text:before {
    width: 0%;
    height: 10px;
    position: absolute;
    right: -24px;
    border: 0px solid;
    top: 0;
    z-index: 0;
    content: "\A";
    border-style: solid;
    border-width: 20px 0px 10px 24px;
    border-color: transparent #ffffff00 #ffffff00 #ffffff;
    position: absolute;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .third-text {
    position: absolute;
    top: 145px;
    background-color: white;
    padding: 10px;
    z-index: 1;
    left: -130%;
    height: 40px;
    font-size: 13px;
    opacity: 0;
    transition: 0.3s linear 0s;
    visibility: hidden;
    display: grid;
    align-items: center;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .third-text:before {
    width: 0%;
    height: 10px;
    position: absolute;
    right: -24px;
    border: 0px solid;
    top: 0px;
    z-index: 0;
    content: "\A";
    border-style: solid;
    border-width: 15px 0px 15px 24px;
    border-color: transparent #ffffff00 #ffffff00 #ffffff;
    position: absolute;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .first-text, div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .second-text, div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .third-text {
    background-color: var(--main-primary-color);
    color: white;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .first-text:before, div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .second-text:before, div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .third-text:before {
    border-color: transparent #ffffff00 #ffffff00 var(--main-primary-color);
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .last-text {
    position: absolute;
    top: 228px;
    background-color: white;
    padding: 10px;
    z-index: 1;
    left: -130%;
    font-size: 13px;
    opacity: 0;
    transition: 0.3s linear 0s;
    visibility: hidden;
    display: grid;
    align-items: center;
    border: 2px solid;
    width: 220px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    background-color: var(--main-neutral-grey-color);
    color: white;
    font-size: 15px;
    transition: 0.3s linear 0s;
    cursor: pointer;
    text-align: center;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .first-text.show, div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .second-text.show, div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .third-text.show, div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .last-text.show {
    opacity: 1;
    visibility: visible;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .first-text.show {
    left: 30px;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .second-text.show {
    left: 40px;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .third-text.show {
    left: -57px;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .last-text.show {
    left: 35%;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .black-mask {
    text-align: center;
    background-color: #000000c7;
    height: 100%;
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 100% 100%, 100% 0%);
    transition: 0.3s linear 0s;
    width: 340px;
    margin: 0 auto;
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .black-mask.first {
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 14%, 0% 14%, 0% 100%, 100% 100%, 100% 0%)
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .black-mask.second {
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 26%, 100% 26%, 100% 45%, 0% 45%, 0% 100%, 100% 100%, 100% 0%);
}

div.gps-location-denied-popup .main-box .image-gif-instraction-box .instraction-text .black-mask.third {
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 43%, 100% 43%, 100% 64%, 0% 64%, 0% 100%, 100% 100%, 100% 0%);
}

/********gps-location*********/
li.partner-link {
    font-weight: var(--fw-semibold);
}

li.choose-lang {
    font-size: 20px;
    width: 50px;
    text-align: center;
    height: 50px;
    display: grid;
    place-content: center;
}

header.desktop-header {
    display: grid;
}

.video-container {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 10px 5px;
    max-width: 1000px;
    margin: 0 auto;
}

.video-container iframe {
    width: 100%;
    height: 500px;
}

.search-header-area {
    position: relative;
    top: 0;
    height: 60px;
    /* visibility: hidden; */
    display: flex;
    align-items: start;
    top: 10px;
}

.search-header-area .main-search-input-container {
    padding: 0;
}

.search-header-area .search-large-area {
    padding: 3px 10px;
    border: 1px solid var(--sub-border-white-color);
    box-shadow: none;
    min-width: 320px;
}

.search-header-area .search-large-area .btn-area button.search-submit {
    /* width: 45px; */
    height: 42px;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 0;
    display: none;
}

.search-header-area .search-large-area .btn-area {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear 0s;
}

/************ search main popup ***************/
.search-popup {
    position: fixed;
    width: 100%;
    top: 0;
    background: var(--main-white-color);
    z-index: 21;
    display: none;
    overflow: auto;
    height: 100%;
    overflow-x: hidden;
}



.search-popup .hash-tag-box label {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
}

.search-popup .categories-area {
    border: none;
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px 5px;
    flex-wrap: wrap;
}

.search-popup .search-li-box {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 16px;
    padding: 10px 15px;
    min-height: 60px;
    box-shadow: 0px 0px 7px 0px #0000001a;
    /* max-height: 65px; */
    /* overflow: hidden; */
    transition: 0.3s linear 0s;
}

.search-popup .search-header-area .search-large-area {
    background: transparent;
    border: none;
    padding: 10px 0px;
    overflow: unset;
    padding-bottom: 70px;
}

.search-popup .search-header-area {
    height: 100%;
    top: unset;
    /* position: unset; */
    visibility: visible;
    opacity: 1;
    /* height: 500px; */
}

.search-popup .header {
    position: sticky;
    top: 0;
    right: 0;
    margin-bottom: 0px;
    z-index: 3;
    background: #f2f2f2;
    padding: 20px 0px;
    margin-bottom: 10px;
    justify-content: end;
    display: flex;
    padding-right: 10px;
}


.search-popup .content {
    min-height: 700px;
    z-index: 2;
    position: relative;
}

.search-popup .search-large-area .recently-search {
    max-height: 250px;
}

.search-popup .footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px 5px 0px 0px;
    left: 0;
    z-index: 15;
}

.search-popup .footer .search-submit {
    background: var(--main-primary-color);
    width: 100%;
    height: 50px;
    display: grid;
    place-content: center;
    border-radius: 24px;
    display: flex;
    place-content: center;
    align-items: center;
    /* box-shadow: 0px 0px 5px 0px #00000070; */
    gap: 10px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.search-popup .main {
    padding: 0px 5px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    /* min-height: 100%; */
    /* background: #ffffff; */
}

/************ search main popup ***************/
/******** main-section-large-search-area ******/

.main-search-area {
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 0px auto;
    height: 227px;
    padding: 0 20px;
    width: 100%;
    /* display: grid; */
    align-content: center;
    position: sticky;
    top: 200px;
    margin-top: 173px;
    margin-bottom: 200px;
}

.main-section .main-header {
    text-align: center;
    display: grid;
    margin-bottom: 50px;
    gap: 15px;
    max-height: 300px;
    top: 10px;
}

.main-section .main-header h1 {
    font-size: 40px;
}

.main-section .main-header p {
    font-size: 20px;
}

.search-large-area {
    /* display: flex; */
    align-items: center;
    width: 100%;
    /* max-width: 950px; */
    margin: 0 auto;
    background: white;
    outline: none;
    border: none;
    border-radius: 32px;
    padding: 0 30px 0 30px;
    font-size: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: black;
    padding: 15px 18px;
    position: relative;
    z-index: 2;
    /* animation: fade-out  linear forwards; */
    /* animation-timeline: view(70px); */
    /*animation-range: exit;*/
    overflow: hidden;
    max-width: 795px;
}

@keyframes fade-out {
    0%,30% {
        opacity: 0;
        transform: scale(0);
    }

    55% {
        opacity: 1;
        transform: scale(1)
    }
}

.search-large-area .basic-area {
    display: flex;
    gap: 20px;
    margin: 0 5px;
    align-items: center;
}

.search-large-area .basic-area .input-area {
    width: 100%;
    position: relative;
    color: var(--main-darkgray-color);
}

.search-large-area .basic-area .input-area .pin-icon {
    position: absolute;
    height: 100%;
    display: grid;
    align-items: center;
    font-size: 23px;
    left: 3px;
}

.search-large-area .basic-area .input-area .search-input {
    width: 100%;
    height: 40px;
    /* background: var(--main-white-color); */
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 0px 0 30px;
    font-size: 1rem;
    color: black;
    font-weight: 400;
}

.search-large-area .basic-area .input-area .clear-input {
    position: absolute;
    top: 0;
    right: 50px;
    height: 100%;
    font-size: 22px;
    display: grid;
    align-items: center;
    visibility: hidden;
    width: 40px;
    transition: 0.3s linear 0s;
    place-content: center;
    opacity: 0;
}

.search-large-area .basic-area .input-area .find-user-loc {
    position: absolute;
    right: 0;
    z-index: 5;
    top: 0;
    height: 100%;
    display: grid;
    place-content: center;
    font-size: 28px;
    cursor: pointer;
}

.find-user-loc.btn-effect i {
    transition: 0.3s linear 0s;
    color: var(--main-darkgray-color);
}

.find-user-loc.btn-effect.focus i {
    color: var(--swiper-theme-color);
    transform: scale(1.3);
    font-weight: bold;
}

.search-large-area .basic-area .input-area .edit-icon {
    position: absolute;
    right: 0;
    top: 12px;
    transition: 0.3s linear 0s;
    display: none;
}

.search-large-area .basic-area .input-area .search-input:valid + .clear-input {
    visibility: visible;
    opacity: 1;
}

.search-header-area .search-large-area .basic-area .input-area .search-input:valid ~ .btn-area {
    visibility: visible;
    opacity: 1;
}

.search-large-area .basic-area .input-area .search-input:is(:focus,:valid) ~ .edit-icon {
    opacity: 0;
}

.search-large-area .btn-area {
    display: flex;
    gap: 10px;
}

.search-large-area .search-collapse-area {
    display: grid;
    overflow: hidden;
    width: 100%;
    display: none;
    /* position: absolute; */
    left: 0;
    background: white;
    padding: 7px;
    border-radius: 0px 0px 10px 10px;
    /* box-shadow: 0px 20px 10px 0px #0000005e; */
}

.search-large-area .search-collapse-area.not-collapse {
    display: grid;
    background: transparent;
    padding: 0;
    overflow: unset;
}

div.search-results {
    display: grid;
    gap: 8px;
    /* height: 0px; */
    transition: 0.3s linear 0s;
}

div.search-results .search-item, .recently-box {
    min-height: 33px;
    display: grid;
    align-items: center;
    border-radius: 5px;
    transition: 0.1s linear 0s;
    cursor: pointer;
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #525252;
    font-size: 16px;
    font-weight: var(--fw-semibold);
    word-spacing: 2px;
}

div.search-results .search-item .address {
    display: grid;
}

div.search-results .search-item .address span {
    color: #828282;
    font-weight: var(--fw-regular);
    font-size: var(--fs-xsm);
    min-height: 20px;
    text-align: left;
}

.main-search-input-container {
    width: 100%;
    padding: 20px;
    /* position: absolute !important; */
    z-index: 9;
    position: relative;
}

.search-large-area .search-collapse-area .col-header {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: var(--fw-bold);
    font-size: 16px;
    color: var(--main-neutral-grey-color);
    text-align: left;
    font-weight: 400;
}

.search-large-area .search-collapse-area .recently-search-title {
    font-weight: var(--fw-bold);
    margin-top: 20px;
    color: var(--main-neutral-grey-color);
    text-align: left;
}

.search-large-area .recently-search {
    display: grid;
    gap: 10px;
    margin-top: 20px;
    max-height: 250px;
    overflow-y: auto;
}

.search-large-area .recently-search .recently-box {
    min-height: 50px;
    width: 98%;
}

.search-large-area .recently-search .recently-box .icon {
    border: 1px solid var(--main-primary-color);
    width: 43px;
    height: 43px;
    border-radius: 100%;
    place-items: center;
    display: grid;
    justify-self: center;
}

.search-large-area .recently-search .recently-box .icon svg * {
    stroke: var(--main-primary-color);
}

.search-large-area .recently-search .recently-box a {
    display: grid;
    gap: 10px;
    align-items: center;
    width: 100%;
    color: black;
    grid-template-columns: 50px auto;
}

.search-large-area .recently-search .recently-box a span {
    text-align: left;
}

.fv-mobile-cats-block {
    position: relative;
}

.fv-mobile-cats-trigger {
    display: none;
}

.fv-mobile-cats-backdrop {
    display: none;
}

.fv-mobile-cats-popover {
    display: block;
}

.fv-mobile-cats-popover-head {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .search-popup .fv-mobile-cats-trigger {
        width: 100%;
        min-height: 20px;
        /* border: 1px solid #CFD8EE; */
        border-radius: 16px;
        /* background: #F8FAFF; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0px;
        color: #26304A;
        font-size: 16px;
        font-weight: var(--fw-semibold);
        cursor: pointer;
        margin-bottom: 5px;
    }

    .search-popup .fv-mobile-cats-trigger i {
        font-size: 15px;
        color: #5C6B8D;
        transition: transform 0.2s ease;
    }

    .search-popup .fv-mobile-cats-trigger[aria-expanded="true"] i {
        transform: rotate(180deg);
    }

    .search-popup .fv-mobile-cats-backdrop {
        display: none !important;
    }

    .search-popup .fv-mobile-cats-popover {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        border-radius: 16px;
        /* border: 1px solid #E1E6F4; */
        box-shadow: none;
        z-index: 1;
        padding: 12px;
        margin-top: 10px;
        display: none;
    }

    .search-popup .fv-mobile-cats-popover.is-open {
        display: block;
    }

    .search-popup .fv-mobile-cats-popover-head {
        display: none;
    }

    .search-popup .fv-mobile-cats-close {
        width: 36px;
        height: 36px;
        border-radius: 999px;
        border: 1px solid #D7DFF1;
        background: #FFFFFF;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #4B587A;
        cursor: pointer;
    }

    .search-popup .fv-mobile-cats-popover .categories-area {
        border-bottom: 0;
        padding-bottom: 0;
        max-height: 280px;
        overflow-y: auto;
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .search-popup .fv-mobile-cats-popover .categories-area .search-category-box {
        flex: 0 0 auto;
        min-width: max-content;
    }
}

@media only screen and (max-width: 450px) {
    .main-section .search-large-area .btn-area button.search-submit {
        width:40px;
        height: 40px
    }

    .main-section .search-large-area .btn-area button.search-submit span {
        display: none;
    }

    .main-section .search-large-area {
        border-radius: 58px;
        padding: 15px 10px;
    }

    div.gps-location-denied-popup {
        left: 0;
        right: 0;
    }
}

/*


@media only screen and (max-width: 800px) {
    main > section.main-section {
        position: sticky;
        top: -522px;
        z-index: 2;
        top: calc(-120px);
        min-height: 285px;
    }

   
    .main-section .main-search-area {
        padding: 0;
    }

   
    .main-section .main-search-input-container {
        background: #ffffff54;
        backdrop-filter: blur(7px);
    }

    .main-section .main-search-area .search-large-area .basic-area .search-submit {
        display: none;
    }

    .main-section .main-search-area .search-large-area .basic-area .input-area #search-input::placeholder {
        font-size: 20px;
    }
}
*/
/******** main-section-large-search-area ******/
.blue-highlight {
    color: var(--main-primary-color);
}

.fitvibe-header {
    /* font-size: 16px; */
    font-weight: var(--fw-light);
    text-align: center;
}

.remember-me-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.remember-me-wrapper input {
    width: 30px;
    height: 23px;
    border-radius: 10px;
}

.forgot-password-container {
    text-align: center;
}

nav.main-menu {
    position: relative;
    font-weight: var(--fw-medium);
}



.logo-area {
    font-size: 2.33rem;
    font-weight: 700;
    color: white;
    margin-left: 10px;
}

.logo-area .logo {
    width: 166px;
    display: flex;
    place-content: center;
}

.logo-area .logo a {
    display: flex;
    place-content: center;
}

.logo-area .logo img {
    width: 100%;
    object-fit: contain;
    /* filter: brightness(20.5); */
    /* filter: brightness(0.0); */
    height: auto;
}

.search-box .search-input {
    display: grid;
    flex-direction: column;
    font-family: hero-new, sans-serif;
    max-width: 546px;
    width: 100%;
    position: relative;
    background: white;
    /* box-shadow: 0px 0px 5px 1px #0000004a; */
    border-radius: 100px;
    align-items: center;
    border: 1px solid var(--sub-border-white-color);
}

.search-box .search-input i {
    position: absolute;
    height: 100%;
    display: grid;
    align-items: center;
    text-align: center;
    width: 40px;
}

.search-box .search-input input {
    margin-left: 0px;
    border: none;
    height: 50px;
    display: block;
    background: transparent;
    padding-left: 40px;
}

.search-box .search-input input:focus-visible {
    outline: none;
}

header.main-header {
    height: 70px;
    position: sticky;
    top: 0px;
    /* background: var(--global-theme-header-bar); */
    z-index: 20;
    transition: 0.3s linear 0s;
    width: 100%;
    align-items: center;
    grid-template-columns: 200px minmax(300px,500px) auto;
    justify-content: space-between;
    /* color: white; */
    background: #f2f2f2;
    /* box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px 0px; */
    gap: 30px;
}
header.main-header.partner-header
{
    display:flex;
    justify-content: space-between;
}

header.main-header.partner-header.hide-header {
    display:none;
}

header.desktop-header.main-header.partner-header.show-header-important {
    display: flex;
   
}

header:not(.show-search).desktop-header.main-header.disable-hide.solid {
    box-shadow: rgb(0 0 0 / 27%) 0px 2px 8px 0px;
}

header.main-header .mobile-menu {
    display: none;
}

header .main-menu ul {
    display: flex;
    justify-content: end;
    padding-right: 20px;
    gap: 25px;
    align-items: center;
    color: var(--main-primary-color);
    font-size: var(--fs-xsm);
}


header .main-menu ul .choose-plan a {
    color: #000;
    color: #fff;
}

header.main-header.hide:not(.disable-hide,.mobile-header) {
    top: -70px;
}

main.main {
    min-height: 400px;
    background: var(--main-white-pure-color);
    /* background: var(--main-white-color); */
    /* min-height: calc(100vh - 100px - 0px); */
    transition: 0.3s linear 0s;
}

path.main-color {
    fill: var(--main-primary-color);
}

i.fa-regular.fa-globe {
    color: #0B3558;
    font-weight: var(--fw-light);
}

body > .dialog-info .header .dialog-close, div:is(.map,.mapStudio) .dialog-info .header .dialog-close {
    align-items: center;
    text-align: center;
    cursor: pointer;
    position: relative;
    right: 0px;
    width: 40px;
    height: 40px;
    background: var(--main-white-pure-color);
    display: grid;
    place-content: center;
    border-radius: 40px;
    z-index: 2;
    font-size: var(--fs-sm);
}

/******************************** login-form *****************************************/
.login-form-popup {
    position: absolute;
    background: white;
    right: 20px;
    padding: 30px;
    box-shadow: 0 16px 32px rgba(153, 153, 153, 0.2);
    border-radius: 10px;
    top: 60px;
    width: 350px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all 0.2s;
    transform-origin: right top;
}

.login-form-popup.active {
    transform: scale(1.0);
    visibility: visible;
    opacity: 1;
}

form.login-box {
    display: grid;
    align-self: start;
}

form.login-box .input-field-box {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

form.login-box .submit-btn {
    height: 55px;
    margin-bottom: 15px;
    border-radius: 100px;
    border: none;
    background: var(--main-primary-color);
    color: white;
    font-size: 16px;
}

form.login-box .submit-btn:disabled {
    background: #A3A3A3;
}

form.login-box .input-field-box input {
    /* grid-row: 2; */
    height: 60px;
    padding: 0 10px;
    border-radius: 10px;
    border: 2px solid #a3a3a3;
    border: 1px solid var(--sub-border-white-color);
}

form.login-box .input-field-box label {
    font-weight: 700;
    font-size: var(--fs-xsm);
}

form.login-box .input-field-box input:is(:focus,:focus-visible) {
    border-color: var(--main-primary-color);
    outline-width: 1px;
}

/******************************** login-form *****************************************/
/******************************* detail box ******************************************/
.detail-box {
    border-radius: 5px;
    gap: 0;
    flex: 0 0 calc(50% - 10px);
    /* flex: 0 0 auto; */
    /* overflow: hidden; */
    transition: 0.3s linear 0s;
    /* flex-basis: calc(50% - 10px); */
    /* width: calc(50% - 10px); */
    background: white;
    display: grid;
    /* width: 100%; */
    min-width: 300px;
    /* max-width: 350px; */
    width: stretch;
    background: var(--main-white-pure-color);
    border: 1px solid rgba(213, 217, 231, 0.7);
    border-radius: 30px;
    padding-bottom: 20px;
    /* box-shadow: 0 20px 50px rgba(15,23,42,0.08); */
    grid-template-rows: max-content;
}


.detail-box .header {
    /* background: #e4e4e4; */
    height: auto;
    position: relative;
    /* display: grid; */
    padding: 0px 0px 0px 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
}

.detail-box .header .image-gallery-area {
    position: relative;
    /* border: 1px solid #00000052; */
    display: block;
    height: 100%;
    border-radius: 60px 60px 0px 0px;
    /* min-height: 210px; */
    /* box-shadow: 0px 0px 3px 0px #00000052; */
    overflow: hidden;
    /* width: 400px; */
    display: block;
    corner-top-left-shape: squircle;
    corner-top-right-shape: squircle;
}

.detail-box .header .image-gallery-area .gallery-box {
    position: relative;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.detail-box .header .image-gallery-area .gallery-box .navigation-area {
    display: grid;
    grid-template-columns: max-content;
    position: relative;
    top: -40px;
    z-index: 2;
    align-items: center;
    height: 30px;
    /* width: 100px; */
    /* float: right; */
    /* background: #ffffff; */
    border-radius: 100px;
    /* box-shadow: 0px 0px 6px 0px #0000006e; */
    opacity: 0.2;
    transition: 0.3s linear 0s;
    /* left: 0; */
    /* right: 0; */
    margin: 0 auto;
}

.detail-box .header .image-gallery-area .gallery-box .navigation-area {
    opacity: 1;
    width: 150px;
}

.detail-box .header .image-gallery-area .gallery-box .navigation-area .nav-left {
    position: absolute;
    left: 0;
    width: 30px;
    /* background: red; */
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    display: none;
}

.detail-box .header .image-gallery-area .gallery-box .navigation-area .nav-right {
    position: absolute;
    right: 0;
    width: 30px;
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    display: none;
}

.detail-box .header .image-gallery-area .gallery-box .navigation-area .swiper-pagination {
    overflow: hidden;
    /* width: 56px; */
    display: flex;
    left: 25px;
    top: 2px;
    height: 40px;
    align-items: center;
    /* justify-content: center; */
    transition: 0.3s linear 0s;
}

.detail-box .header .image-gallery-area .gallery-box .navigation-area .swiper-pagination {
    width: 100px;
}

.detail-box .header .image-gallery-area .gallery-box .navigation-area .swiper-pagination span {
    /* display: flex; */
    width: 50px;
    flex: 0 0 12px;
    transition: 0.2s linear 0s;
    height: 12px;
    background: var(--main-primary-color);
    opacity: 0.5;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #000000ad;
}

.detail-box .header .image-gallery-area .gallery-box .navigation-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    /* transform: scale(1.4); */
    background: var(--main-primary-color);
    background: white;
    opacity: 1;
}
.detail-box .image-gallery-area:after
{
    /* content: ""; */
    /* position: absolute; */
    /* inset: 0; */
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .32) 100%) !important; */
    /* pointer-events: none; */
    /* z-index: 1; */
    /* bottom: 0; */
}
.detail-box .header .image-gallery-area .gallery-box > div {
    height: 100%;
    /* display: grid; */
    align-items: center;
    overflow: hidden;
}

body > .dialog-info .detail-box .header .image-gallery-area .gallery-box > div.swiper-container {
    height: unset;
}

.detail-box .header .image-gallery-area .gallery-box > div.top-btn {
    position: absolute;
    top: 10px;
    z-index: 2;
    height: 60px;
    right: 18px;
    display: flex;
    width: 200px;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.detail-box .header .image-gallery-area .gallery-box > div.banner {
    position: absolute;
    background: white;
    z-index: 2;
    top: 13px;
    height: 35px;
    padding: 8px 16px;
    left: 10px;
    border-radius: 35px;
    display: flex;
    place-content: center;
    color: #4C4C4C;
}

.detail-box .header .image-gallery-area .gallery-box .swiper-backface-hidden .swiper-slide {
    display: grid;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.detail-box img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 100%;
    object-fit: cover;
}

.detail-box img.no-image {
    /* height: 80%; */
    /* object-fit: contain; */
    /* height: auto; */
    /* background: var(--main-white-color); */
    /* width: auto; */
    /* display: grid; */
}

.detail-box img.no-image::after {
    background: var(--main-white-color);
    content: 'fdfd ';
    position: absolute;
    width: 200px;
    top: 0;
    height: 100px;
    display: block;
}

.detail-box .header .image-gallery-area .gallery-box .swiper-backface-hidden .swiper-slide img.placeholder-img {
    width: 100%;
    height: 200px;
}

.detail-box .content {
    /* background: #e4e4e4; */
    /* height: 60px; */
    position: relative;
    margin: 15px 0px 0px 0px;
    overflow: hidden;
    padding: 0 15px;
    align-items: start;
}

.detail-box .content .categories {
    display: block;
    /* width: calc(100% - 10px); */
    overflow: hidden;
    /* -webkit-line-clamp: 1; */
    /* number of lines to show */
    /* -webkit-box-orient: vertical; */
    /* display: -webkit-box; */
    margin-bottom: 10px;
    margin-top: 10px;
    /* width: 300px; */
    cursor: pointer;
    position: relative;
}

.detail-box .content .categories .cat-swiper-container {
    padding: 12px 4px;
}

.detail-box .content .categories .swiper-slide {
    width: 70px;
    width: auto;
}

.detail-box .content .categories div.studio-category-box, .studio-category-box {
    font-size: var(--fs-xxs);
    align-items: center;
    display: inline-flex;
    background: var(--main-white-color);
    background: #f2f2f2;
    border-radius: 29px;
    padding: 10px 10px;
    font-weight: var(--fw-medium);
    height: 35px;
    /* box-shadow: 0px 0px 3px 0px #00000047; */
    color: var(--main-blueblack-secondary-color);
    color: #828282;
    /* border: 1px solid rgba(213, 217, 231, 0.9); */
    background: #f8fafc;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    corner-shape: squircle;
    background: #F2F2F2;
}

.studio-category-box.dark {
    /* background-color: var(--main-blueblack-color); */
    /* color: var(--main-white-pure-color); */
    border-radius: 30px;
    padding: 4px 10px;
    height: 35px;
    font-weight: 400;
}

.detail-box .content .categories > div:after {
    content: ',';
    display: none;
}

.detail-box .content .categories > div:last-child:after {
    display: none;
}

.detail-box .content .info {
    font-size: 16px;
    padding: 10px 0px 10px 0px;
}

.detail-box .content .info p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    min-height: 54px;
    font-size: 13px;
}

.detail-box .content .title-rate-area {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto minmax(138px,auto);
    align-items: center;
    margin-bottom: 5px;
}

.detail-box .content .address {
    color: var(--secondary-metallic-blue);
    font-size: var(--fs-xxs);
    margin-top: 10px;
    font-weight: var(--fw-medium);
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
    /* color: #5F6E95; */
    font-weight: 400;
}

.detail-box .content .address svg {
    height: 25px;
    color: var(--secondary-metallic-blue);
}

.detail-box .content .title {
    min-height: 20px;
    /* margin: 10px 10px; */
    font-weight: var(--fw-medium);
}

.detail-box .content .rate-box {
    text-align: right;
    font-size: 22px;
    font-weight: var(--fw-bold);
    position: relative;
    min-height: 30px;
    font-size: var(--fs-xsm);
    align-items: center;
    display: flex;
    /* background: var(--main-gray-color); */
    width: 135px;
    border-radius: 24px;
    justify-content: end;
    height: 40px;
    gap: 0px;
    align-self: start;
}


.detail-box .rate-pill {
    position: absolute;
    bottom: 0px;
    height: unset !important;
    position: absolute;
    /* left: 14px; */
    bottom: 7px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(17, 24, 39, .55);
    border: 1px solid rgba(255, 255, 255, .18);
    backdrop-filter: blur(10px);
    font-weight: 800;
    letter-spacing: -.01em;
    display: flex;
    align-items: center;
    color: white;
    right: 10px;
}

.detail-box .rate-pill .star-num {
    display: flex;
    align-items: center;
    gap: 5px;
}

.detail-box span.num-of-degree {
    color: white;
}
.detail-box .content .rate-box.no-rate {
    background: var(--main-white-color);
    font-size: var(--fs-xxs);
    text-align: center;
    font-weight: var(--fw-regular);
}

.detail-box .content .rate-box.no-rate span {
    color: var(--main-blueblack-secondary-color);
    font-size: 12px;
}

.detail-box .content .rate-box .star-num {
    display: flex;
    align-items: center;
    gap: 3px;
}

.detail-box .content .rate-box span {
    color: var(--main-neutral-grey-color);
    font-weight: 600;
}

.detail-box .content .rate-box i {
    /* font-weight: 700; */
    margin-left: 2px;
    /* color: #535353; */
    font-size: 21px;
    width: 24px;
    height: 24px;
}

.detail-box .content .rate-box .num-of-degree {
    font-size: 13px;
    color: #525252;
    font-weight: var(--fw-regular);
    margin-left: 4px;
    font-weight: 400;
}

.detail-box .content .title span {
    min-width: 150px;
    display: inline-block;
    position: relative;
    min-height: 30px;
    display: inline-grid;
    align-items: center;
    font-size: var(--fs-sm);
    font-weight: var(--fw-xbold);
    color: var(--main-neutral-grey-color);
    font-weight: 600;
    font-size: 20px;
}

.detail-box .footer {
    /* background: #f5f5f5; */
    height: 55px;
    position: relative;
    align-self: end;
    /* background: var(--global-theme-bg-color); */
    /* color: white; */
    padding: 0 15px;
}

.detail-box .footer .footer-grid-area {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 0px;
    gap: 10px;
    justify-content: space-between;
}

.detail-box .footer .price-box {
    font-size: 2rem;
    position: relative;
    min-height: 50px;
    display: grid;
    align-items: center;
    /* visibility: hidden; */
    color: var(--main-neutral-grey-color);
    order: -1;
}
.pay-badge,
.studio-services-category-box .badge,
.detail-box .footer .price-box .badge
{
    font-size:1rem;
    padding: 2px 7px;
    border-radius: 999px;
    background: #EEF2FF;
    color: #325DE6;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 10px;
    text-align: center;
}
.detail-box .footer .price-box .price {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: left;
    padding: 0px 0px 0px 5px;
}

.detail-box .footer .price-box .price * {
    height: 31px;
}

.detail-box .footer .price-box .apo {
    font-size: var(--fs-xsm);
    color: #525252;
    align-self: end;
    height: 24px;
    font-weight: 400;
}

.detail-box .footer .price-box .num {
    font-size: var(--fs-md);
    font-weight: var(--fw-semibold);
    /* align-self: end; */
    font-weight: 600;
}

.euroIcon {
    font-size: 21px;
    height: unset  !important;
}

.action-btn {
    font-size: 20px;
    min-width: 100px;
    text-align: center;
    height: 45px;
    display: grid;
    align-items: center;
    background-color: var(--main-primary-color);
    color: var(--main-white-pure-color);
    position: relative;
    border-radius: 24px;
    font-size: 15px;
    border-color: transparent;
    /* box-shadow: 0px 0px 7px 0px #0000006e; */
    font-weight: var(--fw-semibold);
    transition: 0.3s linear 0s;
    /* border-top-right-radius: 0px; */
    overflow: hidden;
    cursor: pointer;
    order: 1;
    /* padding: 0 15px; */
}

.book-now {
    order: 1;
}



.studio-review-box :is(.studio-reviewer-desc, .studio-reviewer-name-info, .studio-reviewer-rate, .studio-reviewer-name figure):after, .detail-box :is( .image-gallery-area .gallery-box, .title span, .rate-box, .info p, .price-box, .book-now,.address,.categories):after {
    position: absolute;
    height: 100%;
    width: 0%;
    content: ' ';
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    transition: width 0.21s cubic-bezier(0.4, 0, 1, 1) 0s;
    top: 0;
    left: 0;
}

.studio-review-box.load :is(.studio-reviewer-desc,.studio-reviewer-name-info, .studio-reviewer-rate, .studio-reviewer-name figure):after, .detail-box.load :is( .image-gallery-area .gallery-box, .title span, .rate-box, .info p, .price-box, .book-now, .address,.categories):after {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    overflow: hidden;
    height: 100%;
    width: 100%;
    content: ' ';
    border-radius: 0px;
    top: 0;
    left: 0;
    z-index: 2;
}

/* ===== Header: FitVibe NEW badge ===== */
.user-menu-popup .header-new-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .35px;
    text-transform: uppercase;
    color: var(--main-primary-color);
    background: #E1E8FECC;
    /* var(--main-sub-color) with alpha */
}

.user-menu-popup .user-link a:hover .header-new-badge {
    background: #E1E8FEF2;
    border-color: #325DE666;
    /* primary with alpha */
}

/******************************* detail box ******************************************/
@media only screen and (max-width: 850px) {
    nav.main-menu {
            display: grid;
            align-items: center;
    }
   
}

@media screen and (max-width: 768px) {
    .bottom-user-menu {
        height: 70px;
        background: var(--main-white-pure-color);
        background: var(--main-white-color);
        position: fixed;
        bottom: 0;
        z-index: 5;
        width: 100%;
        border-top: 1px solid #d5d9e742;
        display: flex;
        justify-content: space-around;
        text-align: center;
        gap: 10px;
        align-content: center;
        color: #828282;
        padding-bottom: 15px;
        box-shadow: 0px 0px 0px 0px #74747459;
        padding: 0 10px 5px 10px;
        border-radius: 28px 28px 0px 0px;
    }

    header.desktop-header {
        display: none;
    }

    header.mobile-header.main-header {
        display: grid;
    }
    header.coming-soon-header + #fvBottomNav
    {
        display:none;
    }
    body.search-page header {
        display: none;
    }

    .search-popup .search-header-area .search-large-area {
        overflow-x: hidden;
    }

    header.main-header {
        height: 63px;
        position: sticky;
        top: 0px;
        /* box-shadow: 0px 0px 10px 0px #0000005c; */
        /* background: var(--global-theme-header-bar); */
        z-index: 20;
        transition: 0.3s linear 0s;
        width: 100%;
        align-items: center;
        grid-template-columns: auto;
        background: #f2f2f2;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 2px 0px;
        justify-content: normal;
        padding: 0;
        border-radius: 0px;
    }

    header.main-header .basic-m-header {
        transition: 0.3s linear 0s;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        display: flex;
        padding-right: 10px;
    }

    div.up-button {
        bottom: 130px;
        right: 10px;
        display: none;
        visibility: hidden;
    }

    header.main-header.hide-header {
        display: none;
    }

    .search-large-area .basic-area .input-area .search-input {
        /* display: none; */
        font-size: 16px;
    }

    .search-header-area .search-large-area .btn-area {
        display: none;
    }

    header.main-header .mobile-menu {
        font-size: 27px;
        text-align: center;
        padding: 10px 15px;
        display: none;
    }

    .logo-area .logo {
        width: auto;
        justify-content: flex-start;
        margin-left: 10px;
    }

    header .logo-area .logo img {
        width: 60px;
    }
    header.partner-header .logo-area .logo img {
        width: 90px;
    }
    .mobile-search-btn {
        /* background: #ff000080; */
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 3;
        position: absolute;
        left: 0;
    }

    .fixed-btn.exp-map {
        bottom: 100px;
    }
}

/* =========================
   FitVibe Topbar (Beta)
   ========================= */
.fv-topbar {
    /* position: sticky; */
    top: 0;
    z-index: 9999;
    background: var(--main-white-color);
    /* white + blur feel */
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #325DE61A;
}

.fv-topbar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.fv-topbar__left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.fv-topbar__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #325DE612;
    border: 1px solid #325DE626;
    color: var(--main-primary-color, #325DE6);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .2px;
    white-space: nowrap;
}

.fv-topbar__badge i {
    font-size: 12px;
}

.fv-topbar__text {
    margin: 0;
    color: var(--main-neutral-grey-color, #2D2D2D);
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.fv-topbar__text strong {
    color: var(--main-blueblack-color, #000F1E);
    font-weight: 800;
}

.fv-topbar__right {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.fv-topbar__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 10px;
    color: var(--main-primary-color, #325DE6);
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid transparent;
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}

.fv-topbar__link:hover {
    background: #325DE60F;
    border-color: #325DE61A;
    transform: translateY(-1px);
}

.fv-topbar__close {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    border: 1px solid #0B122012;
    background: #FFFFFF;
    color: #000F1E;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, border-color .15s ease, background-color .15s ease;
}

.fv-topbar__close:hover {
    background: #0B122006;
    border-color: #0B12201A;
    transform: translateY(-1px);
}

/* Mobile-first: σε μικρά, το κείμενο σπάει σε 2 γραμμές και κρύβουμε link */
@media (max-width: 560px) {
    .fv-topbar__inner {
        padding: 10px 12px;
    }

    .fv-topbar__text {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .fv-topbar__link {
        display: none;
    }
}

/* iOS safe area */
@supports(padding: max(0px)) {
    .fv-topbar__inner {
        padding-left: max(14px, env(safe-area-inset-left));
        padding-right: max(14px, env(safe-area-inset-right));
    }
}

/* =========================
   Topbar — Mobile UX
   ========================= */
@media (max-width: 560px) {
    /* Κρύβουμε το μεγάλο μήνυμα */ .fv-topbar__text {
        display: none;
    }

    /* Κρατάμε μόνο το badge */
    .fv-topbar__badge {
        font-size: 12px;
        padding: 6px 10px;
    }

    /* Προσθέτουμε ultra-short hint */
    .fv-topbar__badge::after {
        content: " fitVibe · Beta έκδοση";
        font-weight: 600;
        color: var(--secondary-metallic-blue, #5F6E95);
    }
    .logo-area {
    font-size: 2.33rem;
    font-weight: 700;
    color: white;
    margin-left: 20px;
    margin-top: unset;
}
}



/* =========================
   Partner header menu (premium)
   ========================= */

header.partner-header{
  z-index: 50;
}

/* Desktop nav items */
header.partner-header .partner-header-nav-item{
  list-style: none;
  display: inline-flex;
  align-items: center;
}

header.partner-header .partner-header-nav-link{
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 18px;
  text-decoration: none;
  color: var(--main-blueblack-secondary-color);
  transition: background 180ms ease, transform 180ms ease;
  font-weight: 500;
}

header.partner-header .partner-header-nav-link:hover{
  background: #0000000A; /* HEX alpha */
}

/* CTA (Κλείσε προπόνηση) */
header.partner-header .partner-header-nav-cta{
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  text-decoration: none;
  background: var(--main-primary-color);
  color: var(--main-white-pure-color);
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 10px 22px #00000014; /* HEX alpha */
  font-size: 16px;
}

header.partner-header .partner-header-nav-cta:hover{
  transform: translateY(-1px);
}

/* Burger (hidden on desktop) */
header.partner-header .partner-header-burger{
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  /* border: 1px solid #00000014; */
  /* background: #FFFFFF; */
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

header.partner-header .partner-header-burger i{
  font-size: 22px;
  color: var(--main-blueblack-secondary-color);
  color: #0B3558;
  font-weight: 300;
}

/* Mobile dropdown panel */
.partner-header-mobile-menu{
  position: absolute;
  top: 74px;
  right: 16px;
  width: min(320px, calc(100% - 32px));
  background: #FFFFFF;
  border: 1px solid #00000012;
  border-radius: 18px;
  box-shadow: 0 18px 44px #0000001A;
  padding: 10px;
  display: none;
  z-index: 60;
}

.partner-header-mobile-menu .partner-header-mobile-link{
  display: flex;
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--main-blueblack-secondary-color);
  transition: background 180ms ease;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}

.partner-header-mobile-menu .partner-header-mobile-link:hover{
  background: #0000000A;
}

.partner-header-mobile-menu .partner-header-mobile-link--cta{
  background: var(--main-primary-color);
  color: var(--main-white-pure-color);
  font-weight: 400;
}

.partner-header-mobile-menu .partner-header-mobile-link--cta:hover{
  background: var(--main-primary-color);
  filter: brightness(0.98);
}

/* Open state */
header.partner-header.is-mobile-menu-open  .partner-header-mobile-menu,
header.partner-header.is-mobile-menu-open + .partner-header-mobile-menu{
  display: block;
}



/* =========================
   Header mini badge (B2C hint)
   ========================= */
header.partner-header .fv-header-mini-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .25px;
  color: var(--main-primary-color);
  background: #E1E8FECC; /* primary tint */
  border: 1px solid #325DE626; /* HEX alpha */
  white-space: nowrap;
  color: var(--main-primary-color);
  background: var(--main-white-pure-color);
}

/* όταν μπαίνει ΠΑΝΩ σε μπλε CTA */
header.partner-header .fv-header-mini-badge--on-blue{
  color: #FFFFFF;
  background: #FFFFFF26; /* white alpha */
  border-color: #FFFFFF33;
}

/* Mobile dropdown CTA: κάν’ το “space-between” για να στέκεται δεξιά το badge */
.partner-header-mobile-menu .partner-header-mobile-link--cta{
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

/* Στο desktop CTA: να μην “πνίγει” το κουμπί σε πολύ στενά */
@media (max-width: 1100px){
  header.partner-header .partner-header-nav-cta .fv-header-mini-badge{
    display: none;
  }
}
/* Responsive: hide desktop links, show burger */
@media (max-width: 900px){
  header.partner-header .fv-header-mini-badge.fv-header-mini-badge--on-blue{
    margin-left: 0;
    
     /* white with alpha */
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .25px;
    color: var(--main-primary-color);
    background: #E1E8FECC;
    border: 1px solid #325DE626;
    white-space: nowrap;
    color: var(--main-primary-color);
    background: var(--main-white-pure-color);
  }
    header.partner-header .partner-header-nav-item--link,
  header.partner-header .partner-header-nav-item--cta{
    display: none;
  }

  header.partner-header .partner-header-burger{
    display: inline-flex;
    margin-right: 10px; /* λίγο space πριν από bell */
  }
}
.coming-soon .content .coming-soon__back-btn{
  margin: 18px auto 0;
  justify-content: center;
  min-width: 220px;
  background: var(--main-primary-color);  
  color: var(--main-sub-color);
  font-weight: 500;
  font-size: 15px;
}
