/* /Views/Anniversary/Index.cshtml.rz.scp.css */
/* ── Card & layout foundation (mirrors Main/Index pattern) ── */
.card[b-2y4pv54qtm] {
    margin: 2rem 0;
    padding: 1.25rem;
    border-radius: 12px;
    box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}

.card-header[b-2y4pv54qtm] {
    border: none;
    background-color: white;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.01em;
}

hr[b-2y4pv54qtm] {
    margin: 0;
    padding: 0 2rem;
}

/* ── Headline ─────────────────────────────────────────────── */
.anniversary-headline[b-2y4pv54qtm] {
    color: #D19A3B; /* matches Main page gold */
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.5;
}

/* ── Banner ───────────────────────────────────────────────── */
.banner-wrap[b-2y4pv54qtm] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.18);
}

.banner-wrap img[b-2y4pv54qtm] {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    display: block;
}

.banner-gradient[b-2y4pv54qtm] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.25rem 1rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.60));
}

.banner-gradient h1[b-2y4pv54qtm] {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
    margin: 0;
}

/* ── Logo ─────────────────────────────────────────────────── */
.site-logo-img[b-2y4pv54qtm] {
    max-height: 80px;
    width: auto;
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.12));
}

/* ── Card items (greeting card templates) ─────────────────── */
.card-item[b-2y4pv54qtm] {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: fit-content; /* Shrink to content width */
    max-width: 18rem;
}

.card-item:hover[b-2y4pv54qtm] {
    transform: scale(1.04);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.card-item img[b-2y4pv54qtm],
.card img[b-2y4pv54qtm] {
    height: 200px;
    width: auto; /* Dynamic width */
    max-width: 100%;
    object-fit: contain; /* Full visibility requirement */
}

/* ── Participant cards ────────────────────────────────────── */
.participant-card[b-2y4pv54qtm] {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: fit-content; /* Shrink to content width */
    max-width: 18rem;
}

.participant-card:hover[b-2y4pv54qtm] {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

.participant-card img[b-2y4pv54qtm] {
    height: 200px;
    width: auto; /* Dynamic width */
    max-width: 100%;
    object-fit: contain; /* Full visibility requirement */
    background-color: #f8f9fa;
}

/* ── Carousel controls ────────────────────────────────────── */
.carousel-item[b-2y4pv54qtm] {
    padding: 10px 0;
}

.carousel-control-prev-icon[b-2y4pv54qtm],
.carousel-control-next-icon[b-2y4pv54qtm] {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
}

/* ── Year nav ─────────────────────────────────────────────── */
.year-link[b-2y4pv54qtm] {
    font-size: 0.82rem;
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    transition: background-color 0.15s, color 0.15s, box-shadow 0.15s;
}

.year-link:hover[b-2y4pv54qtm],
.year-link.active[b-2y4pv54qtm] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* ── Skeleton loading ─────────────────────────────────────── */
.skeleton[b-2y4pv54qtm] {
    background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer-b-2y4pv54qtm 1.4s infinite;
    border-radius: 6px;
}

@keyframes skeleton-shimmer-b-2y4pv54qtm {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.skeleton-banner[b-2y4pv54qtm] {
    width: 100%;
    height: 280px;
    border-radius: 12px;
}

.skeleton-logo[b-2y4pv54qtm] {
    height: 80px;
    width: 120px;
    margin: 0 auto 0.75rem;
    border-radius: 8px;
}

.skeleton-text-lg[b-2y4pv54qtm] {
    height: 24px;
    width: 60%;
    margin: 0 auto 0.5rem;
    border-radius: 4px;
}

.skeleton-text-sm[b-2y4pv54qtm] {
    height: 16px;
    width: 40%;
    margin: 0 auto;
    border-radius: 4px;
}

.skeleton-card-img[b-2y4pv54qtm] {
    height: 200px;
    width: 15rem; /* Standard fallback width for skeleton */
    max-width: 100%;
    border-radius: 8px 8px 0 0;
}

.skeleton-card-text[b-2y4pv54qtm] {
    height: 14px;
    width: 70%;
    margin: 0.5rem auto;
    border-radius: 4px;
}

/* hide actual content until JS reveals it */
.lazy-section[b-2y4pv54qtm] {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.lazy-section.loaded[b-2y4pv54qtm] {
    opacity: 1;
}

/* ── Video Horizontal Carousel ── */
.video-scroll-wrapper[b-2y4pv54qtm] {
    position: relative;
    padding: 0 1rem;
}

.video-horizontal-scroll[b-2y4pv54qtm] {
    display: flex;
    overflow-x: auto;
    gap: 2rem;
    padding: 1.5rem 0.5rem 2.5rem 0.5rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #eee;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start; /* Default to start */
}

/* Center items if they don't overflow the container */
@media (min-width: 768px) {
    .video-horizontal-scroll:not(:has(> :nth-child(4)))[b-2y4pv54qtm] {
        justify-content: center;
    }
}

.video-horizontal-scroll[b-2y4pv54qtm]::-webkit-scrollbar {
    height: 6px;
}

.video-horizontal-scroll[b-2y4pv54qtm]::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
}

.video-horizontal-scroll .participant-card[b-2y4pv54qtm] {
    scroll-snap-align: center;
    width: fit-content; /* Match other cards */
    max-width: 30rem; /* Increased for "bigger" requirement */
    flex: 0 0 auto;
}

.video-horizontal-scroll video[b-2y4pv54qtm] {
    height: 350px; /* Increased from 200px */
    width: auto;
    max-width: 100%;
    object-fit: contain;
    background: #000;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
    .card[b-2y4pv54qtm] { 
        margin: 1rem 0; 
        padding: 0.75rem; 
    }
    
    /* Ensure Bootstrap carousel items stack vertically on mobile */
    .carousel-item .d-flex.gap-3[b-2y4pv54qtm] { 
        flex-direction: column; 
        align-items: center; 
        gap: 1.5rem !important;
    }

    /* Scale down images for tablet */
    .participant-card img[b-2y4pv54qtm], 
    .card-item img[b-2y4pv54qtm],
    .card img[b-2y4pv54qtm] {
        height: 180px; 
    }

    .banner-wrap img[b-2y4pv54qtm] { max-height: 180px; }

    /* Video section responsive tweaks */
    .video-horizontal-scroll[b-2y4pv54qtm] {
        gap: 1rem;
        padding: 1rem 0.5rem 2rem 0.5rem;
    }

    .video-horizontal-scroll video[b-2y4pv54qtm] {
        height: 250px; /* Reduced from 350px for smaller screens */
    }
    
    .video-horizontal-scroll .participant-card[b-2y4pv54qtm] {
        max-width: 85vw; /* Maintain 'hint' of next card */
        width: fit-content;
    }
}

@media (max-width: 480px) {
    /* Scale down further for small phones */
    .participant-card img[b-2y4pv54qtm], 
    .card-item img[b-2y4pv54qtm],
    .card img[b-2y4pv54qtm] {
        height: 150px;
    }
    
    .video-horizontal-scroll video[b-2y4pv54qtm] {
        height: 180px;
    }
    
    .anniversary-headline[b-2y4pv54qtm] {
        font-size: 1rem;
    }

    .card-header[b-2y4pv54qtm] {
        font-size: 0.9rem;
        padding: 0.5rem;
    }
}
/* /Views/Donate/DonateForm.cshtml.rz.scp.css */
.card[b-7691t5mg0b] {
    padding: 2rem;
    margin: 2rem 0rem;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.text-title[b-7691t5mg0b] {
    color: #D19A3B;
}

donate-img[b-7691t5mg0b] {
    max-height: 150px;
    width: max-content;
}

.donate-text[b-7691t5mg0b] {
    width: fit-content;
    text-align: left;
}

.donate-col[b-7691t5mg0b] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.rectangle[b-7691t5mg0b] {
    border: 0.5px solid #D9D9D9;
    padding: 1rem;
}

.form-control-select2[b-7691t5mg0b] {
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

/* Success Modal Aesthetic - Donate Gold Theme */
#successModal .modal-content[b-7691t5mg0b] {
    border: none;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

#successModal .modal-body[b-7691t5mg0b] {
    padding: 2.5rem 2.5rem !important;
}

.success-icon-animation[b-7691t5mg0b] {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fdf4;
    border-radius: 10%;
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    color: #22c55e;
    font-size: 4rem;
    position: relative;
    animation: bounceIn-b-7691t5mg0b 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .success-icon-animation img[b-7691t5mg0b] {
        max-width: 100%;
        border-radius: 10%;
    }

@keyframes bounceIn-b-7691t5mg0b {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

#btnSuccessClose[b-7691t5mg0b] {
    background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
    border: none;
    border-radius: 0.75rem;
    font-weight: 600;
    padding: 0.6rem 2.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(217, 119, 6, 0.3);
    color: white;
}

    #btnSuccessClose:hover[b-7691t5mg0b] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(217, 119, 6, 0.4);
    }
/* /Views/GreetingCard/Index.cshtml.rz.scp.css */

.card[b-vn6zonwj7w] {
    padding: 1.25rem;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.card-selectable[b-vn6zonwj7w] {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    width: 25rem;
}

    .card-selectable.selected[b-vn6zonwj7w] {
        border-color: #0d6efd;
        box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
    }

.carousel-control-prev-icon[b-vn6zonwj7w],
.carousel-control-next-icon[b-vn6zonwj7w] {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

a:hover[b-vn6zonwj7w] {
    text-decoration: underline;
    font-weight: bold;
}

.card-img-top[b-vn6zonwj7w] {
    width: 24rem;
}

@media (max-width: 1200px) {
    .card-selectable[b-vn6zonwj7w] {
        width: 24rem;
    }

    .card-img-top[b-vn6zonwj7w] {
        width: 23rem;
    }
}

@media (max-width: 992px) {
    .card-selectable[b-vn6zonwj7w] {
        width: 23rem;
    }

    .card-img-top[b-vn6zonwj7w] {
        width: 22rem;
    }
}

@media (max-width: 768px) {
    .card-selectable[b-vn6zonwj7w] {
        width: 22rem;
    }

    .card-img-top[b-vn6zonwj7w] {
        width: 20rem;
    }
}

@media (max-width: 576px) {
    .card-selectable[b-vn6zonwj7w] {
        width: 18rem;
    }

    .card-img-top[b-vn6zonwj7w] {
        width: 16rem;
    }
}

/* Success Modal Aesthetic */
#successModal .modal-content[b-vn6zonwj7w] {
    border: none;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

#successModal .modal-body[b-vn6zonwj7w] {
    padding: 2.5rem 2.5rem !important;
}

.success-icon-animation[b-vn6zonwj7w] {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fdf4;
    border-radius: 10%;
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    color: #22c55e;
    font-size: 4rem;
    position: relative;
    animation: bounceIn-b-vn6zonwj7w 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .success-icon-animation img[b-vn6zonwj7w] {
        max-width: 100%;
        border-radius: 10%;
    }

@keyframes bounceIn-b-vn6zonwj7w {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

#btnSuccessClose[b-vn6zonwj7w] {
    background: linear-gradient(135deg, #4f6ef7 0%, #3b82f6 100%);
    border: none;
    border-radius: 0.75rem;
    font-weight: 600;
    padding: 0.6rem 2.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

    #btnSuccessClose:hover[b-vn6zonwj7w] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
    }
/* /Views/GreetingCard/Participants.cshtml.rz.scp.css */
.card[b-iswdm8916o] {
    padding: 2rem;
    margin: 2rem 0rem;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

/* Greeting Card Gallery Styles */
.greeting-card[b-iswdm8916o] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding: 0px !important;
    border-radius: 0px !important;
}

    .greeting-card:hover[b-iswdm8916o] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .greeting-card .card-img-top img[b-iswdm8916o] {
        transition: transform 0.5s ease;
    }

    .greeting-card:hover .card-img-top img[b-iswdm8916o] {
        transform: scale(1.05);
    }

/* Pagination styling */
.pagination .page-item.active .page-link[b-iswdm8916o] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.pagination[b-iswdm8916o] {
    margin: 0px;
}

.modal-content .greeting-card[b-iswdm8916o] {
    background-color: white;
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

.modal-content .greeting-card img[b-iswdm8916o] {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.modal-dialog[b-iswdm8916o] {
    max-width: 800px;
    width: 100%;
}



/* Modal animation */
.modal.fade .modal-dialog[b-iswdm8916o] {
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog[b-iswdm8916o] {
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .greeting-card[b-iswdm8916o] {
        margin-bottom: 1rem;
    }

    /* Search form styling */
    .search-form-container[b-iswdm8916o] {
        background-color: #f8f9fa;
        border-radius: 0.5rem;
        padding: 1.5rem;
        margin-bottom: 2rem;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    /* Card loading animation */
    .card-loading[b-iswdm8916o] {
        position: relative;
    }

        .card-loading[b-iswdm8916o]::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
        }

    /* Empty state styling */
    .empty-state[b-iswdm8916o] {
        text-align: center;
        padding: 3rem 0;
    }

        .empty-state i[b-iswdm8916o] {
            font-size: 4rem;
            color: #dee2e6;
            margin-bottom: 1rem;
        }

    /* No results message */
    .no-results[b-iswdm8916o] {
        background-color: #f8f9fa;
        border-radius: 0.25rem;
        padding: 2rem;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .modal-dialog[b-iswdm8916o] {
        margin: 0;
    }
}
/* /Views/Main/Index.cshtml.rz.scp.css */
.card-body > h2[b-ar11fwkbyv] {
    color: #D19A3B;
}

.card[b-ar11fwkbyv] {
    margin: 2rem 0rem;
    padding: 1.25rem;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.card-header[b-ar11fwkbyv] {
    border: none;
    background-color: white;

}

hr[b-ar11fwkbyv] {
    margin: 0rem 0rem;
    padding: 0rem 2rem;
}

/* Card List CSS*/
.card-item[b-ar11fwkbyv] {
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

.card-item[b-ar11fwkbyv] {
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

.card-item:hover[b-ar11fwkbyv] {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.carousel-item[b-ar11fwkbyv] {
    padding: 10px 0;
}

.carousel-control-prev-icon[b-ar11fwkbyv],
.carousel-control-next-icon[b-ar11fwkbyv] {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.card img[b-ar11fwkbyv] {
    height: 200px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .card[b-ar11fwkbyv] {
        width: 100% !important;
    }

    .d-flex.gap-3[b-ar11fwkbyv] {
        flex-direction: column;
        align-items: center;
    }
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-zqjwd8hpcd] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-zqjwd8hpcd] {
    color: #0077cc;
}

.btn-primary[b-zqjwd8hpcd] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-zqjwd8hpcd], .nav-pills .show > .nav-link[b-zqjwd8hpcd] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-zqjwd8hpcd] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-zqjwd8hpcd] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-zqjwd8hpcd] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-zqjwd8hpcd] {
    font-size: 1rem;
    line-height: inherit;
}

.anniversary-footer[b-zqjwd8hpcd] {
    position: relative;
    width: 100%;
    padding: 2.5rem 0 1.5rem;
    background: linear-gradient(135deg, #0f4c75 0%, #1375a7 55%, #1b9ad1 100%);
    color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 -12px 30px rgba(15, 76, 117, 0.18);
}

.footer-title[b-zqjwd8hpcd] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.footer-title i[b-zqjwd8hpcd] {
    font-size: 1.5rem;
}

.footer-description[b-zqjwd8hpcd] {
    margin: 0;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.footer-heading[b-zqjwd8hpcd] {
    margin-bottom: 1rem;
    font-weight: 700;
    color: #fff;
}

.footer-links[b-zqjwd8hpcd],
.footer-contact[b-zqjwd8hpcd] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li[b-zqjwd8hpcd],
.footer-contact li[b-zqjwd8hpcd] {
    margin-bottom: 0.75rem;
}

.footer-links a[b-zqjwd8hpcd] {
    color: rgba(255, 255, 255, 0.88);
    transition: color 0.2s ease;
}

.footer-links a:hover[b-zqjwd8hpcd] {
    color: #fff;
}

.footer-contact li[b-zqjwd8hpcd] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    line-height: 1.7;
}

.footer-contact i[b-zqjwd8hpcd] {
    color: #8fe8ff;
    margin-top: 0.2rem;
}

.anniversary-footer-bottom[b-zqjwd8hpcd] {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
}

.container[b-zqjwd8hpcd] {
    display: block;
    flex: 1;
}
/* /Views/Shared/_LayoutDashboard.cshtml.rz.scp.css */
.anniversary-footer[b-2orz623ce9] {
    position: relative;
    width: 100%;
    padding: 2.5rem 0 1.5rem;
    background: linear-gradient(135deg, #0f4c75 0%, #1375a7 55%, #1b9ad1 100%);
    color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 -12px 30px rgba(15, 76, 117, 0.18);
}

.footer-title[b-2orz623ce9] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

    .footer-title i[b-2orz623ce9] {
        font-size: 1.5rem;
    }

.footer-description[b-2orz623ce9] {
    margin: 0;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.footer-heading[b-2orz623ce9] {
    margin-bottom: 1rem;
    font-weight: 700;
    color: #fff;
}

.footer-links[b-2orz623ce9],
.footer-contact[b-2orz623ce9] {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-links li[b-2orz623ce9],
    .footer-contact li[b-2orz623ce9] {
        margin-bottom: 0.75rem;
    }

    .footer-links a[b-2orz623ce9] {
        color: rgba(255, 255, 255, 0.88);
        transition: color 0.2s ease;
    }

        .footer-links a:hover[b-2orz623ce9] {
            color: #fff;
        }

    .footer-contact li[b-2orz623ce9] {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        line-height: 1.7;
    }

    .footer-contact i[b-2orz623ce9] {
        color: #8fe8ff;
        margin-top: 0.2rem;
    }

.anniversary-footer-bottom[b-2orz623ce9] {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
}

.pcoded-header.header-blue[b-2orz623ce9] {
    background: linear-gradient(to right, #4099ff, #73b4ff);
}

li[b-2orz623ce9] {
    border: none;
}
/* /Views/Shared/_LayoutWelcome.cshtml.rz.scp.css */
body[b-k9ukvh4rq4] {
    /*    background-color: unset;*/
    margin: 0;
    overflow: auto; /* Prevent scrollbars */
    background-color: none; /* Set background color to none */
    /*padding-bottom: calc(10% + env(safe-area-inset-bottom));*/ /* key line */
    /*margin-bottom: calc(10% + env(safe-area-inset-bottom));*/ /* key line */
}

.background-image[b-k9ukvh4rq4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; /* This will ensure the image covers the entire area */
    background-position: center; /* This centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    z-index: -1; /* Place behind other content */
}
/* /Views/Welcome/Index.cshtml.rz.scp.css */
body[b-da7p9tfefj] {
    margin: 0;
    overflow: hidden; /* Prevent scrollbars */
    background-color: none; /* Set background color to none */
    
}

.content[b-da7p9tfefj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100vh; /* Make content take full viewport height */
    color: white; /* Adjust text color as needed */
    text-align: center;
    padding-bottom: 5%;
}

.buttons-container[b-da7p9tfefj] {
    display: flex;
    gap: 5rem; /* Space between buttons */
}

.btn-primary[b-da7p9tfefj] {
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 8px;
}

.btn-image[b-da7p9tfefj] {
    width: 25%;
    height: auto;
}


/*Responsive adjustments*/
@media (max-width: 1200px) {
    .buttons-container[b-da7p9tfefj] {
        gap: 2rem; /*Smaller gap on smaller screens */
    }

    .btn-image[b-da7p9tfefj] {
        width: 30%;
        height: auto;
    }
}


/*Responsive adjustments*/
@media (max-width: 992px) {
    .buttons-container[b-da7p9tfefj] {
        gap: 2rem;  /*Smaller gap on smaller screens */
    }
    .btn-image[b-da7p9tfefj] {
        width: 35%;
        height: auto;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .buttons-container[b-da7p9tfefj] {
        gap: 1rem; /* Smaller gap on smaller screens */
    }
    .btn-image[b-da7p9tfefj] {
        width: 40%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .content[b-da7p9tfefj] {
        padding-bottom: 0.5rem;
    }

    .buttons-container[b-da7p9tfefj] {
        gap: 2rem; /* Even smaller gap on very small screens */
        flex-direction: column; /* Stack buttons vertically on very small screens */
        align-items: center;
    }

    .btn-image[b-da7p9tfefj] {
        width: 50%;
        height: auto;
    }
}
