/* /Components/Layout/ContactForm.razor.rz.scp.css */

/* Wrapper + subtle bg */
.rx-wrap[b-wjqvs6ny12] {
    padding: clamp(16px,4vw,40px);
    margin-top: 100px;
    color: var(--text);
}
.textAr[b-wjqvs6ny12] {
    width: 100% !important;
}
/* Card */
.rx-card[b-wjqvs6ny12] {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1.9fr;
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: var(--r);
    box-shadow: 0 20px 50px rgba(0,0,0,.45);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    overflow: hidden;
}

/* Aside */
.rx-aside[b-wjqvs6ny12] {
    padding: clamp(20px,3vw,34px);
    background: linear-gradient(135deg, #caa84a, #a9acad);
    border-inline-end: 1px solid var(--card-border);
}

.brand[b-wjqvs6ny12] {
    margin: 0 0 6px;
    font-size: clamp(20px,2.6vw,28px);
    color: #fff;
}

.tagline[b-wjqvs6ny12] {
    margin: 0 0 10px;
    color: #140000;
    opacity: .9;
}

.bullets[b-wjqvs6ny12] {
    margin: 12px 0 0;
    padding: 0 0 0 18px;
    color: var(--text);
}

    .bullets li[b-wjqvs6ny12] {
        margin: 6px 0;
        opacity: .9;
    }

/* Header */
.rx-form[b-wjqvs6ny12] {
    display: flex;
    flex-direction: column;
}

.rx-header[b-wjqvs6ny12] {
    padding: clamp(18px,3vw,26px) clamp(18px,3vw,32px);
    border-bottom: 1px solid var(--card-border);
}

    .rx-header h1[b-wjqvs6ny12] {
        margin: 0 0 6px;
        font-size: clamp(22px,3vw,30px);
        color: #fff;
    }

    .rx-header p[b-wjqvs6ny12] {
        margin: 0;
        color: var(--muted);
    }

/* Grid */
.rx-grid[b-wjqvs6ny12] {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 16px 20px;
    padding: clamp(18px,3vw,26px) clamp(18px,3vw,32px);
}

.field[b-wjqvs6ny12] {
    grid-column: span 6;
}

    .field.full[b-wjqvs6ny12] {
        grid-column: 1 / -1;
    }

/* Stacked labels (no floating) */
.field-label[b-wjqvs6ny12] {
    display: block;
    margin: 0 0 6px;
    color: #cfd7e3;
    font-size: .95rem;
}

/* Controls */
.ctl[b-wjqvs6ny12] {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.16);
    color: var(--text);
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.3;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    box-shadow: inset 0 0 6px rgba(255,255,255,.04);
    appearance: none;
    -webkit-appearance: none;
}

    .ctl:focus[b-wjqvs6ny12] {
        border-color: color-mix(in oklab, var(--brand) 80%, #fff);
        box-shadow: 0 0 0 3px color-mix(in oklab, var(--brand) 30%, transparent);
        background: rgba(255,255,255,.08);
    }

select.ctl[b-wjqvs6ny12] {
    background-image: linear-gradient(45deg, transparent 50%, #9aa3ad 50%), linear-gradient(135deg, #9aa3ad 50%, transparent 50%);
    background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

textarea.ctl[b-wjqvs6ny12] {
    min-height: 140px;
    resize: vertical;

    width:100%;
}

/* Chips */
.chips legend.field-label[b-wjqvs6ny12] {
    margin-bottom: 8px;
}

.chip-row[b-wjqvs6ny12] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip[b-wjqvs6ny12] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--chip-border);
    background: var(--chip-bg);
    color: var(--text);
    padding: 8px 12px;
    border-radius: 999px;
    cursor: pointer;
    user-select: none;
    transition: border-color .2s ease, background .2s ease, transform .04s ease;
}

    .chip input[b-wjqvs6ny12] {
        appearance: none;
        width: 0;
        height: 0;
        pointer-events: none;
    }

    .chip:active[b-wjqvs6ny12] {
        transform: translateY(1px);
    }

    .chip:has(input:checked)[b-wjqvs6ny12] {
        background: color-mix(in oklab, var(--brand) 18%, var(--chip-bg));
        border-color: color-mix(in oklab, var(--brand) 60%, var(--chip-border));
    }

/* Validation */
.rx-val-summary[b-wjqvs6ny12] {
    margin: 0 0 10px;
    padding: 0 26px;
}

    .validation-message[b-wjqvs6ny12], .rx-val-summary li[b-wjqvs6ny12] {
        color: var(--err);
        font-size: .85rem;
    }

/* Consent */
.consent[b-wjqvs6ny12] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
}

    .consent input[type="checkbox"][b-wjqvs6ny12] {
        width: 18px;
        height: 18px;
        accent-color: var(--brand);
    }

/* Actions */
.actions[b-wjqvs6ny12] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 clamp(18px,3vw,32px) clamp(18px,3vw,26px);
}

.btn-primary[b-wjqvs6ny12] {
    border: 0;
    border-radius: 12px;
    padding: 12px 18px;
    background: linear-gradient(135deg, #caa84a, #a9acad);
    color: #061019;
    font-weight: 600;
    cursor: pointer;
    transition: transform .04s ease, filter .2s;
}

    .btn-primary:hover[b-wjqvs6ny12] {
        filter: brightness(1.1);
    }

    .btn-primary:disabled[b-wjqvs6ny12] {
        filter: grayscale(.5);
        cursor: not-allowed;
    }

.btn-ghost[b-wjqvs6ny12] {
    border: 1px solid var(--card-border);
    background: rgba(255,255,255,.05);
    color: var(--text);
    border-radius: 12px;
    padding: 10px 14px;
    text-decoration: none;
}

/* Status */
.rx-ok[b-wjqvs6ny12], .rx-err[b-wjqvs6ny12] {
    margin: 10px clamp(18px,3vw,32px) 18px;
    padding: 10px 14px;
    border-radius: 10px;
}

.rx-ok[b-wjqvs6ny12] {
    background: rgba(61,220,151,.12);
    border: 1px solid rgba(61,220,151,.35);
    color: #b5f3da;
}

.rx-err[b-wjqvs6ny12] {
    background: rgba(255,107,107,.12);
    border: 1px solid rgba(255,107,107,.35);
    color: #ffc8c8;
}

/* Badges */
.rx-foot[b-wjqvs6ny12] {
    border-top: 1px solid var(--card-border);
    padding: 12px clamp(18px,3vw,32px) 20px;
}

.badges[b-wjqvs6ny12] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge[b-wjqvs6ny12] {
    font-size: .8rem;
    color: var(--text);
    border: 1px solid var(--card-border);
    background: rgba(255,255,255,.06);
    padding: 6px 12px;
    border-radius: 999px;
}

/* Honeypot */
.hp[b-wjqvs6ny12] {
    position: absolute !important;
    left: -10000px !important;
    top: -10000px !important;
    width: 1px;
    height: 1px;
    opacity: 0;
}

/* Responsive */
@media (max-width: 960px) {
    .rx-card[b-wjqvs6ny12] {
        grid-template-columns: 1fr;
    }

    .rx-aside[b-wjqvs6ny12] {
        border-inline-end: none;
        border-bottom: 1px solid var(--card-border);
    }
}

@media (max-width: 820px) {
    .field[b-wjqvs6ny12] {
        grid-column: span 12;
    }
}
/* /Components/Layout/FAQ.razor.rz.scp.css */
.rx-faq[b-j6jc1remn2] {
    max-width: 80%;
    margin: 0 auto;
    padding: 46px 20px;
}

    .rx-faq h2[b-j6jc1remn2] {
        margin: 0 0 10px;
        color: #f1f5f9;
    }

.list details[b-j6jc1remn2] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    padding: 12px 14px;
    margin: 10px 0;
}

summary[b-j6jc1remn2] {
    cursor: pointer;
    color: #e9e3cf;
    font-weight: 700;
}

details p[b-j6jc1remn2] {
    margin: 8px 0 0;
    color: #cbd5e1;
}
@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .rx-faq[b-j6jc1remn2] {
        max-width: 100%;
        margin: 0 auto;
        padding: 46px 20px;
    }
}
/* /Components/Layout/HeaderFirstPage.razor.rz.scp.css */
.MainFirstPage[b-w52m8s2ztz] {
    position: relative;
    width: 100%;
    height: 650px;
  
}
.h1Header[b-w52m8s2ztz] {
    position: absolute;
    width: 35%;
    left: 10%;
    color: white;
    top: 200px;
    font-size: 2rem;
    font-family: "Momo Trust Display", sans-serif;
    display:ruby;
}
.image[b-w52m8s2ztz] {
    position: absolute;
    right: 0;
  
    height: 500px;
}

.seo-text[b-w52m8s2ztz] {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    overflow: hidden;
}
.TitleHeader[b-w52m8s2ztz] {
    position: absolute;
    width: 60%;
    color: white;
    margin: 100px 0px 100px 0;
}
.dos-console[b-w52m8s2ztz] {
    position: relative;
    color: white;
    font-family: "Cascadia Mono", "Courier New", monospace;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    max-width: 90vw;
    white-space: pre-wrap;
    line-height: 1.2;
    position: relative;
    font-size: .8rem;
    margin-top: 100px;
    top:50PX;
    left:50%;
    margin-bottom:100px;
}

.cursor[b-w52m8s2ztz] {
    display: inline-block;
    width: 10px;
    height: 1em;
    background-color: #00ff66;
    animation: blink 0.9s steps(1, end) infinite;
    vertical-align: bottom;
}
.bg-video[b-w52m8s2ztz] {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  
    filter: brightness(0.55) contrast(1.2);
}
.glass[b-w52m8s2ztz] {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1.2rem 2rem;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 30px rgba(0,0,0,.6);
    -webkit-font-smoothing: antialiased;
}

.dos-console p[b-w52m8s2ztz]{
    margin: 0;
    font-family: 'Courier New', monospace;
    font-size: 1rem;
    
}
@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .MainFirstPage[b-w52m8s2ztz] {
        position: relative;
        width: 100%;
        min-height: 800px;
    }
    .h1Header[b-w52m8s2ztz] {
        font-size: 1rem;
        top: 70px;
        width: 80%;
        overflow-wrap: break-word; /* or  */
        word-wrap: break-word;
        display: ruby;
    }
        .h1Header h1[b-w52m8s2ztz] {
            font-size: 1rem;
            display:contents;
        }
        .h1Header h2[b-w52m8s2ztz] {
            font-size: 1rem;
            display: contents;
        }
    .dos-console[b-w52m8s2ztz] {
        font-size: 0.5rem;
        margin-top: 170px;
        top: 70PX;
        margin-bottom:50px;
        width: 90%;
        left: 5%;
    }
        .dos-console p[b-w52m8s2ztz] {
            margin: 0;
            display:contents;
            font-family: 'Courier New', monospace;
            font-size: .7rem;
            overflow-wrap: break-word; /* or  */
            word-wrap: break-word;
        }  

}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yyoubzzv2s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yyoubzzv2s] {
    flex: 1;
}

.sidebar[b-yyoubzzv2s] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yyoubzzv2s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yyoubzzv2s]  a, .top-row[b-yyoubzzv2s]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yyoubzzv2s]  a:hover, .top-row[b-yyoubzzv2s]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yyoubzzv2s]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-yyoubzzv2s] {
        justify-content: space-between;
    }

    .top-row[b-yyoubzzv2s]  a, .top-row[b-yyoubzzv2s]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yyoubzzv2s] {
        flex-direction: row;
    }

    .sidebar[b-yyoubzzv2s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yyoubzzv2s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yyoubzzv2s]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yyoubzzv2s], article[b-yyoubzzv2s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yyoubzzv2s] {
    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-yyoubzzv2s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MenuHeader.razor.rz.scp.css */
.MenuDiv[b-kytq8qe99w] {
    position: absolute;
    height: 60px;
    width: 80%;
    left: 10%;
    top: 8px;
    z-index: 1002;
    display: flex;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    transition: left 2s, width 2s,backdrop-filter 10s;
}
.MenuDivScroll[b-kytq8qe99w] {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0%;
    top: 0px;
    z-index: 1002;
    display: flex;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(50px);
    transition: left 2s, width 2s,backdrop-filter 10s;
}
.Logo[b-kytq8qe99w] {
    position: absolute;
    padding:  5px 0 5px 0 ;
    margin-left:1%;
    height: 100%;
}

ul[b-kytq8qe99w] {
    list-style: none; /* Removes bullets */

    margin: 0;
    padding: 0;
    display: flex; /* Aligns links horizontally */
    align-items: center;
    
    height: 100%;
}
li[b-kytq8qe99w] {
    margin: 0 20px 0 20px; /* Spacing between links */
}
    li a[b-kytq8qe99w] {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 1rem;
        padding: 5px 0;
        position: relative;
        transition: color 0.3s ease;
    }
li a:not(.nav-button)[b-kytq8qe99w]::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #B8860B; /* Gold accent color */
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}

li a:not(.nav-button):hover[b-kytq8qe99w]::after {
    width: 100%;
}

        li a:not(.nav-button):hover[b-kytq8qe99w] {
            color: #FFFFFF; /* Stays white, but underline appears */
        }


.ContactTel[b-kytq8qe99w] {
    position: fixed;
    right: 10px;
    color: #FFFFFF;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    top: 5px;
    padding: 0px 20px 0 20px;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: 3px;

}
.MenuItem[b-kytq8qe99w] {
    position: relative;
    margin: 0 auto; /* Centers horizontally */
    display: block;
}
.ContactTel a[b-kytq8qe99w] {
    color: rgb(0, 0, 0);
    text-decoration: none;
    
}

/* Set up the background and center the button */


/* The button styles */
.glass-button[b-kytq8qe99w] {
    /* Positioning and Layout */
   
    display: inline-block;
 
    /* Text and Font */
    text-decoration: none;
   
  
   
    letter-spacing: 0.5px;
    /* Glassmorphism Effect */
   
    backdrop-filter: blur(15px); /* The "frosted glass" blur */
    -webkit-backdrop-filter: blur(15px); /* Safari support */
    /* Border and Shape */
    border: 1px solid rgba(255, 255, 255, 0.2);
   
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    /* Clipping and Transitions */
    overflow: hidden; /* This clips the shine element */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    /* Hover effect for the button itself (slight lift and glow) */
    .glass-button:hover[b-kytq8qe99w] {
        transform: translateY(-1px);
      
        box-shadow: 0 12px 35px 0 rgba(0, 0, 0, 0.25);
    }

    /* --- The Shine Effect --- */

    /* This is a pseudo-element that acts as the shine */
    .glass-button[b-kytq8qe99w]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -150%; /* Start off-screen to the left */
        width: 75%;
        height: 100%;
        /* The shine itself is a skewed gradient */
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.4), transparent );
        transform: skewX(-25deg);
        /* We only want the transition to happen on hover */
        transition: 0s;
    }

    /* On hover, move the shine element across the button */
    .glass-button:hover[b-kytq8qe99w]::before {
        left: 150%; /* Move to off-screen to the right */
        transition: left 0.9s cubic-bezier(0.19, 1, 0.22, 1); /* A smooth, fast-out animation */
    }
@media only screen and (max-width: 1024px) and (max-height: 768px) {

    .MenuDiv[b-kytq8qe99w] {
        position: absolute;

        height: 60px;
        width: 100%;
        left: 0%;
        top: 0px;
        z-index: 1002;
        display: flex;
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(20px);
    }
    .MenuItem[b-kytq8qe99w] {
        position: relative;
        margin: 0 auto; /* Centers horizontally */
        display:none;
    }
    .ContactTel[b-kytq8qe99w] {
        position: absolute;
        right: 10px;
        color: #FFFFFF;
        font-size: .7rem;
        height: 50px;
        line-height: 50px;
        top: 5px;
        padding: 0px 20px 0 20px;
        -moz-border-radius: inherit;
        -webkit-border-radius: inherit;
        border-radius: 3px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ozpevh2z9z] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ozpevh2z9z] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ozpevh2z9z] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ozpevh2z9z] {
    font-size: 1.1rem;
}

.bi[b-ozpevh2z9z] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ozpevh2z9z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ozpevh2z9z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ozpevh2z9z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ozpevh2z9z] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ozpevh2z9z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ozpevh2z9z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ozpevh2z9z]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ozpevh2z9z]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ozpevh2z9z]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ozpevh2z9z] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ozpevh2z9z] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ozpevh2z9z] {
        display: none;
    }

    .nav-scrollable[b-ozpevh2z9z] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NewPartner.razor.rz.scp.css */


.PartnerCont[b-ji7kagz2ch] {
    position: relative;
    width: 100%;
    height: 100px;
    
    right: 0px;
    /*background: rgb(34, 33, 24, .5);*/
    
    z-index: 0;
    
}
.Titles[b-ji7kagz2ch] {
    position: absolute;
    color: white;
    top: -21px;
    background: white;
    width: 200px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
img[b-ji7kagz2ch] {
    margin-top: 0px;
    /*    filter: brightness(0) invert(1);*/
    display: block;
    background-color: white;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 5px;
    width: 150px;
    height: 80px;
  
    object-fit: contain;
}

.partners-image[b-ji7kagz2ch] {
 /*   visibility: visible;
    z-index: -100;
    margin: 0;
    padding: 0;
    display: block;
    display: block;
    width: 100%;
    height: 120px;
    object-fit: contain;
    transform: translateY(-100px);
    object-fit: contain;*/

}



.partners-hover-zoom:hover[b-ji7kagz2ch] {
   /* animation: zoom-in-zoom-out 1s ease infinite;*/
}

@keyframes zoom-in-zoom-out-b-ji7kagz2ch {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
}

.partners-hover-spin[b-ji7kagz2ch] {
    height: auto;
    border-top: 1px rgba(254, 185, 0, 0.8);
    padding: 0px 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@keyframes spin-b-ji7kagz2ch {
    0% {
        transform: rotate(0deg);
    }

    33% {
        transform: rotate(-0deg);
    }

    66% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.partners-hover-spin:hover[b-ji7kagz2ch] {
    animation-name: spin-b-ji7kagz2ch;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slidepartners-b-ji7kagz2ch {
    0% {
        transform: translatex(-200%);
    }

    1% {
        transform: translatex(3%);
    }

    91% {
        transform: translatex(6%);
    }

    100% {
        transform: translatex(-200%);
    }
}

.partners-slide[b-ji7kagz2ch] {
    font-size: 0px;
    flex-wrap: nowrap;
    animation: slidepartners-b-ji7kagz2ch 500s linear infinite;
    height: auto;
    display: flex;
}

.partners-slide-1[b-ji7kagz2ch] {
    font-size: 0px;
    display: flex;
    flex-wrap: nowrap;
    animation: slide-b-ji7kagz2ch 20s linear infinite;
    height: auto;
    width: auto;
    z-index: 100;
}

    .partners-slide-1:hover[b-ji7kagz2ch] {
        animation-play-state: paused;
    }

@keyframes slide-b-ji7kagz2ch {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.container-partners[b-ji7kagz2ch] {
    overflow: hidden;
    width: 100%;
    flex-wrap: nowrap;
    height: 100px;
    display: flex;
    place-content: center;
}
@media only screen and (max-width: 1200px) {

    .PartnerCont[b-ji7kagz2ch] {
        position: relative;
        width: 100%;
        height: 100px;
        top:auto;
        margin-top: 0vh;
        right: auto;
        left:0%;
        border-radius: 8px;
        margin-bottom: 10px;
    }
}
    @media only screen and (max-width: 700px) {

        .PartnerCont[b-ji7kagz2ch] {
            position: relative;
            width: 100%;
            height: 100px;
            top: 0px;
            margin-top: 20px;
            right: 0%;
            left: 0%;
            border-radius: 8px;
            margin-bottom: 10px;
        }
    }
/* /Components/Layout/PortfolioTiles.razor.rz.scp.css */
.rx-portfolio[b-dcjn6exc4w] {
    max-width: 80%;
    margin: 0 auto;
    padding: 54px 20px;
}

    .rx-portfolio h2[b-dcjn6exc4w] {
        margin: 0 0 14px;
        color: #f1f5f9;
    }

.tiles[b-dcjn6exc4w] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.tile[b-dcjn6exc4w] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    padding: 18px;
}
    .tile img[b-dcjn6exc4w] {
        max-width: 100%;
        height: auto;
        border-radius: 3px;
        margin-bottom: 12px;
        aspect-ratio: 16 / 9;
    }
    .tile h3[b-dcjn6exc4w] {
        margin: 0 0 6px;
        color: #e9e3cf;
    }

    .tile p[b-dcjn6exc4w] {
        margin: 0 0 8px;
        color: #cbd5e1;
    }

    .tile small[b-dcjn6exc4w] {
        color: #a1b2c5;
    }

@media (max-width: 980px) {
    .tiles[b-dcjn6exc4w] {
        grid-template-columns: 1fr;
    }
    .rx-portfolio[b-dcjn6exc4w] {
        max-width: 100%;
        margin: 0 auto;
        padding: 54px 20px;
    }
}
/* /Components/Layout/PricingTable.razor.rz.scp.css */
.rx-pricing[b-hx4zgb8tw9] {
    max-width: 80%;
    margin: 0 auto;
    padding: 52px 20px;
}

.grid[b-hx4zgb8tw9] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.plan[b-hx4zgb8tw9] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    padding: 18px;
    overflow: hidden;
}

    .plan h3[b-hx4zgb8tw9] {
        margin: 0 0 8px;
        color: #e9e3cf;
    }

.price[b-hx4zgb8tw9] {
    font-size: 20px;
    color: #f1f5f9;
    margin: 0 0 10px;
}

.plan ul[b-hx4zgb8tw9] {
    margin: 0 0 12px;
    padding-left: 18px;
    color: #cbd5e1;
    line-height: 1.8;
}

.btn[b-hx4zgb8tw9] {
    display: inline-block;
    padding: 0.7rem 1.2rem;
    border-radius: 5px;
    background-color: #B88933;
    
    color: #0b0f14;
    text-decoration: none;
    font-weight: 700;
}

.note[b-hx4zgb8tw9] {
    margin-top: 10px;
    color: #94a3b8;
    text-align: center;
}

@media (max-width: 980px) {
    .grid[b-hx4zgb8tw9] {
        grid-template-columns: 1fr;
    }
    .rx-pricing[b-hx4zgb8tw9] {
        max-width: 100%;
        margin: 0 auto;
        padding: 52px 20px;
    }
}
/* /Components/Layout/ProcessSteps.razor.rz.scp.css */
.rx-process[b-nik1cc14zc] {
    max-width: 80%;
    margin: 0 auto;
    padding: 42px 20px;
}

.steps[b-nik1cc14zc] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

    .steps li[b-nik1cc14zc] {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 12px;
        align-items: start;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 5px;
        padding: 14px;
    }

.idx[b-nik1cc14zc] {
    background-color: #B88933;
    color: #0b0f14;
    font-weight: 800;
    border-radius: 5px;
    padding: 0.35rem 0.6rem;
    min-width: 34px;
    text-align: center;
}

h4[b-nik1cc14zc] {
    margin: 0 0 4px;
    color: #e9e3cf;
}

p[b-nik1cc14zc] {
    margin: 0;
    color: #cbd5e1;
}
@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .rx-process[b-nik1cc14zc] {
        max-width: 100%;
        margin: 0 auto;
        padding: 42px 20px;
    }
}
/* /Components/Layout/ProductSpotlight.razor.rz.scp.css */
.rx-prod[b-ka97rc5tjo] {
    
    padding: 52px 20px;
}

    .rx-prod .wrap[b-ka97rc5tjo] {
        max-width:80%;
        margin: 0 auto;
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .rx-prod .card[b-ka97rc5tjo] {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 5px;
        padding: 22px;
    }

    .rx-prod h3[b-ka97rc5tjo] {
        margin: 0 0 10px;
        color: #e9e3cf;
    }

    .rx-prod ul[b-ka97rc5tjo] {
        margin: 0 0 12px;
        padding-left: 18px;
        color: #cbd5e1;
        line-height: 1.8;
    }

.btn[b-ka97rc5tjo] {
    display: inline-block;
    padding: 0.7rem 1.2rem;
    border-radius: 5px;
   
    color: #0b0f14;
    text-decoration: none;
    font-weight: 700;
}

.btn-ghost[b-ka97rc5tjo] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
}

@media (max-width: 900px) {
    .rx-prod .wrap[b-ka97rc5tjo] {
        max-width:100%;
        grid-template-columns: 1fr;
    }

}
/* /Components/Layout/RoozixFooter.razor.rz.scp.css */
.rx-footer[b-ogfq06715h] {
    background: #0b0f14;
    color: #cbd5e1;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 50px 20px 20px;
    font-size: 15px;
}

.rx-footer-wrap[b-ogfq06715h] {
    max-width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.col h4[b-ogfq06715h] {
    color: #f1f5f9;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 700;
}

.footer-logo[b-ogfq06715h] {
    height: 80px;
    margin-bottom: 14px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}

.about[b-ogfq06715h] {
    max-width: 100%;
    line-height: 1.6;
    color: #9fb3c8;
    font-size: 14px;
}

.col ul[b-ogfq06715h] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .col ul li[b-ogfq06715h] {
        margin: 8px 0;
    }

        .col ul li a[b-ogfq06715h] {
            color: #cbd5e1;
            text-decoration: none;
            transition: color 0.2s;
        }

            .col ul li a:hover[b-ogfq06715h] {
                color: #caa84a;
            }

.contact li[b-ogfq06715h] {

    display: flex;
    align-items: center;
    gap: 6px;
}

.socials[b-ogfq06715h] {
    margin-top: 10px;
    display: flex;
    gap: 14px;
}

    .socials a[b-ogfq06715h] {
        font-size: 22px;
        color: #cbd5e1;
        transition: color 0.2s, transform 0.2s;
    }

        .socials a:hover[b-ogfq06715h] {
            color: #caa84a;
            transform: translateY(-2px);
        }

.rx-footer-bottom[b-ogfq06715h] {
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 14px;
    color: #94a3b8;
    font-size: 14px;
}

@media (max-width: 900px) {
    .rx-footer-wrap[b-ogfq06715h] {
        grid-template-columns: 1fr;
        text-align: center;
        max-height:100%;
    }

    .col ul[b-ogfq06715h],
    .contact[b-ogfq06715h] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .socials[b-ogfq06715h] {
        justify-content: center;
    }
    .about[b-ogfq06715h] {
        max-width: 100%;
        line-height: 1.6;
        color: #9fb3c8;
        font-size: 14px;
    }
    .col ul li[b-ogfq06715h] {
        width: 100%;
        color: #cbd5e1;
        text-decoration: none;
        transition: color 0.2s;
        text-align: center;
        display: none;
    }
    .contact li[b-ogfq06715h] {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 6px;
    }
}
/* /Components/Layout/ServicesGrid.razor.rz.scp.css */
.rx-services[b-uh4o1oihmq] {
    max-width: 80%;
    margin: 0 auto;
    padding: 56px 20px;
}

    .rx-services header[b-uh4o1oihmq] {
        margin-bottom: 18px;
        text-align: center;
    }

    .rx-services h2[b-uh4o1oihmq] {
        margin: 0 0 6px;
        font-size: 28px;
        color: #f1f5f9;
    }

    .rx-services header p[b-uh4o1oihmq] {
        margin: 0;
        color: #9fb3c8;
    }

.grid[b-uh4o1oihmq] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.svc[b-uh4o1oihmq] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    padding: 18px;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .svc:hover[b-uh4o1oihmq] {
        transform: translateY(-3px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    }

    .svc .icon[b-uh4o1oihmq] {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .svc h3[b-uh4o1oihmq] {
        margin: 0 0 6px;
        font-size: 18px;
        color: #e9e3cf;
    }

    .svc p[b-uh4o1oihmq] {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.7;
    }

.cta[b-uh4o1oihmq] {
    margin-top: 18px;
    text-align: center;
}

.btn[b-uh4o1oihmq] {
    display: inline-block;
    padding: 0.7rem 1.2rem;
    border-radius: 5px;
   
    color: #0b0f14;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 1060px) {
    .grid[b-uh4o1oihmq] {
        grid-template-columns: repeat(2, 1fr);
    }
    .rx-services[b-uh4o1oihmq] {
        max-width: 100%;
        margin: 0 auto;
        padding: 56px 20px;
    }
}

@media (max-width: 720px) {
    .rx-services[b-uh4o1oihmq] {
        max-width: 100%;
        margin: 0 auto;
        padding: 56px 20px;
    }
    .grid[b-uh4o1oihmq] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/Testimonials.razor.rz.scp.css */
.rx-testimonials[b-fyxp8z6q84] {
  
    padding: 44px 20px;
}

    .rx-testimonials .wrap[b-fyxp8z6q84] {
        max-width: 80%;
        margin: 0 auto;
        display: grid;
        gap: 16px;
    }

blockquote[b-fyxp8z6q84] {
    margin: 0;
    padding: 18px;
    border-left: 3px solid #caa84a;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 5px;
}

    blockquote p[b-fyxp8z6q84] {
        margin: 0 0 8px;
        color: #e5edf6;
    }

    blockquote footer[b-fyxp8z6q84] {
        color: #a1b2c5;
    }
@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .rx-testimonials .wrap[b-fyxp8z6q84] {
        max-width: 100%;
        margin: 0 auto;
        display: grid;
        gap: 16px;
    }
}
/* /Components/Layout/ValueProps.razor.rz.scp.css */
.rx-value[b-sf9f2clcc8] {
  
}

.rx-value__wrap[b-sf9f2clcc8] {
    max-width: 80%;
    margin: 0 auto;
    padding: 42px 20px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.rx-card[b-sf9f2clcc8] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    padding: 20px 18px;
    backdrop-filter: blur(6px);
    min-height: 140px;
}

    .rx-card h3[b-sf9f2clcc8] {
        margin: 0 0 8px;
        font-size: 18px;
        color: #e9e3cf;
    }

    .rx-card p[b-sf9f2clcc8] {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.7;
    }

@media (max-width: 980px) {
    .rx-value__wrap[b-sf9f2clcc8] {
        grid-template-columns: 1fr;
        max-width:100%;
    }
}
/* /Components/Pages/Portfolio.razor.rz.scp.css */
.PortfolioPage[b-zxvndsq9fz] {
    margin-top: 120px;
}
