@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/FrontEnd/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-y5qljaingz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y5qljaingz] {
    flex: 1;
}

.sidebar[b-y5qljaingz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y5qljaingz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y5qljaingz]  a, .top-row[b-y5qljaingz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y5qljaingz]  a:hover, .top-row[b-y5qljaingz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y5qljaingz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-y5qljaingz] {
        justify-content: space-between;
    }

    .top-row[b-y5qljaingz]  a, .top-row[b-y5qljaingz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y5qljaingz] {
        flex-direction: row;
    }

    .sidebar[b-y5qljaingz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y5qljaingz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y5qljaingz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y5qljaingz], article[b-y5qljaingz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-y5qljaingz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-y5qljaingz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FrontEnd/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e8evo7atp8] {
    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-e8evo7atp8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-e8evo7atp8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-e8evo7atp8] {
    font-size: 1.1rem;
}

.bi[b-e8evo7atp8] {
    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-e8evo7atp8] {
    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-e8evo7atp8] {
    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-e8evo7atp8] {
    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-e8evo7atp8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e8evo7atp8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e8evo7atp8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e8evo7atp8]  .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-e8evo7atp8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-e8evo7atp8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-e8evo7atp8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-e8evo7atp8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e8evo7atp8] {
        display: none;
    }

    .nav-scrollable[b-e8evo7atp8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/FrontEnd/Components/Pages/Graystone.razor.rz.scp.css */
/* Ambient Background */
.ambient-bg[b-yzeing7na8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 30% 20%, rgba(99,102,241,0.08) 0%, transparent 50%), radial-gradient(ellipse at 70% 80%, rgba(16,185,129,0.06) 0%, transparent 50%), linear-gradient(180deg, #0a0a0a 0%, #0f0f0f 100%);
    z-index: 0;
}

/* Grid Overlay */
.grid-overlay[b-yzeing7na8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(99,102,241,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(99,102,241,0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 1;
    pointer-events: none;
}

/* Particles */
#particles[b-yzeing7na8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

/* Container */
.container[b-yzeing7na8] {
    position: relative;
    z-index: 3;
    min-height: 98vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    box-sizing: border-box;
}

/* Logo */
.logo-container[b-yzeing7na8] {
    margin-bottom: 3rem;
}

.logo[b-yzeing7na8] {
    width: clamp(140px, 18vw, 240px);
    height: auto;
    filter: brightness(0) invert(1) drop-shadow(0 10px 40px rgba(255,255,255,0.15));
}

/* Brand Name */
.brand-name[b-yzeing7na8] {
    font-size: clamp(56px, 12vw, 130px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    background: linear-gradient(135deg, #fff 0%, #a0a0b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

/* Tagline */
.tagline[b-yzeing7na8] {
    font-size: clamp(18px, 2.5vw, 28px);
    font-weight: 300;
    color: #a0a0b0;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

/* Description */
.description[b-yzeing7na8] {
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 400;
    color: #707080;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 600px;
    text-align: center;
}

/* Contact Button - Original styling */
.contact-btn[b-yzeing7na8] {
    position: relative;
    padding: 18px 48px;
    font-size: 16px;
    font-weight: 600;
    color: #0a0a0a;
    background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
}

    .contact-btn:hover[b-yzeing7na8] {
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(255,255,255,0.2);
    }

    .contact-btn span[b-yzeing7na8] {
        position: relative;
        z-index: 1;
    }

/* Trust Badge - Flanders Gold themed */
.trust-badge[b-yzeing7na8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 209, 0, 0.1) 100%);
    border: 1px solid rgba(255, 209, 0, 0.3);
    border-radius: 50px;
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
    z-index: 3;
}

    .trust-badge[b-yzeing7na8]::before {
        content: '📍';
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .trust-badge[b-yzeing7na8]::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 209, 0, 0.2), transparent);
        transition: left 0.5s ease;
    }

    .trust-badge:hover[b-yzeing7na8]::before {
        transform: translateY(-2px);
    }

    .trust-badge:hover[b-yzeing7na8]::after {
        left: 100%;
    }

    .trust-badge:hover[b-yzeing7na8] {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 209, 0, 0.15) 100%);
        border-color: rgba(255, 209, 0, 0.6);
        color: #FFD100;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(255, 209, 0, 0.25);
    }

/* Responsive */
@media (max-width: 768px) {
    .container[b-yzeing7na8] {
        padding: 1.5rem;
    }

    .logo-container[b-yzeing7na8] {
        margin-bottom: 2rem;
    }

    .logo[b-yzeing7na8] {
        width: clamp(100px, 15vw, 180px);
    }

    .brand-name[b-yzeing7na8] {
        margin-bottom: 1rem;
    }

    .tagline[b-yzeing7na8] {
        margin-bottom: 0.75rem;
    }

    .description[b-yzeing7na8] {
        margin-bottom: 2rem;
    }

    .contact-btn[b-yzeing7na8] {
        padding: 16px 36px;
        font-size: 15px;
    }

    .trust-badge[b-yzeing7na8] {
        font-size: 13px;
        padding: 10px 18px;
        margin-top: 1.5rem;
    }
}
/* _content/FrontEnd/Parts/ContactForm.razor.rz.scp.css */
/* Contact Form Container */
.contact-form[b-ny09ilc18i] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

    /* Input Fields */
    .contact-form input.form-input[b-ny09ilc18i],
    .contact-form input[type="text"][b-ny09ilc18i],
    .contact-form input[type="email"][b-ny09ilc18i] {
        width: 100%;
        padding: 14px 18px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        font-family: 'Inter', sans-serif;
        transition: all 0.2s ease;
        box-sizing: border-box;
    }

    /* Textarea */
    .contact-form textarea.form-textarea[b-ny09ilc18i],
    .contact-form textarea[b-ny09ilc18i] {
        width: 100%;
        padding: 14px 18px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        font-family: 'Inter', sans-serif;
        transition: all 0.2s ease;
        resize: vertical;
        min-height: 120px;
        box-sizing: border-box;
    }

        /* Placeholder Text */
        .contact-form input[b-ny09ilc18i]::placeholder,
        .contact-form textarea[b-ny09ilc18i]::placeholder {
            color: #606070;
            opacity: 1;
        }

        /* Focus States */
        .contact-form input:focus[b-ny09ilc18i],
        .contact-form textarea:focus[b-ny09ilc18i] {
            outline: none;
            border-color: rgba(99, 102, 241, 0.5);
            background: rgba(255, 255, 255, 0.08);
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
        }

/* Submit Button */
.send-btn[b-ny09ilc18i] {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

    .send-btn:hover[b-ny09ilc18i] {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(99, 102, 241, 0.4);
    }

    .send-btn:active[b-ny09ilc18i] {
        transform: translateY(0) scale(0.98);
    }

/* Success Message */
.sent-message[b-ny09ilc18i] {
    text-align: center;
    color: #10b981;
    font-weight: 600;
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

    .sent-message.show[b-ny09ilc18i] {
        opacity: 1;
        transform: translateY(0);
    }
/* _content/FrontEnd/Parts/ContactModal.razor.rz.scp.css */
/* ==========================
   Modal Overlay
========================== */
.modal-overlay[b-tq51y2jgn6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    pointer-events: all;
    padding: 2rem;
}

/* ==========================
   Modal Container
========================== */
.modal[b-tq51y2jgn6] {
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    max-width: 1000px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    position: relative;
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    /* Add these: */
    height: auto; /* shrink to content */
    max-height: 90vh; /* don’t exceed screen */
    z-index: 10; /* must be higher than modal content */
}

/* ==========================
   Close Button
========================== */
.modal-close[b-tq51y2jgn6] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;

    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: #888;
    font-size: 24px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 10;
}

    .modal-close:hover[b-tq51y2jgn6] {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

/* ==========================
   Modal Left Section
========================== */
.modal-left[b-tq51y2jgn6] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-title[b-tq51y2jgn6] {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.modal-description[b-tq51y2jgn6] {
    font-size: 16px;
    color: #a0a0b0;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.modal-features[b-tq51y2jgn6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-item[b-tq51y2jgn6] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #c0c0d0;
    font-size: 15px;
}

    .feature-item[b-tq51y2jgn6]::before {
        content: '✓';
        color: #10b981;
        font-weight: 700;
        font-size: 18px;
        flex-shrink: 0;
    }

/* ==========================
   Modal Right Section / Form
========================== */
.modal-right[b-tq51y2jgn6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
}

    .modal-right .contact-form[b-tq51y2jgn6] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        padding-top:50px;
    }

        .modal-right .contact-form .form-input[b-tq51y2jgn6],
        .modal-right .contact-form .form-textarea[b-tq51y2jgn6] {
            width: 100%;
            padding: 14px 18px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            color: #fff;
            font-size: 15px;
            font-family: 'Inter', sans-serif;
            transition: all 0.2s ease;
        }

            .modal-right .contact-form .form-input[b-tq51y2jgn6]::placeholder,
            .modal-right .contact-form .form-textarea[b-tq51y2jgn6]::placeholder {
                color: #606070;
            }

            .modal-right .contact-form .form-input:focus[b-tq51y2jgn6],
            .modal-right .contact-form .form-textarea:focus[b-tq51y2jgn6] {
                outline: none;
                border-color: rgba(99, 102, 241, 0.5);
                background: rgba(255, 255, 255, 0.08);
                box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
            }

        .modal-right .contact-form .form-textarea[b-tq51y2jgn6] {
            resize: vertical;
            min-height: 120px;
        }

        .modal-right .contact-form .send-btn[b-tq51y2jgn6] {
            width: 100%;
            padding: 16px;
            background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
            border: none;
            border-radius: 10px;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            font-family: inherit;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }

            .modal-right .contact-form .send-btn:hover[b-tq51y2jgn6] {
                transform: translateY(-2px);
                box-shadow: 0 10px 30px rgba(99, 102, 241, 0.4);
            }

            .modal-right .contact-form .send-btn:active[b-tq51y2jgn6] {
                transform: translateY(0) scale(0.98);
            }

        .modal-right .contact-form .sent-message[b-tq51y2jgn6] {
            text-align: center;
            color: #10b981;
            font-weight: 600;
            margin-top: 1rem;
            opacity: 0;
            transform: translateY(-10px);
            transition: all 0.3s ease;
        }

            .modal-right .contact-form .sent-message.show[b-tq51y2jgn6] {
                opacity: 1;
                transform: translateY(0);
            }

/* ==========================
   Responsive Adjustments
========================== */
@media (max-width: 768px) {
    .modal[b-tq51y2jgn6] {
        grid-template-columns: 1fr;
        max-height: 90vh;
        overflow-y: auto;
    }

    .modal-left[b-tq51y2jgn6],
    .modal-right[b-tq51y2jgn6] {
        padding: 2rem;
    }

    .modal-title[b-tq51y2jgn6] {
        font-size: 24px;
    }

    .modal-right .contact-form .form-textarea[b-tq51y2jgn6] {
        min-height: 100px;
    }
}
