/* /Components/Components/About.razor.rz.scp.css */
.aboutus-section[b-b6djiz21rg] {
    width: 95%;
    margin: 20px auto 0;
    padding: 30px 60px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

.aboutus-header[b-b6djiz21rg] {
    width: 100%
}

    .aboutus-header .about-heading[b-b6djiz21rg] {
        margin-bottom: 15px;
        line-height: 1.2
    }

    .aboutus-header .about-para[b-b6djiz21rg] {
        line-height: 1.5
    }

.aboutus-container[b-b6djiz21rg] {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    width: 100%
}

.aboutus-image[b-b6djiz21rg] {
    flex: 0 0 550px;
    display: flex
}

    .aboutus-image img[b-b6djiz21rg] {
        width: 100%;
        min-width: 400px;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        transition: .4s;
        cursor: default
    }

        .aboutus-image img:hover[b-b6djiz21rg] {
            filter: brightness(1.05) saturate(1.1);
            transform: translateY(-3px)
        }

.aboutus-content[b-b6djiz21rg] {
    flex: 1 1 400px;
    min-width: 250px;
    text-align: left
}

    .aboutus-content .excellence-heading[b-b6djiz21rg] {
        margin-bottom: 15px
    }

    .aboutus-content .excellence-para[b-b6djiz21rg] {
        margin-bottom: 15px;
        line-height: 1.5
    }

.aboutus-stats[b-b6djiz21rg] {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
    justify-content: center
}

    .aboutus-stats div[b-b6djiz21rg] {
        flex: 1 1 120px;
        min-width: 120px;
        text-align: center;
        padding-top: 10px
    }

    .aboutus-stats .about-num[b-b6djiz21rg] {
        display: block;
        margin-bottom: 5px
    }

.stat-item p[b-b6djiz21rg] {
    white-space: nowrap
}

.aboutus-divider[b-b6djiz21rg] {
    width: 100%;
    height: 1px;
    margin-top: 30px
}

@media (max-width:820px) {
    .aboutus-section[b-b6djiz21rg] {
        width: 90%;
        padding: 30px 15px
    }

    .aboutus-header[b-b6djiz21rg] {
        margin-bottom: 30px;
        text-align: center
    }

        .aboutus-header .about-heading[b-b6djiz21rg] {
            width: 100%
        }

    .aboutus-container[b-b6djiz21rg] {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0;
        flex-wrap: wrap
    }

    .aboutus-image[b-b6djiz21rg] {
        flex: 0 1 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px
    }

        .aboutus-image img[b-b6djiz21rg] {
            width: 95%;
            height: auto;
            display: block;
            margin: 0 auto;
            min-width: unset
        }

    .aboutus-content[b-b6djiz21rg] {
        text-align: center;
        max-width: 320px;
        margin: 0;
        padding: 0
    }

        .aboutus-content .excellence-heading[b-b6djiz21rg] {
            font-size: var(--small);
            margin-bottom: 0
        }

        .aboutus-content .excellence-para[b-b6djiz21rg] {
            line-height: 1.5;
            margin-bottom: 0
        }

    .aboutus-stats[b-b6djiz21rg] {
        gap: 20px;
        margin: 20px auto 0
    }

    .aboutus-divider[b-b6djiz21rg] {
        margin-top: 30px;
        padding: 0
    }
}

@media (min-width:821px) and (max-width:1024px) {
    .aboutus-section[b-b6djiz21rg] {
        width: 90%;
        padding: 30px 45px
    }

    .aboutus-header[b-b6djiz21rg] {
        margin-bottom: 30px;
        text-align: center
    }

    .about-para[b-b6djiz21rg] {
        width: 100%;
        text-align: center;
        margin: 0 auto
    }

    .aboutus-container[b-b6djiz21rg] {
        flex-direction: column;
        justify-content: center;
        gap: 40px
    }

    .aboutus-image[b-b6djiz21rg] {
        padding: 15px;
        flex: 0 1 85%;
        margin: 0 auto 20px;
        width: 85%
    }

    .aboutus-content[b-b6djiz21rg] {
        flex: 1 1 45%;
        min-width: 50px;
        text-align: left
    }

    .aboutus-stats[b-b6djiz21rg] {
        justify-content: center;
        gap: 30px
    }

    .aboutus-divider[b-b6djiz21rg] {
        margin-top: 30px;
        padding: 0;
        width: 100%
    }
}
/* /Components/Components/Appsection.razor.rz.scp.css */
.app-promo[b-5i2at804rf]::after, .phone-video-wrapper[b-5i2at804rf]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.app-promo[b-5i2at804rf], .tile[b-5i2at804rf] {
    box-sizing: border-box
}

.app-promo[b-5i2at804rf] {
    width: 95%;
    margin: 0 auto;
    padding: 10px 60px 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .app-promo[b-5i2at804rf]::after {
        width: 360px;
        height: 360px;
        opacity: .3;
        filter: blur(140.1px);
        border-radius: 50%;
        pointer-events: none;
        z-index: 0
    }

    .app-promo[b-5i2at804rf], .app-promo *[b-5i2at804rf] {
        position: relative;
        z-index: 2
    }

        .app-promo .heading[b-5i2at804rf] {
            margin-bottom: 15px
        }

        .app-promo .text[b-5i2at804rf] {
            margin: 0 auto 30px;
            text-align: center
        }

.app-promo-inner[b-5i2at804rf] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 30px
}

.phone-video-wrapper[b-5i2at804rf] {
    position: relative;
    width: 60%;
    border-radius: 12px;
    overflow: hidden
}

    .phone-video-wrapper iframe[b-5i2at804rf], .phone-video-wrapper video[b-5i2at804rf] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        pointer-events: none;
        transform: translateZ(0)
    }

    .phone-video-wrapper[b-5i2at804rf]::before {
        width: 40px;
        height: 40px;
        border: 3px solid rgba(255,255,255,.3);
        border-top-color: #fff;
        border-radius: 50%;
        animation: 1s linear infinite spin-b-5i2at804rf;
        z-index: 1
    }

@keyframes spin-b-5i2at804rf {
    to {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

.app-section-right[b-5i2at804rf] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.store-buttons[b-5i2at804rf] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.store-tile[b-5i2at804rf] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 15px;
    border-radius: 10px;
    width: 200px
}

.steps-cards[b-5i2at804rf], .tiles[b-5i2at804rf] {
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    max-width: 1300px
}

    .steps-cards .card[b-5i2at804rf], .tile[b-5i2at804rf] {
        border-radius: 10px;
        text-align: left;
        transition: .4s;
        transform: translateY(0);
        padding: 20px 22px;
    }

.store-icon[b-5i2at804rf] {
    width: 30px;
    height: 30px
}

.store-texts[b-5i2at804rf] {
    text-align: left
}

.store-top-text[b-5i2at804rf] {
    margin: 0 0 5px
}

.store-heading[b-5i2at804rf] {
    margin: 2px 0 0
}

.steps-cards[b-5i2at804rf] {
    display: grid;
    justify-content: center;
    width: 100%;
    margin: 0 auto 30px
}

    .steps-cards .card[b-5i2at804rf] {
        width: 100%;
        max-width: 450px;
        padding: 20px 22px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

.stepscards-icon[b-5i2at804rf] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}

    .stepscards-icon img[b-5i2at804rf] {
        width: 50px;
        height: 50px
    }

.card .cards-heading[b-5i2at804rf] {
    margin: 0 0 10px 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card .card-para[b-5i2at804rf] {
    margin-top: 0;
    line-height: 1.45;
    text-align: left;
}

.steps-cards .card:hover[b-5i2at804rf] {
    transform: translateY(-6px)
}

.tiles[b-5i2at804rf] {
    display: grid;
    justify-content: center;
    width: 100%;
    margin-top: 10px
}

.tile[b-5i2at804rf] {
    width: 100%;
    max-width: 450px;
    margin: 0 auto
}

.tiles .tile:hover[b-5i2at804rf] {
    transform: translateY(-4px)
}

.tile-content[b-5i2at804rf] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
    align-items: stretch
}

.tile-texts .tile-heading[b-5i2at804rf] {
    margin: 0 0 6px;
    text-align: start
}

.tile-texts .tile-text[b-5i2at804rf] {
    width: 100%;
    margin: 0;
    text-align: start
}

@media (max-width:767px) {
    .app-promo[b-5i2at804rf] {
        width: 90%;
        padding: 30px 15px;
        overflow-x: hidden;
    }
    .phones[b-5i2at804rf] {
        max-width: 100%
    }

    .phone-video-wrapper[b-5i2at804rf] {
        border-radius: 8px;
        width: 100%;
    }

    .app-promo .heading[b-5i2at804rf] {
        width: 100%;
        font-size: var(--semimedium)
    }

    .app-promo .text[b-5i2at804rf] {
        width: 100%
    }

    .app-promo-inner[b-5i2at804rf] {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .store-buttons[b-5i2at804rf] {
        width: 100%;
        align-items: center
    }

    .store-tile[b-5i2at804rf] {
        width: 100%;
        max-width: 300px;
        padding: 10px 15px
    }

    .steps-cards[b-5i2at804rf], .tiles[b-5i2at804rf] {
        grid-template-columns: 1fr;
        gap: 30px;
        width: 100%;
        max-width: 100%;
    }

        .steps-cards .card[b-5i2at804rf], .tile[b-5i2at804rf] {
            max-width: 320px;
            margin: 0 auto;
            padding: 16px;
            box-sizing: border-box;
        }

        .steps-cards .card[b-5i2at804rf] {
            text-align: left;
            align-items: flex-start;
        }

    .stepscards-icon[b-5i2at804rf] {
        justify-content: flex-start;
        margin-bottom: 12px;
    }

    .card .card-para[b-5i2at804rf], .card .cards-heading[b-5i2at804rf],
    .tile-texts .tile-heading[b-5i2at804rf], .tile-texts .tile-text[b-5i2at804rf] {
        text-align: left;
        margin: 0;
    }

    .tile[b-5i2at804rf] {
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .tile-texts[b-5i2at804rf] {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:900px) {
    .steps-cards .card[b-5i2at804rf], .tiles .tile[b-5i2at804rf] {
        max-width: 320px;
        margin: 0 auto;
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left
    }

    .stepscards-icon[b-5i2at804rf] {
        justify-content: flex-start;
        margin-bottom: 10px
    }

    .tile-content[b-5i2at804rf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        width: 100%
    }

    .tile-texts .heading[b-5i2at804rf], .tile-texts .tile-text[b-5i2at804rf] {
        text-align: left;
        margin: 0
    }
}

@media (min-width:901px) and (max-width:1024px) {
    .steps-cards .card[b-5i2at804rf], .tiles .tile[b-5i2at804rf] {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left
    }

    .stepscards-icon[b-5i2at804rf] {
        justify-content: flex-start;
        margin-bottom: 10px
    }

    .tile-content[b-5i2at804rf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        width: 100%
    }

    .tile-texts .tile-heading[b-5i2at804rf], .tile-texts .tile-text[b-5i2at804rf] {
        text-align: left;
        margin: 0
    }
}
/* /Components/Components/Facility.razor.rz.scp.css */
.facility-section[b-99wu47emkp] {
    width: 95%;
    margin: 20px auto 0;
    padding: 30px 60px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box
}

.facility-main-heading[b-99wu47emkp] {
    margin-bottom: 30px;
    letter-spacing: .5px
}

.facility-gallery[b-99wu47emkp] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

.gallery-item[b-99wu47emkp] {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .3s,box-shadow .3s
}

    .gallery-item:hover[b-99wu47emkp] {
        transform: scale(1.05)
    }

.divider[b-99wu47emkp] {
    width: 80%;
    height: 1px;
    background-color: #8d8d8d;
    margin: 30px auto 0
}

@media (min-width:768px) and (max-width:1024px) {
    .facility-section[b-99wu47emkp] {
        width: 90%;
        padding: 30px 45px;
        margin: 20px auto 0
    }

    .facility-main-heading[b-99wu47emkp] {
        margin-bottom: 25px
    }

    .facility-gallery[b-99wu47emkp] {
        gap: 15px
    }
}

@media (max-width:767px) {
    .facility-section[b-99wu47emkp] {
        width: 90%;
        padding: 30px 15px;
        margin: 20px auto 0
    }

    .facility-main-heading[b-99wu47emkp] {
        margin-bottom: 20px;
        font-size: var(--semimedium)
    }

    .facility-gallery[b-99wu47emkp] {
        grid-template-columns: repeat(2,1fr);
        gap: 10px
    }
}
/* /Components/Components/Footer.razor.rz.scp.css */
.footer[b-1iieoaoc3q] {
    width: 95%;
    margin: 20px auto 30px;
    padding: 30px 60px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-sizing: border-box
}

.footer-container[b-1iieoaoc3q] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start
}

.footer-left-column[b-1iieoaoc3q] {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer-logo[b-1iieoaoc3q] {
    width: 150px;
    margin-bottom: 18px;
    display: block
}

.footer-left p[b-1iieoaoc3q] {
    line-height: 1.6;
    margin: 5px 0
}

.footer-left a[b-1iieoaoc3q] {
    text-decoration: none;
    transition: color .3s
}

    .footer-left a:hover[b-1iieoaoc3q] {
        color: var(--color-main)
    }

.footer-right-column[b-1iieoaoc3q] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
}

.footer-links-grid[b-1iieoaoc3q] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px
}

.footer-column h4[b-1iieoaoc3q] {
    margin-bottom: 12px;
    letter-spacing: .5px
}

.footer-column ul[b-1iieoaoc3q] {
    list-style: none;
    margin: 0;
    padding: 0
}

    .footer-column ul li[b-1iieoaoc3q] {
        margin-bottom: 8px
    }

        .footer-column ul li a[b-1iieoaoc3q] {
            text-decoration: none;
            opacity: .95;
            transition: .3s
        }

            .footer-column ul li a:hover[b-1iieoaoc3q] {
                color: var(--color-main);
                padding-left: 3px
            }

.store-buttons[b-1iieoaoc3q] {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.store-tile[b-1iieoaoc3q] {
    display: flex;
    align-items: center;
    justify-content: safe center;
    gap: 14px;
    width: 200px;
    padding: 10px 15px;
    border-radius: 8px
}

.store-icon[b-1iieoaoc3q] {
    width: 30px;
    height: 30px
}

.store-texts[b-1iieoaoc3q] {
    text-align: left
}

.footer-bottom p[b-1iieoaoc3q], .info-item p[b-1iieoaoc3q], .store-top-text[b-1iieoaoc3q] {
    margin: 0
}

.store-heading[b-1iieoaoc3q] {
    margin: 2px 0 0
}

.footer-bottom[b-1iieoaoc3q] {
    border-top: 1px solid #8d8d8d;
    margin-top: 30px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.info-item[b-1iieoaoc3q] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 10px 0
}

.info-icon[b-1iieoaoc3q] {
    width: 22px;
    height: 22px;
    margin: 0;
    flex-shrink: 0
}

@media (min-width:768px) and (max-width:1024px) {
    .info-icon[b-1iieoaoc3q] {
        width: 20px;
        height: 20px;
        margin: 5px 0
    }

    .store-buttons[b-1iieoaoc3q] {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 12px
    }

    .footer[b-1iieoaoc3q] {
        width: 90%;
        padding: clamp(20px,3vw,30px) clamp(20px,5vw,45px);
        margin: 20px auto;
        box-sizing: border-box
    }

    .footer-container[b-1iieoaoc3q] {
        grid-template-columns: 1fr 1fr;
        align-items: flex-start
    }

    .footer-left-column[b-1iieoaoc3q], .footer-right-column[b-1iieoaoc3q] {
        width: 100%
    }

    .footer-links-grid[b-1iieoaoc3q] {
        grid-template-columns: repeat(3,1fr);
        gap: 20px
    }
}

@media (max-width:767px) {
    .footer[b-1iieoaoc3q] {
        width: 90%;
        padding: 30px 15px;
        text-align: center;
        margin: 20px auto;
        box-sizing: border-box
    }

    .footer-container[b-1iieoaoc3q] {
        grid-template-columns: 1fr;
        gap: 30px;
        justify-items: center;
    }

    .footer-left[b-1iieoaoc3q] {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer-logo[b-1iieoaoc3q] {
        width: 180px;
        margin-bottom: 15px
    }

    .footer-links-grid[b-1iieoaoc3q] {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center
    }

    .footer-column h4[b-1iieoaoc3q] {
        font-size: var(--medium-size)
    }

    .store-buttons[b-1iieoaoc3q] {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 20px
    }

    .footer-bottom[b-1iieoaoc3q] {
        text-align: center;
        justify-content: center
    }

    .info-icon[b-1iieoaoc3q] {
        width: 20px;
        height: 20px
    }
}
/* /Components/Components/Founding-members.razor.rz.scp.css */
.founding-section[b-65rpl281tw], .perk-card[b-65rpl281tw] {
    position: relative;
    overflow: hidden;
    display: flex
}

    .founding-section[b-65rpl281tw]::before, .perk-card[b-65rpl281tw]::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        content: ''
    }

.founding-section[b-65rpl281tw] {
    width: 95%;
    margin: 20px auto 0;
    padding: 40px 60px;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    min-height: clamp(720px,25vh,1520px);
    background: url('https://fairfax-c6ccatdpgcdydhhm.z01.azurefd.net/profilepictures/website%20assets/founding-members-bcg.svg?v=2') center/cover no-repeat
}

    .founding-section[b-65rpl281tw]::before {
        background: radial-gradient(circle at center,rgba(255,0,0,.2) 0,transparent 70%)
    }

.perks-grid[b-65rpl281tw] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px
}

.perk-card[b-65rpl281tw] {
    flex: 1 1 280px;
    max-width: 320px;
    padding: 20px;
    border-radius: 15px;
    border: 2px solid #e43636;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: center;
    gap: 5px;
    transition: transform .3s,border-color .3s,box-shadow .3s;
    min-height: 330px;
    box-shadow: inset 0 0 0 1px #fff,inset 0 0 0 5px #e43636
}

    .perk-card[b-65rpl281tw]::before {
        border: 2px solid #fff;
        border-radius: 10px;
        z-index: 3
    }

    .perk-card[b-65rpl281tw]::after, .perk-image[b-65rpl281tw] {
        position: absolute;
        z-index: -1;
        pointer-events: none
    }

    .perk-card[b-65rpl281tw]::after {
        content: '';
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 4px solid #e43636;
        border-radius: 24px;
        filter: blur(10px)
    }

    .perk-card:hover[b-65rpl281tw] {
        transform: translateY(-5px);
        box-shadow: inset 0 0 0 2px #fff,inset 0 0 0 5px #e43636,0 8px 25px rgba(255,0,0,.3)
    }

        .perk-card:hover[b-65rpl281tw]::before {
            opacity: 1
        }

    .perk-card > :not(.perk-image)[b-65rpl281tw] {
        position: relative;
        z-index: 2
    }

.perk-image[b-65rpl281tw] {
    width: 270px;
    height: 270px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 0, 0, .5));
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 3px
}

.bottom-perks[b-65rpl281tw] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px
}

    .bottom-perks > *[b-65rpl281tw] {
        flex: 1 1 300px;
        max-width: 320px
    }

.claim-btn[b-65rpl281tw] {
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: var(--regular);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform .2s,box-shadow .2s;
    z-index: 1;
    background: #e43636;
    box-shadow: 0 4px 15px rgba(220,38,38,.4);
    margin: 20px
}

    .claim-btn:hover[b-65rpl281tw] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(220,38,38,.6)
    }

hr[b-65rpl281tw] {
    border: none;
    height: 1px;
    background-color: #8d8d8d;
    width: 100%
}

.founding-heading[b-65rpl281tw] {
    line-height: 1.2;
    margin-bottom: 15px
}

.perk-description[b-65rpl281tw] {
    line-height: 1;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

.perk-title[b-65rpl281tw] {
    padding: 0px;
    margin: 0px;
}

@media (min-width:768px) and (max-width:1024px) {
    .founding-section[b-65rpl281tw] {
        width: 90%;
        padding: 35px 45px
    }

    .perk-card[b-65rpl281tw] {
        padding: 25px 15px 15px;
        max-width: 320px;
        min-height: 315px
    }

    .bottom-perks[b-65rpl281tw] {
        display: flex;
        gap: 20px;
        justify-content: center;
        max-width: 100%
    }

        .bottom-perks > .perk-card[b-65rpl281tw] {
            flex: 1 1 45%;
            max-width: 45%;
            width: 45%
        }
}

@media (max-width:767px) {
    .founding-section[b-65rpl281tw] {
        width: 90%;
        padding: 30px 15px;
        min-height: clamp(320px,45vh,620px)
    }

    .perk-image[b-65rpl281tw] {
        height: 250px;
    }

    .bottom-perks > .perk-card[b-65rpl281tw], .perk-card[b-65rpl281tw] {
        max-width: 320px;
        width: 100%
    }

    .bottom-perks[b-65rpl281tw], .perks-grid[b-65rpl281tw] {
        flex-direction: column;
        align-items: center
    }

    .perk-card[b-65rpl281tw] {
        padding: 20px 15px 15px;
        min-height: 320px
    }

    .claim-btn[b-65rpl281tw] {
        width: 90%;
        font-size: var(--semiregular);
        font-weight: 500;
        padding: 15px 10px
    }

    .founding-heading[b-65rpl281tw] {
        margin-bottom: 5px;
        font-size: var(--semimedium);
        line-height: 1.2
    }
}
/* /Components/Components/Gettouch.razor.rz.scp.css */
.social-icons img[b-ohjpovuniq], .submit-btn[b-ohjpovuniq] {
    cursor: pointer;
    transition: .2s
}

.contact-section[b-ohjpovuniq] {
    width: 95%;
    margin: 20px auto 0;
    padding: 30px 60px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box
}

.contact-title[b-ohjpovuniq] {
    margin-bottom: 15px;
    width: 40%;
    text-align: center
}

.contact-wrapper[b-ohjpovuniq] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
    width: 100%;
    margin-top: 20px
}

.contact-form[b-ohjpovuniq], .contact-info[b-ohjpovuniq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px
}

.form-input[b-ohjpovuniq], .form-textarea[b-ohjpovuniq] {
    width: 100%;
    padding: 12px 10px;
    border-radius: 10px;
    border: none;
    border-bottom: 1px solid var(--color-natural)
}

.form-textarea[b-ohjpovuniq] {
    height: 140px;
    resize: none
}

.newsletter-box[b-ohjpovuniq] {
    display: flex;
    align-items: center;
    gap: 10px
}

.submit-btn[b-ohjpovuniq] {
    width: 140px;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
    background-color: #d62e2e
}

.responsive-map[b-ohjpovuniq] {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto
}

    .responsive-map iframe[b-ohjpovuniq] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        border: 0
    }

.info-icon[b-ohjpovuniq], .social-icons img[b-ohjpovuniq] {
    width: 30px;
    height: 30px
}

.info-item[b-ohjpovuniq] {
    display: flex;
    gap: 12px;
    align-items: center;
    white-space: nowrap
}

    .info-item p[b-ohjpovuniq] {
        margin: 0
    }

.social-icons[b-ohjpovuniq] {
    display: flex;
    gap: 14px;
    margin-top: 10px
}

    .social-icons img:hover[b-ohjpovuniq] {
        opacity: 1
    }

@media (min-width:768px) and (max-width:1024px) {
    .contact-section[b-ohjpovuniq] {
        width: 90%;
        padding: 30px 45px;
        margin: 20px auto 0
    }

    .contact-title[b-ohjpovuniq] {
        width: 60%
    }

    .contact-wrapper[b-ohjpovuniq] {
        gap: 60px
    }

    .contact-form[b-ohjpovuniq], .contact-info[b-ohjpovuniq] {
        flex: 1;
        max-width: 100%
    }

    .responsive-map[b-ohjpovuniq] {
        padding-top: 90%
    }
}

@media (max-width:767px) {
    .contact-section[b-ohjpovuniq] {
        width: 90%;
        padding: 30px 15px;
        margin: 20px auto 0
    }

    .contact-title[b-ohjpovuniq] {
        width: 100%;
        font-size: var(--semimedium)
    }

    .contact-wrapper[b-ohjpovuniq] {
        flex-direction: column;
        gap: 30px;
        align-items: center
    }

    .contact-form[b-ohjpovuniq], .contact-info[b-ohjpovuniq] {
        max-width: 100%;
        width: 100%
    }

    .form-input[b-ohjpovuniq], .form-textarea[b-ohjpovuniq] {
        font-size: 13px;
        padding: 10px 12px
    }

    .form-textarea[b-ohjpovuniq] {
        height: 110px
    }

    .newsletter-box[b-ohjpovuniq] {
        font-size: 12px
    }

    .submit-btn[b-ohjpovuniq] {
        width: 120px;
        font-size: var(--small);
        padding: 10px 0;
        margin: 0 auto;
        display: block;
        background-color: #d62e2e
    }

    .info-item[b-ohjpovuniq] {
        font-size: var(--extrasmall);
        gap: 10px;
        justify-content: center;
        margin: 0 auto;
        white-space: normal;
        flex-wrap: wrap
    }

        .info-item p[b-ohjpovuniq] {
            word-break: break-word;
            max-width: 100%
        }

    .info-icon[b-ohjpovuniq], .social-icons img[b-ohjpovuniq] {
        width: 15px;
        height: 15px
    }

    .social-icons[b-ohjpovuniq] {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap
    }

    .responsive-map[b-ohjpovuniq] {
        padding-top: 90%;
        width: 100%
    }
}
/* /Components/Components/Herosection.razor.rz.scp.css */
.coming-soon-banner[b-ytvwqq6k5g] {
    display: inline-block;
    padding: 10px 24px;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border-radius: 10px;
    max-width: 100%;
    box-sizing: border-box;
    border: 2px solid var(--color-main);
}

    .coming-soon-banner:hover[b-ytvwqq6k5g] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(228, 54, 54, 0.3);
        background: rgba(228, 54, 54, 0.15);
    }

    .coming-soon-banner p[b-ytvwqq6k5g] {
        margin: 0;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center;
    }


.btn[b-ytvwqq6k5g], .hero-section[b-ytvwqq6k5g] {
    border-radius: 10px
}

.hero-content[b-ytvwqq6k5g], .hero-section[b-ytvwqq6k5g] {
    position: relative;
    display: flex
}

.hero-section[b-ytvwqq6k5g] {
    min-height: 100vh;
    min-height: 100svh;
    width: 95%;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 30px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
    z-index: 1
}

.hero-content[b-ytvwqq6k5g] {
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    max-width: 1400px;
    z-index: 2
}

.hero-text .hero-para[b-ytvwqq6k5g] {
    position: relative;
    margin-bottom: 30px;
    line-height: 1.5;
    z-index: 1;
}

    .hero-text .hero-para[b-ytvwqq6k5g]::before {
        content: "";
        position: absolute;
        top: -15px;
        left: -150px;
        right: -150px;
        bottom: -30px;
        background: radial-gradient(ellipse at center, rgba(28,28,28,.3) 10%, rgba(28,28,28,.6) 40%, transparent 70%);
        /*   background-color: aqua;*/
        z-index: -1;
        pointer-events: none;
        border-radius: 8px;
    }

.hero-text[b-ytvwqq6k5g] {
    max-width: 45%;
}

    .hero-text .hero-heading[b-ytvwqq6k5g] {
        line-height: 1.2;
        margin-bottom: 15px
    }

    .hero-text .hero-para[b-ytvwqq6k5g] {
        margin-bottom: 30px;
        line-height: 1.5
    }

.hero-buttons[b-ytvwqq6k5g] {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.btn[b-ytvwqq6k5g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: none;
    cursor: pointer;
    min-width: 190px;
    white-space: nowrap;
    transition: .3s
}

.btn-orange[b-ytvwqq6k5g], .status-card-item.occupied .dot[b-ytvwqq6k5g] {
    background: var(--color-main)
}

.btn-black[b-ytvwqq6k5g] {
    background: var(--color-bg)
}

.btn:hover[b-ytvwqq6k5g] {
    transform: translateY(-3px)
}

.btn img[b-ytvwqq6k5g] {
    margin-left: 10px;
    transition: margin-left .3s
}

.btn:hover img[b-ytvwqq6k5g] {
    margin-left: 14px
}

.status-card[b-ytvwqq6k5g] {
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 10px
}

.status-card-heading[b-ytvwqq6k5g] {
    margin-bottom: 15px
}

.status-card ul[b-ytvwqq6k5g] {
    list-style: none;
    margin: 0;
    padding: 0
}

.status-card li[b-ytvwqq6k5g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-radius: 5px;
    margin-bottom: 10px
}

.table-info[b-ytvwqq6k5g] {
    display: flex;
    align-items: center;
    gap: 20px
}

.dot[b-ytvwqq6k5g] {
    width: 16px;
    height: 16px;
    border-radius: 50%
}

.status-card-item.available .dot[b-ytvwqq6k5g] {
    background: var(--color-green)
}

.status-card-item.available .status[b-ytvwqq6k5g] {
    color: var(--color-green)
}

.status-card-item.occupied .status[b-ytvwqq6k5g] {
    color: var(--color-main)
}

.status-card-item.maintenance .dot[b-ytvwqq6k5g] {
    background: var(--color-yellow)
}

.status-card-item.maintenance .status[b-ytvwqq6k5g] {
    color: var(--color-yellow)
}

.status-card-item.unknown .dot[b-ytvwqq6k5g] {
    background: #8b0000
}

.status-card-item.unknown .status[b-ytvwqq6k5g] {
    color: #8b0000
}

@media (min-width:768px) and (max-width:1024px) {
    .hero-section[b-ytvwqq6k5g] {
        min-height: auto;
        width: 90%;
        padding: 30px 45px;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .hero-content[b-ytvwqq6k5g] {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 25px;
        max-width: 600px;
        margin: 0 auto
    }

    .hero-text[b-ytvwqq6k5g] {
        background: 0 0;
        border: none;
        box-shadow: none;
        max-width: 100%;
        text-align: left;
        width: 100%
    }

    .hero-buttons[b-ytvwqq6k5g] {
        justify-content: flex-start;
        flex-direction: row;
        gap: 12px;
        max-width: 450px
    }

    .btn[b-ytvwqq6k5g] {
        padding: 12px 22px;
        min-width: 0;
        flex: 1
    }

    .status-card[b-ytvwqq6k5g] {
        max-width: 500px;
        width: 100%;
        margin: 0 auto
    }

        .status-card ul[b-ytvwqq6k5g] {
            display: flex;
            flex-direction: column;
            gap: 10px
        }

        .status-card li[b-ytvwqq6k5g] {
            margin-bottom: 0;
            width: 100%
        }
}

@media (max-width:767px) {
    .coming-soon-banner[b-ytvwqq6k5g] {
        display: inline-block;
        width: auto;
        max-width: 95%;
        padding: 8px 12px;
        text-align: center;
        box-sizing: border-box;
        margin: 0 auto 15px auto;
    }

        .coming-soon-banner p[b-ytvwqq6k5g] {
            font-size: var(--small-size);
            line-height: 1.4;
            white-space: normal;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }


    .btn[b-ytvwqq6k5g], .status-card .status[b-ytvwqq6k5g], .status-card .table-info span[b-ytvwqq6k5g] {
        font-size: var(--xxsmall-size)
    }

    .hero-text[b-ytvwqq6k5g] {
        background: 0 0;
        border: none;
        box-shadow: none;
        max-width: 90%
    }

    .hero-section[b-ytvwqq6k5g] {
        width: 90%;
        margin: 15px auto 0;
        padding: 20px 15px;
        min-height: auto
    }

    .hero-content[b-ytvwqq6k5g] {
        flex-direction: column;
        gap: 10px
    }

    .hero-buttons[b-ytvwqq6k5g] {
        flex-direction: row;
        width: 100%;
        gap: 10px;
        max-width: 330px
    }

    .btn[b-ytvwqq6k5g] {
        flex: 1;
        min-width: 50px;
        padding: 8px 10px;
        border-radius: 5px
    }

    .status-card[b-ytvwqq6k5g] {
        padding: 10px 12px
    }

    .dot[b-ytvwqq6k5g] {
        width: 10px;
        height: 10px
    }

    @media (max-width:500px) {
        .hero-buttons[b-ytvwqq6k5g] {
            flex-direction: column;
            gap: 8px
        }

        .btn[b-ytvwqq6k5g] {
            flex: 1 1 100%;
            min-width: 0
        }
    }
}
/* /Components/Components/Membership.razor.rz.scp.css */
.membership-section[b-evclfxyhx8], .toggle-switch[b-evclfxyhx8] {
    position: relative;
    display: flex;
    border-radius: 10px
}

.membership-section[b-evclfxyhx8] {
    width: 100%;
    margin: 0 auto;
    padding: 30px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    z-index: 1
}

.membership-inner[b-evclfxyhx8] {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 60px
}

.unlock-heading[b-evclfxyhx8] {
    width: 40%;
    margin: 0 auto
}

.unlock-para[b-evclfxyhx8] {
    width: 70%;
    margin: 0 auto 50px
}

.billing-toggle[b-evclfxyhx8] {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.toggle-switch[b-evclfxyhx8] {
    align-items: center;
    width: 300px;
    padding: 5px
}

.toggle-btn[b-evclfxyhx8] {
    flex: 1;
    padding: 10px 0;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    transition: color .3s;
    z-index: 2
}

    .toggle-btn:active[b-evclfxyhx8] {
        color: var(--color-natural);
        font-weight: 600
    }

.toggle-slider[b-evclfxyhx8] {
    position: absolute;
    left: 8px;
    width: 47%;
    height: 40px;
    border-radius: 10px;
    transition: .4s;
    z-index: 1
}

.toggle-switch.yearly .toggle-slider[b-evclfxyhx8] {
    transform: translateX(100%)
}

.toggle-btn.active[b-evclfxyhx8] {
    font-weight: 700;
    color: var(--color-white)
}

.membership-cards[b-evclfxyhx8] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    gap: 40px;
    width: 100%
}

.mem-card[b-evclfxyhx8] {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding-bottom: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.mem-header[b-evclfxyhx8] {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.mem-header-heading[b-evclfxyhx8], .mem-header-price[b-evclfxyhx8] {
    margin-bottom: 5px
}

.mem-features[b-evclfxyhx8] {
    padding: 15px;
    text-align: left
}

.mem-features-heading[b-evclfxyhx8] {
    margin-bottom: 10px
}

.feature-item[b-evclfxyhx8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0
}

    .feature-item img[b-evclfxyhx8] {
        width: 20px;
        height: 20px
    }

.purchase-btn[b-evclfxyhx8] {
    width: 80%;
    padding: 10px 0;
    margin: 10px auto;
    border: none;
    border-radius: 10px;
    cursor: pointer
}

.divider[b-evclfxyhx8] {
    width: 80%;
    height: 1px;
    background-color: #8d8d8d;
    margin: 0 auto
}

@media (max-width:768px) {
    .membership-section[b-evclfxyhx8] {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto
    }

    .membership-inner[b-evclfxyhx8] {
        padding: 25px 15px
    }

    .unlock-heading[b-evclfxyhx8] {
        width: 100%;
        font-size: var(--semimedium);
        margin-bottom: 20px
    }

    .unlock-para[b-evclfxyhx8] {
        width: 100%;
        margin-bottom: 30px
    }

    .billing-toggle[b-evclfxyhx8] {
        margin-bottom: 20px
    }

    .toggle-switch[b-evclfxyhx8] {
        width: 240px
    }

    .membership-cards[b-evclfxyhx8] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 0 auto
    }

    .mem-card[b-evclfxyhx8] {
        max-width: 320px;
        margin: 0 auto
    }

    .purchase-btn[b-evclfxyhx8] {
        width: 85%;
        font-size: var(--regular)
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .membership-section[b-evclfxyhx8] {
        width: 100%;
        padding: 30px 0;
        margin: 0 auto
    }

    .unlock-heading[b-evclfxyhx8] {
        width: 80%;
        margin: 0 auto 30px
    }

    .membership-cards[b-evclfxyhx8] {
        display: grid;
        grid-template-columns: repeat(2,320px);
        gap: 40px;
        width: fit-content;
        margin: 0 auto
    }

    .mem-card[b-evclfxyhx8] {
        width: 100%;
        max-width: 320px;
        margin: 0 auto
    }

    .membership-cards .mem-card:nth-child(3):last-child[b-evclfxyhx8] {
        grid-column: 1/-1;
        justify-self: center
    }
}
/* /Components/Components/Navbar.razor.rz.scp.css */
.navbar[b-a4gf799gx3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    padding: 0 15px;
    width: 95%;
    margin: 20px auto 0 auto;
    border-radius: 10px;
    gap: 20px;
    flex-wrap: nowrap;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.logo img[b-a4gf799gx3] {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.nav-links[b-a4gf799gx3] {
    display: flex;
    gap: 50px;
    flex: 0 0 auto;
    align-items: center;
}

    .nav-links a[b-a4gf799gx3] {
        text-decoration: none;
        color: var(--color-natural);
        transition: all 0.3s ease;
        cursor: pointer;
    }

        .nav-links a:hover[b-a4gf799gx3] {
            opacity: 0.7;
        }

.hamburger[b-a4gf799gx3] {
    display: none;
    font-size: var(--semimedium);
    color: var(--color-natural);
    cursor: pointer;
}

@keyframes dropdown-b-a4gf799gx3 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    .navbar[b-a4gf799gx3] {
        width: 100%;
        padding: 15px 10px;
        min-height: auto;
        position: relative;
        background: rgba(0, 0, 0, 0.45);
    }

    .logo img[b-a4gf799gx3] {
        max-width: 110px;
    }

    .nav-links[b-a4gf799gx3] {
        gap: 15px;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.85);
        border-radius: 10px;
        padding: 10px 0;
        z-index: 9999;
        min-width: 180px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

        .nav-links.active[b-a4gf799gx3] {
            display: flex;
            animation: dropdown-b-a4gf799gx3 0.3s ease-in-out;
        }

        .nav-links a[b-a4gf799gx3] {
            font-size: var(--extrasmall);
            color: var(--color-natural);
            font-weight: 500;
            text-align: center;
            padding: 8px 15px;
        }

            .nav-links a:hover[b-a4gf799gx3] {
                background-color: rgba(255, 68, 68, 0.1);
            }

    .hamburger[b-a4gf799gx3] {
        display: block;
    }
}

@media (min-width: 921px) and (max-width: 1024px) {
    .navbar[b-a4gf799gx3] {
        width: 100%;
        padding: 15px;
        min-height: auto;
    }

    .logo img[b-a4gf799gx3] {
        max-width: 110px;
    }

    .nav-links[b-a4gf799gx3] {
        display: flex;
        gap: 30px;
        flex: 0 0 auto;
        position: static;
        flex-direction: row;
        background: none;
        border-radius: 0;
        padding: 0;
    }

    .hamburger[b-a4gf799gx3] {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar[b-a4gf799gx3] {
        width: 95%;
        margin: 10px auto;
        padding: 10px 15px;
        min-height: auto;
        position: relative;
        background: rgba(0, 0, 0, 0.4);
    }

    .logo img[b-a4gf799gx3] {
        max-width: 100px;
    }

    .nav-links[b-a4gf799gx3] {
        gap: 15px;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.85);
        border-radius: 10px;
        padding: 10px 0px;
        margin: 0px;
        z-index: 999;
        min-width: 150px;
        border: 1px solid rgba(255, 255, 255, 0.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

        .nav-links.active[b-a4gf799gx3] {
            display: flex;
            animation: dropdown-b-a4gf799gx3 0.3s ease-in-out;
        }

        .nav-links a[b-a4gf799gx3] {
            font-size: var(--extrasmall);
            color: var(--color-natural);
            font-weight: 500;
            text-align: center;
            padding: 2px;
        }

            .nav-links a:hover[b-a4gf799gx3] {
                background-color: rgba(255, 68, 68, 0.1);
            }

    .hamburger[b-a4gf799gx3] {
        display: block;
    }
}
/* /Components/Components/Trainingsection.razor.rz.scp.css */
.training-section[b-ffnftqvd31], .training-tile[b-ffnftqvd31] {
    border-radius: 10px;
    position: relative
}

.training-section[b-ffnftqvd31] {
    width: 95%;
    margin: 0 auto;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
    background: radial-gradient(circle,#e4363633 0,#e4363600 55%);
    background-clip: content-box
}

.tile-list li[b-ffnftqvd31], .training-heading[b-ffnftqvd31] {
    margin-bottom: 15px
}

.training-para[b-ffnftqvd31] {
    width: 80%;
    margin: 0 auto 50px;
    line-height: 1.5
}

.training-tiles[b-ffnftqvd31] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    justify-content: center;
    width: 100%;
    max-width: 1000px
}

.training-tile[b-ffnftqvd31] {
    width: 100%;
    padding: 30px 25px;
    text-align: left;
    transition: .3s;
    margin: 0 auto;
    z-index: 3;
    display: flex;
    flex-direction: column
}

    .training-tile:hover[b-ffnftqvd31] {
        transform: translateY(-5px)
    }

.trainingtiles-icon[b-ffnftqvd31] {
    margin-bottom: 20px
}

.tiles-icon[b-ffnftqvd31] {
    width: 50px;
    height: 50px
}

.tile-heading[b-ffnftqvd31] {
    margin: 0 0 10px
}

.tile-list[b-ffnftqvd31] {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    flex-grow: 1
}

    .tile-list li[b-ffnftqvd31] {
        display: flex;
        align-items: flex-start;
        gap: 12px
    }

        .tile-list li img[b-ffnftqvd31] {
            flex-shrink: 0;
            margin-top: 3px
        }

.enroll-btn[b-ffnftqvd31] {
    border: none;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    margin: 30px auto 0;
    width: 300px
}

    .enroll-btn:hover[b-ffnftqvd31] {
        background-color: #e43636
    }

    .enroll-btn:disabled[b-ffnftqvd31] {
        opacity: .6;
        cursor: not-allowed
    }

.divider[b-ffnftqvd31] {
    width: 80%;
    height: 1px;
    margin: 30px auto 0;
    background-color: #8d8d8d
}

@media (max-width:767px) {
    .training-section[b-ffnftqvd31] {
        width: 90%;
        padding: 30px 15px
    }

    .training-heading[b-ffnftqvd31] {
        width: 100%;
        font-size: var(--semimedium)
    }

    .training-para[b-ffnftqvd31] {
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%
    }

    .training-tiles[b-ffnftqvd31] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 0 auto;
        max-width: 320px
    }

    .training-tile[b-ffnftqvd31] {
        max-width: 100%
    }

    .enroll-btn[b-ffnftqvd31] {
        font-size: var(--regular);
        font-weight: 500
    }
}

@media (max-width:400px) {
    .phone-input-group[b-ffnftqvd31] {
        flex-direction: column;
        gap: 5px
    }

    .country-dropdown[b-ffnftqvd31], .phone-number-input[b-ffnftqvd31] {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .training-section[b-ffnftqvd31] {
        width: 90%;
        padding: 30px 45px
    }

    .training-para[b-ffnftqvd31] {
        width: 90%;
        margin: 0 auto 40px
    }

    .training-tiles[b-ffnftqvd31] {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 30px
    }

    .training-tile[b-ffnftqvd31] {
        width: 100%;
        max-width: 100%
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4aertms8kp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4aertms8kp] {
    flex: 1;
}

.sidebar[b-4aertms8kp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4aertms8kp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4aertms8kp]  a, .top-row[b-4aertms8kp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4aertms8kp]  a:hover, .top-row[b-4aertms8kp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4aertms8kp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4aertms8kp] {
        justify-content: space-between;
    }

    .top-row[b-4aertms8kp]  a, .top-row[b-4aertms8kp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4aertms8kp] {
        flex-direction: row;
    }

    .sidebar[b-4aertms8kp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4aertms8kp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4aertms8kp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4aertms8kp], article[b-4aertms8kp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4aertms8kp] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4aertms8kp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/AppDownload.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════
       HERO — background image same as home navbar-hero-wrapper
    ═══════════════════════════════════════════════════ */

.coming-soon-banner[b-aa63lmj4cm] {
    display: inline-block;
    padding: 10px 24px;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border-radius: 10px;
    max-width: max-content;
    box-sizing: border-box;
    border: 2px solid var(--color-main);
}

    .coming-soon-banner:hover[b-aa63lmj4cm] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(228, 54, 54, 0.3);
        background: rgba(228, 54, 54, 0.15);
    }

    .coming-soon-banner p[b-aa63lmj4cm] {
        margin: 0;
        white-space: normal;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center;
    }

.dl-hero-section[b-aa63lmj4cm] {
    width: 100%;
    padding: 100px 60px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: url("https://fairfax-c6ccatdpgcdydhhm.z01.azurefd.net/profilepictures/website%20assets/Header%20image%20with%20logo.svg?v=2") center/cover no-repeat;
}

    .dl-hero-section[b-aa63lmj4cm]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(10,10,10,0.78) 0%, rgba(10,10,10,0.45) 55%, rgba(10,10,10,0.15) 100%);
        z-index: 1;
        pointer-events: none;
    }

.dl-hero-content[b-aa63lmj4cm] {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.dl-hero-text[b-aa63lmj4cm] {
    flex: 1 1 0;
    min-width: 280px;
    max-width: 580px;
    display: flex;
    flex-direction: column;
}

.dl-hero-heading[b-aa63lmj4cm] {
    line-height: 1.15;
    margin: 0 0 20px;
}

.dl-hero-para[b-aa63lmj4cm] {
    line-height: 1.65;
    margin: 0 0 36px;
    max-width: 480px;
}

/* ═══════════════════════════════════════════════════
       STATUS CARD — identical to herosection global CSS
    ═══════════════════════════════════════════════════ */
.dl-hero-content .status-card[b-aa63lmj4cm] {
    flex: 0 0 450px;
    width: 450px;
    max-width: 450px;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.dl-hero-content .status-card-heading[b-aa63lmj4cm] {
    margin-bottom: 15px;
    color: #ffffff;
}

.dl-hero-content .status-card ul[b-aa63lmj4cm] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dl-hero-content .status-card li[b-aa63lmj4cm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.dl-hero-content .table-info[b-aa63lmj4cm] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dl-hero-content .dot[b-aa63lmj4cm] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
}

.dl-hero-content .status-card-item.available .dot[b-aa63lmj4cm] {
    background: var(--color-green);
}

.dl-hero-content .status-card-item.available .status[b-aa63lmj4cm] {
    color: var(--color-green);
}

.dl-hero-content .status-card-item.occupied .dot[b-aa63lmj4cm] {
    background: var(--color-main);
}

.dl-hero-content .status-card-item.occupied .status[b-aa63lmj4cm] {
    color: var(--color-main);
}

.dl-hero-content .status-card-item.maintenance .dot[b-aa63lmj4cm] {
    background: var(--color-yellow);
}

.dl-hero-content .status-card-item.maintenance .status[b-aa63lmj4cm] {
    color: var(--color-yellow);
}

.dl-hero-content .status-card-item.unknown .dot[b-aa63lmj4cm] {
    background: #8b0000;
}

.dl-hero-content .status-card-item.unknown .status[b-aa63lmj4cm] {
    color: #8b0000;
}

/* ═══════════════════════════════════════════════════
       STORE BUTTONS
    ═══════════════════════════════════════════════════ */
.dl-store-buttons[b-aa63lmj4cm] {
    display: flex;
    flex-direction: row;
    gap: 14px;
    flex-wrap: wrap;
}

.dl-store-tile[b-aa63lmj4cm] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 22px;
    border-radius: 10px;
    min-width: 180px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
}

    .dl-store-tile:hover[b-aa63lmj4cm] {
        transform: translateY(-3px);
        opacity: 0.9;
    }

.dl-store-icon[b-aa63lmj4cm] {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.dl-store-texts[b-aa63lmj4cm] {
    text-align: left;
}

.dl-store-top[b-aa63lmj4cm] {
    margin: 0 0 4px;
}

.dl-store-heading[b-aa63lmj4cm] {
    display: block;
    margin: 0;
    height: 18px;
}

/* ═══════════════════════════════════════════════════
       SECTIONS
    ═══════════════════════════════════════════════════ */
.dl-promo-section[b-aa63lmj4cm], .dl-section[b-aa63lmj4cm] {
    width: 100%;
    padding: 90px 60px;
    box-sizing: border-box;
}

.dl-section-inner[b-aa63lmj4cm] {
    max-width: 1400px;
    margin: 0 auto;
}

.dl-eyebrow[b-aa63lmj4cm] {
    display: block;
    color: var(--color-main);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.dl-section-title[b-aa63lmj4cm] {
    margin: 0 0 56px;
    text-align: center;
}

/* PROMO VIDEO */
.dl-promo-inner[b-aa63lmj4cm] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.dl-phone-video-wrapper[b-aa63lmj4cm] {
    flex: 0 0 44%;
    max-width: 460px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
}

    .dl-phone-video-wrapper video[b-aa63lmj4cm] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
    }

.dl-promo-aside[b-aa63lmj4cm] {
    flex: 1 1 0;
    min-width: 240px;
}

.dl-promo-feature-list[b-aa63lmj4cm] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dl-promo-feature[b-aa63lmj4cm] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 10px;
    border-left: 3px solid var(--color-main);
    transition: transform 0.2s;
}

    .dl-promo-feature:hover[b-aa63lmj4cm] {
        transform: translateX(5px);
    }

.dl-promo-feature-icon[b-aa63lmj4cm] {
    font-size: 26px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* FEATURE CARDS */
.dl-cards-grid[b-aa63lmj4cm] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    width: 100%;
}

.dl-cards-grid--second[b-aa63lmj4cm] {
    margin-top: 28px;
}

.dl-feature-card[b-aa63lmj4cm] {
    padding: 30px 26px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: transform 0.3s;
    border-top: 3px solid transparent;
}

    .dl-feature-card:hover[b-aa63lmj4cm] {
        transform: translateY(-6px);
        border-top-color: var(--color-main);
    }

.dl-card-icon[b-aa63lmj4cm] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
}

    .dl-card-icon img[b-aa63lmj4cm] {
        width: 50px;
        height: 50px;
    }

.tile-texts .tile-heading[b-aa63lmj4cm] {
    margin: 0 0 8px;
    text-align: left;
}

.tile-texts .tile-text[b-aa63lmj4cm] {
    margin: 0;
    line-height: 1.55;
    text-align: left;
}

/* CTA */
.dl-cta-inner[b-aa63lmj4cm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.dl-cta-text[b-aa63lmj4cm] {
    flex: 1;
    min-width: 280px;
}

.dl-cta-image img[b-aa63lmj4cm] {
    width: 380px;
    max-width: 100%;
    border-radius: 12px;
    opacity: 0.85;
}

/* FOOTNOTE */
.dl-footnote[b-aa63lmj4cm] {
    padding: 20px 60px;
}

/* ═══════════════════════════════════════════════════
       TABLET 768–1024
    ═══════════════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 1024px) {
    .dl-hero-section[b-aa63lmj4cm] {
        padding: 70px 40px;
    }

    .dl-promo-section[b-aa63lmj4cm], .dl-section[b-aa63lmj4cm] {
        padding: 70px 40px;
    }

    .dl-footnote[b-aa63lmj4cm] {
        padding: 18px 40px;
    }

    .dl-hero-content .status-card[b-aa63lmj4cm] {
        flex: 0 0 320px;
        width: 320px;
    }

    .dl-cards-grid[b-aa63lmj4cm] {
        gap: 18px;
    }

    .dl-phone-video-wrapper[b-aa63lmj4cm] {
        flex: 0 0 48%;
    }
}

/* ═══════════════════════════════════════════════════
       MOBILE <= 767
    ═══════════════════════════════════════════════════ */
@media (max-width: 767px) {
    .dl-hero-section[b-aa63lmj4cm] {
        padding: 56px 20px;
    }

    .dl-promo-section[b-aa63lmj4cm],
    .dl-section[b-aa63lmj4cm] {
        padding: 56px 20px;
    }

    .dl-footnote[b-aa63lmj4cm] {
        padding: 16px 20px;
    }

    .dl-hero-content[b-aa63lmj4cm] {
        flex-direction: column;
        gap: 40px;
    }

    .dl-hero-text[b-aa63lmj4cm] {
        max-width: 100%;
    }

    .dl-hero-content .status-card[b-aa63lmj4cm] {
        flex: 1 1 100%;
        width: 100%;
    }

    .dl-hero-content .dot[b-aa63lmj4cm] {
        width: 10px;
        height: 10px;
    }

    .dl-store-buttons[b-aa63lmj4cm] {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .dl-store-tile[b-aa63lmj4cm] {
        width: 100%;
        max-width: 200px;
        min-width: 0;
        justify-content: center;
        text-align: center;
    }

    .dl-store-texts[b-aa63lmj4cm] {
        text-align: center;
    }

    .dl-promo-inner[b-aa63lmj4cm] {
        flex-direction: column;
        gap: 36px;
    }

    .dl-phone-video-wrapper[b-aa63lmj4cm] {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .dl-cards-grid[b-aa63lmj4cm] {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .dl-cards-grid--second[b-aa63lmj4cm] {
        margin-top: 18px;
    }

    .dl-cta-inner[b-aa63lmj4cm] {
        flex-direction: column;
        gap: 36px;
    }

    .dl-cta-image[b-aa63lmj4cm] {
        display: none;
    }

    .dl-cards-grid[b-aa63lmj4cm] {
        grid-template-columns: 1fr;
        justify-items: center;
        margin: 0 auto;
    }

    .dl-feature-card[b-aa63lmj4cm] {
        width: 100%;
        max-width: 320px;
    }
}


/* /Components/Pages/Home.razor.rz.scp.css */
.navbar-hero-wrapper[b-d09nowxqcc] {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: url("https://fairfax-c6ccatdpgcdydhhm.z01.azurefd.net/profilepictures/website%20assets/Header%20image%20with%20logo.svg?v=2") center/cover no-repeat;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-sizing: border-box;
    min-height: clamp(70vh,10vh,100vh)
}

.hero-section[b-d09nowxqcc], .navbar[b-d09nowxqcc] {
    position: relative;
    z-index: 2
}

@media (min-width:768px) and (max-width:1024px) {
    .navbar-hero-wrapper[b-d09nowxqcc] {
        width: 100%;
        padding: 30px 45px;
        min-height: clamp(500px,30vh,950px);
        background: url("https://fairfax-c6ccatdpgcdydhhm.z01.azurefd.net/profilepictures/website%20assets/Header%20image%20with%20logo.svg?v=2") center/cover no-repeat
    }
}

@media (max-width:767px) {
    .navbar-hero-wrapper[b-d09nowxqcc] {
        width: 100%;
        margin: 0 auto;
        min-height: clamp(300px,20vh,660px);
        padding: 20px 15px;
        background: url("https://fairfax-c6ccatdpgcdydhhm.z01.azurefd.net/profilepictures/website%20assets/Header%20image%20with%20logo.svg?v=2") center/cover no-repeat
    }
}
