@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
:root[b-ievnra2lqe] {
    --primary-color: #2c3e50;
    --secondary-color: #e67e22;
    --accent-color: #3498db;
    --text-light: #ecf0f1;
    --text-dark: #2c3e50;
    --overlay: rgba(0, 0, 0, 0.6);
}

.hero-section[b-ievnra2lqe] {
    background: linear-gradient(var(--overlay), var(--overlay)), url('/homepage.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.hero-content[b-ievnra2lqe] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.logo-container[b-ievnra2lqe] {
    display: inline-block;
    position: relative;
}

.hero-logo[b-ievnra2lqe] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid var(--secondary-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.hero-logo:hover[b-ievnra2lqe] {
    transform: scale(1.05);
}

.hero-title[b-ievnra2lqe] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.hero-subtitle[b-ievnra2lqe] {
    font-size: 1.25rem;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero-divider[b-ievnra2lqe] {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--secondary-color), var(--accent-color));
    margin: 1.5rem auto;
    border-radius: 2px;
}

.hero-description[b-ievnra2lqe] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 2rem;
}

.cta-section[b-ievnra2lqe] {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e0e0e0;
}

.cta-title[b-ievnra2lqe] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.contact-buttons[b-ievnra2lqe] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.btn-contact[b-ievnra2lqe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 2rem;
    background: white;
    border: 2px solid var(--secondary-color);
    border-radius: 12px;
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
    min-width: 160px;
}

.btn-contact:hover[b-ievnra2lqe] {
    background: rgba(230, 126, 34, 0.08);
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.15);
}

.btn-contact[b-ievnra2lqe]  .bi {
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.btn-contact:hover[b-ievnra2lqe]  .bi {
    color: var(--primary-color);
}

.contact-label[b-ievnra2lqe] {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.services-section[b-ievnra2lqe] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 4rem 0;
}

.section-title[b-ievnra2lqe] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.section-subtitle[b-ievnra2lqe] {
    font-size: 1.2rem;
    color: #666;
}

.service-card[b-ievnra2lqe] {
    background: white;
    border-radius: 15px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover[b-ievnra2lqe] {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.service-icon[b-ievnra2lqe] {
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.service-card h3[b-ievnra2lqe] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.service-card p[b-ievnra2lqe] {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

@@media (max-width: 768px) {
    .hero-title[b-ievnra2lqe] {
        font-size: 2rem;
    }

    .hero-content[b-ievnra2lqe] {
        padding: 2rem 1.5rem;
    }

    .hero-logo[b-ievnra2lqe] {
        width: 120px;
        height: 120px;
    }

    .contact-buttons[b-ievnra2lqe] {
        flex-direction: column;
    }

    .btn-contact[b-ievnra2lqe] {
        width: 100%;
    }

    .section-title[b-ievnra2lqe] {
        font-size: 2rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ue12j0c5j8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ue12j0c5j8] {
    flex: 1;
}

.sidebar[b-ue12j0c5j8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ue12j0c5j8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ue12j0c5j8]  a, .top-row[b-ue12j0c5j8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ue12j0c5j8]  a:hover, .top-row[b-ue12j0c5j8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ue12j0c5j8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ue12j0c5j8] {
        display: none;
    }

    .top-row.auth[b-ue12j0c5j8] {
        justify-content: space-between;
    }

    .top-row[b-ue12j0c5j8]  a, .top-row[b-ue12j0c5j8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ue12j0c5j8] {
        flex-direction: row;
    }

    .sidebar[b-ue12j0c5j8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ue12j0c5j8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ue12j0c5j8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ue12j0c5j8], article[b-ue12j0c5j8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dwvujiiut8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dwvujiiut8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dwvujiiut8] {
    font-size: 1.1rem;
}

.oi[b-dwvujiiut8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dwvujiiut8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dwvujiiut8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dwvujiiut8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dwvujiiut8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dwvujiiut8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dwvujiiut8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dwvujiiut8] {
        display: none;
    }

    .collapse[b-dwvujiiut8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
