/* ============ HOME PAGE THEME STYLES ============ */

/* Base Font Size */
html {
    font-size: 16px;
}

body {
    font-size: 1rem;
    line-height: 1.7;
}

/* ============ THEME NAVBAR ============ */
.theme-navbar {
    padding: 1rem;
    position: relative;
    z-index: 100;
}

.theme-navbar .container {
    max-width: 1200px;
    margin: 0 auto;
}

.navbar-glass {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    border-radius: 1rem;
    padding: 0.75rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f472b6, #a855f7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
}

.logo-text h1 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    line-height: 1.2;
}

.logo-text p {
    font-size: 0.9rem;
    color: #ec4899;
    font-weight: 500;
    margin: 0;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-links a {
    color: #4b5563;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #ec4899;
}

.login-btn {
    background: linear-gradient(135deg, #f472b6, #a855f7);
    color: white !important;
    padding: 0.6rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(168, 85, 247, 0.3);
    transition: all 0.3s ease;
}

.login-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.4);
    color: white;
    text-decoration: none;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #4b5563;
    cursor: pointer;
    padding: 0.5rem;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 1rem;
    padding: 1rem;
    margin-top: 0.5rem;
}

.mobile-menu a {
    padding: 0.75rem 1rem;
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: background 0.3s ease;
}

.mobile-menu a:hover {
    background: rgba(255, 255, 255, 0.5);
}

.mobile-login-btn {
    background: linear-gradient(135deg, #f472b6, #a855f7);
    color: white !important;
    text-align: center;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
}

@media (max-width: 992px) {
    .nav-links {
        display: none;
    }

    .login-btn {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }
}

@media (max-width: 576px) {
    .logo-text h1 {
        font-size: 1.1rem;
    }

    .logo-text p {
        font-size: 0.75rem;
    }

    .logo-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-slider {
    position: relative;
    height: 500px;
    width: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(236, 72, 153, 0.25);
    border: 4px solid rgba(255, 255, 255, 0.4);
}

.hero-slider .swiper-slide {
    position: relative;
}

.hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.2) 50%, transparent);
    z-index: 1;
}

.hero-slider .slide-content {
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0 30px;
    z-index: 2;
}

.hero-slider .slide-content h2 {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}

.hero-slider .slide-content p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1rem 2rem;
    border-radius: 1rem;
    display: inline-block;
    max-width: 700px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Swiper Navigation Arrows - Pink Theme */
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    opacity: 1;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    background: rgba(236, 72, 153, 0.8);
}

.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

/* Swiper Pagination - Pink Theme */
.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    background: linear-gradient(135deg, #ec4899, #a855f7);
    width: 32px;
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-slider {
        height: 350px;
    }

    .hero-slider .slide-content h2 {
        font-size: 1.75rem;
    }

    .hero-slider .slide-content p {
        font-size: 1rem;
        padding: 0.75rem 1.25rem;
    }

    .hero-slider .slide-content {
        bottom: 40px;
        padding: 0 15px;
    }
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    border: none;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    font-size: 1.5rem;
}

.hero-slider:hover .slider-nav {
    opacity: 1;
}

.slider-nav:hover {
    background: rgba(255, 255, 255, 0.5);
}

.slider-nav.prev {
    left: 16px;
}

.slider-nav.next {
    right: 16px;
}

.slider-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots .dot.active {
    background: #ec4899;
    width: 32px;
    border-radius: 6px;
}

/* Features Section */
.features-section {
    padding: 2rem 1rem;
    position: relative;
    z-index: 10;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.section-header .divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #f472b6, #a855f7);
    margin: 0 auto;
    border-radius: 2px;
}

.section-header p {
    color: #6b7280;
    margin-top: 0.75rem;
    font-size: 1.15rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    padding: 2rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.feature-card.pink {
    background: linear-gradient(135deg, #fce7f3, #fbcfe8);
}

.feature-card.purple {
    background: linear-gradient(135deg, #f3e8ff, #e9d5ff);
}

.feature-card.blue {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
}

.feature-card.yellow {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
}

.feature-card .icon-box {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-size: 2.5rem;
}

.feature-card.pink .icon-box {
    color: #ec4899;
}

.feature-card.purple .icon-box {
    color: #a855f7;
}

.feature-card.blue .icon-box {
    color: #3b82f6;
}

.feature-card.yellow .icon-box {
    color: #d97706;
}

.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.feature-card p {
    color: #4b5563;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Video Section */
.video-section {
    padding: 2rem 1rem;
    position: relative;
}

.video-glass-container {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 1.5rem;
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.video-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 4px solid white;
}

.video-wrapper video {
    width: 100%;
    display: block;
}

/* About Section */
.about-section {
    padding: 2rem 1rem;
    position: relative;
    z-index: 10;
}

.about-card {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2.5rem;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.about-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(244, 114, 182, 0.1), rgba(168, 85, 247, 0.1), rgba(59, 130, 246, 0.1));
    z-index: 0;
}

.about-card .content {
    position: relative;
    z-index: 10;
    text-align: center;
}

.about-card h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.about-card h2 span {
    background: linear-gradient(to right, #ec4899, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-card>.content>p {
    color: #4b5563;
    font-size: 1.25rem;
    line-height: 2;
    max-width: 900px;
    margin: 0 auto 2.5rem;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.about-features .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.6);
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.about-features .item:hover {
    background: white;
}

.about-features .item span {
    font-weight: 700;
    color: #374151;
    font-size: 1.2rem;
}

.about-features .item:hover span {
    color: #ec4899;
}

.about-features .item .check {
    background: #d1fae5;
    color: #10b981;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

/* CTA Cards Section */
.cta-section {
    padding: 1rem 1rem;
    position: relative;
    z-index: 10;
}

.cta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.cta-card {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 2.5rem;
    padding: 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cta-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.cta-card .decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
    border-radius: 0 0 0 100%;
    margin-top: -40px;
    margin-right: -40px;
    z-index: 0;
}

.cta-card.purple .decoration {
    background: rgba(233, 213, 255, 0.5);
}

.cta-card.pink .decoration {
    background: rgba(252, 231, 243, 0.5);
}

.cta-card .content {
    position: relative;
    z-index: 10;
}

.cta-card .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.cta-card:hover .icon-box {
    transform: scale(1.1);
}

.cta-card.purple .icon-box {
    background: #f3e8ff;
    color: #7c3aed;
}

.cta-card.pink .icon-box {
    background: #fce7f3;
    color: #ec4899;
}

.cta-card h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.cta-card p {
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.8;
    font-size: 1.15rem;
}

.cta-card .btn-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.cta-card .btn-link:hover {
    gap: 1rem;
}

.cta-card.purple .btn-link {
    color: #7c3aed;
}

.cta-card.pink .btn-link {
    color: #ec4899;
}

/* News Section */
.news-section {
    padding: 1.5rem 1rem;
    position: relative;
    z-index: 10;
}

.news-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    gap: 1rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.news-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.news-header p {
    color: #6b7280;
    font-size: 1.1rem;
}

.news-header .archive-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fdf2f8;
    color: #ec4899;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-header .archive-btn:hover {
    background: #fce7f3;
    color: #db2777;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.news-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 40px rgba(236, 72, 153, 0.1);
}

.news-card .image-wrapper {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.news-card .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .image-wrapper img {
    transform: scale(1.1);
}

.news-card .tag {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.news-card .tag.blue {
    background: #3b82f6;
}

.news-card .tag.yellow {
    background: #f59e0b;
}

.news-card .tag.purple {
    background: #a855f7;
}

.news-card .tag.pink {
    background: #ec4899;
}

.news-card .card-body {
    padding: 1.25rem;
}

.news-card .date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #9ca3af;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

.news-card h3 {
    font-weight: 700;
    color: #1f2937;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.news-card:hover h3 {
    color: #ec4899;
}

.news-card .desc {
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}

.news-card .card-footer {
    border-top: 1px solid #f3f4f6;
    padding-top: 0.75rem;
    display: flex;
    justify-content: flex-end;
}

.news-card .read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #ec4899;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: gap 0.3s ease;
}

.news-card:hover .read-more {
    gap: 0.5rem;
}

/* Gallery Section */
.gallery-section {
    padding: 3rem 1rem;
    position: relative;
    z-index: 10;
}

.gallery-header {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2rem;
    padding: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.gallery-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(244, 114, 182, 0.1), rgba(168, 85, 247, 0.1));
    z-index: 0;
}

.gallery-header .content {
    position: relative;
    z-index: 10;
}

.gallery-header .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ec4899;
    margin-bottom: 1.5rem;
}

.gallery-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.gallery-header h2 span {
    background: linear-gradient(to right, #ec4899, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gallery-header p {
    color: #4b5563;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #f472b6, #a855f7) border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

/* Facilities Section */
.facilities-section {
    padding: 1rem 1rem;
    position: relative;
    z-index: 10;
}

.facilities-header {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 3rem;
    padding: 2.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
}

.facilities-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(244, 114, 182, 0.1), rgba(168, 85, 247, 0.1));
    z-index: 0;
}

.facilities-header .content {
    position: relative;
    z-index: 10;
}

.facilities-header .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ec4899;
    margin-bottom: 1.5rem;
}

.facilities-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.facilities-header h2 span {
    background: linear-gradient(to right, #ec4899, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.facilities-header p {
    color: #4b5563;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.facility-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1.5rem;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

.facility-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 40px rgba(236, 72, 153, 0.1);
    border-top-color: #f9a8d4;
}

.facility-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 96px;
    background: #fdf2f8;
    border-radius: 0 0 0 100%;
    margin-top: -16px;
    margin-right: -16px;
    z-index: 0;
    transition: transform 0.5s ease, background 0.3s ease;
}

.facility-card:hover .facility-decoration {
    transform: scale(1.5);
    background: rgba(252, 231, 243, 0.5);
}

.facility-icon {
    position: relative;
    z-index: 10;
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05), 0 0 0 4px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.facility-card:hover .facility-icon {
    background: #ec4899;
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.3);
}

.facility-card h3 {
    position: relative;
    z-index: 10;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.facility-card:hover h3 {
    color: #ec4899;
}

.facility-card p {
    position: relative;
    z-index: 10;
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.6;
    min-height: 40px;
}

.facility-category {
    position: absolute;
    bottom: 12px;
    left: 16px;
    font-size: 0.65rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    color: #6b7280;
    padding: 4px 8px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.facility-card:hover .facility-category {
    opacity: 1;
}

/* Footer */
.site-footer {
    margin-top: 3rem;
    padding: 4rem 1rem 2rem;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 10;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto 2.5rem;
}

.footer-about .logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.footer-about .logo-icon {
    width: 32px;
    height: 32px;
    background: #ec4899;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
}

.footer-about .logo h3 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #1f2937;
}

.footer-about p {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    gap: 0.75rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ec4899;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 1.1rem;
}

.social-links a:hover {
    background: #ec4899;
    color: white;
}

.footer-links h4,
.footer-contact h4 {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 0.5rem;
}

.footer-links ul li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: #ec4899;
}

.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.footer-contact ul li .icon {
    color: #ec4899;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-bottom {
    border-top: 1px solid #e5e7eb;
    padding-top: 1.5rem;
    text-align: center;
    color: #9ca3af;
    font-size: 0.8rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-slider {
        height: 300px;
    }

    .hero-slider .slide-content h2 {
        font-size: 1.5rem;
    }

    .about-card {
        padding: 2rem 1.5rem;
    }

    .about-card h2 {
        font-size: 1.5rem;
    }

    .gallery-header h2 {
        font-size: 1.5rem;
    }
}

/* Login/Action Buttons */
.action-buttons {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(12px);
}

.action-btn.primary {
    background: linear-gradient(135deg, #f472b6, #a855f7);
    color: white;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
}

.action-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.4);
    color: white;
    text-decoration: none;
}

.action-btn.secondary {
    background: rgba(255, 255, 255, 0.8);
    color: #7c3aed;
    border: 1px solid rgba(168, 85, 247, 0.3);
}

.action-btn.secondary:hover {
    background: white;
    color: #ec4899;
    text-decoration: none;
}