/* /Components/AboutSection.razor.rz.scp.css */
.about-section[b-zvbmc00aef] {
    width: 100%;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgba(43, 42, 47, 0.6) 0%, rgba(79, 107, 90, 0.12) 100%);
    position: relative;
    overflow: hidden;
}

.about-container[b-zvbmc00aef] {
    max-width: 1200px;
    margin: 0 auto;
}

.about-content[b-zvbmc00aef] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    animation: fade-in-b-zvbmc00aef 0.8s ease-out;
}

.about-image-wrapper[b-zvbmc00aef] {
    position: relative;
    height: 580px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(200, 162, 74, 0.15), inset 0 1px 2px rgba(242, 232, 201, 0.08);
}

.about-image[b-zvbmc00aef] {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(79, 107, 90, 0.3) 0%, rgba(200, 162, 74, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8rem;
    filter: drop-shadow(0 0 40px rgba(226, 200, 114, 0.3));
    transition: all 0.6s ease;
    backdrop-filter: blur(10px);
}

    .about-image-wrapper:hover .about-image[b-zvbmc00aef] {
        transform: scale(1.05);
        filter: drop-shadow(0 0 60px rgba(226, 200, 114, 0.4));
    }

.about-text[b-zvbmc00aef] {
    animation: fade-in-right-b-zvbmc00aef 0.8s ease-out 0.2s backwards;
}

.about-title[b-zvbmc00aef] {
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
    background: linear-gradient(135deg, #E2C872 0%, #C8A24A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.about-divider[b-zvbmc00aef] {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #C8A24A, transparent);
    margin: 0 0 1.5rem 0;
    border-radius: 1px;
}

.about-description[b-zvbmc00aef] {
    font-size: 1.1rem;
    color: #F2E8C9;
    line-height: 1.8;
    margin: 0 0 2rem 0;
    opacity: 0.9;
}

.about-highlights[b-zvbmc00aef] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.highlight-item[b-zvbmc00aef] {
    background: linear-gradient(135deg, rgba(79, 107, 90, 0.2) 0%, rgba(43, 42, 47, 0.6) 100%);
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(200, 162, 74, 0.15);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .highlight-item:hover[b-zvbmc00aef] {
        transform: translateY(-5px);
        border-color: rgba(226, 200, 114, 0.3);
        background: linear-gradient(135deg, rgba(79, 107, 90, 0.3) 0%, rgba(43, 42, 47, 0.7) 100%);
        box-shadow: 0 8px 20px rgba(200, 162, 74, 0.1);
    }

.highlight-icon[b-zvbmc00aef] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
    filter: drop-shadow(0 0 15px rgba(226, 200, 114, 0.3));
}

.highlight-item h4[b-zvbmc00aef] {
    font-size: 1rem;
    color: #E2C872;
    margin: 0.5rem 0;
    font-weight: 600;
}

.highlight-item p[b-zvbmc00aef] {
    font-size: 0.85rem;
    color: #F2E8C9;
    margin: 0;
    opacity: 0.8;
    line-height: 1.5;
}

.about-closing[b-zvbmc00aef] {
    font-size: 1rem;
    color: #F2E8C9;
    line-height: 1.8;
    margin: 1.5rem 0 0 0;
    opacity: 0.85;
    font-style: italic;
}

@keyframes fade-in-b-zvbmc00aef {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in-right-b-zvbmc00aef {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .about-section[b-zvbmc00aef] {
        padding: 3rem 1.5rem;
    }

    .about-content[b-zvbmc00aef] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-image-wrapper[b-zvbmc00aef] {
        height: 300px;
    }

    .about-image[b-zvbmc00aef] {
        font-size: 5rem;
    }

    .about-title[b-zvbmc00aef] {
        font-size: 1.8rem;
    }

    .about-description[b-zvbmc00aef] {
        font-size: 1rem;
    }

    .about-highlights[b-zvbmc00aef] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Booking.razor.rz.scp.css */
.booking-section[b-pz48z1vkom] {
    width: 100%;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgba(43, 42, 47, 0.6) 0%, rgba(79, 107, 90, 0.12) 100%);
    position: relative;
    overflow: hidden;
}

.booking-container[b-pz48z1vkom] {
    max-width: 800px;
    margin: 0 auto;
}

.section-header[b-pz48z1vkom] {
    text-align: center;
    margin-bottom: 3rem;
    animation: fade-in-b-pz48z1vkom 0.8s ease-out;
}

.section-title[b-pz48z1vkom] {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 0 0 1rem 0;
    background: linear-gradient(135deg, #E2C872 0%, #C8A24A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.section-subtitle[b-pz48z1vkom] {
    font-size: 1.1rem;
    color: #F2E8C9;
    margin: 0 0 2rem 0;
    opacity: 0.9;
    font-weight: 300;
}

.title-divider[b-pz48z1vkom] {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #C8A24A, transparent);
    margin: 0 auto;
    border-radius: 2px;
}

/* Alternative Booking Methods */
.alternative-booking[b-pz48z1vkom] {
    animation: fade-in-b-pz48z1vkom 0.8s ease-out 0.2s backwards;
}

.alternative-title[b-pz48z1vkom] {
    text-align: center;
    font-size: 1.5rem;
    color: #E2C872;
    margin: 0 0 2rem 0;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.booking-methods-grid[b-pz48z1vkom] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.booking-method-card[b-pz48z1vkom] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(43, 42, 47, 0.7) 0%, rgba(79, 107, 90, 0.1) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(200, 162, 74, 0.2);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: inherit;
    cursor: pointer;
}

    .booking-method-card:hover[b-pz48z1vkom] {
        transform: translateY(-8px);
        border-color: rgba(226, 200, 114, 0.4);
        box-shadow: 0 12px 40px rgba(200, 162, 74, 0.2), inset 0 1px 2px rgba(242, 232, 201, 0.08);
        background: linear-gradient(135deg, rgba(43, 42, 47, 0.85) 0%, rgba(79, 107, 90, 0.15) 100%);
    }

.method-icon[b-pz48z1vkom] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    font-size: 2rem;
}

    .booking-method-card:hover .method-icon[b-pz48z1vkom] {
        transform: scale(1.1);
    }

.phone-card .method-icon[b-pz48z1vkom] {
    background: linear-gradient(135deg, rgba(226, 200, 114, 0.15) 0%, rgba(200, 162, 74, 0.1) 100%);
    color: #E2C872;
}

.sms-card .method-icon[b-pz48z1vkom] {
    background: linear-gradient(135deg, rgba(111, 143, 122, 0.15) 0%, rgba(79, 107, 90, 0.1) 100%);
    color: #6F8F7A;
}

.whatsapp-card .method-icon[b-pz48z1vkom] {
    background: linear-gradient(135deg, rgba(34, 177, 76, 0.15) 0%, rgba(20, 120, 50, 0.1) 100%);
    color: #25D366;
}

.method-icon svg[b-pz48z1vkom] {
    width: 32px;
    height: 32px;
}

.method-content[b-pz48z1vkom] {
    flex: 1;
}

.method-title[b-pz48z1vkom] {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #F2E8C9;
    letter-spacing: 0.2px;
}

.method-description[b-pz48z1vkom] {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
    color: rgba(242, 232, 201, 0.7);
    font-weight: 300;
}

.method-contact[b-pz48z1vkom] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #E2C872;
}

@keyframes fade-in-b-pz48z1vkom {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .booking-section[b-pz48z1vkom] {
        padding: 3rem 1.5rem;
    }

    .booking-methods-grid[b-pz48z1vkom] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .booking-method-card[b-pz48z1vkom] {
        padding: 1.5rem;
        gap: 1rem;
    }

    .method-icon[b-pz48z1vkom] {
        width: 50px;
        height: 50px;
    }

    .method-icon svg[b-pz48z1vkom] {
        width: 26px;
        height: 26px;
    }

    .method-title[b-pz48z1vkom] {
        font-size: 1rem;
    }

    .alternative-title[b-pz48z1vkom] {
        font-size: 1.3rem;
    }
}
/* /Components/Footer.razor.rz.scp.css */
.footer-section[b-umg5sfgvba] {
    width: 100%;
    background: linear-gradient(135deg, rgba(43, 42, 47, 0.8) 0%, rgba(28, 27, 30, 0.9) 100%);
    border-top: 1px solid rgba(200, 162, 74, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.footer-section[b-umg5sfgvba]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(111, 143, 122, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(200, 162, 74, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.footer-container[b-umg5sfgvba] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    position: relative;
    z-index: 1;
}

.footer-content[b-umg5sfgvba] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-column[b-umg5sfgvba] {
    animation: fade-in-b-umg5sfgvba 0.6s ease-out backwards;
}

    .footer-column:nth-child(1)[b-umg5sfgvba] { animation-delay: 0.1s; }
    .footer-column:nth-child(2)[b-umg5sfgvba] { animation-delay: 0.15s; }
    .footer-column:nth-child(3)[b-umg5sfgvba] { animation-delay: 0.2s; }
    .footer-column:nth-child(4)[b-umg5sfgvba] { animation-delay: 0.25s; }

.footer-title[b-umg5sfgvba] {
    font-size: 1.5rem;
    background: linear-gradient(135deg, #E2C872 0%, #C8A24A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 1rem 0;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.footer-subtitle[b-umg5sfgvba] {
    font-size: 1rem;
    color: #E2C872;
    margin: 0 0 1rem 0;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.footer-description[b-umg5sfgvba] {
    color: #F2E8C9;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    opacity: 0.85;
}

.social-links[b-umg5sfgvba] {
    display: flex;
    gap: 1rem;
}

.social-link[b-umg5sfgvba] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(200, 162, 74, 0.15) 0%, rgba(226, 200, 114, 0.08) 100%);
    color: #E2C872;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid rgba(200, 162, 74, 0.2);
    font-size: 1.2rem;
}

    .social-link:hover[b-umg5sfgvba] {
        background: linear-gradient(135deg, rgba(200, 162, 74, 0.3) 0%, rgba(226, 200, 114, 0.15) 100%);
        border-color: rgba(226, 200, 114, 0.4);
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(200, 162, 74, 0.15);
    }

.footer-links[b-umg5sfgvba] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li[b-umg5sfgvba] {
    margin-bottom: 0.75rem;
}

.footer-links a[b-umg5sfgvba] {
    color: #F2E8C9;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    font-weight: 500;
}

    .footer-links a[b-umg5sfgvba]::before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #C8A24A, #E2C872);
        transition: width 0.3s ease;
    }

    .footer-links a:hover[b-umg5sfgvba] {
        color: #E2C872;
    }

    .footer-links a:hover[b-umg5sfgvba]::before {
        width: 100%;
    }

.contact-info[b-umg5sfgvba] {
    color: #F2E8C9;
    font-size: 0.9rem;
    line-height: 1.8;
    opacity: 0.85;
}

.contact-info p[b-umg5sfgvba] {
    margin: 0.5rem 0;
}

.footer-divider[b-umg5sfgvba] {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 162, 74, 0.2), transparent);
    margin: 2rem 0;
}

.footer-bottom[b-umg5sfgvba] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    padding-top: 1rem;
}

.copyright[b-umg5sfgvba] {
    color: #F2E8C9;
    font-size: 0.9rem;
    opacity: 0.75;
    margin: 0;
}

.footer-policies[b-umg5sfgvba] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-policies a[b-umg5sfgvba] {
    color: #E2C872;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
}

    .footer-policies a[b-umg5sfgvba]::before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 1px;
        background: #E2C872;
        transition: width 0.3s ease;
    }

    .footer-policies a:hover[b-umg5sfgvba] {
        opacity: 1;
    }

    .footer-policies a:hover[b-umg5sfgvba]::before {
        width: 100%;
    }

.separator[b-umg5sfgvba] {
    color: rgba(226, 200, 114, 0.5);
    font-size: 0.8rem;
}

.elevated-underline[b-umg5sfgvba] {
    position: relative;
    top: -0.3em;
    text-decoration: underline;
    text-decoration-color: #E2C872;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.15em;
    font-weight: 600;
}

@keyframes fade-in-b-umg5sfgvba {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .footer-container[b-umg5sfgvba] {
        padding: 3rem 1.5rem 1.5rem;
    }

    .footer-content[b-umg5sfgvba] {
        gap: 2rem;
    }

    .footer-bottom[b-umg5sfgvba] {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-policies[b-umg5sfgvba] {
        flex-direction: row;
        justify-content: center;
    }
}
/* /Components/Gallery.razor.rz.scp.css */
.gallery-section[b-3clnzibhke] {
    width: 100%;
    padding: 5rem 2rem;
    background: linear-gradient(180deg, rgba(43, 42, 47, 0.5) 0%, rgba(79, 107, 90, 0.08) 100%);
    position: relative;
    overflow: hidden;
}

.gallery-container[b-3clnzibhke] {
    max-width: 1400px;
    margin: 0 auto;
}

.section-header[b-3clnzibhke] {
    text-align: center;
    margin-bottom: 4rem;
    animation: fade-in-b-3clnzibhke 0.8s ease-out;
}

.section-title[b-3clnzibhke] {
    font-size: clamp(2rem, 4vw, 3.5rem);
    margin: 0 0 1rem 0;
    background: linear-gradient(135deg, #E2C872 0%, #C8A24A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.section-subtitle[b-3clnzibhke] {
    font-size: 1.1rem;
    color: #F2E8C9;
    margin: 0 0 2rem 0;
    opacity: 0.9;
    font-weight: 300;
}

.title-divider[b-3clnzibhke] {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #C8A24A, transparent);
    margin: 0 auto;
    border-radius: 2px;
}

.gallery-grid[b-3clnzibhke] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    animation: fade-in-b-3clnzibhke 1s ease-out 0.2s backwards;
}

.gallery-item[b-3clnzibhke] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    animation: gallery-fade-in-b-3clnzibhke 0.6s ease-out backwards;
}

    .gallery-item:nth-child(1)[b-3clnzibhke] { animation-delay: 0.1s; }
    .gallery-item:nth-child(2)[b-3clnzibhke] { animation-delay: 0.15s; }
    .gallery-item:nth-child(3)[b-3clnzibhke] { animation-delay: 0.2s; }
    .gallery-item:nth-child(4)[b-3clnzibhke] { animation-delay: 0.25s; }
    .gallery-item:nth-child(5)[b-3clnzibhke] { animation-delay: 0.3s; }
    .gallery-item:nth-child(6)[b-3clnzibhke] { animation-delay: 0.35s; }
    .gallery-item:nth-child(7)[b-3clnzibhke] { animation-delay: 0.4s; }
    .gallery-item:nth-child(8)[b-3clnzibhke] { animation-delay: 0.45s; }

.gallery-image-wrapper[b-3clnzibhke] {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(200, 162, 74, 0.1), inset 0 1px 2px rgba(242, 232, 201, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-image[b-3clnzibhke] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.gallery-overlay[b-3clnzibhke] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(226, 200, 114, 0) 0%, rgba(200, 162, 74, 0.3) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    pointer-events: none;
}

.gallery-item:hover .gallery-image-wrapper[b-3clnzibhke] {
    transform: scale(1.08);
    box-shadow: 0 16px 48px rgba(200, 162, 74, 0.2), inset 0 1px 2px rgba(242, 232, 201, 0.08);
}

.gallery-item:hover .gallery-image[b-3clnzibhke] {
    transform: scale(1.1);
    filter: drop-shadow(0 0 50px rgba(226, 200, 114, 0.4));
}

.gallery-item:hover .gallery-overlay[b-3clnzibhke] {
    opacity: 1;
}

.gallery-caption[b-3clnzibhke] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(180deg, transparent 0%, rgba(43, 42, 47, 0.9) 100%);
    color: #F2E8C9;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    z-index: 3;
    backdrop-filter: blur(10px);
}

.gallery-item:hover .gallery-caption[b-3clnzibhke] {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fade-in-b-3clnzibhke {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gallery-fade-in-b-3clnzibhke {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .gallery-section[b-3clnzibhke] {
        padding: 3rem 1.5rem;
    }

    .gallery-grid[b-3clnzibhke] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .gallery-image[b-3clnzibhke] {
        font-size: 3rem;
    }

    .gallery-caption[b-3clnzibhke] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .gallery-grid[b-3clnzibhke] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Hero.razor.rz.scp.css */
.hero-section-full[b-5vl3rumur6] {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-background[b-5vl3rumur6] {
    display: none;
}

.hero-overlay[b-5vl3rumur6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(43, 42, 47, 0.3) 0%, rgba(43, 42, 47, 0.6) 50%, rgba(43, 42, 47, 0.8) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-content[b-5vl3rumur6] {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #F2E8C9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    animation: fade-in-up-b-5vl3rumur6 0.8s ease-out;
}

.hero-image-container[b-5vl3rumur6] {
    display: none;
}

.hero-image[b-5vl3rumur6] {
    display: none;
}

.hero-title[b-5vl3rumur6] {
    font-size: clamp(2rem, 5vw, 4rem);
    margin: 2rem 0 1rem 0;
    color: #E2C872;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.hero-subtitle[b-5vl3rumur6] {
    font-size: clamp(1rem, 3vw, 1.5rem);
    margin: 0 0 2rem 0;
    color: #F2E8C9;
    font-weight: 300;
    letter-spacing: 2px;
    opacity: 0.95;
}

.hero-button[b-5vl3rumur6] {
    display: inline-block;
    padding: 1rem 3rem;
    background: linear-gradient(135deg, #C8A24A 0%, #E2C872 100%);
    color: #2B2A2F;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 30px rgba(200, 162, 74, 0.3), inset 0 1px 0 rgba(242, 232, 201, 0.2);
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
}

    .hero-button[b-5vl3rumur6]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #E2C872 0%, #C8A24A 100%);
        transition: left 0.4s ease;
        z-index: -1;
    }

    .hero-button:hover[b-5vl3rumur6] {
        transform: translateY(-3px);
        box-shadow: 0 12px 40px rgba(226, 200, 114, 0.4), inset 0 1px 0 rgba(242, 232, 201, 0.3);
        color: #2B2A2F;
    }

    .hero-button:hover[b-5vl3rumur6]::before {
        left: 0;
    }

@keyframes fade-in-up-b-5vl3rumur6 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in-down-b-5vl3rumur6 {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float-gentle-b-5vl3rumur6 {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes hero-float-b-5vl3rumur6 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, 20px);
    }
}

@media (max-width: 768px) {
    .hero-section-full[b-5vl3rumur6] {
        height: 300px;
    }

    .hero-content[b-5vl3rumur6] {
        padding: 1.5rem;
    }

    .hero-title[b-5vl3rumur6] {
        font-size: 1.8rem;
        margin: 0 0 0.5rem 0;
    }

    .hero-subtitle[b-5vl3rumur6] {
        margin: 0.5rem 0 1rem 0;
    }

    .hero-button[b-5vl3rumur6] {
        padding: 0.85rem 2.5rem;
        font-size: 1rem;
    }
}
/* /Components/Location.razor.rz.scp.css */
.booking-section[b-puqzp1upq2] {
    width: 100%;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgba(43, 42, 47, 0.6) 0%, rgba(79, 107, 90, 0.12) 100%);
    position: relative;
    overflow: hidden;
}

.booking-container[b-puqzp1upq2] {
    max-width: 800px;
    margin: 0 auto;
}

.section-header[b-puqzp1upq2] {
    text-align: center;
    margin-bottom: 3rem;
    animation: fade-in-b-puqzp1upq2 0.8s ease-out;
}

.section-title[b-puqzp1upq2] {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 0 0 1rem 0;
    background: linear-gradient(135deg, #E2C872 0%, #C8A24A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.section-subtitle[b-puqzp1upq2] {
    font-size: 1.1rem;
    color: #F2E8C9;
    margin: 0 0 2rem 0;
    opacity: 0.9;
    font-weight: 300;
}

.title-divider[b-puqzp1upq2] {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #C8A24A, transparent);
    margin: 0 auto;
    border-radius: 2px;
}

/* Alternative Booking Methods */
.alternative-booking[b-puqzp1upq2] {
    animation: fade-in-b-puqzp1upq2 0.8s ease-out 0.2s backwards;
}

.alternative-title[b-puqzp1upq2] {
    text-align: center;
    font-size: 1.5rem;
    color: #E2C872;
    margin: 0 0 2rem 0;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.booking-methods-grid[b-puqzp1upq2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.booking-method-card[b-puqzp1upq2] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(43, 42, 47, 0.7) 0%, rgba(79, 107, 90, 0.1) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(200, 162, 74, 0.2);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: inherit;
    cursor: pointer;
}

    .booking-method-card:hover[b-puqzp1upq2] {
        transform: translateY(-8px);
        border-color: rgba(226, 200, 114, 0.4);
        box-shadow: 0 12px 40px rgba(200, 162, 74, 0.2), inset 0 1px 2px rgba(242, 232, 201, 0.08);
        background: linear-gradient(135deg, rgba(43, 42, 47, 0.85) 0%, rgba(79, 107, 90, 0.15) 100%);
    }

.method-icon[b-puqzp1upq2] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    font-size: 2rem;
}

.booking-method-card:hover .method-icon[b-puqzp1upq2] {
    transform: scale(1.1);
}

.phone-card .method-icon[b-puqzp1upq2] {
    background: linear-gradient(135deg, rgba(226, 200, 114, 0.15) 0%, rgba(200, 162, 74, 0.1) 100%);
    color: #E2C872;
}

.sms-card .method-icon[b-puqzp1upq2] {
    background: linear-gradient(135deg, rgba(111, 143, 122, 0.15) 0%, rgba(79, 107, 90, 0.1) 100%);
    color: #6F8F7A;
}

.whatsapp-card .method-icon[b-puqzp1upq2] {
    background: linear-gradient(135deg, rgba(34, 177, 76, 0.15) 0%, rgba(20, 120, 50, 0.1) 100%);
    color: #25D366;
}

.method-icon svg[b-puqzp1upq2] {
    width: 32px;
    height: 32px;
}

.method-content[b-puqzp1upq2] {
    flex: 1;
}

.method-title[b-puqzp1upq2] {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #F2E8C9;
    letter-spacing: 0.2px;
}

.method-description[b-puqzp1upq2] {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
    color: rgba(242, 232, 201, 0.7);
    font-weight: 300;
}

.method-contact[b-puqzp1upq2] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #E2C872;
}

@keyframes fade-in-b-puqzp1upq2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .booking-section[b-puqzp1upq2] {
        padding: 3rem 1.5rem;
    }

    .booking-methods-grid[b-puqzp1upq2] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .booking-method-card[b-puqzp1upq2] {
        padding: 1.5rem;
        gap: 1rem;
    }

    .method-icon[b-puqzp1upq2] {
        width: 50px;
        height: 50px;
    }

        .method-icon svg[b-puqzp1upq2] {
            width: 26px;
            height: 26px;
        }

    .method-title[b-puqzp1upq2] {
        font-size: 1rem;
    }

    .alternative-title[b-puqzp1upq2] {
        font-size: 1.3rem;
    }
}
/* /Components/ServicesSection.razor.rz.scp.css */
.services-section[b-f9water30c] {
    width: 100%;
    padding: 5rem 2rem;
    background: linear-gradient(180deg, rgba(43, 42, 47, 0.5) 0%, rgba(79, 107, 90, 0.08) 50%, rgba(43, 42, 47, 0.5) 100%);
    position: relative;
    overflow: hidden;
}

.services-container[b-f9water30c] {
    max-width: 1400px;
    margin: 0 auto;
}

.section-header[b-f9water30c] {
    text-align: center;
    margin-bottom: 4rem;
    animation: fade-in-b-f9water30c 0.8s ease-out;
}

.section-title[b-f9water30c] {
    font-size: clamp(2rem, 4vw, 3.5rem);
    margin: 0 0 1rem 0;
    background: linear-gradient(135deg, #E2C872 0%, #C8A24A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.section-subtitle[b-f9water30c] {
    font-size: 1.1rem;
    color: #F2E8C9;
    margin: 0 0 2rem 0;
    opacity: 0.9;
    font-weight: 300;
}

.title-divider[b-f9water30c] {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #C8A24A, transparent);
    margin: 0 auto;
    border-radius: 2px;
}

.services-grid[b-f9water30c] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    animation: fade-in-b-f9water30c 1s ease-out 0.2s backwards;
}

.service-card[b-f9water30c] {
    background: linear-gradient(135deg, rgba(43, 42, 47, 0.7) 0%, rgba(79, 107, 90, 0.1) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(200, 162, 74, 0.2);
    border-radius: 16px;
    padding: 0;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(200, 162, 74, 0.08), inset 0 1px 2px rgba(242, 232, 201, 0.05);
    display: flex;
    flex-direction: column;
}

    .service-card[b-f9water30c]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(226, 200, 114, 0.1) 0%, rgba(226, 200, 114, 0.05) 100%);
        transition: left 0.4s ease;
        z-index: -1;
    }

    .service-card:hover[b-f9water30c] {
        transform: translateY(-10px);
        border-color: rgba(226, 200, 114, 0.4);
        box-shadow: 0 16px 48px rgba(200, 162, 74, 0.15), inset 0 1px 2px rgba(242, 232, 201, 0.08);
        background: linear-gradient(135deg, rgba(43, 42, 47, 0.8) 0%, rgba(79, 107, 90, 0.15) 100%);
    }

    .service-card:hover[b-f9water30c]::before {
        left: 0;
    }

.service-image[b-f9water30c] {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    position: relative;
}

    .service-image img[b-f9water30c] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .service-card:hover .service-image img[b-f9water30c] {
        transform: scale(1.05);
    }

.service-name[b-f9water30c] {
    font-size: 1.4rem;
    color: #E2C872;
    margin: 1.5rem 0 0.5rem 0;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 0 2rem;
}

.service-duration[b-f9water30c] {
    font-size: 0.9rem;
    color: #C8A24A;
    margin: 0 0 1rem 0;
    font-weight: 500;
    opacity: 0.8;
}

.service-description[b-f9water30c] {
    font-size: 0.95rem;
    color: #F2E8C9;
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
    opacity: 0.85;
    padding: 0 2rem;
    flex-grow: 1;
}

.service-durations[b-f9water30c] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 1.5rem 2rem;
    padding: 1rem;
    background: rgba(111, 143, 122, 0.05);
    border-radius: 8px;
}

.duration-option[b-f9water30c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(200, 162, 74, 0.1);
}

    .duration-option:last-child[b-f9water30c] {
        border-bottom: none;
    }

.duration-time[b-f9water30c] {
    font-size: 0.9rem;
    color: #F2E8C9;
    font-weight: 500;
}

.duration-price[b-f9water30c] {
    font-size: 1rem;
    background: linear-gradient(135deg, #E2C872 0%, #C8A24A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.service-price[b-f9water30c] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin: 1.5rem 0;
}

.price-label[b-f9water30c] {
    font-size: 0.85rem;
    color: #C8A24A;
    font-weight: 500;
}

.price-value[b-f9water30c] {
    font-size: 1.8rem;
    background: linear-gradient(135deg, #E2C872 0%, #C8A24A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.service-button[b-f9water30c] {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: linear-gradient(135deg, rgba(200, 162, 74, 0.8) 0%, rgba(226, 200, 114, 0.6) 100%);
    color: #2B2A2F;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(226, 200, 114, 0.3);
    box-shadow: 0 4px 15px rgba(200, 162, 74, 0.2);
    margin: 1.5rem 2rem;
}

    .service-button:hover[b-f9water30c] {
        background: linear-gradient(135deg, #C8A24A 0%, #E2C872 100%);
        box-shadow: 0 8px 25px rgba(226, 200, 114, 0.35);
        transform: translateY(-2px);
        border-color: rgba(226, 200, 114, 0.6);
    }

@keyframes fade-in-b-f9water30c {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .services-grid[b-f9water30c] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .services-section[b-f9water30c] {
        padding: 3rem 1.5rem;
    }

    .services-grid[b-f9water30c] {
        gap: 1.5rem;
        grid-template-columns: 1fr;
    }

    .service-card[b-f9water30c] {
        padding: 0;
    }

    .service-image[b-f9water30c] {
        height: 200px;
    }

    .service-name[b-f9water30c] {
        font-size: 1.2rem;
        padding: 1rem 1.5rem 0;
    }

    .service-description[b-f9water30c] {
        padding: 0 1.5rem;
        font-size: 0.9rem;
    }

    .service-durations[b-f9water30c] {
        margin: 1rem 1.5rem;
        padding: 0.75rem;
    }

    .service-button[b-f9water30c] {
        margin: 1rem 1.5rem;
        font-size: 0.9rem;
        padding: 0.65rem 1.5rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-cx0445psfx] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #2B2A2F 0%, #1a1a1f 50%, #2B2A2F 100%);
    color: #F2E8C9;
    min-height: 100vh;
}

main[b-cx0445psfx] {
    flex: 1;
}

.top-row[b-cx0445psfx] {
    background: linear-gradient(135deg, rgba(43, 42, 47, 0.7) 0%, rgba(79, 107, 90, 0.08) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: none;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

    .top-row[b-cx0445psfx]  a, .top-row[b-cx0445psfx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #F2E8C9;
        transition: all 0.3s ease;
        position: relative;
        padding-bottom: 2px;
    }

    .top-row[b-cx0445psfx]  a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #E2C872, #C8A24A);
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .top-row[b-cx0445psfx]  a:hover, .top-row[b-cx0445psfx]  .btn-link:hover {
        color: #E2C872;
    }

    .top-row[b-cx0445psfx]  a:hover::after {
        width: 100%;
    }

    .top-row[b-cx0445psfx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*.content {
    padding-top: 1.1rem;
}*/

/*article {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
}*/

@media (max-width: 640.98px) {
    .top-row[b-cx0445psfx] {
        justify-content: space-between;
    }

    .top-row[b-cx0445psfx]  a, .top-row[b-cx0445psfx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cx0445psfx] {
        flex-direction: column;
    }

    .top-row[b-cx0445psfx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/*    article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5vohuuz6w1] {
    background: rgba(200, 162, 74, 0.1);
    backdrop-filter: blur(10px);
    border: none;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
}

    .navbar-toggler:hover[b-5vohuuz6w1] {
        background: rgba(200, 162, 74, 0.2);
    }

.top-row[b-5vohuuz6w1] {
    height: 3.5rem;
    background: linear-gradient(135deg, rgba(43, 42, 47, 0.8) 0%, rgba(79, 107, 90, 0.15) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.navbar[b-5vohuuz6w1] {
    padding: 0 !important;
}

.navbar-brand[b-5vohuuz6w1] {
    font-size: 1.1rem;
    background: linear-gradient(135deg, #E2C872 0%, #C8A24A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    flex-shrink: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

    .navbar-brand:hover[b-5vohuuz6w1] {
        filter: brightness(1.15);
    }

.navbar-container[b-5vohuuz6w1] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    gap: 0;
    padding: 0 1.5rem;
}

.nav-menu[b-5vohuuz6w1] {
    display: flex;
    flex: 1;
    margin-left: 3rem;
    height: 100%;
}

    .nav-menu.collapse[b-5vohuuz6w1] {
        display: none;
    }

.navbar-nav[b-5vohuuz6w1] {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    height: 100%;
    width: 100%;
}

.nav-item[b-5vohuuz6w1] {
    font-size: 0.95rem;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

    .nav-item[b-5vohuuz6w1]  a {
        color: #FFFFFF;
        height: 100%;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        line-height: normal;
        padding: 0.5rem 1.2rem;
        white-space: nowrap;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        background: rgba(111, 143, 122, 0.0);
        position: relative;
        font-weight: 500;
    }

        .nav-item[b-5vohuuz6w1]  a i {
            font-size: 1.2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            transition: all 0.3s ease;
        }

        .nav-item[b-5vohuuz6w1]  a span {
            display: inline;
            color: #FFFFFF;
            font-weight: 500;
        }

        .nav-item[b-5vohuuz6w1]  a::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(111, 143, 122, 0.08);
            transition: all 0.3s ease;
            z-index: -1;
        }

        .nav-item[b-5vohuuz6w1]  a.active {
            background: linear-gradient(135deg, rgba(226, 200, 114, 0.35) 0%, rgba(226, 200, 114, 0.25) 100%);
            color: #FFFFFF;
            font-weight: 700;
            box-shadow: inset 0 1px 3px rgba(226, 200, 114, 0.3), 0 0 20px rgba(200, 162, 74, 0.2);
        }

            .nav-item[b-5vohuuz6w1]  a.active i {
                color: #FFFFFF;
            }

            .nav-item[b-5vohuuz6w1]  a.active span {
                color: #FFFFFF;
            }

            .nav-item[b-5vohuuz6w1]  a.active::before {
                background: rgba(200, 162, 74, 0.15);
                box-shadow: inset 0 1px 3px rgba(226, 200, 114, 0.25);
            }

        .nav-item[b-5vohuuz6w1]  a:hover {
            background: linear-gradient(135deg, rgba(226, 200, 114, 0.25) 0%, rgba(214, 184, 92, 0.15) 100%);
            color: #FFFFFF;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(226, 200, 114, 0.2);
        }

            .nav-item[b-5vohuuz6w1]  a:hover i {
                color: #FFFFFF;
                transform: scale(1.1);
            }

            .nav-item[b-5vohuuz6w1]  a:hover span {
                color: #FFFFFF;
            }

            .nav-item[b-5vohuuz6w1]  a:hover::before {
                background: rgba(226, 200, 114, 0.2);
            }

/* Language Selector Styles */
.language-selector[b-5vohuuz6w1] {
    display: flex;
    gap: 0.5rem;
    height: 100%;
    align-items: center;
}

.flag-button[b-5vohuuz6w1] {
    border: 1px solid rgba(226, 200, 114, 0.3);
    background: rgba(226, 200, 114, 0.05);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.flag-button:hover[b-5vohuuz6w1] {
    background: rgba(226, 200, 114, 0.15);
    box-shadow: 0 4px 12px rgba(226, 200, 114, 0.4);
    transform: translateY(-2px);
    border-color: rgba(226, 200, 114, 0.5);
}

.flag-button:active[b-5vohuuz6w1] {
    background: rgba(226, 200, 114, 0.25);
}

.flag-button.active[b-5vohuuz6w1] {
    background: linear-gradient(135deg, rgba(226, 200, 114, 0.4) 0%, rgba(226, 200, 114, 0.3) 100%);
    border-color: rgba(226, 200, 114, 0.7);
    box-shadow: inset 0 1px 3px rgba(226, 200, 114, 0.3), 0 0 15px rgba(226, 200, 114, 0.3);
    font-weight: 700;
}

    .flag-button.active:hover[b-5vohuuz6w1] {
        background: linear-gradient(135deg, rgba(226, 200, 114, 0.5) 0%, rgba(226, 200, 114, 0.4) 100%);
        box-shadow: inset 0 1px 3px rgba(226, 200, 114, 0.3), 0 0 20px rgba(226, 200, 114, 0.4);
    }

@media (max-width: 640px) {
    .navbar-container[b-5vohuuz6w1] {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 1rem;
    }

    .navbar-toggler[b-5vohuuz6w1] {
        display: block;
        order: 2;
        background: rgba(200, 162, 74, 0.1);
        backdrop-filter: blur(10px);
        color: #FFFFFF;
        border: none;
    }

    .navbar-brand[b-5vohuuz6w1] {
        order: 1;
        flex: 1;
    }

    .nav-menu[b-5vohuuz6w1] {
        order: 3;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        flex-direction: column;
        position: absolute;
        top: 3.5rem;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(43, 42, 47, 0.9) 0%, rgba(79, 107, 90, 0.15) 100%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        z-index: 1000;
        border-bottom: none;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    }

        .nav-menu.collapse[b-5vohuuz6w1] {
            display: none;
        }

    .navbar-nav[b-5vohuuz6w1] {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0.75rem;
        background-color: rgb(119 119 119 / 70%) !important;
    }

    .nav-item[b-5vohuuz6w1] {
        width: 100%;
        height: auto;
        border-bottom: none;
    }

        .nav-item[b-5vohuuz6w1]  a {
            width: 100%;
            padding: 0.85rem 1rem;
            height: auto;
            line-height: normal;
            background: transparent;
            margin: 0.25rem 0;
            color: #FFFFFF;
            gap: 0.75rem;
        }

            .nav-item[b-5vohuuz6w1]  a i {
                font-size: 1.3rem;
            }

            .nav-item[b-5vohuuz6w1]  a span {
                color: #FFFFFF;
            }

            .nav-item[b-5vohuuz6w1]  a::before {
                display: none;
            }

            .nav-item[b-5vohuuz6w1]  a:hover {
                background: rgba(226, 200, 114, 0.15);
                backdrop-filter: blur(10px);
                box-shadow: inset 0 1px 2px rgba(226, 200, 114, 0.15);
                color: #FFFFFF;
            }

                .nav-item[b-5vohuuz6w1]  a:hover i {
                    color: #FFFFFF;
                    transform: none;
                }

                .nav-item[b-5vohuuz6w1]  a:hover span {
                    color: #FFFFFF;
                }

            .nav-item[b-5vohuuz6w1]  a.active {
                background: rgba(226, 200, 114, 0.2);
                backdrop-filter: blur(10px);
                box-shadow: inset 0 1px 2px rgba(226, 200, 114, 0.15);
                color: #FFFFFF;
            }

                .nav-item[b-5vohuuz6w1]  a.active i {
                    color: #FFFFFF;
                }

                .nav-item[b-5vohuuz6w1]  a.active span {
                    color: #FFFFFF;
                }

    .language-selector[b-5vohuuz6w1] {
        width: 100%;
        margin: 0.5rem 0 0 0;
        padding: 0.75rem 1rem;
        border-top: 1px solid rgba(226, 200, 114, 0.1);
        justify-content: center;
        display: flex;
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .flag-button[b-5vohuuz6w1] {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-5vohuuz6w1] {
        display: none;
    }

    .nav-menu[b-5vohuuz6w1] {
        display: flex !important;
        position: static;
        background-color: transparent;
        box-shadow: none;
        border-bottom: none;
        backdrop-filter: none;
    }

    .navbar-nav[b-5vohuuz6w1] {
        flex-direction: row;
        width: auto;
    }

    .nav-item[b-5vohuuz6w1] {
        height: 3.5rem;
        border-bottom: none;
    }

    .language-selector[b-5vohuuz6w1] {
        margin-left: auto;
        display: flex;
        gap: 0.75rem;
        height: 100%;
        align-items: center;
    }
}

.top-row[b-5vohuuz6w1] {
    position: sticky;
    top: 0;
    z-index: 999;
    height: 60px;
}
/* /Pages/Privacy.razor.rz.scp.css */
.privacy-container[b-5zoejdhas3] {
    max-width: 900px;
    margin: 4rem auto;
    padding: 0 1.5rem 4rem 1.5rem;
}

.privacy-content[b-5zoejdhas3] {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 200, 114, 0.1);
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.privacy-section[b-5zoejdhas3] {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(226, 200, 114, 0.1);
}

.privacy-section:last-of-type[b-5zoejdhas3] {
    border-bottom: none;
}

.privacy-section h2[b-5zoejdhas3] {
    font-size: 1.5rem;
    color: #E2C872;
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.privacy-section p[b-5zoejdhas3] {
    color: #CCCCCC;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.privacy-section ul[b-5zoejdhas3] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.privacy-section li[b-5zoejdhas3] {
    color: #CCCCCC;
    line-height: 1.8;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.privacy-section li[b-5zoejdhas3]:before {
    content: "�";
    color: #E2C872;
    font-weight: bold;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem;
}

.contact-box[b-5zoejdhas3] {
    background: linear-gradient(135deg, rgba(226, 200, 114, 0.1) 0%, rgba(200, 162, 74, 0.05) 100%);
    border-left: 4px solid #E2C872;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.contact-box p[b-5zoejdhas3] {
    margin-bottom: 0.5rem;
    color: #FFFFFF;
}

.contact-box strong[b-5zoejdhas3] {
    color: #E2C872;
    font-weight: 600;
}

.contact-box a[b-5zoejdhas3] {
    color: #E2C872;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-box a:hover[b-5zoejdhas3] {
    color: #FFFFFF;
    text-decoration: underline;
}

.hero-section[b-5zoejdhas3] {
    background: linear-gradient(135deg, rgba(226, 200, 114, 0.15) 0%, rgba(200, 162, 74, 0.05) 100%);
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(226, 200, 114, 0.1);
}

.hero-section h1[b-5zoejdhas3] {
    color: #E2C872;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
}

.last-section[b-5zoejdhas3] {
    border-bottom: none;
}

.last-updated[b-5zoejdhas3] {
    font-size: 0.9rem;
    color: #999999;
    font-style: italic;
    text-align: center;
    margin: 0;
}

.btn-primary[b-5zoejdhas3] {
    background: linear-gradient(135deg, #E2C872 0%, #C8A24A 100%);
    color: #1a1a1a;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover[b-5zoejdhas3] {
    filter: brightness(1.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(226, 200, 114, 0.3);
}

@media (max-width: 768px) {
    .privacy-container[b-5zoejdhas3] {
        margin: 2rem auto;
        padding: 0 1rem 2rem 1rem;
    }

    .privacy-content[b-5zoejdhas3] {
        padding: 1.5rem;
    }

    .hero-section[b-5zoejdhas3] {
        padding: 2rem 1rem;
    }

    .hero-section h1[b-5zoejdhas3] {
        font-size: 1.8rem;
    }

    .privacy-section[b-5zoejdhas3] {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

    .privacy-section h2[b-5zoejdhas3] {
        font-size: 1.3rem;
    }

    .privacy-section p[b-5zoejdhas3],
    .privacy-section li[b-5zoejdhas3] {
        font-size: 0.95rem;
    }

    .contact-box[b-5zoejdhas3] {
        padding: 1rem;
    }
}
/* /Pages/Terms.razor.rz.scp.css */
.terms-container[b-rgd71g4on4] {
    max-width: 900px;
    margin: 4rem auto;
    padding: 0 1.5rem 4rem 1.5rem;
}

.terms-content[b-rgd71g4on4] {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 200, 114, 0.1);
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.terms-section[b-rgd71g4on4] {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(226, 200, 114, 0.1);
}

.terms-section:last-of-type[b-rgd71g4on4] {
    border-bottom: none;
}

.terms-section h2[b-rgd71g4on4] {
    font-size: 1.5rem;
    color: #E2C872;
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.terms-section p[b-rgd71g4on4] {
    color: #CCCCCC;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.terms-section ul[b-rgd71g4on4] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.terms-section li[b-rgd71g4on4] {
    color: #CCCCCC;
    line-height: 1.8;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.terms-section li[b-rgd71g4on4]:before {
    content: "�";
    color: #E2C872;
    font-weight: bold;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem;
}

.warning-box[b-rgd71g4on4] {
    background: linear-gradient(135deg, rgba(226, 80, 80, 0.1) 0%, rgba(200, 80, 80, 0.05) 100%);
    border-left: 4px solid #E25050;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.warning-box p[b-rgd71g4on4] {
    margin-bottom: 0.75rem;
    color: #FFFFFF;
}

.warning-box strong[b-rgd71g4on4] {
    color: #E25050;
    font-weight: 600;
}

.contact-box[b-rgd71g4on4] {
    background: linear-gradient(135deg, rgba(226, 200, 114, 0.1) 0%, rgba(200, 162, 74, 0.05) 100%);
    border-left: 4px solid #E2C872;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.contact-box p[b-rgd71g4on4] {
    margin-bottom: 0.5rem;
    color: #FFFFFF;
}

.contact-box strong[b-rgd71g4on4] {
    color: #E2C872;
    font-weight: 600;
}

.contact-box a[b-rgd71g4on4] {
    color: #E2C872;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-box a:hover[b-rgd71g4on4] {
    color: #FFFFFF;
    text-decoration: underline;
}

.hero-section[b-rgd71g4on4] {
    background: linear-gradient(135deg, rgba(226, 200, 114, 0.15) 0%, rgba(200, 162, 74, 0.05) 100%);
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(226, 200, 114, 0.1);
}

.hero-section h1[b-rgd71g4on4] {
    color: #E2C872;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
}

.last-section[b-rgd71g4on4] {
    border-bottom: none;
}

.last-updated[b-rgd71g4on4] {
    font-size: 0.9rem;
    color: #999999;
    font-style: italic;
    text-align: center;
    margin: 0;
}

@media (max-width: 768px) {
    .terms-container[b-rgd71g4on4] {
        margin: 2rem auto;
        padding: 0 1rem 2rem 1rem;
    }

    .terms-content[b-rgd71g4on4] {
        padding: 1.5rem;
    }

    .hero-section[b-rgd71g4on4] {
        padding: 2rem 1rem;
    }

    .hero-section h1[b-rgd71g4on4] {
        font-size: 1.8rem;
    }

    .terms-section[b-rgd71g4on4] {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

    .terms-section h2[b-rgd71g4on4] {
        font-size: 1.3rem;
    }

    .terms-section p[b-rgd71g4on4],
    .terms-section li[b-rgd71g4on4] {
        font-size: 0.95rem;
    }

    .warning-box[b-rgd71g4on4],
    .contact-box[b-rgd71g4on4] {
        padding: 1rem;
    }
}
