/* Enhanced Beautiful Styling for Sentraal Alumni Platform */

/* General Styles */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px; /* Offset for fixed navbar with extra spacing */
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background: var(--white);
    overflow-x: hidden;
    padding-top: 80px; /* Account for fixed navbar */
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

/* Ensure headings on blue backgrounds are white */
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.modal-header.bg-primary h1,
.modal-header.bg-primary h2,
.modal-header.bg-primary h3,
.modal-header.bg-primary h4,
.modal-header.bg-primary h5,
.modal-header.bg-primary h6,
.card-header.bg-primary h1,
.card-header.bg-primary h2,
.card-header.bg-primary h3,
.card-header.bg-primary h4,
.card-header.bg-primary h5,
.card-header.bg-primary h6,
.section-header.bg-primary h1,
.section-header.bg-primary h2,
.section-header.bg-primary h3,
.section-header.bg-primary h4,
.section-header.bg-primary h5,
.section-header.bg-primary h6,
[style*="background-color: #004080"] h1,
[style*="background-color: #004080"] h2,
[style*="background-color: #004080"] h3,
[style*="background-color: #004080"] h4,
[style*="background-color: #004080"] h5,
[style*="background-color: #004080"] h6,
[style*="background: #004080"] h1,
[style*="background: #004080"] h2,
[style*="background: #004080"] h3,
[style*="background: #004080"] h4,
[style*="background: #004080"] h5,
[style*="background: #004080"] h6 {
    color: white !important;
}

/* Ensure any text on blue backgrounds is white */
.bg-primary,
.modal-header.bg-primary,
.card-header.bg-primary {
    color: white !important;
}

.bg-primary *,
.modal-header.bg-primary *,
.card-header.bg-primary *,
.bg-gradient-primary,
.bg-gradient-primary *,
.donate-section > .container > .row > .col-lg-8 > h2,
.donate-section > .container > .row > .col-lg-8 > .lead,
.donate-section .lead.text-white,
.hero-sm.bg-gradient-primary,
.hero-sm.bg-gradient-primary *,
.hero-sm.bg-gradient-primary .lead,
.bg-gradient-primary .lead {
    color: white !important;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

/* Custom Colors - Blue and White Theme */
:root {
    --primary-color: #004080;
    --primary-dark: #003366;
    --primary-light: #0066cc;
    --accent-color: #a0c8ff;
    --light-bg: #f8fbff;
    --white: #ffffff;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --shadow-light: 0 2px 15px rgba(0, 64, 128, 0.08);
    --shadow-medium: 0 5px 25px rgba(0, 64, 128, 0.15);
    --shadow-heavy: 0 10px 40px rgba(0, 64, 128, 0.2);
    --gradient-primary: linear-gradient(135deg, #004080 0%, #0066cc 100%);
    --gradient-light: linear-gradient(135deg, #f8fbff 0%, #e3f2fd 100%);
    --border-radius: 12px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Enhanced Buttons */
.btn {
    border-radius: var(--border-radius);
    font-weight: 600;
    padding: 12px 24px;
    transition: var(--transition);
    text-transform: none;
    letter-spacing: 0.5px;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: var(--shadow-light);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
    background: linear-gradient(135deg, #003366 0%, #004080 100%);
}

.btn-outline-primary {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}

.btn-outline-primary:hover {
    background: var(--gradient-primary);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-light);
}

/* Enhanced Navbar */
.navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-light);
    padding: 1rem 0;
    transition: var(--transition);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--primary-color) !important;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--text-dark) !important;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem !important;
    border-radius: 8px;
    transition: var(--transition);
}

.navbar-nav .nav-link:hover {
    background: var(--accent-color);
    color: var(--primary-color) !important;
    transform: translateY(-1px);
}

/* Beautiful Hero Section */
.hero {
    background: var(--gradient-light);
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        url('../img/gallery/d31fb032-63e0-4651-87b3-2d4cac84d7e6.JPG'),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%23004080" stop-opacity="0.1"/><stop offset="100%" stop-color="%23004080" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="300" fill="url(%23a)"/><circle cx="800" cy="800" r="400" fill="url(%23a)"/></svg>');
    background-size: cover, auto;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    opacity: 0.25;
    pointer-events: none;
}

.hero-logo {
    max-width: 200px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
    transition: var(--transition);
}

.hero-logo:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow-heavy);
}

.hero h1 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

/* Beautiful Sponsors Section */
.sponsors-section {
    background: var(--gradient-light);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.sponsors-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        url('../img/gallery/1bd5fb99-aa49-484f-b77c-daf75e7410ce.JPG'),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><linearGradient id="b" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="%23004080" stop-opacity="0.03"/><stop offset="100%" stop-color="%23004080" stop-opacity="0"/></linearGradient></defs><path d="M0,0 L1000,200 L1000,1000 L0,800 Z" fill="url(%23b)"/></svg>');
    background-size: cover, auto;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    opacity: 0.25;
    pointer-events: none;
}

.sponsors-section h2 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    position: relative;
}

.sponsors-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.sponsors-wrapper {
    position: relative;
    padding: 2rem 0;
}

.sponsors-revolve-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 1rem;
    border-radius: var(--border-radius);
}

#revolving-sponsors {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 2rem;
}

.sponsor-item {
    flex: 0 0 calc(25% - 1.5rem);
    min-width: calc(25% - 1.5rem);
}

.sponsor-card {
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
    transition: var(--transition);
    height: 100%;
    margin-bottom: 0;
    background: var(--white);
    overflow: hidden;
    position: relative;
}

.sponsor-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.sponsor-card:hover::before {
    transform: scaleX(1);
}

.sponsor-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: var(--shadow-heavy);
}

.sponsor-logo {
    max-height: 120px;
    object-fit: contain;
    padding: 1.5rem;
    transition: var(--transition);
}

.sponsor-card:hover .sponsor-logo {
    transform: scale(1.1);
}

.sponsor-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.sponsor-control-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--gradient-primary);
    border: none;
    box-shadow: var(--shadow-medium);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.sponsor-control-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

.sponsor-control-btn:hover::before {
    width: 100px;
    height: 100px;
}

.sponsor-control-btn:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow-heavy);
}

/* Beautiful About Section */
.about-section {
    padding: 5rem 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}



.about-image {
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
    transition: var(--transition);
    display: block;
    max-height: 400px;
    object-fit: cover;
    border: 3px solid #f0f7ff;
    transform: translateY(0);
}

.about-image:hover {
    box-shadow: var(--shadow-heavy);
    transform: translateY(-5px);
    border-color: var(--accent-color);
}

.about-section h2 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 3rem;
    position: relative;
}

.about-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.about-image {
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
    transition: var(--transition);
    width: 100%;
    height: auto;
}

.about-image:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-heavy);
}

.about-content {
    padding: 2rem;
    background: var(--gradient-light);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-content h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    position: relative;
}

.about-content h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

/* Beautiful Donation Section */
.donate-section {
    background: var(--gradient-primary);
    color: var(--white);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.donate-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        url('../img/gallery/126d1db4-bcbb-4695-81ee-1837be0f1a6a.JPG'),
        var(--gradient-primary);
    background-size: cover, auto;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    opacity: 0.9;
    pointer-events: none;
}

.donate-section h2 {
    color: var(--white);
    margin-bottom: 3rem;
    position: relative;
}

.donate-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--white);
    border-radius: 2px;
}

/* Enhanced Cards */
.card {
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
    transition: var(--transition);
    overflow: hidden;
    background: var(--white);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.card-header {
    background: var(--gradient-primary) !important;
    border: none;
    padding: 1.5rem;
}

.card-body {
    padding: 2rem;
}

/* Form Enhancements */
.form-control {
    border: 2px solid #e9ecef;
    border-radius: var(--border-radius);
    padding: 12px 16px;
    transition: var(--transition);
    font-size: 1rem;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 128, 0.1);
    transform: translateY(-1px);
}

.form-select {
    border: 2px solid #e9ecef;
    border-radius: var(--border-radius);
    padding: 12px 16px;
    transition: var(--transition);
}

.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 64, 128, 0.1);
}

/* Enhanced Footer */
.footer {
    background: linear-gradient(135deg, #001a33 0%, #004080 100%);
    color: var(--white);
    padding: 3rem 0 1rem;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
}

.footer h5 {
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
}

.footer a:hover {
    color: var(--accent-color);
    transform: translateX(5px);
}

/* Responsive Design Enhancements */
@media (max-width: 991px) {
    .sponsor-item {
        flex: 0 0 calc(33.33% - 1rem);
        min-width: calc(33.33% - 1rem);
    }
    
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.75rem; }
    
    .hero {
        min-height: 60vh;
    }
    
    .navbar-nav {
        margin-top: 1rem;
    }
    
    .about-content {
        padding: 1.5rem;
    }
    
    .card-body {
        padding: 1.5rem;
    }
    
    .footer p, .footer li {
        font-size: 0.9rem;
    }
}

@media (max-width: 767px) {
    .sponsor-item {
        flex: 0 0 calc(50% - 1rem);
        min-width: calc(50% - 1rem);
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.5rem; }
    
    body {
        padding-top: 76px;
    }
    
    .about-content {
        margin-top: 2rem;
    }
    
    .lead {
        font-size: 1.1rem;
    }
    
    .btn {
        padding: 10px 20px;
    }
    
    .btn-lg {
        padding: 12px 24px;
        font-size: 1rem;
    }
    
    .about-image {
        max-height: 300px;
    }
    
    .contact-info li {
        font-size: 0.9rem;
        word-break: break-word;
    }
    
    .footer [class^="col-"] {
        margin-bottom: 1.5rem;
    }
    
    .hero .row {
        flex-direction: column-reverse;
    }
    
    .hero .col-md-6:first-child {
        margin-top: 2rem;
    }
}

@media (max-width: 575px) {
    .sponsor-item {
        flex: 0 0 calc(100% - 1rem);
        min-width: calc(100% - 1rem);
    }
    
    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.25rem; }
    
    .hero {
        padding: 2rem 0;
    }
    
    .hero-logo {
        max-width: 180px;
        margin: 0 auto;
        display: block;
    }
    
    .sponsors-section,
    .about-section,
    .donate-section {
        padding: 2.5rem 0;
    }
    
    .card-body {
        padding: 1.25rem;
    }
    
    .row > [class^="col-"] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .about-image {
        max-height: 250px;
    }
    
    .footer {
        text-align: center;
    }
    
    .footer h5::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .about-content h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .about-content h3, .about-content p {
        text-align: center;
    }
}

/* Animation Classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

.animate-pulse {
    animation: pulse 2s infinite;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: var(--white);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ===== GALLERY SECTION STYLES ===== */
.gallery-section {
    background: var(--light-bg);
    position: relative;
    overflow: hidden;
}

.gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 64, 128, 0.02) 0%, rgba(160, 200, 255, 0.05) 100%);
    pointer-events: none;
}

.gallery-item {
    cursor: pointer;
    transition: var(--transition);
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    background: var(--white);
    box-shadow: var(--shadow-light);
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.gallery-image {
    transition: var(--transition);
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-overlay {
    background: transparent;
    opacity: 0;
    transition: none;
    border-radius: var(--border-radius);
}

.gallery-item:hover .gallery-overlay {
    opacity: 0;
}

.gallery-overlay h5,
.gallery-overlay h6,
.gallery-overlay p {
    margin: 0;
    color: #ffffff;
}

.gallery-overlay h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.gallery-overlay h6 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.gallery-overlay p {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Gallery Grid Responsive Adjustments */
@media (max-width: 768px) {
    .gallery-item {
        margin-bottom: 1rem;
    }
    
    .gallery-image {
        height: 200px !important;
    }
    
    .gallery-overlay h5 {
        font-size: 1.1rem;
    }
    
    .gallery-overlay h6 {
        font-size: 0.95rem;
    }
    
    .gallery-overlay p {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .gallery-image {
        height: 180px !important;
    }
    
    .gallery-overlay h5 {
        font-size: 1rem;
    }
    
    .gallery-overlay h6 {
        font-size: 0.9rem;
    }
}

/* View More Button Styling */
#viewMoreGallery {
    background: var(--gradient-primary);
    border: none;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-light);
    transition: var(--transition);
    font-weight: 600;
    letter-spacing: 0.5px;
}

#viewMoreGallery:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
    background: linear-gradient(135deg, #003366 0%, #0066cc 100%);
}

#viewMoreGallery:active {
    transform: translateY(0);
}

/* Additional Gallery Animation */
#additionalGallery {
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

#additionalGallery .gallery-item {
    animation: fadeInUp 0.6s ease-out forwards;
}

#additionalGallery .gallery-item:nth-child(1) { animation-delay: 0.1s; }
#additionalGallery .gallery-item:nth-child(2) { animation-delay: 0.2s; }
#additionalGallery .gallery-item:nth-child(3) { animation-delay: 0.3s; }
#additionalGallery .gallery-item:nth-child(4) { animation-delay: 0.4s; }
#additionalGallery .gallery-item:nth-child(5) { animation-delay: 0.5s; }
#additionalGallery .gallery-item:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Gallery Section Title Styling */
.gallery-section h2 {
    color: var(--primary-color);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.gallery-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.gallery-section .lead {
    color: var(--text-light);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Modal Overlay for Full Image View */
.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
    animation: fadeIn 0.3s ease-out;
}

.gallery-modal img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Gallery Loading State */
.gallery-item.loading {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Donation Cards Styling */
.donation-card-link {
    display: block;
    color: inherit;
    transition: var(--transition);
}

.hover-card {
    transition: var(--transition);
    cursor: pointer;
}

.hover-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-medium);
    border-color: var(--accent-color);
}

.hover-card:hover .rounded-circle {
    background-color: rgba(0, 64, 128, 0.2);
}

.hover-card:hover .card-title {
    color: var(--primary-color);
}

.hover-card:hover .text-primary {
    color: var(--primary-dark) !important;
}

.hover-card::after {
    content: 'Klik om te skenk';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    opacity: 0;
    transition: var(--transition);
}

.hover-card:hover::after {
    opacity: 1;
    bottom: 20px;
}
