/* _content/sharemycoach/Components/Layout/DestinationComponent.razor.rz.scp.css */
.marquee-container[b-pjbmgtxilz] {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-scroll[b-pjbmgtxilz] {
    display: flex;
    width: max-content;
    animation: marquee-b-pjbmgtxilz 150s linear infinite;
}

.card-feature-RV[b-pjbmgtxilz] {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-feature-RV:hover .card-overlay-text[b-pjbmgtxilz] {
    opacity: 0;
}

.card-overlay-text[b-pjbmgtxilz] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    border-radius: 8px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}

@keyframes marquee-b-pjbmgtxilz {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.card-feature-RV:hover[b-pjbmgtxilz] {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.marquee-container:hover .marquee-scroll[b-pjbmgtxilz] {
    animation-play-state: paused;
}

.white-links a[b-pjbmgtxilz] {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

    .white-links a:hover[b-pjbmgtxilz] {
        text-decoration: underline;
        color: #ccc;
    }
/* _content/sharemycoach/Components/Layout/Drawer.razor.rz.scp.css */
[b-dhvehsvxl1] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-dhvehsvxl1] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-dhvehsvxl1] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-dhvehsvxl1] {
        display: none;
        visibility: hidden;
    }

    [b-dhvehsvxl1] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-dhvehsvxl1] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/sharemycoach/Components/Layout/ErrorFallbackComponent.razor.rz.scp.css */
.retry-button[b-fraq1iec0t] {
    background: linear-gradient(90deg, red, black);
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out
}

    .retry-button:hover[b-fraq1iec0t] {
        transform: scale(1.05);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    }

.retry-button:disabled[b-fraq1iec0t] {
    background: gray;
    cursor: not-allowed;
}
/* _content/sharemycoach/Components/Layout/FAQItemComponent.razor.rz.scp.css */
.container[b-3cdu6r8ps6] {
    border: 1px solid #d1d5db;
    width: 65%;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

    .container:hover[b-3cdu6r8ps6] {
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    }

.dropdown-btn[b-3cdu6r8ps6] {
    background: transparent;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

    .dropdown-btn.clicked[b-3cdu6r8ps6] {
        transform: rotate(180deg);
    }

.answer-container[b-3cdu6r8ps6] {
    width: 90%;
    max-height: 0;
    opacity: 0;
    text-align: justify;
    transition: all 0.2s ease-in-out;
}

    .answer-container.show[b-3cdu6r8ps6] {
        max-height: 500px;
        opacity: 100;
        display: inline-block;
    }
/* _content/sharemycoach/Components/Layout/FooterComponent.razor.rz.scp.css */
.footer[b-phjbzljxsx] {
    background:#000000;
    padding-top: 80px;
    padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer[b-phjbzljxsx] {
}

@media only screen and (max-width:768px) {
    .single_footer[b-phjbzljxsx] {
        margin-bottom: 30px;
    }
}

.single_footer h4[b-phjbzljxsx] {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

    .single_footer h4[b-phjbzljxsx]::after {
        content: "";
        display: block;
        height: 2px;
        width: 40px;
        background: #fff;
        margin-top: 20px;
    }

.single_footer p[b-phjbzljxsx] {
    color: #fff;
}

.single_footer ul[b-phjbzljxsx] {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .single_footer ul li[b-phjbzljxsx] {
    }

        .single_footer ul li a[b-phjbzljxsx] {
            color: #fff;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            line-height: 36px;
            font-size: 15px;
            text-transform: capitalize;
        }

            .single_footer ul li a:hover[b-phjbzljxsx] {
                color: #ff3666;
            }

.single_footer_address[b-phjbzljxsx] {
}

    .single_footer_address ul[b-phjbzljxsx] {
    }

        .single_footer_address ul li[b-phjbzljxsx] {
            color: #fff;
        }

            .single_footer_address ul li span[b-phjbzljxsx] {
                font-weight: 400;
                color: #fff;
                line-height: 28px;
            }

.contact_social ul[b-phjbzljxsx] {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe[b-phjbzljxsx] {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__input[b-phjbzljxsx] {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .subscribe__input[b-phjbzljxsx] {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn[b-phjbzljxsx] {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #01c7e9;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

    .subscribe__btn i[b-phjbzljxsx] {
        transition: all 0.3s ease 0s;
    }

@media only screen and (max-width:768px) {
    .subscribe__btn[b-phjbzljxsx] {
        right: 0px;
    }
}

.subscribe__btn:hover i[b-phjbzljxsx] {
    color: #ff3666;
}

button[b-phjbzljxsx] {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile[b-phjbzljxsx] {
    margin-top: 40px;
}

    .social_profile ul[b-phjbzljxsx] {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .social_profile ul li[b-phjbzljxsx] {
            float: left;
        }

            .social_profile ul li a[b-phjbzljxsx] {
                text-align: center;
                border: 0px;
                text-transform: uppercase;
                transition: all 0.3s ease 0s;
                margin: 0px 5px;
                font-size: 18px;
                color: #fff;
                border-radius: 30px;
                width: 50px;
                height: 50px;
                line-height: 50px;
                display: block;
                border: 1px solid rgba(255,255,255,0.2);
            }

@media only screen and (max-width:768px) {
    .social_profile ul li a[b-phjbzljxsx] {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:480px) {
    .social_profile ul li a[b-phjbzljxsx] {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.social_profile ul li a:hover[b-phjbzljxsx] {
    background: #ff3666;
    border: 1px solid #ff3666;
    color: #fff;
    border: 0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright[b-phjbzljxsx] {
    margin-top: 70px;
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.4);
    text-align: center;
}

    .copyright a[b-phjbzljxsx] {
        color: #01c7e9;
        transition: all 0.2s ease 0s;
    }

        .copyright a:hover[b-phjbzljxsx] {
            color: #ff3666;
        }



@media (max-width: 768px) {
    #bottomfooter-container[b-phjbzljxsx] {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 640px) {
    #bottomfooter[b-phjbzljxsx] {
        padding: 15px !important;
    }

    #bottomfooter-left[b-phjbzljxsx] {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    #bottomfooter-tagline[b-phjbzljxsx],
    #bottomfooter-copyright[b-phjbzljxsx] {
        font-size: 13px !important;
    }

    #bottomfooter-logo[b-phjbzljxsx] {
        height: 28px !important;
    }
}
/* _content/sharemycoach/Components/Layout/IFrameComponent.razor.rz.scp.css */

/* Container for the iframe */
.iframe-container[b-kq3tzl9xs7] {
    max-width: 800px; /* Adjust as needed */
    /*margin: auto;*/ /* Center the iframe */
    padding: 20px;
    background: #ffffff; /* White background */
    border-radius: 12px; /* Rounded corners */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

/* Hover effect for container */
.iframe-container:hover[b-kq3tzl9xs7] {
    transform: translateY(-5px); /* Slight lift */
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15); /* Enhanced shadow */
}

/* Iframe styling */
iframe[b-kq3tzl9xs7] {
    width: 100%;
    height: 100%; /* Adjust height as needed */
    border-radius: 8px; /* Match container's rounded corners */
    display: block; /* Ensure proper rendering */
}

/* Responsive design */
@media (max-width: 600px) {
    .iframe-container[b-kq3tzl9xs7] {
        padding: 10px;
        margin: 20px;
    }

    iframe[b-kq3tzl9xs7] {
        height: 300px; /* Smaller height for mobile */
    }
}

/* _content/sharemycoach/Components/Layout/InfiniteCardScroller.razor.rz.scp.css */
body[b-igohu7qcp2] {
    background: #f8f9fa;
}

.scroll-wrapper[b-igohu7qcp2] {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1500px;
}

.scroll-container[b-igohu7qcp2] {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    padding: .5rem .5rem .5rem .5rem;
    scroll-behavior: smooth;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 2px 18px rgba(0,0,0,0.07);
    min-height: 540px;
    width: 100%;
    transition: box-shadow 0.3s;
    -webkit-overflow-scrolling: touch; /* for iOS momentum scrolling */
}

.card[b-igohu7qcp2] {
    min-width: 410px;
    max-width: 410px;
    margin-right: 1.5rem;
    flex: 0 0 auto;
    display: inline-block;
    border-radius: 0.75rem;
    box-shadow: 0 1px 8px rgba(0,0,0,0.07);
    transition: transform 0.3s, box-shadow 0.3s;
    opacity: 0;
    transform: translateY(40px) scale(0.96);
    animation: cardFadeIn-b-igohu7qcp2 0.5s ease forwards;
    background-clip: padding-box;
    background: #fff;
}

    .card:hover[b-igohu7qcp2] {
        transform: translateY(-5px) scale(1.03);
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        z-index: 2;
    }

@keyframes cardFadeIn-b-igohu7qcp2 {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.scroll-btn[b-igohu7qcp2] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, box-shadow 0.2s;
}

    .scroll-btn:active[b-igohu7qcp2] {
        background: #e9ecef;
        box-shadow: 0 0 0 0;
    }

    .scroll-btn.prev[b-igohu7qcp2] {
        left: -16px;
    }

    .scroll-btn.next[b-igohu7qcp2] {
        right: -16px;
    }

.loading[b-igohu7qcp2] {
    text-align: center;
    margin: 2rem 0;
}

.card-title[b-igohu7qcp2] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #007bff;
}

.card-text[b-igohu7qcp2] {
    color: #495057;
    font-size: 0.97rem;
}

@media (max-width: 900px) {
    .scroll-wrapper[b-igohu7qcp2] {
        max-width: 98vw;
    }

    .card[b-igohu7qcp2] {
        min-width: 180px;
        max-width: 180px;
        margin-right: 1rem;
    }

    .scroll-container[b-igohu7qcp2] {
        min-height: 180px;
    }
}

@media (max-width: 768px) {
    .scroll-btn.prev[b-igohu7qcp2] {
        left: 0;
    }

    .scroll-btn.next[b-igohu7qcp2] {
        right: 0;
    }

    .scroll-container[b-igohu7qcp2] {
        padding: 1rem 0;
        min-height: 150px;
    }

    .card-title[b-igohu7qcp2] {
        font-size: 1rem;
    }

    .card-text[b-igohu7qcp2] {
        font-size: 0.92rem;
    }
}

@media (max-width: 500px) {
    .scroll-wrapper[b-igohu7qcp2] {
        max-width: 100vw;
    }

    .card[b-igohu7qcp2] {
        min-width: 120px;
        max-width: 120px;
        margin-right: 0.55rem;
        padding: 0.4rem 0.25rem;
    }

    .scroll-container[b-igohu7qcp2] {
        min-height: 110px;
    }

    .card-title[b-igohu7qcp2] {
        font-size: 0.98rem;
    }

    .card-text[b-igohu7qcp2] {
        font-size: 0.87rem;
    }

    .scroll-btn[b-igohu7qcp2] {
        width: 34px;
        height: 34px;
    }
}
/* _content/sharemycoach/Components/Layout/MainLayout.razor.rz.scp.css */
/* =========================
   Global & Page Styles
========================= */
.page[b-zcfp0casu3] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

/* New global html/body styling */
html[b-zcfp0casu3], body[b-zcfp0casu3] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: var(--bs-font-sans-serif, "Segoe UI", sans-serif);
}

/* =========================
   DevExpress Navigation Drawer
========================= */
[b-zcfp0casu3] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-zcfp0casu3] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-zcfp0casu3] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-zcfp0casu3] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-zcfp0casu3] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-zcfp0casu3] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-zcfp0casu3] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

/* =========================
   Icons
========================= */
[b-zcfp0casu3] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-zcfp0casu3] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-zcfp0casu3] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-zcfp0casu3] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-zcfp0casu3] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-zcfp0casu3] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-zcfp0casu3] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-zcfp0casu3] .docs-icon,
[b-zcfp0casu3] .demos-icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-zcfp0casu3] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
}

[b-zcfp0casu3] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
}

[b-zcfp0casu3] .footer-button:hover .demos-icon,
[b-zcfp0casu3] .footer-button:hover .docs-icon,
[b-zcfp0casu3] .menu-button:hover .icon,
[b-zcfp0casu3] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

/* =========================
   Drawer Layout Tweaks
========================= */
.panel-open .menu-button[b-zcfp0casu3] {
    display: inline-flex;
}

.menu-button-nav[b-zcfp0casu3] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-zcfp0casu3] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-zcfp0casu3]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-zcfp0casu3]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-zcfp0casu3] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-zcfp0casu3] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-zcfp0casu3] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-zcfp0casu3] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-zcfp0casu3] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-zcfp0casu3] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

/* =========================
   Header / Navbar (Updated)
========================= */

/* -------- Header -------- */
.site-header[b-zcfp0casu3] {
    position: sticky; /* ✅ fixes scrollbar overlap issue */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: radial-gradient(900px 450px at 15% 10%, rgba(220,53,69,.25), transparent), radial-gradient(700px 350px at 85% 15%, rgba(255,77,79,.18), transparent), linear-gradient(180deg, #121212, #000000);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* -------- Header Container -------- */
.header-container[b-zcfp0casu3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.5rem 2vw;
}

/* -------- Logo -------- */
.logo img[b-zcfp0casu3] {
    height: 50px;
}

/* -------- Menu Toggle (Hamburger) -------- */
.menu-toggle[b-zcfp0casu3] {
    display: none;
    background: none;
    border: none;
    font-size: 2rem;
    color: #f8f9fa;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 101;
}

    .menu-toggle:hover[b-zcfp0casu3] {
        color: #dc3545;
    }

/* -------- Navbar -------- */
.navbar[b-zcfp0casu3] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-links[b-zcfp0casu3] {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link-header[b-zcfp0casu3] {
    color: #f8f9fa;
    text-decoration: none;
    padding: 8px;
    font-weight: 500;
    transition: color 0.3s;
}

    .nav-link-header:hover[b-zcfp0casu3] {
        color: #dc3545;
    }

    .nav-link-header.active[b-zcfp0casu3] {
        font-weight: bold;
        border-bottom: 2px solid #dc3545;
        border-radius: 10px;
        color: #dc3545;
    }

/* -------- Main Content -------- */
.main-content[b-zcfp0casu3] {
    margin-top: 80px; /* to offset sticky header */
    padding: 1rem 2vw;
}

/* -------- Responsive -------- */
@media (max-width: 900px) {
    .nav-links[b-zcfp0casu3] {
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .menu-toggle[b-zcfp0casu3] {
        display: block;
    }

    .navbar[b-zcfp0casu3] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(18, 18, 18, 0.98);
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 2vw;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        display: none; /* hidden by default */
        z-index: 1000;
    }

        .navbar.active[b-zcfp0casu3] {
            display: flex; /* shown when toggled */
        }

    .nav-links[b-zcfp0casu3] {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
    }

    .nav-link-header[b-zcfp0casu3] {
        padding: 0.75rem 0;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #222;
    }
}
/* _content/sharemycoach/Components/Layout/NavMenu.razor.rz.scp.css */

#sidebar[b-f9v82el36c] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-f9v82el36c] {
    text-align: center;
}

[b-f9v82el36c] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-f9v82el36c] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-f9v82el36c] .menu {
    background-color: inherit;
}

    [b-f9v82el36c] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-f9v82el36c] .menu-item {
    color: var(--bs-white);
}

[b-f9v82el36c] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-f9v82el36c] .home-icon {
    background-image: url("images/home.svg");
}

[b-f9v82el36c] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-f9v82el36c] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-f9v82el36c] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-f9v82el36c] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-f9v82el36c] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-f9v82el36c] .user-icon {
    background-image: url("images/account/user.svg");
}

@media (max-width: 768px) {
    #sidebar[b-f9v82el36c] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-f9v82el36c] {
        text-align: inherit;
    }
}
/* _content/sharemycoach/Components/Layout/UnderMaintenance.razor.rz.scp.css */

/* Title tweaks to better match the provided artwork */
.title[b-azn98vkopl] {
    color: #0b254e;
    letter-spacing: -1px;
    line-height: 0.9;
    font-size: 4.5rem; /* large on desktop; Bootstrap utilities handle responsiveness */
}

.subtitle[b-azn98vkopl] {
    color: var(--accent);
    font-size: 1.25rem;
}

/* Make the SVG scale nicely and not overflow */
.illustration svg[b-azn98vkopl] {
    max-width: 520px;
    height: auto;
    display: block;
}

/* Adjustments for smaller screens */
@media (max-width:991px) {
    .title[b-azn98vkopl] {
        font-size: 3.5rem
    }
}

@media (max-width:576px) {
    .title[b-azn98vkopl] {
        font-size: 2.6rem
    }

    .subtitle[b-azn98vkopl] {
        font-size: 1rem
    }

    .lead[b-azn98vkopl] {
        font-size: 0.95rem
    }
}
/* _content/sharemycoach/Components/Pages/About.razor.rz.scp.css */
.rent-now-btn[b-20dtthqsir] {
    transition: all 0.2s ease-in-out;
    border: none;
    color: #6e2626;
}

    .rent-now-btn:hover[b-20dtthqsir] {
        transform: scale(1.05);
    }
/* _content/sharemycoach/Components/Pages/Error.razor.rz.scp.css */
.home-button[b-pt3lkwntiw] {
    background: linear-gradient(90deg, red, black);
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out
}

    .home-button:hover[b-pt3lkwntiw] {
        transform: scale(1.05);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    }
/* _content/sharemycoach/Components/Pages/EventFlyer/EventFlyerDetail.razor.rz.scp.css */
/* King of the Hammers Page Styles */

.vehicle-card[b-jc4hyni896] {
    display: flex;
    flex-direction: column;
}

.koh-hero-content[b-jc4hyni896] {
    position: relative;
    z-index: 2;
    color: white;
}

.koh-crown-icon[b-jc4hyni896] {
    font-size: 3rem;
    color: #ffd700;
    text-align: center;
}

.koh-title[b-jc4hyni896] {
    font-size: 4rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    letter-spacing: 2px;
}

.koh-dates[b-jc4hyni896] {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.koh-cta-banner[b-jc4hyni896] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.3);
    margin-top: 2rem;
}

.koh-cta-text[b-jc4hyni896] {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.koh-cta-subtext[b-jc4hyni896] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.koh-delivery[b-jc4hyni896] {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.koh-logo-section[b-jc4hyni896] {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.koh-logo[b-jc4hyni896] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #dc3545;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .koh-logo i[b-jc4hyni896] {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

.koh-tagline[b-jc4hyni896] {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

/* RV Grid */
.koh-rv-grid[b-jc4hyni896] {
    margin-bottom: 2rem;
}

.koh-rv-card[b-jc4hyni896] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .koh-rv-card:hover[b-jc4hyni896] {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

.koh-rv-images[b-jc4hyni896] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
}

.koh-rv-image[b-jc4hyni896] {
    position: relative;
    overflow: hidden;
}

    .koh-rv-image img[b-jc4hyni896] {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .koh-rv-image:hover img[b-jc4hyni896] {
        transform: scale(1.05);
    }

.koh-rv-number[b-jc4hyni896] {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.9rem;
}

.koh-rv-specs[b-jc4hyni896] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: #f8f9fa;
}

.koh-sleeps[b-jc4hyni896] {
    background: #dc3545;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.koh-floorplan[b-jc4hyni896] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6c757d;
    font-size: 0.9rem;
}

    .koh-floorplan i[b-jc4hyni896] {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

.koh-placeholder[b-jc4hyni896] {
    height: 200px;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-style: italic;
}

/* Sidebar */
.koh-sidebar[b-jc4hyni896] {
    position: sticky;
    top: 5rem;
}

.koh-sidebar-card[b-jc4hyni896] {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #dc3545;
}

.koh-sidebar-title[b-jc4hyni896] {
    color: #dc3545;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.koh-includes-title[b-jc4hyni896] {
    text-align: center;
    font-size: 1.1rem;
}

.koh-quote-options[b-jc4hyni896] {
    text-align: center;
}

.koh-quote-link[b-jc4hyni896] {
    display: inline-block;
    background: #dc3545;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 1rem;
    transition: background 0.3s ease;
}

    .koh-quote-link:hover[b-jc4hyni896] {
        background: #c82333;
        color: white;
    }

.koh-quote-phone[b-jc4hyni896] {
    font-weight: bold;
    color: #333;
    margin: 0;
}

.koh-delivery-info[b-jc4hyni896] {
    font-weight: 600;
    color: #333;
    margin: 0;
}

.koh-price-list[b-jc4hyni896] {
    margin-bottom: 1rem;
}

.koh-price-item[b-jc4hyni896] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

    .koh-price-item:last-child[b-jc4hyni896] {
        border-bottom: none;
    }

.koh-vehicle-type[b-jc4hyni896] {
    font-weight: 600;
    color: #333;
}

.koh-price-range[b-jc4hyni896] {
    font-weight: bold;
    color: #dc3545;
}

.koh-price-note[b-jc4hyni896] {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    font-style: italic;
}

.koh-includes-list[b-jc4hyni896] {
    margin-top: 1rem;
}

.koh-include-item[b-jc4hyni896] {
    margin-bottom: 1.5rem;
}

    .koh-include-item:last-child[b-jc4hyni896] {
        margin-bottom: 0;
    }

.koh-include-name[b-jc4hyni896] {
    color: #dc3545;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.koh-include-desc[b-jc4hyni896] {
    color: #333;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.koh-covered-card[b-jc4hyni896] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    border-left: none;
}

.koh-covered-title[b-jc4hyni896] {
    color: white;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.koh-staff-image[b-jc4hyni896] {
    text-align: center;
}

    .koh-staff-image img[b-jc4hyni896] {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 1rem;
    }

.koh-staff-text[b-jc4hyni896] {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 10px;
}

.koh-staff-quote[b-jc4hyni896] {
    font-weight: bold;
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.no-vehicles-message[b-jc4hyni896] {
    color: #6c757d;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 3rem 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .koh-title[b-jc4hyni896] {
        font-size: 2.5rem;
    }

    .koh-rv-images[b-jc4hyni896] {
        grid-template-columns: 1fr;
    }

    .koh-rv-specs[b-jc4hyni896] {
        grid-column: 1;
    }

    .koh-sidebar[b-jc4hyni896] {
        position: static;
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .koh-cta-banner[b-jc4hyni896] {
        padding: 1.5rem;
    }

    .koh-cta-text[b-jc4hyni896] {
        font-size: 1.5rem;
    }

    .koh-cta-subtext[b-jc4hyni896] {
        font-size: 1.2rem;
    }
}

/* _content/sharemycoach/Components/Pages/EventFlyer/EventFlyerList.razor.rz.scp.css */
/* ===============================
   Event Flyer Page Styling
   =============================== */

.events .hero[b-ysfjihp1xd] {
    background: radial-gradient(900px 450px at 15% 10%, rgba(220,53,69,.25), transparent), radial-gradient(700px 350px at 85% 15%, rgba(255,77,79,.18), transparent), linear-gradient(180deg, #121212, #000000);
    color: #f8f9fa;
}

.events .section-title[b-ysfjihp1xd] {
    letter-spacing: .3px;
}

.events .badge-soft[b-ysfjihp1xd] {
    background: rgba(220,53,69,.12);
    color: #dc3545;
}

/* --- Event Card Base --- */
.events .event-card[b-ysfjihp1xd] {
    position: relative;
    border: 0;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .events .event-card:hover[b-ysfjihp1xd] {
        transform: translateY(-4px);
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    }

    .events .event-card.disabled[b-ysfjihp1xd] {
        opacity: .6;
        filter: grayscale(15%);
        pointer-events: none;
    }

/* --- Event Banner Image --- */
.event-card .card-img-top.event-banner[b-ysfjihp1xd] {
    width: 100%;
    aspect-ratio: 3 / 1; /* Maintain a wide rectangular shape */
    object-position: center; /* Keep focal point centered */
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color: #f8f9fa; /* Fallback background */
}

/* Adjust image height slightly for smaller screens */
@media (max-width: 576px) {
    .event-card .card-img-top.event-banner[b-ysfjihp1xd] {
        aspect-ratio: 2.5 / 1;
    }
}

/* --- Card Body --- */
.event-card .card-body[b-ysfjihp1xd] {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background: #ffffff;
    gap: 0.5rem;
    overflow-y: auto;
}

.events .event-meta[b-ysfjihp1xd] {
    color: #6c757d;
}

.events .price-chip[b-ysfjihp1xd] {
    background: rgba(220,53,69,.08);
    color: #dc3545;
    border-radius: .5rem;
    padding: .25rem .5rem;
    font-weight: 600;
}

/* --- Utility Classes --- */
.events .card-gradient[b-ysfjihp1xd] {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.events .object-fit-cover[b-ysfjihp1xd] {
    object-fit: cover !important;
}

/* --- Footer --- */
.events .footer[b-ysfjihp1xd] {
    background: #000;
    color: #f8f9fa;
}

    .events .footer a[b-ysfjihp1xd] {
        color: #f8f9fa;
        text-decoration: none;
    }

        .events .footer a:hover[b-ysfjihp1xd] {
            text-decoration: underline;
        }

/* --- Hero Section Adjustments for Larger Screens --- */
@media (min-width: 992px) {
    .events .hero[b-ysfjihp1xd] {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
/* _content/sharemycoach/Components/Pages/ForSale.razor.rz.scp.css */
/* _content/sharemycoach/Components/Pages/ForSaleDetail.razor.rz.scp.css */
/* Layout and sizing */
.vehicle-detail[b-esmd2xwyqr] {
    width: 100vw; /* avoid viewport-width causing a separate containing block for sticky */
    padding: 30px 80px 2px 80px;
    overflow: visible; /* ensure sticky isn't blocked by a clipped ancestor */
}

/* Make the main image fill its column and crop nicely */
/*.main-image figure {
    height: 100%;
    margin: 0;
}*/

.main-image img[b-esmd2xwyqr] {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0.25rem;
}

.sticky-card[b-esmd2xwyqr] {
    position: sticky;
    top: 60px; /* match your fixed header height */
    z-index: 10; /* keep above other content while scrolling */
    align-self: flex-start;
}

.feature-icon[b-esmd2xwyqr] {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    background: rgba(220,53,69,.12);
    color: #dc3545;
}


/* Gallery layout: top row gets more vertical space than bottom row */
.gallery[b-esmd2xwyqr] {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*gap: 0.5rem;*/
}

.gallery-top[b-esmd2xwyqr] {
    flex: 1 1 50%;
}

.gallery-bottom[b-esmd2xwyqr] {
    flex: 0 0 50%;
}

/* Make gallery images fill their grid cell and keep aspect via object-fit */
.gallery-img[b-esmd2xwyqr] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Ensure each column cell in the top row stretches to the row's height */
.gallery-top > .col-4[b-esmd2xwyqr],
.gallery-bottom > .col-4[b-esmd2xwyqr] {
    height: 100%;
    display: flex;
    padding: 0;
}

    .gallery-top > .col-4 > .gallery-img[b-esmd2xwyqr],
    .gallery-bottom > .col-4 > .gallery-img[b-esmd2xwyqr] {
        flex: 1 1 auto;
    }

.card-section[b-esmd2xwyqr] {
    height: auto;
    width: 100vw;
}

.card-section-featuredRV[b-esmd2xwyqr] {
    width: 100vw;
    padding: 4px 2px 4px 2px;
    height: auto;
}


.main-image img[b-esmd2xwyqr] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.main-image:hover img[b-esmd2xwyqr] {
    transform: scale(1.03);
    opacity: 0.8;
}

.img-thumbnail-container:hover img[b-esmd2xwyqr] {
    transform: scale(1.03);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}

.overlay[b-esmd2xwyqr] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
}

.main-image:hover .overlay[b-esmd2xwyqr] {
    opacity: 1; /* Overlay fades in */
}


/* Small screens tweaks */
@media (max-width: 575.98px) {
    .vehicle-detail[b-esmd2xwyqr] {
        height: auto; /* let content flow naturally on narrow screens */
    }

    .gallery-top[b-esmd2xwyqr], .gallery-bottom[b-esmd2xwyqr] {
        flex: none;
    }
}
/* _content/sharemycoach/Components/Pages/Index.razor.rz.scp.css */
/* Index.razor specific styles */
html[b-pcqwjtm8kh], body[b-pcqwjtm8kh] {
    height: 100%;
    margin: 0;
    padding: 0;
}

.carousel[b-pcqwjtm8kh], .carousel-inner[b-pcqwjtm8kh], .carousel-item[b-pcqwjtm8kh], .carousel-item img[b-pcqwjtm8kh] {
    height: 100vh;
    width: 100vw;
}

    .carousel-item img[b-pcqwjtm8kh] {
        object-fit: cover;
        object-position: center;
    }

.carousel-caption[b-pcqwjtm8kh] {
    bottom: 20%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.card-overlay[b-pcqwjtm8kh] {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 5;
    width: 45%;
    max-width: 90%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-section[b-pcqwjtm8kh] {
    height: auto;
}

.card-section-featuredRV[b-pcqwjtm8kh] {
    margin-top: 20px;
    margin-bottom: 20px;
}

h1[b-pcqwjtm8kh], h2[b-pcqwjtm8kh], h3[b-pcqwjtm8kh], h4[b-pcqwjtm8kh], h5[b-pcqwjtm8kh], h6[b-pcqwjtm8kh] {
}

a[b-pcqwjtm8kh], a:hover[b-pcqwjtm8kh], a:focus[b-pcqwjtm8kh], a:active[b-pcqwjtm8kh] {
    text-decoration: none;
    outline: none;
}

    a[b-pcqwjtm8kh], a:active[b-pcqwjtm8kh], a:focus[b-pcqwjtm8kh] {
        color: #333;
        text-decoration: none;
        transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .2s;
        -ms-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
    }

ul[b-pcqwjtm8kh] {
    margin: 0;
    padding: 0;
    list-style: none;
}

img[b-pcqwjtm8kh] {
    max-width: 100%;
    height: auto;
}

section[b-pcqwjtm8kh] {
    padding: 60px 0;
}

@media (max-width: 45em) {
    .multi-carousel-item[b-pcqwjtm8kh],
    .clone[b-pcqwjtm8kh] {
        flex: 0 0 100%;
    }
}

@media (max-width: 576px) {
    .card-overlay[b-pcqwjtm8kh] {
        width: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .backyard-image[b-pcqwjtm8kh] {
        display: none;
    }
}
/* _content/sharemycoach/Components/Pages/Vehicle/VehicleDetail.razor.rz.scp.css */
/* Layout and sizing */
.vehicle-detail[b-8w4fsr8pcq] {
    width: 100vw; /* avoid viewport-width causing a separate containing block for sticky */
    padding: 30px 80px 2px 80px;
    overflow: visible; /* ensure sticky isn't blocked by a clipped ancestor */
}

/* Make the main image fill its column and crop nicely */
/*.main-image figure {
    height: 100%;
    margin: 0;
}*/

.main-image img[b-8w4fsr8pcq] {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0.25rem;
}
.sticky-card[b-8w4fsr8pcq] {
    position: sticky;
    top: 60px; /* match your fixed header height */
    z-index: 10; /* keep above other content while scrolling */
    align-self: flex-start;
}
.feature-icon[b-8w4fsr8pcq] {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    background: rgba(220,53,69,.12);
    color: #dc3545;
}


/* Gallery layout: top row gets more vertical space than bottom row */
.gallery[b-8w4fsr8pcq] {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*gap: 0.5rem;*/
}

.gallery-top[b-8w4fsr8pcq] {
    flex: 1 1 50%;
}

.gallery-bottom[b-8w4fsr8pcq] {
    flex: 0 0 50%;
}

/* Make gallery images fill their grid cell and keep aspect via object-fit */
.gallery-img[b-8w4fsr8pcq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Ensure each column cell in the top row stretches to the row's height */
.gallery-top > .col-4[b-8w4fsr8pcq],
.gallery-bottom > .col-4[b-8w4fsr8pcq] {
    height: 100%;
    display: flex;
    padding:0;
}

.gallery-top > .col-4 > .gallery-img[b-8w4fsr8pcq],
.gallery-bottom > .col-4 > .gallery-img[b-8w4fsr8pcq] {
    flex: 1 1 auto;
}
.card-section[b-8w4fsr8pcq] {
    height: auto;
    width: 100vw;
}
.card-section-featuredRV[b-8w4fsr8pcq] {
    width: 100vw;
    padding: 4px 2px 4px 2px;
    height: auto;
}


.main-image img[b-8w4fsr8pcq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.main-image:hover img[b-8w4fsr8pcq] {
    transform: scale(1.03);
    opacity: 0.8;
}

.img-thumbnail-container:hover img[b-8w4fsr8pcq] {
    transform: scale(1.03);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}

.overlay[b-8w4fsr8pcq] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
}

.main-image:hover .overlay[b-8w4fsr8pcq] {
    opacity: 1; /* Overlay fades in */
}


/* Small screens tweaks */
@media (max-width: 575.98px) {
    .vehicle-detail[b-8w4fsr8pcq] {
        height: auto; /* let content flow naturally on narrow screens */
    }

    .gallery-top[b-8w4fsr8pcq], .gallery-bottom[b-8w4fsr8pcq] {
        flex: none;
    }
}
/* _content/sharemycoach/Components/Pages/Vehicle/VehicleList/VehicleList.razor.rz.scp.css */
.tab-pane[b-268rluyggr] {
    transition: opacity 0.15s ease-in-out;
}

.nav-link[b-268rluyggr] {
    cursor: pointer;
}

    .nav-link.active[b-268rluyggr] {
        background-color: #007bff;
        color: white;
    }

    .nav-link:not(.active)[b-268rluyggr] {
        background-color: #f8f9fa;
        color: #007bff;
    }

.nav-pills .nav-link[b-268rluyggr] {
    border-radius: 50px;
    margin: 0 5px;
    background-color: #e0e0e0;
    color: black;
}

    .nav-pills .nav-link.active[b-268rluyggr] {
        background-color: #007bff;
        color: white;
    }

.placeholder[b-268rluyggr] {
    border-radius: 4px;
}

.cards-wrapper[b-268rluyggr] {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Left align items */
    gap: 1rem;
    align-items: flex-start;
    box-sizing: border-box;
    min-height: 300px; /* Maintain consistent height */
    padding: 0 15px; /* Add padding to prevent edge touching */
}

.vehicle-card[b-268rluyggr] {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    width: 280px;
    min-width: 280px; /* Ensure consistent width */
}

    .vehicle-card .card-img-top[b-268rluyggr] {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

@keyframes shimmer-b-268rluyggr {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.skeleton-circle[b-268rluyggr],
.skeleton-text[b-268rluyggr],
.skeleton-pill[b-268rluyggr],
.skeleton-image[b-268rluyggr],
.skeleton-badge[b-268rluyggr],
.skeleton-button[b-268rluyggr] {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-268rluyggr 1.5s infinite;
    border-radius: 4px;
}

.skeleton-circle[b-268rluyggr] {
    border-radius: 50%;
}

.skeleton-pill[b-268rluyggr] {
    border-radius: 50px;
}

.skeleton-badge[b-268rluyggr] {
    border-radius: 12px;
}

@media (min-width: 576px) {
    .vehicle-card[b-268rluyggr] {
        flex: 0 0 calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
    }
}

@media (min-width: 768px) {
    .vehicle-card[b-268rluyggr] {
        flex: 0 0 calc(33.333% - 0.666rem);
        max-width: calc(33.333% - 0.666rem);
    }
}

@media (min-width: 992px) {
    .vehicle-card[b-268rluyggr] {
        flex: 0 0 calc(25% - 0.75rem);
        max-width: calc(25% - 0.75rem);
    }
}

@media (min-width: 1200px) {
    .vehicle-card[b-268rluyggr] {
        flex: 0 0 calc(20% - 0.8rem);
        max-width: calc(20% - 0.8rem);
    }
}

@media (max-width: 576px) {
    .rv-filters[b-268rluyggr] {
        flex-wrap: nowrap !important;
        gap: 0.5rem !important;
    }

        .rv-filters > div[b-268rluyggr] {
            flex: 1 1 0;
            padding: 0.25rem !important;
        }

        .rv-filters img[b-268rluyggr] {
            width: 28px !important;
            height: 28px !important;
        }

        .rv-filters div[b-268rluyggr] {
            font-size: 0.75rem;
        }
}

/* Adjust for fewer items - left align */
.cards-wrapper:has(.vehicle-card:nth-child(-n+2))[b-268rluyggr] {
    justify-content: flex-start;
}
