/* /Components/Layout/DestinationComponent.razor.rz.scp.css */
.marquee-container[b-g39s47ld20] {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-scroll[b-g39s47ld20] {
    display: flex;
    width: max-content;
    animation: marquee-b-g39s47ld20 150s linear infinite;
}

.card-feature-RV[b-g39s47ld20] {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-feature-RV:hover .card-overlay-text[b-g39s47ld20] {
    opacity: 0;
}

.card-overlay-text[b-g39s47ld20] {
    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-g39s47ld20 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.card-feature-RV:hover[b-g39s47ld20] {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.marquee-container:hover .marquee-scroll[b-g39s47ld20] {
    animation-play-state: paused;
}

.white-links a[b-g39s47ld20] {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

    .white-links a:hover[b-g39s47ld20] {
        text-decoration: underline;
        color: #ccc;
    }
/* /Components/Layout/Drawer.razor.rz.scp.css */
[b-poxe3o7tkh] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-poxe3o7tkh] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-poxe3o7tkh] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-poxe3o7tkh] {
        display: none;
        visibility: hidden;
    }

    [b-poxe3o7tkh] .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-poxe3o7tkh] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* /Components/Layout/ErrorFallbackComponent.razor.rz.scp.css */
.retry-button[b-sb5sw9a46u] {
    background: linear-gradient(90deg, red, black);
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out
}

    .retry-button:hover[b-sb5sw9a46u] {
        transform: scale(1.05);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    }

.retry-button:disabled[b-sb5sw9a46u] {
    background: gray;
    cursor: not-allowed;
}
/* /Components/Layout/FAQItemComponent.razor.rz.scp.css */
.container[b-43fkf2doq9] {
    border: 1px solid #d1d5db;
    width: 65%;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

    .container:hover[b-43fkf2doq9] {
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    }

.dropdown-btn[b-43fkf2doq9] {
    background: transparent;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

    .dropdown-btn.clicked[b-43fkf2doq9] {
        transform: rotate(180deg);
    }

.answer-container[b-43fkf2doq9] {
    width: 90%;
    max-height: 0;
    opacity: 0;
    text-align: justify;
    transition: all 0.2s ease-in-out;
}

    .answer-container.show[b-43fkf2doq9] {
        max-height: 500px;
        opacity: 100;
        display: inline-block;
    }
/* /Components/Layout/FooterComponent.razor.rz.scp.css */
.footer[b-afd1d2of6a] {
    background:#000000;
    padding-top: 80px;
    padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer[b-afd1d2of6a] {
}

@media only screen and (max-width:768px) {
    .single_footer[b-afd1d2of6a] {
        margin-bottom: 30px;
    }
}

.single_footer h4[b-afd1d2of6a] {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

    .single_footer h4[b-afd1d2of6a]::after {
        content: "";
        display: block;
        height: 2px;
        width: 40px;
        background: #fff;
        margin-top: 20px;
    }

.single_footer p[b-afd1d2of6a] {
    color: #fff;
}

.single_footer ul[b-afd1d2of6a] {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .single_footer ul li[b-afd1d2of6a] {
    }

        .single_footer ul li a[b-afd1d2of6a] {
            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-afd1d2of6a] {
                color: #ff3666;
            }

.single_footer_address[b-afd1d2of6a] {
}

    .single_footer_address ul[b-afd1d2of6a] {
    }

        .single_footer_address ul li[b-afd1d2of6a] {
            color: #fff;
        }

            .single_footer_address ul li span[b-afd1d2of6a] {
                font-weight: 400;
                color: #fff;
                line-height: 28px;
            }

.contact_social ul[b-afd1d2of6a] {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe[b-afd1d2of6a] {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.subscribe__input[b-afd1d2of6a] {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 70px 0 20px; /* Increased right padding for better icon spacing */
    text-align: left;
    text-transform: none;
    width: 100%;
    box-sizing: border-box; /* Ensures padding is included in width */
}

    .subscribe__input:focus[b-afd1d2of6a] {
        outline: 2px solid #01c7e9;
        outline-offset: -2px;
    }

    .subscribe__input[b-afd1d2of6a]::placeholder {
        color: #999;
    }

.subscribe__btn[b-afd1d2of6a] {
    background-color: transparent;
    border: none;
    color: #01c7e9;
    cursor: pointer;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .subscribe__btn:disabled[b-afd1d2of6a] {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .subscribe__btn:not(:disabled):hover[b-afd1d2of6a] {
        background-color: rgba(1, 199, 233, 0.1);
    }

    .subscribe__btn i[b-afd1d2of6a] {
        transition: all 0.3s ease;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .subscribe__btn:not(:disabled):hover i[b-afd1d2of6a] {
        color: #ff3666;
        transform: translateX(2px);
    }

/* Mobile optimization */
@media only screen and (max-width: 480px) {
    .subscribe__input[b-afd1d2of6a] {
        height: 50px;
        font-size: 14px;
        padding: 0 60px 0 15px;
    }

    .subscribe__btn[b-afd1d2of6a] {
        height: 50px;
        width: 50px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 360px) {
    .subscribe__input[b-afd1d2of6a] {
        font-size: 13px;
        padding: 0 55px 0 12px;
    }

    .subscribe__btn[b-afd1d2of6a] {
        width: 45px;
    }
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile[b-afd1d2of6a] {
    margin-top: 40px;
}

    .social_profile ul[b-afd1d2of6a] {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .social_profile ul li[b-afd1d2of6a] {
            float: left;
        }

            .social_profile ul li a[b-afd1d2of6a] {
                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-afd1d2of6a] {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:480px) {
    .social_profile ul li a[b-afd1d2of6a] {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.social_profile ul li a:hover[b-afd1d2of6a] {
    background: #ff3666;
    border: 1px solid #ff3666;
    color: #fff;
    border: 0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright[b-afd1d2of6a] {
    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-afd1d2of6a] {
        color: #01c7e9;
        transition: all 0.2s ease 0s;
    }

        .copyright a:hover[b-afd1d2of6a] {
            color: #ff3666;
        }



@media (max-width: 768px) {
    #bottomfooter-container[b-afd1d2of6a] {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 640px) {
    #bottomfooter[b-afd1d2of6a] {
        padding: 15px !important;
    }

    #bottomfooter-left[b-afd1d2of6a] {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    #bottomfooter-tagline[b-afd1d2of6a],
    #bottomfooter-copyright[b-afd1d2of6a] {
        font-size: 13px !important;
    }

    #bottomfooter-logo[b-afd1d2of6a] {
        height: 28px !important;
    }
}
/* /Components/Layout/IFrameComponent.razor.rz.scp.css */

/* Container for the iframe */
.iframe-container[b-q4b8uzb7uz] {
    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-q4b8uzb7uz] {
    transform: translateY(-5px); /* Slight lift */
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15); /* Enhanced shadow */
}

/* Iframe styling */
iframe[b-q4b8uzb7uz] {
    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-q4b8uzb7uz] {
        padding: 10px;
        margin: 20px;
    }

    iframe[b-q4b8uzb7uz] {
        height: 300px; /* Smaller height for mobile */
    }
}

/* /Components/Layout/InfiniteCardScroller.razor.rz.scp.css */
body[b-6l8o6zl4ei] {
    background: #f8f9fa;
}

.scroll-wrapper[b-6l8o6zl4ei] {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1500px;
}

.scroll-container[b-6l8o6zl4ei] {
    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-6l8o6zl4ei] {
    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-6l8o6zl4ei 0.5s ease forwards;
    background-clip: padding-box;
    background: #fff;
}

    .card:hover[b-6l8o6zl4ei] {
        transform: translateY(-5px) scale(1.03);
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        z-index: 2;
    }

@keyframes cardFadeIn-b-6l8o6zl4ei {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.scroll-btn[b-6l8o6zl4ei] {
    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-6l8o6zl4ei] {
        background: #e9ecef;
        box-shadow: 0 0 0 0;
    }

    .scroll-btn.prev[b-6l8o6zl4ei] {
        left: -16px;
    }

    .scroll-btn.next[b-6l8o6zl4ei] {
        right: -16px;
    }

.loading[b-6l8o6zl4ei] {
    text-align: center;
    margin: 2rem 0;
}

.card-title[b-6l8o6zl4ei] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #007bff;
}

.card-text[b-6l8o6zl4ei] {
    color: #495057;
    font-size: 0.97rem;
}

@media (max-width: 900px) {
    .scroll-wrapper[b-6l8o6zl4ei] {
        max-width: 98vw;
    }

    .card[b-6l8o6zl4ei] {
        min-width: 180px;
        max-width: 180px;
        margin-right: 1rem;
    }

    .scroll-container[b-6l8o6zl4ei] {
        min-height: 180px;
    }
}

@media (max-width: 768px) {
    .scroll-btn.prev[b-6l8o6zl4ei] {
        left: 0;
    }

    .scroll-btn.next[b-6l8o6zl4ei] {
        right: 0;
    }

    .scroll-container[b-6l8o6zl4ei] {
        padding: 1rem 0;
        min-height: 150px;
    }

    .card-title[b-6l8o6zl4ei] {
        font-size: 1rem;
    }

    .card-text[b-6l8o6zl4ei] {
        font-size: 0.92rem;
    }
}

@media (max-width: 500px) {
    .scroll-wrapper[b-6l8o6zl4ei] {
        max-width: 100vw;
    }

    .card[b-6l8o6zl4ei] {
        min-width: 120px;
        max-width: 120px;
        margin-right: 0.55rem;
        padding: 0.4rem 0.25rem;
    }

    .scroll-container[b-6l8o6zl4ei] {
        min-height: 110px;
    }

    .card-title[b-6l8o6zl4ei] {
        font-size: 0.98rem;
    }

    .card-text[b-6l8o6zl4ei] {
        font-size: 0.87rem;
    }

    .scroll-btn[b-6l8o6zl4ei] {
        width: 34px;
        height: 34px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* =========================
   Global & Page Styles
========================= */
.page[b-svpngxmstp] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

/* New global html/body styling */
html[b-svpngxmstp], body[b-svpngxmstp] {
    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-svpngxmstp] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-svpngxmstp] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-svpngxmstp] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-svpngxmstp] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-svpngxmstp] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-svpngxmstp] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-svpngxmstp] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

/* =========================
   Icons
========================= */
[b-svpngxmstp] .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-svpngxmstp] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-svpngxmstp] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-svpngxmstp] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-svpngxmstp] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-svpngxmstp] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-svpngxmstp] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-svpngxmstp] .docs-icon,
[b-svpngxmstp] .demos-icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-svpngxmstp] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
}

[b-svpngxmstp] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
}

[b-svpngxmstp] .footer-button:hover .demos-icon,
[b-svpngxmstp] .footer-button:hover .docs-icon,
[b-svpngxmstp] .menu-button:hover .icon,
[b-svpngxmstp] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

/* =========================
   Drawer Layout Tweaks
========================= */
.panel-open .menu-button[b-svpngxmstp] {
    display: inline-flex;
}

.menu-button-nav[b-svpngxmstp] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-svpngxmstp] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-svpngxmstp]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-svpngxmstp]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-svpngxmstp] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-svpngxmstp] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-svpngxmstp] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-svpngxmstp] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-svpngxmstp] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-svpngxmstp] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

/* =========================
   Header / Navbar (Updated)
========================= */

/* -------- Header -------- */
.site-header[b-svpngxmstp] {
    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-svpngxmstp] {
    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-svpngxmstp] {
    height: 50px;
}

/* -------- Menu Toggle (Hamburger) -------- */
.menu-toggle[b-svpngxmstp] {
    display: none;
    background: none;
    border: none;
    font-size: 2rem;
    color: #f8f9fa;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 101;
}

    .menu-toggle:hover[b-svpngxmstp] {
        color: #dc3545;
    }

/* -------- Navbar -------- */
.navbar[b-svpngxmstp] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-links[b-svpngxmstp] {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link-header[b-svpngxmstp] {
    color: #f8f9fa;
    text-decoration: none;
    padding: 8px;
    font-weight: 500;
    transition: color 0.3s;
}

    .nav-link-header:hover[b-svpngxmstp] {
        color: #dc3545;
    }

    .nav-link-header.active[b-svpngxmstp] {
        font-weight: bold;
        border-bottom: 2px solid #dc3545;
        border-radius: 10px;
        color: #dc3545;
    }

/* -------- Main Content -------- */
.main-content[b-svpngxmstp] {
    margin-top: 80px; /* to offset sticky header */
    padding: 1rem 2vw;
}

/* -------- Responsive -------- */
@media (max-width: 900px) {
    .nav-links[b-svpngxmstp] {
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .menu-toggle[b-svpngxmstp] {
        display: block;
    }

    .navbar[b-svpngxmstp] {
        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-svpngxmstp] {
            display: flex; /* shown when toggled */
        }

    .nav-links[b-svpngxmstp] {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
    }

    .nav-link-header[b-svpngxmstp] {
        padding: 0.75rem 0;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #222;
    }
}


.nav-link-forsale[b-svpngxmstp] {
    position: relative;
    color: #ffc107 !important;
    font-weight: 600;
}

    .nav-link-forsale[b-svpngxmstp]::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, #ffc107, #ff9800);
        animation: gentle-pulse-b-svpngxmstp 2s ease-in-out infinite;
    }

    .nav-link-forsale:hover[b-svpngxmstp] {
        color: #ff9800 !important;
    }

    .nav-link-forsale.active[b-svpngxmstp] {
        color: #ff9800 !important;
        border-bottom-color: #ffc107;
    }

@keyframes gentle-pulse-b-svpngxmstp {
    0%, 100% {
        opacity: 0.6;
        transform: scaleX(0.95);
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@media (max-width: 768px) {
    .nav-link-forsale[b-svpngxmstp]::before {
        left: 0;
        right: auto;
        width: 4px;
        height: 100%;
        bottom: auto;
        top: 0;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */

#sidebar[b-azlkaaq6q4] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-azlkaaq6q4] {
    text-align: center;
}

[b-azlkaaq6q4] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-azlkaaq6q4] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-azlkaaq6q4] .menu {
    background-color: inherit;
}

    [b-azlkaaq6q4] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-azlkaaq6q4] .menu-item {
    color: var(--bs-white);
}

[b-azlkaaq6q4] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-azlkaaq6q4] .home-icon {
    background-image: url("images/home.svg");
}

[b-azlkaaq6q4] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-azlkaaq6q4] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-azlkaaq6q4] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-azlkaaq6q4] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-azlkaaq6q4] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-azlkaaq6q4] .user-icon {
    background-image: url("images/account/user.svg");
}

@media (max-width: 768px) {
    #sidebar[b-azlkaaq6q4] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-azlkaaq6q4] {
        text-align: inherit;
    }
}
/* /Components/Layout/UnderMaintenance.razor.rz.scp.css */

/* Title tweaks to better match the provided artwork */
.title[b-09l8467tf9] {
    color: #0b254e;
    letter-spacing: -1px;
    line-height: 0.9;
    font-size: 4.5rem; /* large on desktop; Bootstrap utilities handle responsiveness */
}

.subtitle[b-09l8467tf9] {
    color: var(--accent);
    font-size: 1.25rem;
}

/* Make the SVG scale nicely and not overflow */
.illustration svg[b-09l8467tf9] {
    max-width: 520px;
    height: auto;
    display: block;
}

/* Adjustments for smaller screens */
@media (max-width:991px) {
    .title[b-09l8467tf9] {
        font-size: 3.5rem
    }
}

@media (max-width:576px) {
    .title[b-09l8467tf9] {
        font-size: 2.6rem
    }

    .subtitle[b-09l8467tf9] {
        font-size: 1rem
    }

    .lead[b-09l8467tf9] {
        font-size: 0.95rem
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.rent-now-btn[b-7dcsj7b8q0] {
    transition: all 0.2s ease-in-out;
    border: none;
    color: #6e2626;
}

    .rent-now-btn:hover[b-7dcsj7b8q0] {
        transform: scale(1.05);
    }
/* /Components/Pages/Error.razor.rz.scp.css */
.home-button[b-e3gemvb548] {
    background: linear-gradient(90deg, red, black);
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out
}

    .home-button:hover[b-e3gemvb548] {
        transform: scale(1.05);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    }
/* /Components/Pages/EventFlyer/EventFlyerDetail.razor.rz.scp.css */
/* King of the Hammers Page Styles */

.vehicle-card[b-gy154mdngz] {
    display: flex;
    flex-direction: column;
}

.koh-hero-content[b-gy154mdngz] {
    position: relative;
    z-index: 2;
    color: white;
}

.koh-crown-icon[b-gy154mdngz] {
    font-size: 3rem;
    color: #ffd700;
    text-align: center;
}

.koh-title[b-gy154mdngz] {
    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-gy154mdngz] {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.koh-cta-banner[b-gy154mdngz] {
    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-gy154mdngz] {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.koh-cta-subtext[b-gy154mdngz] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.koh-delivery[b-gy154mdngz] {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.koh-logo-section[b-gy154mdngz] {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

.koh-logo[b-gy154mdngz] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #dc3545;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .koh-logo i[b-gy154mdngz] {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }

.koh-tagline[b-gy154mdngz] {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

/* RV Grid */
.koh-rv-grid[b-gy154mdngz] {
    margin-bottom: 2rem;
}

.koh-rv-card[b-gy154mdngz] {
    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-gy154mdngz] {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

.koh-rv-images[b-gy154mdngz] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
}

.koh-rv-image[b-gy154mdngz] {
    position: relative;
    overflow: hidden;
}

    .koh-rv-image img[b-gy154mdngz] {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .koh-rv-image:hover img[b-gy154mdngz] {
        transform: scale(1.05);
    }

.koh-rv-number[b-gy154mdngz] {
    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-gy154mdngz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: #f8f9fa;
}

.koh-sleeps[b-gy154mdngz] {
    background: #dc3545;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.koh-floorplan[b-gy154mdngz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6c757d;
    font-size: 0.9rem;
}

    .koh-floorplan i[b-gy154mdngz] {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

.koh-placeholder[b-gy154mdngz] {
    height: 200px;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-style: italic;
}

/* Sidebar */
.koh-sidebar[b-gy154mdngz] {
    position: sticky;
    top: 5rem;
}

.koh-sidebar-card[b-gy154mdngz] {
    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-gy154mdngz] {
    color: #dc3545;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.koh-includes-title[b-gy154mdngz] {
    text-align: center;
    font-size: 1.1rem;
}

.koh-quote-options[b-gy154mdngz] {
    text-align: center;
}

.koh-quote-link[b-gy154mdngz] {
    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-gy154mdngz] {
        background: #c82333;
        color: white;
    }

.koh-quote-phone[b-gy154mdngz] {
    font-weight: bold;
    color: #333;
    margin: 0;
}

.koh-delivery-info[b-gy154mdngz] {
    font-weight: 600;
    color: #333;
    margin: 0;
}

.koh-price-list[b-gy154mdngz] {
    margin-bottom: 1rem;
}

.koh-price-item[b-gy154mdngz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

    .koh-price-item:last-child[b-gy154mdngz] {
        border-bottom: none;
    }

.koh-vehicle-type[b-gy154mdngz] {
    font-weight: 600;
    color: #333;
}

.koh-price-range[b-gy154mdngz] {
    font-weight: bold;
    color: #dc3545;
}

.koh-price-note[b-gy154mdngz] {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    font-style: italic;
}

.koh-includes-list[b-gy154mdngz] {
    margin-top: 1rem;
}

.koh-include-item[b-gy154mdngz] {
    margin-bottom: 1.5rem;
}

    .koh-include-item:last-child[b-gy154mdngz] {
        margin-bottom: 0;
    }

.koh-include-name[b-gy154mdngz] {
    color: #dc3545;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.koh-include-desc[b-gy154mdngz] {
    color: #333;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.koh-covered-card[b-gy154mdngz] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    border-left: none;
}

.koh-covered-title[b-gy154mdngz] {
    color: white;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.koh-staff-image[b-gy154mdngz] {
    text-align: center;
}

    .koh-staff-image img[b-gy154mdngz] {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 1rem;
    }

.koh-staff-text[b-gy154mdngz] {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 10px;
}

.koh-staff-quote[b-gy154mdngz] {
    font-weight: bold;
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.no-vehicles-message[b-gy154mdngz] {
    color: #6c757d;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 3rem 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .koh-title[b-gy154mdngz] {
        font-size: 2.5rem;
    }

    .koh-rv-images[b-gy154mdngz] {
        grid-template-columns: 1fr;
    }

    .koh-rv-specs[b-gy154mdngz] {
        grid-column: 1;
    }

    .koh-sidebar[b-gy154mdngz] {
        position: static;
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .koh-cta-banner[b-gy154mdngz] {
        padding: 1.5rem;
    }

    .koh-cta-text[b-gy154mdngz] {
        font-size: 1.5rem;
    }

    .koh-cta-subtext[b-gy154mdngz] {
        font-size: 1.2rem;
    }
}

/* /Components/Pages/EventFlyer/EventFlyerList.razor.rz.scp.css */
/* ===============================
   Event Flyer Page Styling
   =============================== */

.events .hero[b-hkyf0qk47p] {
    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-hkyf0qk47p] {
    letter-spacing: .3px;
}

.events .badge-soft[b-hkyf0qk47p] {
    background: rgba(220,53,69,.12);
    color: #dc3545;
}

/* --- Event Card Base --- */
.events .event-card[b-hkyf0qk47p] {
    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-hkyf0qk47p] {
        transform: translateY(-4px);
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    }

    .events .event-card.disabled[b-hkyf0qk47p] {
        opacity: .6;
        filter: grayscale(15%);
        pointer-events: none;
    }

/* --- Event Banner Image --- */
.event-card .card-img-top.event-banner[b-hkyf0qk47p] {
    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-hkyf0qk47p] {
        aspect-ratio: 2.5 / 1;
    }
}

/* --- Card Body --- */
.event-card .card-body[b-hkyf0qk47p] {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background: #ffffff;
    gap: 0.5rem;
    overflow-y: auto;
}

.events .event-meta[b-hkyf0qk47p] {
    color: #6c757d;
}

.events .price-chip[b-hkyf0qk47p] {
    background: rgba(220,53,69,.08);
    color: #dc3545;
    border-radius: .5rem;
    padding: .25rem .5rem;
    font-weight: 600;
}

/* --- Utility Classes --- */
.events .card-gradient[b-hkyf0qk47p] {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.events .object-fit-cover[b-hkyf0qk47p] {
    object-fit: cover !important;
}

/* --- Footer --- */
.events .footer[b-hkyf0qk47p] {
    background: #000;
    color: #f8f9fa;
}

    .events .footer a[b-hkyf0qk47p] {
        color: #f8f9fa;
        text-decoration: none;
    }

        .events .footer a:hover[b-hkyf0qk47p] {
            text-decoration: underline;
        }

/* --- Hero Section Adjustments for Larger Screens --- */
@media (min-width: 992px) {
    .events .hero[b-hkyf0qk47p] {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
/* /Components/Pages/ForSale.razor.rz.scp.css */
/* ===========================
   For Sale Page Styles
   =========================== */

/* Hero Section */
.forsale .hero[b-y3gzm0540z] {
    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;
}

/* Typography */
.forsale .section-title[b-y3gzm0540z] {
    letter-spacing: .3px;
}

/* Icons & Badges */
.forsale .feature-icon[b-y3gzm0540z] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .65rem;
    background: rgba(220,53,69,.12);
    color: #dc3545;
}

.forsale .badge-soft[b-y3gzm0540z] {
    background: rgba(220,53,69,.12);
    color: #dc3545;
}

.forsale .link-external[b-y3gzm0540z]::after {
    content: "\2197";
    margin-left: .25rem;
    font-size: .875em;
}

/* Utilities */
.forsale .object-fit-cover[b-y3gzm0540z] {
    object-fit: cover;
}

.forsale .footer[b-y3gzm0540z] {
    background: #000000;
}

/* ===========================
   Vehicles Grid Layout
   =========================== */

.vehicles-grid[b-y3gzm0540z] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

/* ===========================
   Vehicle Card Styles
   =========================== */

.vehicle-card[b-y3gzm0540z] {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: white;
    border: 1px solid #e0e0e0;
}

    .vehicle-card:hover[b-y3gzm0540z] {
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
    }

    .vehicle-card .card-img-top[b-y3gzm0540z] {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        transition: opacity 0.2s ease;
    }

        .vehicle-card .card-img-top:hover[b-y3gzm0540z] {
            opacity: 0.9;
        }

    .vehicle-card .card-title[b-y3gzm0540z] {
        font-size: 1rem;
        font-weight: 600;
        color: #333;
        cursor: pointer;
        transition: color 0.2s ease;
        line-height: 1.4;
    }

        .vehicle-card .card-title:hover[b-y3gzm0540z] {
            color: #007bff;
        }

/* Vehicle Image Container */
.vehicle-image-container[b-y3gzm0540z] {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

/* For Sale Badge on Image */
.for-sale-badge[b-y3gzm0540z] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(220, 53, 69, 0.95);
    color: white;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: all 0.2s ease;
}

.vehicle-card:hover .for-sale-badge[b-y3gzm0540z] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Sale Price Display */
.sale-price[b-y3gzm0540z] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.price-label[b-y3gzm0540z] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.price-amount[b-y3gzm0540z] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #dc3545;
}

/* ===========================
   Loading States
   =========================== */

.loading-container[b-y3gzm0540z] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    margin-bottom: 2rem;
}

.loading-content[b-y3gzm0540z] {
    text-align: center;
}

.loading-spinner[b-y3gzm0540z] {
    width: 50px;
    height: 50px;
    margin: 0 auto 1.5rem;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #dc3545;
    border-radius: 50%;
    animation: spin-b-y3gzm0540z 1s linear infinite;
}

@keyframes spin-b-y3gzm0540z {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-text[b-y3gzm0540z] {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

/* Skeleton Loading States */
@keyframes shimmer-b-y3gzm0540z {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.skeleton-image[b-y3gzm0540z],
.skeleton-text[b-y3gzm0540z],
.skeleton-badge[b-y3gzm0540z],
.skeleton-button[b-y3gzm0540z] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-y3gzm0540z 1.5s infinite;
    border-radius: 4px;
}

.skeleton-image[b-y3gzm0540z] {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.skeleton-badge[b-y3gzm0540z] {
    border-radius: 12px;
}

/* ===========================
   Empty State
   =========================== */

.empty-state[b-y3gzm0540z] {
    text-align: center;
    padding: 4rem 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 1.5rem;
}

.empty-state-icon[b-y3gzm0540z] {
    font-size: 4rem;
    color: #adb5bd;
    margin-bottom: 1.5rem;
}

.empty-state-title[b-y3gzm0540z] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.empty-state-text[b-y3gzm0540z] {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* ===========================
   Responsive Breakpoints
   =========================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .vehicles-grid[b-y3gzm0540z] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .vehicles-grid[b-y3gzm0540z] {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }

    .empty-state[b-y3gzm0540z] {
        padding: 5rem 3rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .vehicles-grid[b-y3gzm0540z] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .vehicles-grid[b-y3gzm0540z] {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}

/* ===========================
   Contact Button Enhancement
   =========================== */

.vehicle-card .btn[b-y3gzm0540z] {
    transition: all 0.2s ease;
}

    .vehicle-card .btn:hover[b-y3gzm0540z] {
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

/* ===========================
   Accessibility
   =========================== */

.vehicle-card:focus-within[b-y3gzm0540z] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* ===========================
   Performance Optimizations
   =========================== */

.vehicle-card[b-y3gzm0540z],
.skeleton-image[b-y3gzm0540z],
.skeleton-text[b-y3gzm0540z],
.skeleton-badge[b-y3gzm0540z],
.skeleton-button[b-y3gzm0540z] {
    will-change: transform;
}

.card-img-top[b-y3gzm0540z] {
    image-rendering: -webkit-optimize-contrast;
}

/* ===========================
   Print Styles
   =========================== */

@media print {
    .loading-container[b-y3gzm0540z],
    .for-sale-badge[b-y3gzm0540z] {
        display: none;
    }

    .vehicle-card[b-y3gzm0540z] {
        break-inside: avoid;
        page-break-inside: avoid;
        box-shadow: none !important;
    }

        .vehicle-card:hover[b-y3gzm0540z] {
            transform: none;
        }
}
/* /Components/Pages/ForSaleDetail.razor.rz.scp.css */
/* Layout and sizing */
.vehicle-detail[b-yclkbkzpnk] {
    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-yclkbkzpnk] {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0.25rem;
}

.sticky-card[b-yclkbkzpnk] {
    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-yclkbkzpnk] {
    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-yclkbkzpnk] {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*gap: 0.5rem;*/
}

.gallery-top[b-yclkbkzpnk] {
    flex: 1 1 50%;
}

.gallery-bottom[b-yclkbkzpnk] {
    flex: 0 0 50%;
}

/* Make gallery images fill their grid cell and keep aspect via object-fit */
.gallery-img[b-yclkbkzpnk] {
    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-yclkbkzpnk],
.gallery-bottom > .col-4[b-yclkbkzpnk] {
    height: 100%;
    display: flex;
    padding: 0;
}

    .gallery-top > .col-4 > .gallery-img[b-yclkbkzpnk],
    .gallery-bottom > .col-4 > .gallery-img[b-yclkbkzpnk] {
        flex: 1 1 auto;
    }

.card-section[b-yclkbkzpnk] {
    height: auto;
    width: 100vw;
}

.card-section-featuredRV[b-yclkbkzpnk] {
    width: 100vw;
    padding: 4px 2px 4px 2px;
    height: auto;
}


.main-image img[b-yclkbkzpnk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.main-image:hover img[b-yclkbkzpnk] {
    transform: scale(1.03);
    opacity: 0.8;
}

.img-thumbnail-container:hover img[b-yclkbkzpnk] {
    transform: scale(1.03);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}

.overlay[b-yclkbkzpnk] {
    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-yclkbkzpnk] {
    opacity: 1; /* Overlay fades in */
}


/* Small screens tweaks */
@media (max-width: 575.98px) {
    .vehicle-detail[b-yclkbkzpnk] {
        height: auto; /* let content flow naturally on narrow screens */
    }

    .gallery-top[b-yclkbkzpnk], .gallery-bottom[b-yclkbkzpnk] {
        flex: none;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
/* Index.razor specific styles */
html[b-y80vnzg59l], body[b-y80vnzg59l] {
    height: 100%;
    margin: 0;
    padding: 0;
}

.carousel[b-y80vnzg59l], .carousel-inner[b-y80vnzg59l], .carousel-item[b-y80vnzg59l], .carousel-item img[b-y80vnzg59l] {
    height: 100vh;
    width: 100vw;
}

    .carousel-item img[b-y80vnzg59l] {
        object-fit: cover;
        object-position: center;
    }

.carousel-caption[b-y80vnzg59l] {
    bottom: 20%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.card-overlay[b-y80vnzg59l] {
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 5;
    width: 40%;
    max-width: 90%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-overlay-accreditation[b-y80vnzg59l] {
    position: absolute;
    top: 90%;
    left: 50%;
    align-content: center;
    align-items: center;
    align-self: center;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 90%;
    max-width: 90%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/*.card-overlay-accreditation {
    position: inherit;
    left: 50%;
    align-content: center;
    align-items: center;
    align-self: center;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 90%;
    max-width: 90%;
    border-radius:20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}*/

.card-section[b-y80vnzg59l] {
    height: auto;
}

.card-section-featuredRV[b-y80vnzg59l] {
    margin-top: 20px;
    margin-bottom: 20px;
}

h1[b-y80vnzg59l], h2[b-y80vnzg59l], h3[b-y80vnzg59l], h4[b-y80vnzg59l], h5[b-y80vnzg59l], h6[b-y80vnzg59l] {
}

a[b-y80vnzg59l], a:hover[b-y80vnzg59l], a:focus[b-y80vnzg59l], a:active[b-y80vnzg59l] {
    text-decoration: none;
    outline: none;
}

    a[b-y80vnzg59l], a:active[b-y80vnzg59l], a:focus[b-y80vnzg59l] {
        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-y80vnzg59l] {
    margin: 0;
    padding: 0;
    list-style: none;
}

img[b-y80vnzg59l] {
    max-width: 100%;
    height: auto;
}

section[b-y80vnzg59l] {
    padding: 60px 0;
}

@media (max-width: 45em) {
    .multi-carousel-item[b-y80vnzg59l],
    .clone[b-y80vnzg59l] {
        flex: 0 0 100%;
    }
}

@media (max-width: 576px) {
    .card-overlay[b-y80vnzg59l] {
        width: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .backyard-image[b-y80vnzg59l] {
        display: none;
    }

/*    .card-overlay-accreditation {
        display: none;
    }*/
}


.sticky-container[b-y80vnzg59l] {
    position: fixed;
    bottom: -30px;
    right: 20px;
    z-index: 1000;
}

.sticky-image[b-y80vnzg59l] {
    width: 800px;
    height: auto;
    border-radius: 8px;
}

.dismiss-btn[b-y80vnzg59l] {
    position: absolute;
    top: 130px;
    right: 710px;
    background: #ff4444;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 25px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
}

    .dismiss-btn:hover[b-y80vnzg59l] {
        background: #cc0000;
    }

.hidden[b-y80vnzg59l] {
    display: none;
}

@media (max-width: 1420px) {
    .sticky-container[b-y80vnzg59l] {
        width: 600px;
        height: 600px;
        position: fixed;
        bottom: -222px;
        right: 20px;
        z-index: 1000;
    }

        .sticky-container .sticky-image[b-y80vnzg59l] {
            width: 600px;
            height: auto;
        }

        .sticky-container .dismiss-btn[b-y80vnzg59l] {
            font-size: 25px;
            width: 35px;
            height: 35px;
            top: 95px;
            right: 530px;
        }
    }


@media (max-width: 1060px) {
    .sticky-container[b-y80vnzg59l] {
        display: none;
    }
}
/* /Components/Pages/sample.razor.rz.scp.css */
.home-button[b-eb7tjuh0td] {
    background: linear-gradient(90deg, red, black);
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out
}

    .home-button:hover[b-eb7tjuh0td] {
        transform: scale(1.05);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    }
/* /Components/Pages/Vehicle/VehicleDetail.razor.rz.scp.css */
/* Layout and sizing */
.vehicle-detail[b-wmc3keciwv] {
    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;
}*/

.video-overlay[b-wmc3keciwv] {
    z-index: 10;
    transition: transform 0.3s ease;
}

    .video-overlay:hover[b-wmc3keciwv] {
        transform: translate(-50%, -50%) scale(1.1);
    }

.play-button-wrapper svg[b-wmc3keciwv] {
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));
}

.modal-backdrop[b-wmc3keciwv] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

.modal.show[b-wmc3keciwv] {
    z-index: 1050;
}

.main-image img[b-wmc3keciwv] {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 0.25rem;
    position: relative;
}
.sticky-card[b-wmc3keciwv] {
    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-wmc3keciwv] {
    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-wmc3keciwv] {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*gap: 0.5rem;*/
}

.gallery-top[b-wmc3keciwv] {
    flex: 1 1 50%;
}

.gallery-bottom[b-wmc3keciwv] {
    flex: 0 0 50%;
}

/* Make gallery images fill their grid cell and keep aspect via object-fit */
.gallery-img[b-wmc3keciwv] {
    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-wmc3keciwv],
.gallery-bottom > .col-4[b-wmc3keciwv] {
    height: 100%;
    display: flex;
    padding:0;
}

.gallery-top > .col-4 > .gallery-img[b-wmc3keciwv],
.gallery-bottom > .col-4 > .gallery-img[b-wmc3keciwv] {
    flex: 1 1 auto;
}
.card-section[b-wmc3keciwv] {
    height: auto;
    width: 100vw;
}
.card-section-featuredRV[b-wmc3keciwv] {
    width: 100vw;
    padding: 4px 2px 4px 2px;
    height: auto;
}


.main-image img[b-wmc3keciwv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.main-image:hover img[b-wmc3keciwv] {
    transform: scale(1.03);
    opacity: 0.8;
}

.img-thumbnail-container:hover img[b-wmc3keciwv] {
    transform: scale(1.03);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}

.overlay[b-wmc3keciwv] {
    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-wmc3keciwv] {
    opacity: 1; /* Overlay fades in */
}


/* Small screens tweaks */
@media (max-width: 575.98px) {
    .vehicle-detail[b-wmc3keciwv] {
        height: auto; /* let content flow naturally on narrow screens */
    }

    .gallery-top[b-wmc3keciwv], .gallery-bottom[b-wmc3keciwv] {
        flex: none;
    }
}
/* /Components/Pages/Vehicle/VehicleList/VehicleList.razor.rz.scp.css */
.tab-pane[b-i0ltnwjkgm] {
    transition: opacity 0.15s ease-in-out;
}

.nav-link[b-i0ltnwjkgm] {
    cursor: pointer;
}

    .nav-link.active[b-i0ltnwjkgm] {
        background-color: #007bff;
        color: white;
    }

    .nav-link:not(.active)[b-i0ltnwjkgm] {
        background-color: #f8f9fa;
        color: #007bff;
    }

.nav-pills .nav-link[b-i0ltnwjkgm] {
    border-radius: 50px;
    margin: 0 5px;
    background-color: #e0e0e0;
    color: black;
}

    .nav-pills .nav-link.active[b-i0ltnwjkgm] {
        background-color: #007bff;
        color: white;
    }

.placeholder[b-i0ltnwjkgm] {
    border-radius: 4px;
}

.cards-wrapper[b-i0ltnwjkgm] {
    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-i0ltnwjkgm] {
    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-i0ltnwjkgm] {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

@keyframes shimmer-b-i0ltnwjkgm {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.skeleton-circle[b-i0ltnwjkgm],
.skeleton-text[b-i0ltnwjkgm],
.skeleton-pill[b-i0ltnwjkgm],
.skeleton-image[b-i0ltnwjkgm],
.skeleton-badge[b-i0ltnwjkgm],
.skeleton-button[b-i0ltnwjkgm] {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-i0ltnwjkgm 1.5s infinite;
    border-radius: 4px;
}

.skeleton-circle[b-i0ltnwjkgm] {
    border-radius: 50%;
}

.skeleton-pill[b-i0ltnwjkgm] {
    border-radius: 50px;
}

.skeleton-badge[b-i0ltnwjkgm] {
    border-radius: 12px;
}

@media (min-width: 576px) {
    .vehicle-card[b-i0ltnwjkgm] {
        flex: 0 0 calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
    }
}

@media (min-width: 768px) {
    .vehicle-card[b-i0ltnwjkgm] {
        flex: 0 0 calc(33.333% - 0.666rem);
        max-width: calc(33.333% - 0.666rem);
    }
}

@media (min-width: 992px) {
    .vehicle-card[b-i0ltnwjkgm] {
        flex: 0 0 calc(25% - 0.75rem);
        max-width: calc(25% - 0.75rem);
    }
}

@media (min-width: 1200px) {
    .vehicle-card[b-i0ltnwjkgm] {
        flex: 0 0 calc(20% - 0.8rem);
        max-width: calc(20% - 0.8rem);
    }
}

@media (max-width: 576px) {
    .rv-filters[b-i0ltnwjkgm] {
        flex-wrap: nowrap !important;
        gap: 0.5rem !important;
    }

        .rv-filters > div[b-i0ltnwjkgm] {
            flex: 1 1 0;
            padding: 0.25rem !important;
        }

        .rv-filters img[b-i0ltnwjkgm] {
            width: 28px !important;
            height: 28px !important;
        }

        .rv-filters div[b-i0ltnwjkgm] {
            font-size: 0.75rem;
        }
}

/* Adjust for fewer items - left align */
.cards-wrapper:has(.vehicle-card:nth-child(-n+2))[b-i0ltnwjkgm] {
    justify-content: flex-start;
}
