@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Micasastudio/Pages/Galerija.razor.rz.scp.css */
.gallery-page-container[b-65j5n32ld6] {
    min-height: 100vh;
    padding: 2rem 0;
    padding-bottom: 8rem;
    margin-bottom: 2rem;
}

.gallery-content[b-65j5n32ld6] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .gallery-content[b-65j5n32ld6] {
        padding: 0 2rem;
    }
}

.loading-container[b-65j5n32ld6] {
    min-height: 60vh;
}

.loading-spinner[b-65j5n32ld6] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #69321D;
    border-radius: 50%;
    animation: spin-b-65j5n32ld6 1s linear infinite;
}

@keyframes spin-b-65j5n32ld6 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-65j5n32ld6] {
    font-size: 1.2rem;
    color: #69321D;
    font-weight: 500;
}

.gallery-title[b-65j5n32ld6] {
    color: #69321D !important;
}

.gallery-item[b-65j5n32ld6] {
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item:hover[b-65j5n32ld6] {
    transform: translateY(-5px);
}

.image-wrapper[b-65j5n32ld6] {
    aspect-ratio: 1;
}

.gallery-image[b-65j5n32ld6] {
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image[b-65j5n32ld6] {
    transform: scale(1.05);
}

.image-overlay[b-65j5n32ld6] {
    background: rgba(105, 50, 29, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .image-overlay[b-65j5n32ld6] {
    opacity: 1;
}

.lightbox-overlay[b-65j5n32ld6] {
    background: rgba(0,0,0,0.9);
    z-index: 1050;
    padding: 1rem;
}

@media (min-width: 768px) {
    .lightbox-overlay[b-65j5n32ld6] {
        padding: 2rem;
    }
}

.lightbox-content[b-65j5n32ld6] {
    max-width: 95vw;
    max-height: 95vh;
}

@media (min-width: 768px) {
    .lightbox-content[b-65j5n32ld6] {
        max-width: 90vw;
        max-height: 90vh;
    }
}

.lightbox-close[b-65j5n32ld6] {
    top: -60px;
    right: 0;
    cursor: pointer;
    z-index: 1051;
    padding: 0.5rem;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.lightbox-close:hover[b-65j5n32ld6] {
    background: rgba(255,255,255,0.2);
}

.lightbox-image[b-65j5n32ld6] {
    max-height: 70vh;
    object-fit: contain;
}

@media (min-width: 768px) {
    .lightbox-image[b-65j5n32ld6] {
        max-height: 80vh;
    }
}

.nav-btn[b-65j5n32ld6] {
    transition: all 0.3s ease;
    min-width: 50px;
    min-height: 50px;
}

.nav-btn:hover:not(:disabled)[b-65j5n32ld6] {
    transform: scale(1.1);
}

.nav-btn:disabled[b-65j5n32ld6] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Mobile optimizations */
@media (max-width: 575.98px) {
    .gallery-page-container[b-65j5n32ld6] {
        padding: 1rem 0;
        padding-bottom: 6rem;
    }

    .gallery-content[b-65j5n32ld6] {
        padding: 0 0.5rem;
    }

    .gallery-title[b-65j5n32ld6] {
        font-size: 2rem;
    }

    .gallery-subtitle[b-65j5n32ld6] {
        font-size: 1rem;
    }

    .lightbox-navigation[b-65j5n32ld6] {
        gap: 1rem;
    }

    .nav-btn[b-65j5n32ld6] {
        min-width: 40px;
        min-height: 40px;
        padding: 0.5rem !important;
    }

    .image-counter[b-65j5n32ld6] {
        font-size: 0.9rem;
    }

    .lightbox-close[b-65j5n32ld6] {
        top: -50px;
        font-size: 1.5rem !important;
    }
}

/* Tablet optimizations */
@media (min-width: 576px) and (max-width: 991.98px) {
    .gallery-grid[b-65j5n32ld6] {
        max-width: 100%;
    }
}

/* Large screen optimizations */
@media (min-width: 1200px) {
    .gallery-grid[b-65j5n32ld6] {
        max-width: 1400px;
    }
}

/* Extra large screen optimizations */
@media (min-width: 1400px) {
    .gallery-page-container[b-65j5n32ld6] {
        padding: 3rem 0;
        padding-bottom: 10rem;
    }
}

/* Landscape mobile optimization */
@media (max-width: 767.98px) and (orientation: landscape) {
    .lightbox-image[b-65j5n32ld6] {
        max-height: 60vh;
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .gallery-item:hover[b-65j5n32ld6] {
        transform: none;
    }

    .gallery-item:hover .gallery-image[b-65j5n32ld6] {
        transform: none;
    }

    .gallery-item:hover .image-overlay[b-65j5n32ld6] {
        opacity: 0.3;
    }

    .nav-btn[b-65j5n32ld6] {
        min-width: 60px;
        min-height: 60px;
    }
}

/* Ensure footer stays at bottom */
body[b-65j5n32ld6] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main[b-65j5n32ld6] {
    flex: 1;
}
/* _content/Micasastudio/Pages/Index.razor.rz.scp.css */
.hero-section[b-nbztktkwuf] {
    min-height: 100vh;
    padding: 2rem 0;
    background: white;
}

.hero-title[b-nbztktkwuf] {
    line-height: 1.2;
}

.text-accent[b-nbztktkwuf] {
    color: #B76F39;
}

.welcome-badge[b-nbztktkwuf] {
    animation: fadeInUp-b-nbztktkwuf 0.8s ease-out;
}

.welcome-badge .badge[b-nbztktkwuf] {
    background: linear-gradient(135deg, #69321D 0%, #B76F39 100%) !important;
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.blackify > h1[b-nbztktkwuf], h2[b-nbztktkwuf], h3[b-nbztktkwuf], h4[b-nbztktkwuf], #btm-content > div.cta-section.bg-gradient.rounded-4.p-4.mb-4 > div > div.col-md-8 > p[b-nbztktkwuf] {
    color: #231E18 !important;
}

.services-grid[b-nbztktkwuf] {
    display: grid;
    gap: 1rem;
}

.service-item[b-nbztktkwuf] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.service-item:hover[b-nbztktkwuf] {
    background: #fff;
    border-color: #69321D;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(105, 50, 29, 0.15);
}

.service-icon[b-nbztktkwuf] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #69321D 0%, #B76F39 100%);
    border-radius: 50%;
    flex-shrink: 0;
}

.service-icon i[b-nbztktkwuf] {
    font-size: 1.2rem;
    color: white;
}

.service-item span[b-nbztktkwuf] {
    font-size: 0.95rem;
    color: #495057;
    font-weight: 500;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.highlight-box[b-nbztktkwuf] {
    border-left: 4px solid #69321D;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.highlight-box p[b-nbztktkwuf] {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.highlight-icon[b-nbztktkwuf] {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #ffc107 0%, #ffca2c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image[b-nbztktkwuf] {
    max-height: 70vh;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hero-image:hover[b-nbztktkwuf] {
    transform: scale(1.02);
}

.image-wrapper[b-nbztktkwuf] {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.image-overlay[b-nbztktkwuf] {
    background: rgba(105, 50, 29, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-wrapper:hover .image-overlay[b-nbztktkwuf] {
    opacity: 1;
}

.cta-section[b-nbztktkwuf] {
    background: linear-gradient(135deg, #69321D 0%, #B76F39 100%);
    color: white;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(105, 50, 29, 0.3);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cta-section p[b-nbztktkwuf] {
    color: rgba(255, 255, 255, 0.95);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.btn-light[b-nbztktkwuf] {
    background: white;
    border-color: white;
    color: #69321D;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-light:hover[b-nbztktkwuf] {
    background: #f8f9fa;
    border-color: #f8f9fa;
    color: #69321D;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@keyframes fadeInUp-b-nbztktkwuf {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*Bottom content cards*/

#btm-content > div.cta-section.bg-gradient.rounded-4.p-4.mb-4[b-nbztktkwuf]{
    height: min-content;
    min-height: auto;
}

#btm-content[b-nbztktkwuf] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

#btm-content > div.cta-section.bg-gradient.rounded-4.p-4.mb-4[b-nbztktkwuf]{
    margin-bottom: 3rem !important;
}
#btm-content .highlight-box[b-nbztktkwuf] {
    margin-bottom: 1.5rem;
}

#btm-content .cta-section[b-nbztktkwuf] {
    margin-bottom: 1rem;
}

/* Mobile optimizations */
@media (max-width: 991.98px) {
    .hero-section[b-nbztktkwuf] {
        padding: 1rem 0;
    }

    .hero-title[b-nbztktkwuf] {
        font-size: 2.5rem;
    }

    .hero-image[b-nbztktkwuf] {
        max-height: 50vh;
        margin-top: 2rem;
    }

    .services-grid[b-nbztktkwuf] {
        gap: 0.75rem;
    }

    .service-item[b-nbztktkwuf] {
        padding: 0.75rem;
    }

    .service-item span[b-nbztktkwuf] {
        font-size: 0.9rem;
    }

    .service-icon[b-nbztktkwuf] {
        width: 2.5rem;
        height: 2.5rem;
    }

    .service-icon i[b-nbztktkwuf] {
        font-size: 1rem;
    }

    #btm-content[b-nbztktkwuf] {
        width: 100%;
        padding: 0 1rem;
    }

    .highlight-box[b-nbztktkwuf] {
        padding: 1rem;
    }

    .cta-section[b-nbztktkwuf] {
        padding: 1rem;
    }

    .cta-section .row[b-nbztktkwuf] {
        flex-direction: column;
    }

    .cta-section .col-md-8[b-nbztktkwuf],
    .cta-section .col-md-4[b-nbztktkwuf] {
        width: 100%;
        text-align: center;
    }
}

/* Tablet optimizations */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-image[b-nbztktkwuf] {
        max-height: 60vh;
    }
}

/* Large screen optimizations */
@media (min-width: 1200px) {
    .hero-section[b-nbztktkwuf] {
        padding: 3rem 0;
    }

    .hero-title[b-nbztktkwuf] {
        font-size: 3.5rem;
    }
}
/* _content/Micasastudio/Pages/Kontaktai.razor.rz.scp.css */
.contact-container[b-2ra9m47e8l] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.contact-header[b-2ra9m47e8l] {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-title[b-2ra9m47e8l] {
    font-family: 'Aboreto', serif;
    color: #69321D;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.contact-subtitle[b-2ra9m47e8l] {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
}

.contact-content[b-2ra9m47e8l] {
    display: grid;
    gap: 3rem;
}

.contact-info[b-2ra9m47e8l] {
    display: grid;
    gap: 2rem;
}

.contact-item[b-2ra9m47e8l] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(105, 50, 29, 0.05);
    border-radius: 12px;
    border-left: 4px solid #69321D;
    transition: all 0.3s ease;
}

    .contact-item:hover[b-2ra9m47e8l] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(105, 50, 29, 0.15);
    }

.contact-icon[b-2ra9m47e8l] {
    background: #69321D;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-details h3[b-2ra9m47e8l] {
    color: #69321D;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.contact-link[b-2ra9m47e8l] {
    color: #69321D;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

    .contact-link:hover[b-2ra9m47e8l] {
        color: #B76F39;
        text-decoration: underline;
    }

.contact-details p[b-2ra9m47e8l] {
    color: #666;
    margin: 0.25rem 0;
    line-height: 1.5;
}

.contact-cta[b-2ra9m47e8l] {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(105, 50, 29, 0.1), rgba(183, 111, 57, 0.1));
    border-radius: 16px;
    border: 2px solid rgba(105, 50, 29, 0.2);
    margin-bottom: 7rem;
}

    .contact-cta h2[b-2ra9m47e8l] {
        color: #69321D;
        font-family: 'Aboreto', serif;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .contact-cta p[b-2ra9m47e8l] {
        color: #666;
        font-size: 1.1rem;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

.cta-buttons[b-2ra9m47e8l] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-2ra9m47e8l] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-primary[b-2ra9m47e8l] {
    background: #69321D;
    color: white;
}

    .btn-primary:hover[b-2ra9m47e8l] {
        background: #B76F39;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(105, 50, 29, 0.3);
    }

.btn-outline-primary[b-2ra9m47e8l] {
    background: transparent;
    color: #69321D;
    border-color: #69321D;
}

    .btn-outline-primary:hover[b-2ra9m47e8l] {
        background: #69321D;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(105, 50, 29, 0.3);
    }

@media (max-width: 768px) {
    .contact-container[b-2ra9m47e8l] {
        padding: 1rem;
    }

    .contact-title[b-2ra9m47e8l] {
        font-size: 2rem;
    }

/*    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }*/

    .cta-buttons[b-2ra9m47e8l] {
        flex-direction: column;
        align-items: center;
    }

    .btn[b-2ra9m47e8l] {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
}
/* _content/Micasastudio/Pages/PrivatumoPolitika.razor.rz.scp.css */
.privacy-container[b-2hd0u5xaa3] {
    min-height: 100vh;
    width: 100%;
    padding: 2rem 0;
}

.privacy-content[b-2hd0u5xaa3] {
    line-height: 1.7;
}

.privacy-section h2[b-2hd0u5xaa3] {
    color: #69321D;
    border-bottom: 2px solid #69321D;
    padding-bottom: 0.5rem;
}

.text-justify[b-2hd0u5xaa3] {
    text-align: justify;
}

.contact-info[b-2hd0u5xaa3] {
    border-left: 4px solid #69321D;
}

    .contact-info h5[b-2hd0u5xaa3] {
        color: #69321D;
    }

.privacy-footer[b-2hd0u5xaa3] {
    border-top-color: #dee2e6;
}

.text-primary[b-2hd0u5xaa3] {
    color: rgb(105, 50, 29) !important;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .privacy-container[b-2hd0u5xaa3] {
        padding: 1rem 0;
    }

    .privacy-content[b-2hd0u5xaa3] {
        padding: 1.5rem !important;
    }

    .display-5[b-2hd0u5xaa3] {
        font-size: 2rem;
    }
}

/* Print styles */
@media print {
    .privacy-container[b-2hd0u5xaa3] {
        background: white;
    }

    .privacy-content[b-2hd0u5xaa3] {
        box-shadow: none;
    }

    .btn[b-2hd0u5xaa3] {
        display: none;
    }
}
/* _content/Micasastudio/Shared/MainLayout.razor.rz.scp.css */
.page[b-6jqhtm6ck1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6jqhtm6ck1] {
    flex: 1;
}

.sidebar[b-6jqhtm6ck1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6jqhtm6ck1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6jqhtm6ck1]  a, .top-row .btn-link[b-6jqhtm6ck1] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6jqhtm6ck1] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6jqhtm6ck1] {
        display: none;
    }

    .top-row.auth[b-6jqhtm6ck1] {
        justify-content: space-between;
    }

    .top-row a[b-6jqhtm6ck1], .top-row .btn-link[b-6jqhtm6ck1] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6jqhtm6ck1] {
        flex-direction: row;
    }

    .sidebar[b-6jqhtm6ck1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6jqhtm6ck1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6jqhtm6ck1], article[b-6jqhtm6ck1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Micasastudio/Shared/NavMenu.razor.rz.scp.css */
.custom-navbar[b-s8gd6e4vrd] {
    background-color: #69321D;
    padding: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Combined container */
.nav-container[b-s8gd6e4vrd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.nav-logo img[b-s8gd6e4vrd] {
    height: 80px;
    width: 120px;
    transition: transform 0.3s ease;
}

.nav-logo:hover img[b-s8gd6e4vrd] {
    transform: scale(1.05);
}

/* Custom hamburger button */
.nav-hamburger[b-s8gd6e4vrd] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: all 0.3s ease;
}

.nav-hamburger span[b-s8gd6e4vrd] {
    width: 25px;
    height: 3px;
    background-color: #EAE5E1;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.nav-hamburger:hover span[b-s8gd6e4vrd] {
    background-color: white;
}

.nav-hamburger:hover[b-s8gd6e4vrd] {
    transform: scale(1.1);
}

/* Navigation list */
#navList[b-s8gd6e4vrd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: all 0.3s ease;
    width: 100%;
}

.nav-item[b-s8gd6e4vrd] {
    color: #EAE5E1;
    text-decoration: none;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 500;
    font-family: 'Aboreto';
    text-align: center;
}

.nav-item:hover[b-s8gd6e4vrd] {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    transform: translateX(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nav-item:active[b-s8gd6e4vrd] {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}

/* Collapsed state */
.nav-collapsed[b-s8gd6e4vrd] {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

/* Expanded state */
.nav-expanded[b-s8gd6e4vrd] {
    max-height: 300px;
    opacity: 1;
}

/* Desktop layout */
@media (min-width: 768px) {
    .custom-navbar[b-s8gd6e4vrd] {
        padding: 1rem 2rem;
    }
    
    .nav-container[b-s8gd6e4vrd] {
        flex-wrap: nowrap;
        gap: 2rem;
    }
    
    #navList[b-s8gd6e4vrd] {
        flex-direction: row;
        justify-content: flex-end;
        gap: 1rem;
        width: auto;
    }
    
    .nav-item[b-s8gd6e4vrd] {
        text-align: center;
        min-width: 120px;
    }
    
    .nav-item:hover[b-s8gd6e4vrd] {
        transform: translateY(-2px);
    }
    
    .nav-item:active[b-s8gd6e4vrd] {
        transform: translateY(0);
    }
    
    /* Hide hamburger on desktop */
    .nav-hamburger[b-s8gd6e4vrd] {
        display: none;
    }
    
    /* Always show navigation on desktop */
    .nav-collapsed[b-s8gd6e4vrd],
    .nav-expanded[b-s8gd6e4vrd] {
        max-height: none;
        opacity: 1;
    }
}
