/* /Components/Images/AdaptiveImage.razor.rz.scp.css */
.dd-ai[b-ihii7oc68w] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f3efe8;
}

.dd-ai__img[b-ihii7oc68w] {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    opacity: 1;
    display: block;
}

/* Full image preserved */
.dd-ai__img--contain[b-ihii7oc68w] {
    object-fit: contain !important;
    object-position: center center !important;
}

/* Fill frame */
.dd-ai__img--cover[b-ihii7oc68w] {
    object-fit: cover !important;
    object-position: center top !important;
}

.dd-ai__skeleton[b-ihii7oc68w] {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(
            90deg,
            rgba(0,0,0,.04),
            rgba(0,0,0,.07),
            rgba(0,0,0,.04)
    );
    background-size: 240% 100%;
    animation: dd-shimmer-b-ihii7oc68w 1.2s infinite;
    z-index: 1;
    pointer-events: none;
}

.dd-ai__vignette[b-ihii7oc68w] {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    pointer-events: none;
}

.dd-ai__caption[b-ihii7oc68w] {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 18px;
    pointer-events: none;
}

.dd-ai__caption-inner[b-ihii7oc68w] {
    display: inline-block;
    max-width: 60%;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(0,0,0,.28);
    color: rgba(255,255,255,.96);
    backdrop-filter: blur(4px);
    line-height: 1.25;
    font-size: .92rem;
    font-weight: 500;
}

.dd-kenburns[b-ihii7oc68w] {
    animation: ddKenBurns-b-ihii7oc68w 14s ease-in-out infinite alternate;
}

@keyframes ddKenBurns-b-ihii7oc68w {
    0% { transform: scale(1); }
    100% { transform: scale(1.02); }
}

@keyframes dd-shimmer-b-ihii7oc68w {
    0% { background-position: 0% 0; }
    100% { background-position: 100% 0; }
}

.dd-theme-mayfair .dd-ai__vignette[b-ihii7oc68w],
.dd-theme-light .dd-ai__vignette[b-ihii7oc68w] {
    background: radial-gradient(
            70% 70% at 50% 45%,
            rgba(0,0,0,0) 60%,
            rgba(0,0,0,.08) 100%
    );
}

.dd-theme-mayfair .dd-ai__caption-inner[b-ihii7oc68w],
.dd-theme-light .dd-ai__caption-inner[b-ihii7oc68w] {
    background: rgba(0,0,0,.28);
    color: rgba(255,255,255,.96);
}

.dd-theme-dark .dd-ai[b-ihii7oc68w] {
    background: #1b1b1b;
}

.dd-theme-dark .dd-ai__vignette[b-ihii7oc68w] {
    background: radial-gradient(
            70% 70% at 50% 45%,
            rgba(0,0,0,0) 55%,
            rgba(0,0,0,.14) 100%
    );
}

.dd-theme-dark .dd-ai__caption-inner[b-ihii7oc68w] {
    background: rgba(255,255,255,.14);
    color: rgba(255,255,255,.96);
}

.dd-theme-champagne .dd-ai[b-ihii7oc68w] {
    background: #f3efe8;
}

.dd-theme-champagne .dd-ai__vignette[b-ihii7oc68w] {
    background: radial-gradient(
            70% 70% at 50% 45%,
            rgba(0,0,0,0) 60%,
            rgba(80,60,20,.06) 100%
    );
}

.dd-theme-champagne .dd-ai__caption-inner[b-ihii7oc68w] {
    background: rgba(44,36,22,.34);
    color: rgba(255,248,235,.96);
}

@media (prefers-reduced-motion: reduce) {
    .dd-kenburns[b-ihii7oc68w] { animation: none; }
}
/* /Features/LinksPanel/Components/LinksPanelTechnology.razor.rz.scp.css */
.hover-item[b-brjyyskb6s] {
    background-color: #0094ff;
}

    .hover-item:hover[b-brjyyskb6s] {
        background-color: inherit;
    }
/* /Features/LinksPanel/Components/LinksPanelTreatments.razor.rz.scp.css */
.hover-item[b-lfttcs7p8v] {
    background-color: #0094ff;
}

    .hover-item:hover[b-lfttcs7p8v] {
        background-color: inherit;
    }
/* /Features/Menu/Components/DesktopMenu.razor.rz.scp.css */
.hover-item[b-qyorgi1qjj] {
    background-color: #0094ff;
}

    .hover-item:hover[b-qyorgi1qjj] {
        background-color: inherit;
    }
/* /Features/Menu/Components/MobileMenu.razor.rz.scp.css */
.mud-tab[b-lziabyc3fl] {
    min-width: unset;
}
/* /Pages/Conditions/ScarAndStretchMarks.razor.rz.scp.css */
ol[b-fusxgef0ii] {
    list-style: none;
    counter-reset: mycounter;
    padding: 0;
}

ol li[b-fusxgef0ii] {
    position: relative;
    margin-left: 30px;
    padding: 5px 0;
}

    ol li[b-fusxgef0ii]:before {
        content: counter(mycounter);
        counter-increment: mycounter;
        position: absolute;
        top: 0;
        left: -30px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 50%;
        color: #fff;
        background: #005E7A;
        text-align: center;
    }

.au[b-fusxgef0ii] {
    display: inline-block;
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #888;
    padding: 10px;
}
/* /Pages/Index.razor.rz.scp.css */
.full-screen-width[b-kuxd7vm4u7] {
    position: relative;
    left: 5%;
    right: 5%;
    margin-left: -50vw;
    margin-right: -47vw;
    max-width: 100vw;
    width: 100vw;
}

.semi-screen-width[b-kuxd7vm4u7] {
    position: relative;
    left: 5%;
    right: 5%;
    margin-left: -50vw;
    margin-right: -47vw;
    max-width: 75vw;
    width: 75vw;
}
.mayfair-divider[b-kuxd7vm4u7] {
    width: 120px;
    height: 1px;
    margin: 10px auto 10px auto;
    background: linear-gradient(
            to right,
            transparent,
            rgba(191,160,70,0.65),
            transparent
    );
}
/* /Pages/Partners/HotelAlignment.razor.rz.scp.css */
/* ── Layout ── */
.hotel-alignment[b-fxqj2uvzfc] {
    padding: 60px 0 120px;
    text-align: center;
}

.hotel-container[b-fxqj2uvzfc] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.hotel-title[b-fxqj2uvzfc] {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 35px;
    opacity: 0.6;
}

.hotel-divider[b-fxqj2uvzfc] {
    width: 80px;
    height: 1px;
    background: #d8c28a;
    margin: 0 auto 55px;
    opacity: 0.6;
}

/* ── Grid: horizontal row by default, wraps naturally ── */
.hotel-grid[b-fxqj2uvzfc] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.hotel-item[b-fxqj2uvzfc] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 200px;
    max-width: 280px;
    overflow: hidden;
}

/* ── AdaptiveImage overrides ── */
.hotel-item[b-fxqj2uvzfc]  .dd-ai {
    background: transparent !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
}

.hotel-item[b-fxqj2uvzfc]  .dd-ai__skeleton {
    display: none !important;
}

.hotel-item[b-fxqj2uvzfc]  .dd-ai__img {
    opacity: 0.85 !important;
    object-fit: contain !important;
    object-position: center center !important;
    border-radius: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: 120px !important;
    filter: grayscale(100%) brightness(92%);
    transition: filter 0.35s ease, opacity 0.35s ease;
}

.hotel-item:hover[b-fxqj2uvzfc]  .dd-ai__img {
    filter: grayscale(0%) brightness(100%);
    opacity: 1 !important;
}

/* ── SVG logos ── */
.hotel-logo[b-fxqj2uvzfc] {
    width: 100%;
    height: auto;
    max-height: 120px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%) brightness(92%);
    opacity: 0.85;
    transition: filter 0.35s ease, opacity 0.35s ease;
}

.hotel-logo:hover[b-fxqj2uvzfc] {
    filter: grayscale(0%) brightness(100%);
    opacity: 1;
}

/* ── Themes ── */
.hotel-light[b-fxqj2uvzfc] {
    background: #f7f7f6;
    color: #111;
}

.hotel-dark[b-fxqj2uvzfc] {
    background: #111;
    color: #fff;
}

.hotel-dark .hotel-divider[b-fxqj2uvzfc] {
    background: #d4af37;
}

.hotel-champagne[b-fxqj2uvzfc] {
    background: #f2efe8;
    color: #222;
}

/* ── Reveal animation ── */
.mayfair-reveal[b-fxqj2uvzfc] {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 600ms ease, transform 600ms ease;
}

.mayfair-visible[b-fxqj2uvzfc] {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .mayfair-reveal[b-fxqj2uvzfc] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ── Responsive ── */

/* Tablet and below — stack vertically */
@media (max-width: 900px) {
    .hotel-grid[b-fxqj2uvzfc] {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .hotel-item[b-fxqj2uvzfc] {
        flex: 0 0 auto;
        width: 60%;
        max-width: 300px;
    }

    .hotel-item[b-fxqj2uvzfc]  .dd-ai__img {
        max-height: 90px !important;
    }

    .hotel-logo[b-fxqj2uvzfc] {
        max-height: 90px;
    }
}

/* Mobile — narrower */
@media (max-width: 600px) {
    .hotel-alignment[b-fxqj2uvzfc] {
        padding: 40px 0 80px;
    }

    .hotel-item[b-fxqj2uvzfc] {
        width: 70%;
        max-width: 260px;
    }

    .hotel-item[b-fxqj2uvzfc]  .dd-ai__img {
        max-height: 70px !important;
    }

    .hotel-logo[b-fxqj2uvzfc] {
        max-height: 70px;
    }
}
/* /Pages/Partners/StGeorgesCarousel.razor.rz.scp.css */
.dd-stg[b-1osd90sxtn] {
    --dd-carousel-h: 640px;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding-top: 28px;
}

.dd-stg__brand[b-1osd90sxtn] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.dd-stg__brand-logo[b-1osd90sxtn] {
    width: 96px;
    height: 96px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
}

.dd-stg__brand-copy[b-1osd90sxtn] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.dd-stg__brand-title[b-1osd90sxtn] {
    font-size: 1.1rem;
    letter-spacing: .2px;
    line-height: 1.2;
}

.dd-stg__brand-subtitle[b-1osd90sxtn] {
    font-size: .95rem;
    opacity: .78;
    line-height: 1.25;
}

.dd-stg__divider[b-1osd90sxtn] {
    height: 1px;
    margin: 14px 0 18px;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(201,169,97,.55),
            transparent
    );
}

/* OUTER shell — positioning context for arrows */
.dd-stg__carousel-shell[b-1osd90sxtn] {
    width: 100%;
    position: relative;
}

/* slide fills the carousel item absolutely */
.dd-stg__slide[b-1osd90sxtn] {
    position: absolute;
    inset: 0;
}

/* AdaptiveImage wrapper fills the slide absolutely */
.dd-stg__carousel-shell[b-1osd90sxtn]  .dd-ai {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Image: cover the carousel item, crop top/bottom to fill width */
.dd-stg__carousel-shell[b-1osd90sxtn]  .dd-ai__img {
    opacity: 1 !important;
    object-fit: cover !important;
    object-position: center 30% !important;
    width: 100% !important;
    height: 100% !important;
}

/* ── BootstrapBlazor carousel overrides ── */

/* Carousel fills the shell height; overflow visible so arrows/indicators show */
.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel {
    height: 100%;
    overflow: visible;
}

/* Inner: 95% width centred, clips images with rounded corners */
.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-inner {
    height: 100%;
    width: 95%;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
}

.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-item {
    height: 100%;
    position: relative;
}

/* ── Controls (prev / next arrows) ── */
.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-prev,
.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-next {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    opacity: 1;
}

.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-prev:hover,
.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-next:hover {
    background: rgba(255,255,255,.98);
}

.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-prev {
    left: 2%;
}

.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-next {
    right: 2%;
}

.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-prev-icon,
.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-next-icon {
    filter: invert(25%);
    width: 16px;
    height: 16px;
}

/* ── Indicators (white dashes) ── */
.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-indicators {
    bottom: 12px;
}

.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-indicators [data-bs-target] {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background-color: #fff;
    border: none;
    opacity: .5;
}

.dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-indicators .active {
    opacity: .9;
}

/* ── Responsive ── */
@media (max-width: 1200px) {
    .dd-stg[b-1osd90sxtn] {
        --dd-carousel-h: 560px;
    }
}

@media (max-width: 900px) {
    .dd-stg[b-1osd90sxtn] {
        --dd-carousel-h: 420px;
        padding-top: 22px;
    }

    .dd-stg__brand-logo[b-1osd90sxtn] {
        width: 84px;
        height: 84px;
    }

    .dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-prev,
    .dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-next {
        width: 36px;
        height: 36px;
    }

    .dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-prev {
        left: 1%;
    }

    .dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-next {
        right: 1%;
    }
}

@media (max-width: 600px) {
    .dd-stg[b-1osd90sxtn] {
        --dd-carousel-h: 320px;
        padding-top: 18px;
    }

    .dd-stg__brand[b-1osd90sxtn] {
        gap: 12px;
    }

    .dd-stg__brand-logo[b-1osd90sxtn] {
        width: 76px;
        height: 76px;
    }

    .dd-stg__brand-title[b-1osd90sxtn] {
        font-size: 1rem;
    }

    .dd-stg__brand-subtitle[b-1osd90sxtn] {
        font-size: .9rem;
    }

    .dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-prev,
    .dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-next {
        width: 32px;
        height: 32px;
    }

    .dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-prev {
        left: 6px;
    }

    .dd-stg__carousel-shell[b-1osd90sxtn]  .carousel-control-next {
        right: 6px;
    }
}
/* /Pages/Technology/HollywoodPeel.Razor.rz.scp.css */
ul[b-n9eq4dfoqf] {
    list-style: none;
}

ul li[b-n9eq4dfoqf]:before {
    content: '✓';
}
/* /Pages/Technology/LaserHairRemoval.razor.rz.scp.css */
ul[b-6bjzrhkrkx] {
    list-style: none;
    width: 200px;
    text-indent: -20px; /* key property */
    margin-left: 20px; /* key property */
}

li[b-6bjzrhkrkx] {
    margin-bottom: 10px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-hoq5gvmekb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-hoq5gvmekb] {
    flex: 1;
}

.sidebar[b-hoq5gvmekb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hoq5gvmekb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hoq5gvmekb]  a, .top-row .btn-link[b-hoq5gvmekb] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-hoq5gvmekb] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hoq5gvmekb] {
        display: none;
    }

    .top-row.auth[b-hoq5gvmekb] {
        justify-content: space-between;
    }

    .top-row a[b-hoq5gvmekb], .top-row .btn-link[b-hoq5gvmekb] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hoq5gvmekb] {
        flex-direction: row;
    }

    .sidebar[b-hoq5gvmekb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hoq5gvmekb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-hoq5gvmekb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
