/* /Components/Layout/FooterNav.razor.rz.scp.css */
footer[b-b0eka7nbnp] {
    .content-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        gap: 1rem;
        background: var(--off-white);

        .nav-links {
            width: 100%;

            ul {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;

                li {
                    width: 100%;
                    max-width: 400px;
                    display: flex;
                    justify-content: center;
                    margin: 0.5rem 0;

                    a {
                        display: block;
                        font-family: var(--heading-bold), serif;
                        font-size: var(--font-size-regular);
                        color: white;
                        text-align: center;
                        padding: 0.25rem 1rem;
                        width: 100%;
                        background: var(--gradient-primary);
                        border-radius: var(--radius-btn);
                        transition: background-color 200ms ease, transform 200ms ease;

                        @media (min-width: 56.01em) {
                            &:hover[b-b0eka7nbnp] {
                                transform: scale(1.02);
                            }
                        }

                        @media (max-width: 56em) {
                            padding: 0.5rem 1rem;[b-b0eka7nbnp]
                        }
                    }
                }
            }
        }

        .social-links[b-b0eka7nbnp] {
            display: flex;
            flex-direction: row;
            gap: 1rem;

            a {
                display: block;
                line-height: 0;

                img {
                    height: 3rem;
                    width: 3rem;
                    transition: transform 200ms ease;

                    @media (min-width: 56.01em) {
                        &:hover[b-b0eka7nbnp] {
                            transform: scale(1.2);
                        }
                    }
                }
            }
        }

        .notices[b-b0eka7nbnp] {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 0.25rem;

            a {
                font-size: var(--font-size-small);
                color: var(--text-secondary);

                @media (min-width: 56.01em) {
                    &:hover[b-b0eka7nbnp] {
                        color: var(--primary-darker);
                    }
                }

            }
        }
    }

    .copyright[b-b0eka7nbnp] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0.5rem 0;
        background: var(--text-primary);

        p {
            color: white;
            font-size: var(--font-size-tiny);
        }

        @media (max-width: 56em) {
            padding: 0.25rem 0;[b-b0eka7nbnp]
        }
    }

}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.navbar-wrapper[b-wbhf6a5l90] {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: var(--off-white);
}
/* /Components/Layout/NavBar.razor.rz.scp.css */
.nav-container[b-8y90zkjk92] {
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, var(--off-white), var(--light-gray));

    @media (max-width: 56em) {
        max-height: 2.5rem;[b-8y90zkjk92]
    }
}

nav[b-8y90zkjk92] {
    width: 100%;

    #home-btn {
        margin-right: auto;
    }

    a[b-8y90zkjk92], .dropdown-btn[b-8y90zkjk92] {
        display: flex;
        align-items: center;
        color: var(--text-primary);
        font-family: var(--heading-bold), serif;
        font-size: var(--font-size-regular);

        span {
            font-family: var(--heading-bold), serif
        }
    }
}

#open-sidebar-btn[b-8y90zkjk92] {
    padding: 0 1rem;
    display: none;
    background: none;
    border: none;
}

#close-sidebar-btn[b-8y90zkjk92] {
    height: 3rem;
    width: 3rem;
    display: none;
    padding-left: 0.5rem;
}

#overlay[b-8y90zkjk92] {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    inset: 0;
    z-index: 9;
}

.dropdown-inner[b-8y90zkjk92] {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* MOBILE */

@media screen and (max-width: 56em) {
    #open-sidebar-btn[b-8y90zkjk92], #close-sidebar-btn[b-8y90zkjk92] {
        display: block;
    }

    nav[b-8y90zkjk92] {
        background: linear-gradient(to bottom, var(--off-white), var(--light-gray));;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: min(15em, 100%);
        z-index: 10;
        transition: left 300ms ease-out;
        overflow-y: auto;

        &.show {
            left: 0;
        }

        &.show ~ #overlay[b-8y90zkjk92] {
            display: block;
        }

        > ul[b-8y90zkjk92] {
            width: 100%;
            flex-direction: column;

            > li:first-child {
                display: flex;
                align-items: center;
                height: 2.5rem;
                background: linear-gradient(to bottom, var(--off-white), var(--light-gray));
            }
        }

        a[b-8y90zkjk92], .dropdown-btn[b-8y90zkjk92] {
            background: var(--off-white);
            border-bottom: var(--light-gray) 2px solid;
            padding: 0.5rem 1rem;
            height: 4.5rem;

            &.active-link {
                border-bottom: var(--light-gray) 2px solid;
                background: var(--off-white);
            }
        }

        .dropdown-btn[b-8y90zkjk92] {
            width: 100%;
            justify-content: space-between;

            &.rotate svg {
                rotate: 180deg;
            }

            svg[b-8y90zkjk92] {
                height: 2rem;
                width: 2rem;
                transition: 200ms ease;
            }

            span[b-8y90zkjk92] {
                color: var(--text-primary);
                font-family: var(--heading-bold), serif;
            }
        }

        .dropdown-container[b-8y90zkjk92] {
            display: grid;
            grid-template-rows: 0fr;
            transition: 200ms ease-out;

            &.show {
                grid-template-rows: 1fr;
            }

            a[b-8y90zkjk92] {
                font-size: var(--font-size-small);
                background: white;
                padding: 1rem 0.5rem 1rem 1rem;
                height: auto;
                border-bottom: var(--off-white) 2px solid;
                text-wrap: balance;
            }
        }
    }
}

/* DESKTOP */

@media screen and (min-width: 56.01em) {
    .nav-container[b-8y90zkjk92] {
        padding: 1rem 0;
    }

    nav[b-8y90zkjk92] {
        > ul {
            display: flex;
            flex-direction: row;
            gap: 1rem;
            padding-right: 1rem;

            > li > a {
                background: white;
                border: none;
                border-radius: var(--radius-1);
                padding: 0.5rem 1rem;
                height: auto;
                transition: transform 150ms ease;

                &:hover {
                    background: var(--primary);
                    color: white;
                }

                &.active-link[b-8y90zkjk92] {
                    border-bottom: var(--light-gray) 2px solid;
                    background: var(--off-white);
                }
            }

            .dropdown-item[b-8y90zkjk92] {
                width: auto;
            }
        }

        .dropdown-item[b-8y90zkjk92] {
            .dropdown-btn {
                background: white;
                border: none;
                border-radius: var(--radius-1);
                padding: 0.5rem 1rem;
                height: auto;
                transition: transform 150ms ease;

                svg {
                    transition: rotate 200ms ease;
                }

                &:hover[b-8y90zkjk92] {
                    background: var(--primary);
                    color: white;

                    svg {
                        fill: white;
                        rotate: 180deg;
                    }
                }
            }

            &:hover[b-8y90zkjk92], &:focus-within[b-8y90zkjk92] {
                .dropdown-container {
                    grid-template-rows: 1fr;
                }
            }
        }

        .dropdown-container[b-8y90zkjk92] {
            position: absolute;
            top: 100%;
            display: grid;
            grid-template-rows: 0fr;
            transition: 300ms ease-out;
            width: max-content;

            &::before {
                content: "";
                position: absolute;
                top: -1rem;
                left: 0;
                right: 0;
                height: 1rem;
                background: transparent;
            }
        }

        .dropdown-inner[b-8y90zkjk92] {
            > ul {
                display: flex;
                flex-direction: column;
                border: var(--light-gray) 2px solid;
                border-top: none;

                > li {
                    position: relative;

                    &:not(:last-child) {
                        a {
                            border-bottom: var(--off-white) 2px solid;
                        }
                    }
                }

                a[b-8y90zkjk92] {
                    background: white;
                    font-size: var(--font-size-small);
                    padding: 0.5rem 1rem;

                    &:hover {
                        background: var(--off-white);
                    }
                }
            }
        }
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ghudy9cr4e],
.components-reconnect-repeated-attempt-visible[b-ghudy9cr4e],
.components-reconnect-failed-visible[b-ghudy9cr4e],
.components-pause-visible[b-ghudy9cr4e],
.components-resume-failed-visible[b-ghudy9cr4e],
.components-rejoining-animation[b-ghudy9cr4e] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ghudy9cr4e],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ghudy9cr4e],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ghudy9cr4e],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ghudy9cr4e],
#components-reconnect-modal.components-reconnect-retrying[b-ghudy9cr4e],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ghudy9cr4e],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ghudy9cr4e],
#components-reconnect-modal.components-reconnect-failed[b-ghudy9cr4e],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ghudy9cr4e] {
    display: block;
}


#components-reconnect-modal[b-ghudy9cr4e] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ghudy9cr4e 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ghudy9cr4e 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ghudy9cr4e 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ghudy9cr4e]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ghudy9cr4e 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ghudy9cr4e {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ghudy9cr4e {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ghudy9cr4e {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ghudy9cr4e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ghudy9cr4e] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ghudy9cr4e] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ghudy9cr4e] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ghudy9cr4e] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ghudy9cr4e] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ghudy9cr4e] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ghudy9cr4e 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ghudy9cr4e] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ghudy9cr4e {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
#about[b-f5mtaqhcax] {
    display: grid;
    grid-template-areas:
    "about-us about-us"
    "our-values our-values"
    "our-team our-team";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    width: min(65em, 95%);
    margin: 2rem auto;
    padding: 1rem;
    background-color: var(--off-white);
    border: var(--border-gray);

    @media (max-width: 56em) {
        grid-template-areas:
        "about-us"
        "our-values"
        "our-team";
        grid-template-columns: 1fr;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 1rem 0.5rem;
        border-radius: 0;[b-f5mtaqhcax]
    }

    section {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 1rem;
        background-color: white;
        border: var(--border-gray);

        h2 {
            font-size: var(--font-size-heading);
        }
    }

    .content-container[b-f5mtaqhcax] {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-top: 1rem;
        margin-top: 0.5rem;
        border-top: var(--off-white) 2px solid;
    }

    .image-container[b-f5mtaqhcax] {
        display: grid;
        grid-template-areas: "stack";

        .overlay-filter {
            grid-area: stack;
            width: 100%;
            height: 100%;
            border-radius: var(--radius-1);
            z-index: 2;
            background: rgba(255, 255, 255, 0.2)
        }

        img[b-f5mtaqhcax] {
            grid-area: stack;
            z-index: 1;
            width: 100%;
            object-fit: contain;
            border-radius: var(--radius-1);
            border: var(--border-gray);
        }
    }

    #about-us[b-f5mtaqhcax] {
        grid-area: about-us;

        .content-container {
            display: flex;
            flex-direction: column;
        }
    }

    #our-values[b-f5mtaqhcax] {
        grid-area: our-values;
    }

    #our-team[b-f5mtaqhcax] {
        grid-area: our-team;

        .content-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto;
            gap: 1rem;

            @media (max-width: 56em) {
                grid-template-columns: 1fr;
                grid-template-rows: auto;[b-f5mtaqhcax]
            }
        }

        .info-card[b-f5mtaqhcax] {
            img {
                grid-area: image;
                width: max(10rem, 10vw);
                aspect-ratio: 1 / 1;
                border-radius: 50%;
                margin: 1rem auto 0 auto;
                border: var(--off-white) 2px solid;
                object-fit: cover;
                transform-origin: center;
            }

            h3[b-f5mtaqhcax] {
                font-size: var(--font-size-heading);
            }

            p:first-of-type[b-f5mtaqhcax] {
                border-bottom: var(--off-white) 2px solid;
                margin-bottom: 0.5rem;
            }
        }
    }
}
/* /Components/Pages/Booking.razor.rz.scp.css */
#links[b-hn1x6dfffc] {
    .btn-back {
        margin-bottom: 1rem;
    }

    .content-container[b-hn1x6dfffc] {
        padding-top: 0;

        .btn-cta {
            display: flex;
            justify-content: start;
            align-items: center;
            gap: 1rem;
            padding: 1rem 1rem;
            border-radius: 0;

            &:hover {
                transform: scale(1.01);
            }

            svg[b-hn1x6dfffc] {
                height: 2rem;
                width: 2rem;
                fill: white;
            }

            span[b-hn1x6dfffc] {
                font-family: var(--heading-bold), serif;
                font-size: var(--font-size-regular);
            }
        }
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
#service-container[b-dahmh6fimr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    #contact {
        grid-area: links;

        ul {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .info-card[b-dahmh6fimr] {
            margin-top: 1rem;
        }

        .btn-cta[b-dahmh6fimr] {
            display: flex;
            justify-content: start;
            align-items: center;
            gap: 1rem;
            padding: 1rem 1rem;
            margin: 0;
            border-radius: 0;

            &:hover {
                transform: scale(1.01);
            }

            svg[b-dahmh6fimr] {
                height: 2rem;
                width: 2rem;
                fill: white;
            }

            span[b-dahmh6fimr] {
                font-family: var(--heading-bold), serif;
                font-size: var(--font-size-regular);
            }
        }


    }

    .info-card[b-dahmh6fimr] {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        gap: 1rem;

        img {
            height: 2rem;
            width: 2rem;
        }

        div[b-dahmh6fimr] {
            display: flex;
            flex-direction: column;

            h2 {
                font-size: var(--font-size-heading);
            }

            time[b-dahmh6fimr] {
                color: var(--text-primary);
                font-family: var(--heading-bold), serif;
                font-size: var(--font-size-heading);
            }
        }
    }
}

#location[b-dahmh6fimr] {
    .content-container {
        padding-top: 0;

        .map-embed {
            margin: 1rem 0;
            width: 100%;
            max-width: 400px;
            aspect-ratio: 1 / 1;
            border: var(--off-white) 2px solid;
            border-radius: var(--radius-1);
        }

        .info-card[b-dahmh6fimr] {
            display: flex;
            flex-direction: row;
            justify-content: start;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem;

            img {
                height: 3rem;
                width: 3rem;
            }

            ul[b-dahmh6fimr] {
                padding: 0;
                margin: 0;
                border-top: none;

                li:not(:last-child) {
                    border-bottom: var(--off-white) 2px solid;
                }
            }
        }
    }
}


/* /Components/Pages/home.razor.rz.scp.css */
/* HERO */

#hero[b-g809c3jchr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;

    > div:first-of-type {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        img {
            padding: 2rem 1rem 1rem 1rem;
            width: min(80%, 30em);
            height: auto;
            user-select: none;
            -webkit-user-drag: none;
            pointer-events: none;
        }

        h1[b-g809c3jchr] {
            font-size: var(--font-size-regular);
            font-family: var(--text-regular), serif;
            text-wrap: balance;
            text-align: center;
            margin-bottom: 2rem;
            max-width: min(80%, 20em);
        }
    }

    > div:last-of-type[b-g809c3jchr] {
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to bottom, var(--off-white), var(--light-gray));
        width: 100%;
        padding: 2rem;

        .btn-cta {
            width: max-content;
            margin: 0;
            font-size: var(--font-size-regular);
        }
    }
}

/* SERVICES */

#services[b-g809c3jchr] {
    scroll-margin-top: 5rem;

    @media (max-width: 56em) {
        scroll-margin-top: 3rem;[b-g809c3jchr]
    }

    > h2 {
        color: white;
        background-color: var(--text-primary);
        text-align: center;
        width: 100%;
        font-size: var(--font-size-heading);
        padding: 0.5rem 0
    }

    .services-grid[b-g809c3jchr] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1rem;
        max-width: min(900px, 95%);
        margin: 1rem auto;
    }
}

/* LOCATION */

#location[b-g809c3jchr] {
    display: grid;
    grid-area: location;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    background: none;
    border-right: white 2px solid;
    padding: min(5vw, 2rem);
    gap: min(5vw, 1rem);
}

.map-embed[b-g809c3jchr] {
    width: 100%;
    max-width: 350px;
    min-width: 200px;
    height: auto;
    aspect-ratio: 1 / 1;
    border: var(--light-gray) 1px solid;
    border-radius: 15px;
}

.address-container[b-g809c3jchr] {
    display: flex;
    flex-direction: column;
    padding: 2rem;

    p:nth-child(1) {
        border-bottom: white 2px solid;
        color: white;
        font-size: clamp(0.5rem, 2vw + 0.5rem, 1.5rem);
        text-wrap-mode: nowrap;
    }

    p:nth-child(2)[b-g809c3jchr] {
        display: flex;
        flex-direction: column;
        color: white;
        font-size: clamp(0.5rem, 2vw + 0.25rem, 1.2rem);
        text-wrap-mode: nowrap;
    }
}
/* /Components/Pages/Services/BloodTestCheckUp.razor.rz.scp.css */
#service-container[b-dl6u4fj8an] {
    display: grid;
    grid-template-areas:
    "overview what-to-expect"
    "health-packages health-packages"
    "organ-panels organ-panels"
    "hormone-panels hormone-panels"
    "vitamin-mineral-panels vitamin-mineral-panels"
    "why-choose-us why-choose-us";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    @media (max-width: 64em) {
        grid-template-areas:
        "overview"
        "what-to-expect"
        "health-packages"
        "organ-panels"
        "hormone-panels"
        "vitamin-mineral-panels"
        "why-choose-us";
        grid-template-columns: 1fr;[b-dl6u4fj8an]
    }

    .dropdown-container {
        .dropdown-inner {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }
    }

    #health-packages[b-dl6u4fj8an] {
        .dropdown-btn {
            display: flex;
            flex-direction: row;
            gap: 0.5rem;
            padding: 0.75rem 1rem;
            align-items: center;

            > div {
                display: flex;
                flex-direction: column;

                div:first-child {
                    display: flex;
                    flex-direction: row;
                    width: 100%;
                    align-items: start;
                }

                div:last-child[b-dl6u4fj8an] {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    align-items: start;
                }
            }

            .info-note[b-dl6u4fj8an] {
                text-align: start;
            }
        }
    }
}

.dropdown-btn[b-dl6u4fj8an] {
    justify-content: start;
    gap: 0.25rem;

    img.rotate {
        margin-left: auto;
    }
}

.price[b-dl6u4fj8an] {
    background: var(--off-white);
    padding: 0.25rem 1rem;
    justify-content: right;
}

#overview[b-dl6u4fj8an] {
    grid-area: overview;
}

#what-to-expect[b-dl6u4fj8an] {
    grid-area: what-to-expect;
}

#health-packages[b-dl6u4fj8an] {
    grid-area: health-packages;
}

#organ-panels[b-dl6u4fj8an] {
    grid-area: organ-panels;
}

#hormone-panels[b-dl6u4fj8an] {
    grid-area: hormone-panels;
}

#vitamin-mineral-panels[b-dl6u4fj8an] {
    grid-area: vitamin-mineral-panels;
}

#why-choose-us[b-dl6u4fj8an] {
    grid-area: why-choose-us;
}
/* /Components/Pages/Services/Consultation.razor.rz.scp.css */
#service-container[b-sfwwgoewhu] {
    display: grid;
    grid-template-areas:
    "overview whats-included"
    "when-to-see-doctor outcall-service"
    "why-choose-us why-choose-us";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    @media (max-width: 56em) {
        grid-template-areas:
        "overview"
        "whats-included"
        "when-to-see-doctor"
        "outcall-service"
        "why-choose-us";
        grid-template-columns: 1fr;[b-sfwwgoewhu]
    }
}

#overview[b-sfwwgoewhu] {
    grid-area: overview;
}

#whats-included[b-sfwwgoewhu] {
    grid-area: whats-included;
}

#when-to-see-a-doctor[b-sfwwgoewhu] {
    grid-area: when-to-see-doctor;
}

#out-call-service[b-sfwwgoewhu] {
    grid-area: outcall-service;
    display: flex;
    flex-direction: column;

    .info-card {
        border-bottom: none;
    }

    .btn-cta-secondary[b-sfwwgoewhu] {
        margin-top: 0;
    }
}

#why-choose-us[b-sfwwgoewhu] {
    grid-area: why-choose-us;
}
/* /Components/Pages/Services/InsuranceSupport.razor.rz.scp.css */
#service-container[b-2ehn65xpbi] {
    display: grid;
    grid-template-areas:
    "overview how-to-use-your-insurance"
    "why-choose-us how-to-use-your-insurance";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    @media (max-width: 56em) {
        grid-template-areas:
        "overview"
        "how-to-use-your-insurance"
        "why-choose-us";
        grid-template-columns: 1fr;[b-2ehn65xpbi]
    }
}

#how-to-use-your-insurance[b-2ehn65xpbi] {
    grid-area: how-to-use-your-insurance;

    .content-container {
        > div:last-child {
            display: flex;
            flex-direction: column;

            .info-card {
                border-bottom: 0;
            }
        }
    }

    .btn-cta-secondary[b-2ehn65xpbi] {
        margin-top: 0;
    }
}

#why-choose-us[b-2ehn65xpbi] {
    grid-area: why-choose-us;
}
/* /Components/Pages/Services/IVTherapy.razor.rz.scp.css */
#service-container[b-hevmoock9x] {
    display: grid;
    grid-template-areas:
    "overview what-to-expect"
    "what-iv-helps-with what-iv-helps-with"
    "why-choose-us why-choose-us";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    @media (max-width: 56em) {
        grid-template-areas:
        "overview"
        "what-to-expect"
        "what-iv-helps-with"
        "why-choose-us";
        grid-template-columns: 1fr;[b-hevmoock9x]
    }
}

#overview[b-hevmoock9x] {
    grid-area: overview;
}

#what-to-expect[b-hevmoock9x] {
    grid-area: what-to-expect;
}

#what-iv-helps-with[b-hevmoock9x] {
    grid-area: what-iv-helps-with;

    .ul-check {
        display: grid;
        grid-template-columns: 1fr 1fr;

        @media (max-width: 56em) {
            grid-template-columns: 1fr;[b-hevmoock9x]
        }
    }
}

#why-choose-us[b-hevmoock9x] {
    grid-area: why-choose-us;
}
/* /Components/Pages/Services/MedicalCertificates.razor.rz.scp.css */
#service-container[b-kmmiw2b8bw] {
    display: grid;
    grid-template-areas:
    "overview whats-included"
    "certificates-we-offer why-choose-us";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    @media (max-width: 56em) {
        grid-template-areas:
        "overview"
        "whats-included"
        "certificates-we-offer"
        "why-choose-us";
        grid-template-columns: 1fr;[b-kmmiw2b8bw]
    }
}

#overview[b-kmmiw2b8bw] {
    grid-area: overview;
}

#whats-included[b-kmmiw2b8bw] {
    grid-area: whats-included;
}

#certificates-we-offer[b-kmmiw2b8bw] {
    grid-area: certificates-we-offer;
}

#why-choose-us[b-kmmiw2b8bw] {
    grid-area: why-choose-us;
}
/* /Components/Pages/Services/OutcallService.razor.rz.scp.css */
#service-container[b-290w5zieok] {
    display: grid;
    grid-template-areas:
    "overview when-to-request-visit"
    "available-services fee"
    "available-services insurance"
    "why-choose-us why-choose-us";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    @media (max-width: 56em) {
        grid-template-areas:
        "overview"
        "when-to-request-visit"
        "available-services"
        "fee"
        "insurance"
        "why-choose-us";
        grid-template-columns: 1fr;[b-290w5zieok]
    }
}

#when-to-request-visit[b-290w5zieok] {
    grid-area: when-to-request-visit;
}

#available-services[b-290w5zieok] {
    grid-area: available-services;

    > div {
        display: flex;
        flex-direction: column;

        .btn-cta-secondary {
            margin-top: 0;
            width: 100%;
        }

        .info-card[b-290w5zieok] {
            border-bottom: none;
        }
    }

    .link-list[b-290w5zieok] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 1rem;

        a {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            padding: 0.75rem 1rem;
            border: none;
            color: var(--text-primary);
            font-family: var(--heading-bold), serif;
            background-color: var(--off-white);
            transition: var(--button-transition);

            &:hover {
                background-color: var(--light-gray);
                transform: scale(1.01);
            }
        }
    }
}

#fee[b-290w5zieok] {
    grid-area: fee;

    p {
        margin-top: 0.5rem;
    }
}

#insurance[b-290w5zieok] {
    grid-area: insurance;

    .content-container {
        p:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        p:last-child[b-290w5zieok] {
            margin-top: 0.5rem;
        }
    }

    .info-card[b-290w5zieok] {

        button {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

        @media (max-width: 56em) {
            padding: 0;

            b[b-290w5zieok] {
                padding: 0.5rem;
                font-size: 0.85rem;
            }

            img[b-290w5zieok] {
                height: 1.2rem;
                width: 1.2rem;
                box-sizing: content-box;
                padding-right: 0.5rem;
            }
        }
    }
}

#why-choose-us[b-290w5zieok] {
    grid-area: why-choose-us;
}

.copy-btn[b-290w5zieok] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: var(--off-white) 2px solid;
    padding: 0.5rem 1rem;
    user-select: text;

    span {
        display: inline;

        b {
            font-size: var(--font-size-small);
        }
    }

    img[b-290w5zieok] {
        display: inline;
        transition: transform 200ms ease;
    }

    &.press[b-290w5zieok] {
        img {
            transform: scale(1.3);
        }
    }
}
/* /Components/Pages/Services/STDTestingTreatment.razor.rz.scp.css */
#service-container[b-su9oiwunna] {
    display: grid;
    grid-template-areas:
    "overview what-to-expect"
    "testing-packages testing-packages"
    "why-choose-us why-choose-us";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    @media (max-width: 64em) {
        grid-template-areas:
        "overview"
        "what-to-expect"
        "testing-packages"
        "why-choose-us";
        grid-template-columns: 1fr;[b-su9oiwunna]
    }

    .dropdown-container {
        .dropdown-inner {

            ul {
                margin: 0;
            }

            .info-card[b-su9oiwunna] {
                display: flex;
                flex-direction: column;
                gap: 0.5rem;

                h4 {
                    margin: 0;
                    padding: 0;
                    font-size: var(--font-size-heading);
                }

                .top-container[b-su9oiwunna] {
                    display: flex;
                    flex-direction: column;
                }

                .icon-container[b-su9oiwunna] {
                    margin: 0;
                }
            }
        }
    }

    #overview[b-su9oiwunna] {
        grid-area: overview;
    }

    #what-to-expect[b-su9oiwunna] {
        grid-area: what-to-expect;
    }

    #testing-packages[b-su9oiwunna] {
        grid-area: testing-packages;
    }

    #why-choose-us[b-su9oiwunna] {
        grid-area: why-choose-us;
    }
}
/* /Components/Pages/Services/Vaccination.razor.rz.scp.css */
#service-container[b-935ufdmppl] {
    display: grid;
    grid-template-areas:
    "overview whats-included"
    "vaccines-we-offer vaccines-we-offer"
    "why-choose-us why-choose-us";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    @media (max-width: 56em) {
        grid-template-areas:
        "overview"
        "whats-included"
        "vaccines-we-offer"
        "why-choose-us";
        grid-template-columns: 1fr;[b-935ufdmppl]
    }
}

#vaccines-we-offer[b-935ufdmppl] {
    grid-area: vaccines-we-offer;

    .content-container {
        padding-bottom: 0;
    }

    .warning-container[b-935ufdmppl] {
        display: flex;
        flex-direction: row;
        justify-content: start;
        gap: 1rem;

        img {
            height: 2rem;
            width: 2rem;
        }
    }
}

#why-choose-us[b-935ufdmppl] {
    grid-area: why-choose-us;
}
/* /Components/Pages/Services/WeightLoss.razor.rz.scp.css */
#service-container[b-vng3ava8p1] {
    display: grid;
    grid-template-areas:
    "overview whats-included"
    "weight-loss-pen weight-loss-pen"
    "preparation preparation"
    "why-choose-us why-choose-us";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    @media (max-width: 64em) {
        grid-template-areas:
        "overview"
        "whats-included"
        "weight-loss-pen"
        "preparation"
        "why-choose-us";
        grid-template-columns: 1fr;[b-vng3ava8p1]
    }
}

#overview[b-vng3ava8p1] {
    grid-area: overview;
}

#whats-included[b-vng3ava8p1] {
    grid-area: whats-included;
}

#weight-loss-pen[b-vng3ava8p1] {
    grid-area: weight-loss-pen;
}

#preparation[b-vng3ava8p1] {
    grid-area: preparation;
}

#why-choose-us[b-vng3ava8p1] {
    grid-area: why-choose-us;
}
/* /Components/Pages/Services/WoundCare.razor.rz.scp.css */
#service-container[b-9c9nybzxcp] {
    display: grid;
    grid-template-areas:
    "overview whats-included"
    "what-we-offer why-choose-us";
    grid-template-columns: 1fr 1fr;
    gap: 1rem;

    @media (max-width: 56em) {
        grid-template-areas:
        "overview"
        "whats-included"
        "what-we-offer"
        "why-choose-us";
        grid-template-columns: 1fr;[b-9c9nybzxcp]
    }
}

#whats-included[b-9c9nybzxcp] {
    grid-area: whats-included;
}

#what-we-offer[b-9c9nybzxcp] {
    grid-area: what-we-offer;

    .info-card.no-title {
        border-bottom: none;
    }

    .btn-cta-secondary[b-9c9nybzxcp] {
        margin-top: 0;
    }
}

#why-choose-us[b-9c9nybzxcp] {
    grid-area: why-choose-us;
}
/* /Components/ServiceCard.razor.rz.scp.css */
.card-panel[b-v5is1q08yr] {
    display: grid;
    grid-template-areas: "stack";
    min-width: 250px;
    width: 100%;
    margin: 0 auto;
    background: none;
    user-select: none;
    transition: transform 150ms ease;

    &:hover {
        transform: translate(0, -3px);
    }

    &:hover .overlay-filter[b-v5is1q08yr] {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    }

    img[b-v5is1q08yr] {
        grid-area: stack;
        z-index: 1;
        width: 100%;
        height: 200px;
        object-fit: cover;
        transform-origin: center;
        border-radius: var(--radius-1);
        box-shadow: var(--box-shadow-white);
    }

    .overview-text[b-v5is1q08yr] {
        grid-area: stack;
        z-index: 3;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        padding: 1rem;

        h2 {
            font-size: var(--font-size-regular);
            font-family: var(--heading-bold), serif;
            color: white;
            text-wrap: balance;
        }

        p[b-v5is1q08yr] {
            font-size: var(--font-size-small);
            color: white;
            text-wrap: balance;
        }
    }

    .overlay-filter[b-v5is1q08yr] {
        grid-area: stack;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        border-radius: var(--radius-1);
    }
}

