/* Additional styles for links and social icons */

.info-card {
background: #fff8ed;
border-left: 5px solid #1E88E5;
padding: 25px;
border-radius: 12px;
margin-bottom: 25px;
font-family: 'Poppins', sans-serif;
color: #000000;
line-height: 1.8;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.info-card h3 {
color: #000000;
display: flex;
align-items: center;
margin-bottom: 10px;
font-size: 1.3rem;
}

.title-icon {
color: aqua;
margin-right: 10px;
}

.sub-icon {
color: aqua;
margin-right: 8px;
}

.icon {
color: aqua;
}

.list-icon {
color: aqua;
margin-right: 6px;
}

.hub-list {
list-style: none;
padding-left: 0;
}

.hub-list li {
margin-bottom: 6px;
}

.coming-soon {
font-size: 0.9rem;
color: black;
font-style: italic;
margin-left: 6px;
}

.contact-link {
color: #000000;
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
}

.contact-link:hover {
color: #1E88E5;
text-decoration: underline;
}

.info-card {
background: #fff8ed; /* soft cream */
border-left: 5px solid #0D47A1; /* light blue */
padding: 20px;
border-radius: 12px;
margin-bottom: 20px;
font-family: 'Poppins', sans-serif;
color: #000000;
line-height: 1.8;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.info-card h3 {
color: #000000;
margin-bottom: 10px;
display: flex;
align-items: center;
font-size: 1.25rem;
}

.title-icon {
color: #010408; 
margin-right: 10px;
}

.icon {
color: #02070e; 
margin-right: 8px;
}

.coming-soon {
font-size: 0.9rem;
color: #000000;
font-style: italic;
margin-left: 5px;
}

.contact-link {
color: #000000;
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
}

.contact-link:hover {
color: #0D47A1;
text-decoration: underline;
}

.contact-card {
background: #fff8ed; /* soft cream base */
border-left: 4px solid #0D47A1; /* light blue accent */
padding: 15px 20px;
border-radius: 12px;
margin-bottom: 15px;
font-family: 'Poppins', sans-serif;
color: #000000;
line-height: 1.8;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.icon {
color: #070400; /* light blue */
margin-right: 8px;
}

.contact-link {
color: #000000;
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
}

.contact-link:hover {
color: #0D47A1; /* light blue on hover */
text-decoration: underline;
}

.donation-contact {
background: #fff7e6; /* soft cream background */
border-left: 4px solid #0D47A1; /* Updated to red */
padding: 15px 20px;
border-radius: 12px;
font-family: 'Poppins', sans-serif;
color: #000000;
line-height: 1.8;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.donation-contact .icon {
color: black; /* light blue */
margin-right: 8px;
}

.contact-link {
color: #000000; /* black text */
text-decoration: none;
transition: color 0.3s ease;
}

.contact-link:hover {
color: #0D47A1; /* light blue on hover */
text-decoration: underline;
}

.official-channels {
font-family: Arial, sans-serif;
font-size: 16px;
color: #000000;
line-height: 1.8;
}

.official-channels i {
color: #0a0f11;
margin-right: 8px;
font-size: 18px;
}

.official-channels a {
color: #000000;
text-decoration: none;
font-weight: bold;
}

.official-channels a:hover {
color: #1A237E;
}

.payments-contact {
font-family: Arial, sans-serif;
font-size: 16px;
color: #000000;
line-height: 1.8;
}

.payments-contact i {
color: #9ACEEB;
margin-right: 8px;
font-size: 18px;
}

.payments-contact a {
color: #000000;
text-decoration: none;
}

.payments-contact a:hover {
color: #ddd8e2;
}

li {
list-style: none;
margin: 8px 0;
font-size: 16px;
font-family: Arial, sans-serif;
}

li i {
color: #ddd8e2;
margin-right: 10px;
font-size: 18px;
}

li a {
text-decoration: none;
color: #000000;
}

li a:hover {
color: #FF3B3B;
}

.contact-details a {
color: #000000;
text-decoration: none;
font-weight: bold;
}

.contact-details a:hover {
color: #0D47A1;
}

.social-links a {
text-decoration: none;
color: #000000;
}

.social-links a:hover {
color: #9aebb5;
}
/* ===== GENERAL STYLES ===== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: rgb(5, 229, 236);
    font-family: Arial, sans-serif;
    color: #000000;
    overflow-x: hidden; /* Prevent horizontal scrolling */
    width: 100%;
}

/* ===== TOP BAR SECTION ===== */
.top-bar {
    background: #cce9f8;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.search-container {
    flex-grow: 1;
    text-align: left;
}

.logo-container {
    text-align: right;
}

.logo {
    max-width: 200px;
    height: auto;
    display: inline-block;
    margin: 0 15px;
}

.slogan-container {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.slogan-container h1 {
    font-size: 24px;
    font-weight: bold;
    color: black;
}

.title-container {
    text-align: center;
    flex-grow: 2;
}

.academy-title {
    font-size: 40px;
    font-weight: bold;
    color: #0e0d0d;
    margin-bottom: 30px;
}

.slogan {
    font-size: 30px;
    font-weight: bold;
    color: #0a0000;
    margin: 0;
}

.search-bar {
    width: 200px;
    height: 20px;
    padding: 5px;
    margin: 10px;
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 18px;
    background-color: white;
    color: #000000;
}

.search-bar::placeholder {
    color: #666666;
}

.search-bar:focus {
    outline: none;
    border-color: #ffffff;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

/* ===== NAVIGATION BUTTONS ===== */
.main-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    background-color: aqua;
    width: 100%;
}

.btn {
    background-color: #ddd8e2;
    color: rgb(7, 7, 7);
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn:hover {
    background-color: #4c3f58;
}

.icon-button {
    width: 24px;
    height: 24px;
}

/* ===== SUB NAVIGATION ===== */
.sub-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    position: relative;
    width: 100%;
}

.sub-nav-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.sub-buttons a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 15px;
    font-size: 18px;
}

.sub-buttons a:hover {
    color: #8804ec;
    border-color: black;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #FF3B3B;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown p, .dropdown a {
    display: block;
    padding: 5px 10px;
    color: black;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    font-size: 12px;
}

.dropdown p:hover, .dropdown a:hover {
    background-color: #ffe6e6;
}

/* ===== MAIN CONTENT SECTIONS ===== */
.main-content {
    padding: 20px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* Announcement Banner */
.announcement-banner {
    background: aqua;
    color: black;
    padding: 30px 20px;
    text-align: center;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(255, 59, 59, 0.3);
    width: 100%;
}

.announcement-content h2 {
    margin: 15px 0;
    font-size: 2rem;
}

.urgent-badge {
    background: #cce9f8;
;
    color: black;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
}

/* Hero Section */
.hero-section {
    text-align: center;
    padding: 60px 20px;
    background: aqua;
    border-radius: 10px;
    margin-bottom: 40px;
    width: 100%;
}

.hero-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.hero-intro {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 30px;
    line-height: 1.6;
    color: #000000;
}

.hero-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.cta-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-btn.primary {
    background-color: #ddd8e2;
    color: black;
}

.cta-btn.secondary {
    background-color: transparent;
    color: black;
    border: 2px solid black;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 59, 59, 0.3);
}

.cta-btn.primary:hover {
    background-color: aqua;
}

.cta-btn.secondary:hover {
    background-color: #1E88E5;
    color: white;
}

.feature-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-card {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    width: 200px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-top: 4px solid #1E88E5;
}

/* Content Sections */
.content-section {
    padding: 60px 20px;
    margin-bottom: 40px;
    background: #cce9f8;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.content-section h2 {
    text-align: center;
    color: black;
    margin-bottom: 40px;
    font-size: 2.2rem;
}

/* About Section */
.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.about-text {
    flex: 1;
    min-width: 300px;
}

.intro-paragraph {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #000000;
}

.mission-vision {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mv-item {
    flex: 1;
    min-width: 250px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #1E88E5;
}

.mv-item h3 {
    color: #1E88E5;
    margin-top: 0;
}

/* Programs Section */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.program-card {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-top: 4px solid #1E88E5;
}

.program-card:hover {
    transform: translateY(-5px);
}

.program-card h3 {
    color: #1E88E5;
    margin-top: 0;
}

.learn-more-btn {
    background-color: #1E88E5;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
    background-color: #1E88E5;
}

/* Services Section */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

.service-card {
    background: #cce9f8;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    border-top: 4px solid #1E88E5;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card h3 {
    color: #1E88E5;
    margin-top: 0;
}

/* Contact Section */
.contact-intro {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
    color: #000000;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.contact-form {
    flex: 1;
    min-width: 300px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    color: #000000;
}

.contact-form button {
    background-color: #1E88E5;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: aqua;
}

.contact-details {
    flex: 1;
    min-width: 300px;
}

.contact-details p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #000000;
}

/* Success Stories Section */
.success-stories {
    background: #cce9f8;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: calc(100% - 40px);
}

.success-stories h2 {
    text-align: center;
    color: #1E88E5;
}

.story-item {
    margin: 10px 0;
}

.story-item h3 {
    color: #000000;
}

.story-item p {
    color: #000000;
}

/* Gallery Section */
.gallery {
    background: #cce9f8;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: calc(100% - 40px);
}

.gallery h2 {
    color: #1E88E5;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.gallery-item {
    flex: 0 0 auto;
}

.gallery-item img {
    max-width: 100%;
    height: 250px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Blog Section */
.blog {
    background-color: #cce9f8;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: calc(100% - 40px);
}

.blog h2 {
    text-align: center;
    color: #1E88E5;
}

.blog-post {
    margin: 10px 0;
}

.blog-post h3 {
    color: #000000;
}

.blog-post p {
    color: #000000;
}

/* News and Events Section */
.news-events {
    background-color: #cce9f8;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: calc(100% - 40px);
}

.news-events h2 {
    text-align: center;
    color: #1E88E5;
}

.news-item {
    margin: 10px 0;
}

.news-item h3 {
    color: #000000;
}

.news-item p {
    color: #000000;
}

/* ===== FOOTER SECTION - FIXED ===== */
footer {
    background: #2e4f5f;
    color: white;
    padding: 20px;
    width: 100%;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.social-icons {
    flex: 1;
    min-width: 300px;
    text-align: center;
    margin: 0;
    padding: 10px;
}

.footer-links {
    flex: 1;
    min-width: 200px;
    text-align: center;
    margin: 0;
    padding: 10px;
}

.footer-details {
    flex: 1;
    min-width: 300px;
    text-align: center;
    margin: 0;
    padding: 10px;
}

footer a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

footer a:hover {
    text-decoration: underline;
    color: #ffe6e6;
}

.social-icon {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.footer-info {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

/* Dark Mode Toggle */
.dark-mode-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    margin: 0;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    cursor: pointer;
}

/* ===== MODAL STYLES ===== */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    min-width: 300px;
    text-align: center;
    color: black;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #FF3B3B;
}

.hidden {
    display: none;
}

/* Enhanced Modal Styles */
.modal-content {
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
    padding: 30px;
    position: relative;
}

.modal-content h3 {
    color: #FF3B3B;
    margin-top: 0;
    border-bottom: 2px solid #FF3B3B;
    padding-bottom: 10px;
}

.modal-content h4 {
    color: #E63333;
    margin-top: 20px;
}

.modal-content ul {
    margin: 10px 0;
    padding-left: 20px;
}

.modal-content li {
    margin: 8px 0;
    line-height: 1.5;
    color: #000000;
}

.faq-item {
    margin: 15px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    border-left: 4px solid #FF3B3B;
}

.faq-item h4 {
    margin-top: 0;
    color: black;
}

/* Mobile responsive modals */
@media (max-width: 768px) {
    .modal-content {
        margin: 10% auto;
        width: 95%;
        padding: 20px;
    }
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        text-align: center;
    }

    .academy-title {
        font-size: 1.5rem !important;
    }

    .slogan {
        font-size: 1.1rem !important;
    }

    .logo {
        max-width: 120px;
    }

    .main-buttons {
        flex-direction: column;
        align-items: center;
    }

    .sub-nav-container {
        flex-direction: column;
        gap: 5px;
    }

    .hero-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .feature-cards {
        flex-direction: column;
        align-items: center;
    }

    .mission-vision {
        flex-direction: column;
    }

    .contact-container {
        flex-direction: column;
    }

    .footer-container {
        flex-direction: column;
    }

    .social-icons, .footer-links, .footer-details {
        margin: 0;
        min-width: 100%;
        text-align: center;
    }
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
}

.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: black;
    margin: 5px 0;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    .main-buttons {
        display: none;
    }

    .mobile-nav.active {
        display: flex;
    }
}

.mobile-nav {
    display: none;
    flex-direction: column;
    background: #f8f9fa;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.mobile-nav .btn {
    width: 100%;
    margin: 5px 0;
    justify-content: center;
}

/* NEW STYLES FOR ADDED FEATURES */

/* Search Results Styles */
.search-results {
    position: absolute;
    background: white;
    width: 250px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 100;
    margin-top: 5px;
    display: none;
}

.search-result-item {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #000000;
}

.search-result-item:hover {
    background-color: #ffe6e6;
}

.search-result-item:last-child {
    border-bottom: none;
}

.highlight {
    background-color: #ffe6e6;
    padding: 2px 0;
}

/* Carousel Styles */
.carousel {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-caption {
    background: rgba(255, 59, 59, 0.8);
    color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 80%;
    text-align: center;
}

.carousel-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.carousel-dot.active {
    background: white;
}

/* Rotating Messages */
.rotating-messages {
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}

.message {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FF3B3B;
}

.message.active {
    opacity: 1;
}

/* Hub Button Styles */
.hub-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.hub-option-btn {
    background-color: #FF3B3B;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hub-option-btn:hover {
    background-color: #1E88E5;
}

/* Massive Website Enhancements */
.expanded-section {
    padding: 60px 20px;
    margin-bottom: 40px;
    background: #cce9f8;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.expanded-section h2 {
    text-align: center;
    color: #1E88E5;
    margin-bottom: 40px;
    font-size: 2.2rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.stat-card {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #1E88E5;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1E88E5;
    margin-bottom: 10px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.testimonial-card {
    background: #cce9f8;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #1E88E5;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 15px;
    color: #000000;
}

.testimonial-author {
    font-weight: bold;
    color: #1E88E5;
}

/* Dropdown menu for Prospectus */
/* Container for positioning relative */
.sub-nav-container {
    position: relative;
}

/* Dropdown menu styling */
#prospectusMenu {
    display: none;
    position: absolute;       /* position relative to .sub-nav-container */
    top: 100%;                /* directly below the button */
    left: 0;                  /* align left edge with button */
    background: white;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    min-width: 220px;         /* width of dropdown */
    z-index: 999;
}

/* Dropdown links */
#prospectusMenu a {
    display: block;
    padding: 10px 14px;
    color: #1E88E5;
    text-decoration: none;
    font-weight: 600;
}

#prospectusMenu a:hover {
    background: #ffe6e6;
}

/* Show dropdown */
#prospectusMenu.show {
    display: block;
}

/* Optional: small arrow indicator */
#prospectusBtn i {
    margin-left: 6px;
}

/* Responsive: adjust dropdown on small screens */
@media (max-width: 768px) {
    #prospectusMenu {
        left: 0;
        right: 0;
        min-width: auto;
    }
}



/* About Page Styles */
.about-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 3rem;
}

.about-hero-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 3rem 0;
}

.mv-card {
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    background: var(--card-bg);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.mv-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.value-item {
    text-align: center;
    padding: 2rem 1rem;
}

.value-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 3rem auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary-color);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.timeline-year {
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
    z-index: 2;
}

.timeline-content {
    flex: 1;
    padding: 1rem 2rem;
    background: var(--card-bg);
    border-radius: 10px;
    margin: 0 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Programs Page Styles */
.programs-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.program-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease;
}

.program-card:hover {
    transform: translateY(-5px);
}

.program-card.featured {
    border: 2px solid var(--primary-color);
}

.program-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
}

.program-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.program-level {
    color: var(--secondary-color);
    font-weight: bold;
    margin-bottom: 1rem;
}

.program-features {
    margin: 1.5rem 0;
}

.program-features span {
    display: block;
    margin-bottom: 0.5rem;
}

.program-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.benefit-item {
    text-align: center;
    padding: 2rem 1rem;
}

.benefit-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Services Page Styles */
.services-hero {
    background: linear-gradient(135deg, #00796b 0%, #004d40 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.service-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.service-features {
    margin: 1.5rem 0;
    list-style: none;
}

.service-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.service-features li:last-child {
    border-bottom: none;
}

.service-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.process-step {
    text-align: center;
    padding: 2rem 1rem;
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.pricing-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.pricing-card.featured {
    border: 2px solid var(--primary-color);
    transform: scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
}

.price {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary-color);
    margin: 1rem 0;
}

.price span {
    font-size: 1rem;
    color: var(--text-color);
}

.package-features {
    list-style: none;
    margin: 2rem 0;
    text-align: left;
}

.package-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.package-features li:last-child {
    border-bottom: none;
}

/* Contact Page Styles */
.contact-hero {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-form .full-width {
    width: 100%;
}

.contact-info {
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.contact-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 1rem;
    margin-top: 0.25rem;
}

.business-hours {
    margin-bottom: 2rem;
}

.hours-list {
    margin-top: 1rem;
}

.hour-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.emergency-contact {
    background: #fff3cd;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid #ffc107;
}

.emergency-link {
    display: inline-flex;
    align-items: center;
    color: #856404;
    font-weight: bold;
    text-decoration: none;
}

.emergency-link i {
    margin-right: 0.5rem;
}

.map-container {
    margin-top: 2rem;
}

.map-placeholder {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.map-placeholder img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 1.5rem;
}

.departments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.department-card {
    background: var(--card-bg);
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.social-links-large {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background: var(--card-bg);
    border-radius: 10px;
    text-decoration: none;
    color: var(--text-color);
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: translateY(-3px);
}

.social-link i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

/* Apply Page Styles */
.apply-hero {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.application-deadline {
    background: rgba(255,255,255,0.2);
    padding: 1rem 2rem;
    border-radius: 25px;
    display: inline-block;
    margin-top: 1rem;
}

.application-steps {
    margin-bottom: 3rem;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.step {
    text-align: center;
    padding: 2rem 1rem;
    position: relative;
}

.step.active {
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.step-number {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.application-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-section {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.program-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.program-option {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.program-option:hover {
    border-color: var(--primary-color);
}

.program-option input[type="radio"] {
    margin-right: 1rem;
}

.program-option label {
    cursor: pointer;
    flex: 1;
}

.program-option label strong {
    display: block;
    margin-bottom: 0.25rem;
}

.program-option label span {
    font-size: 0.9rem;
    color: #666;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}

.checkbox-group label {
    font-weight: normal;
}

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

.support-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.support-option {
    text-align: center;
    padding: 2rem 1rem;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.support-option i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-hero,
    .mission-vision-grid,
    .contact-container,
    .form-grid {
        grid-template-columns: 1fr;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        flex-direction: row !important;
    }
    
    .timeline-content {
        margin-left: 4rem;
        margin-right: 0;
    }
    
    .program-options {
        flex-direction: column;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .pricing-card.featured {
        transform: none;
    }
}


/* Register Page Styles */
.register-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.registration-period {
    background: rgba(255,255,255,0.2);
    padding: 1rem 2rem;
    border-radius: 25px;
    display: inline-block;
    margin-top: 1rem;
}

.registration-process {
    margin-bottom: 3rem;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.process-step {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.process-step.completed {
    border-left: 4px solid #28a745;
}

.process-step.current {
    border-left: 4px solid var(--primary-color);
    background: linear-gradient(135deg, var(--card-bg) 0%, #f8f9fa 100%);
}

.step-indicator {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.process-step.completed .step-indicator {
    background: #28a745;
    color: white;
}

.process-step.current .step-indicator {
    background: var(--primary-color);
    color: white;
}

.process-step:not(.completed):not(.current) .step-indicator {
    background: #6c757d;
    color: white;
}

.registration-forms {
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
}

.form-tabs {
    display: flex;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.tab-button {
    flex: 1;
    padding: 1rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-button.active {
    background: var(--primary-color);
    color: white;
}

.tab-content {
    display: none;
    padding: 2rem;
}

.tab-content.active {
    display: block;
}

.subjects-checklist,
.time-preferences {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.subject-option,
.time-option {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.subject-option:hover,
.time-option:hover {
    border-color: var(--primary-color);
}

.subject-option input,
.time-option input {
    margin-right: 0.5rem;
}

.upload-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.upload-item {
    padding: 1rem;
    border: 2px dashed #ddd;
    border-radius: 5px;
    text-align: center;
}

.upload-item label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.support-card {
    text-align: center;
    padding: 2rem 1rem;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.support-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.dates-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.date-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.date {
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin-right: 1rem;
    font-weight: bold;
}



/* Support Page Styles */
.support-hero {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.support-quick-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.quick-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    background: rgba(255,255,255,0.2);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.quick-action-btn:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-3px);
}

.quick-action-btn i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.support-channels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.channel-card {
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.channel-card:hover {
    transform: translateY(-5px);
}

.channel-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}

.channel-icon.urgent {
    background: #dc3545;
}

.channel-details {
    margin: 1.5rem 0;
    text-align: left;
}

.channel-details p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.faq-preview {
    margin-bottom: 3rem;
}

.faq-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.faq-category h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.faq-item {
    margin-bottom: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    overflow: hidden;
}

.faq-question {
    padding: 1rem;
    background: #f8f9fa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: #e9ecef;
}

.faq-answer {
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 1rem;
    max-height: 1000px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.view-all-faq {
    text-align: center;
    margin-top: 2rem;
}

.support-form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.support-form {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.support-info {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
}

.process-steps {
    margin-top: 2rem;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.process-step .step-number {
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
}

.emergency-support {
    margin-top: 3rem;
}

.emergency-banner {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 2rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.emergency-icon {
    font-size: 3rem;
}

.emergency-contacts {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.emergency-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: rgba(255,255,255,0.2);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.emergency-btn:hover {
    background: rgba(255,255,255,0.3);
}

.emergency-btn i {
    margin-right: 0.5rem;
}

/* FAQs Page Styles */
.faqs-hero {
    background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.search-faq {
    display: flex;
    max-width: 500px;
    margin: 2rem auto 0;
}

.search-faq input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 25px 0 0 25px;
}

.search-btn {
    padding: 0.75rem 1.5rem;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
}

.faq-categories-nav {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    overflow-x: auto;
    padding-bottom: 1rem;
}

.category-link {
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border-radius: 25px;
    text-decoration: none;
    color: var(--text-color);
    white-space: nowrap;
    transition: all 0.3s ease;
}

.category-link.active,
.category-link:hover {
    background: var(--primary-color);
    color: white;
}

.faq-category {
    display: none;
}

.faq-category.active {
    display: block;
}

.contact-prompt {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 3rem;
}

.contact-options {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.faq-updates {
    text-align: center;
    margin-top: 3rem;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .episode-card.featured,
    .host-profile,
    .support-form-container {
        grid-template-columns: 1fr;
    }
    
    .form-tabs {
        flex-direction: column;
    }
    
    .support-quick-actions {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .emergency-banner {
        flex-direction: column;
        text-align: center;
    }
    
    .faq-categories-nav {
        flex-wrap: wrap;
    }
}


/* Connect Page Styles */
.connect-hero {
    background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.connect-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.connect-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.connect-card:hover {
    transform: translateY(-5px);
}

.connect-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
}

.connect-features {
    margin: 1.5rem 0;
}

.connect-features span {
    display: block;
    margin-bottom: 0.5rem;
    color: #666;
}

.social-platforms {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.platform-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.platform-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
    color: white;
}

.platform-icon.facebook { background: #3b5998; }
.platform-icon.whatsapp { background: #25d366; }
.platform-icon.discord { background: #7289da; }
.platform-icon.linkedin { background: #0077b5; }

.platform-stats {
    display: flex;
    justify-content: space-around;
    margin: 1rem 0;
    font-size: 0.9rem;
    color: #666;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.event-card {
    display: flex;
    background: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.event-date {
    background: var(--primary-color);
    color: white;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

.date-day {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
}

.date-month {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.event-details {
    padding: 1.5rem;
    flex: 1;
}

.event-time, .event-platform {
    color: #666;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.view-all-events {
    text-align: center;
    margin-top: 2rem;
}

.alumni-content {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.alumni-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.alumni-stat {
    text-align: center;
    padding: 1rem;
}

.alumni-stat .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--primary-color);
    display: block;
}

.alumni-stat .stat-label {
    color: #666;
    font-size: 0.9rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.alumni-cta {
    text-align: center;
    margin-top: 2rem;
}

.newsletter-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 3rem;
}

.newsletter-form {
    max-width: 500px;
    margin: 2rem auto 0;
}

.newsletter-form .form-group {
    display: flex;
    gap: 0.5rem;
}

.newsletter-form input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 25px;
}

.form-options {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.checkbox-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.contact-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.contact-method {
    text-align: center;
    padding: 2rem 1rem;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-method i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Location Page Styles */
.location-hero {
    background: linear-gradient(135deg, #fd746c 0%, #ff9068 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.location-details {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.address-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: fit-content;
}

.address-card h2 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.address-details {
    margin-bottom: 2rem;
}

.address-details p {
    margin-bottom: 0.5rem;
}

.contact-info p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.contact-info a {
    color: var(--text-color);
    text-decoration: none;
}

.contact-info a:hover {
    color: var(--primary-color);
}

.map-container {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.map-embed {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.map-actions {
    text-align: center;
}

.campus-features .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feature-item {
    text-align: center;
    padding: 1.5rem 1rem;
}

.feature-item .feature-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

.operating-hours {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.hours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.hours-section h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.hour-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.hour-item:last-child {
    border-bottom: none;
}

.transport-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.transport-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.transport-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
}

.transport-details {
    margin-top: 1.5rem;
    text-align: left;
}

.transport-details p {
    margin-bottom: 0.5rem;
}

.planning-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.planning-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.planning-step .step-number {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.safety-banner {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 2rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.safety-icon {
    font-size: 3rem;
}

.safety-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.safety-features span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.virtual-tour {
    background: var(--card-bg);
    padding: 3rem 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.tour-options {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

/* Vacancies Page Styles */
.vacancies-hero {
    background: linear-gradient(135deg, #654ea3 0%, #da98b4 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.careers-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.benefit-item {
    text-align: center;
    padding: 1.5rem 1rem;
}

.benefit-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.vacancies-filter {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.vacancies-filter .filter-btn {
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vacancies-filter .filter-btn.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.vacancies-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.vacancy-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.vacancy-card:hover {
    transform: translateY(-3px);
}

.vacancy-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.vacancy-type {
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
}

.vacancy-type.full-time {
    background: #d4edda;
    color: #155724;
}

.vacancy-type.part-time {
    background: #fff3cd;
    color: #856404;
}

.vacancy-type.internship {
    background: #cce7ff;
    color: #004085;
}

.vacancy-details {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 0.9rem;
}

.requirements {
    margin: 1.5rem 0;
}

.requirements h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.requirements ul {
    padding-left: 1.5rem;
    color: #666;
}

.requirements li {
    margin-bottom: 0.25rem;
}

.vacancy-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.no-vacancies-message {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-state {
    max-width: 400px;
    margin: 0 auto;
}

.empty-state i {
    font-size: 4rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.application-process {
    background: var(--card-bg);
    padding: 3rem 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin: 3rem 0;
}

.application-process .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.application-process .process-step {
    text-align: center;
    padding: 1.5rem 1rem;
}

.application-process .step-number {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.talent-pool {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 10px;
    text-align: center;
    margin: 3rem 0;
}

.faq-section {
    margin-bottom: 3rem;
}

.contact-hr {
    background: var(--card-bg);
    padding: 3rem 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.hr-contact-content .contact-options {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .location-details {
        grid-template-columns: 1fr;
    }
    
    .vacancy-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .vacancy-details {
        flex-direction: column;
        gap: 1rem;
    }
    
    .vacancy-actions {
        flex-direction: column;
    }
    
    .event-card {
        flex-direction: column;
    }
    
    .event-date {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        min-width: auto;
        padding: 1rem;
    }
    
    .newsletter-form .form-group {
        flex-direction: column;
    }
}


/* Pricing Structure Page Styles */
.pricing-hero {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.pricing-badge {
    background: rgba(255,255,255,0.2);
    padding: 1rem 2rem;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.value-proposition {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.value-item {
    text-align: center;
    padding: 1.5rem 1rem;
}

.value-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.pricing-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.pricing-tab {
    padding: 1rem 2rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-tab.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.pricing-tier {
    display: none;
}

.pricing-tier.active {
    display: block;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.pricing-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card.featured {
    border: 2px solid var(--primary-color);
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.plan-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.plan-header .price {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary-color);
    margin: 1rem 0;
}

.plan-header .price span {
    font-size: 1rem;
    color: #666;
}

.plan-description {
    color: #666;
    font-style: italic;
}

.plan-features {
    list-style: none;
    margin: 2rem 0;
}

.plan-features li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.plan-features .fa-check {
    color: #28a745;
}

.plan-features .fa-times {
    color: #dc3545;
}

.plan-actions {
    text-align: center;
    margin-top: 2rem;
}

.coming-soon {
    text-align: center;
    padding: 4rem 2rem;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.coming-soon i {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.payment-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.payment-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
}

.payment-details {
    margin-top: 1.5rem;
    text-align: left;
}

.payment-details p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.discounts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.discount-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}

.discount-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
}

.discount-terms {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
    font-size: 0.8rem;
    color: #666;
}

.fee-breakdown {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin: 3rem 0;
}

.breakdown-tables {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.breakdown-table {
    overflow-x: auto;
}

.breakdown-table h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.breakdown-table table {
    width: 100%;
    border-collapse: collapse;
}

.breakdown-table th,
.breakdown-table td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.breakdown-table th {
    background: #f8f9fa;
    font-weight: bold;
}

.payment-options-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.payment-method {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.payment-method i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.bank-details,
.cash-info {
    margin-top: 1rem;
    text-align: left;
    font-size: 0.9rem;
}

.bank-details p,
.cash-info p {
    margin-bottom: 0.25rem;
}

.card-types {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    font-size: 2rem;
}

.mobile-options {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.mobile-options span {
    background: #f8f9fa;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
}

.pricing-faq {
    margin-bottom: 3rem;
}

.pricing-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 2rem;
    border-radius: 15px;
    text-align: center;
}

/* Learning Packages Page Styles */
.packages-hero {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.package-badges {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.package-badge {
    background: rgba(255,255,255,0.2);
    padding: 0.5rem 1rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.packages-overview {
    text-align: center;
    margin-bottom: 3rem;
}

.package-comparison {
    margin-top: 2rem;
}

.comparison-table {
    overflow-x: auto;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    background: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.comparison-table th,
.comparison-table td {
    padding: 1rem;
    text-align: center;
    border: 1px solid #e9ecef;
}

.comparison-table th {
    background: var(--primary-color);
    color: white;
    font-weight: bold;
}

.comparison-table tr:nth-child(even) {
    background: #f8f9fa;
}

.package-accordion {
    margin-top: 2rem;
}

.package-item {
    background: var(--card-bg);
    border-radius: 10px;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
}

.package-header {
    padding: 1.5rem 2rem;
    background: #f8f9fa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.package-header:hover {
    background: #e9ecef;
}

.package-header h3 {
    margin: 0;
    color: var(--primary-color);
}

.package-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
}

.package-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.package-item.active .package-content {
    padding: 2rem;
    max-height: 2000px;
}

.package-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 1.5rem 0;
}

.feature-category h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.feature-category ul {
    list-style: none;
    padding: 0;
}

.feature-category li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.feature-category .fa-check {
    color: #28a745;
}

.feature-category .fa-times {
    color: #dc3545;
}

.package-suitability {
    margin: 1.5rem 0;
}

.suitability-tags {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.tag {
    background: #e9ecef;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    color: #495057;
}

.package-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.subject-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.subject-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.subject-card:hover {
    transform: translateY(-5px);
}

.subject-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
}

.subject-level {
    color: var(--secondary-color);
    font-weight: bold;
    margin-bottom: 1rem;
}

.subject-features {
    margin: 1.5rem 0;
}

.subject-features span {
    display: block;
    margin-bottom: 0.5rem;
    color: #666;
}

.subject-pricing {
    margin: 1.5rem 0;
}

.subject-pricing .price {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-color);
}

.customization-options {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.addon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.addon-card {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e9ecef;
}

.addon-card h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.addon-price {
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.addon-details {
    margin-top: 1rem;
}

.addon-details span {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
    color: #666;
}

.customization-cta {
    text-align: center;
    margin-top: 2rem;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.story-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid var(--primary-color);
}

.story-author {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

.story-author strong {
    color: var(--primary-color);
}

.story-author span {
    color: #666;
    font-size: 0.9rem;
}

.package-support {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 3rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pricing-card.featured {
        transform: none;
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-5px);
    }
    
    .package-header {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .package-actions {
        flex-direction: column;
    }
    
    .breakdown-tables {
        grid-template-columns: 1fr;
    }
    
    .comparison-table {
        font-size: 0.8rem;
    }
}


/* Academic Calendar Page Styles */
.calendar-hero {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.academic-year-badge {
    background: rgba(255,255,255,0.2);
    padding: 1rem 2rem;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.year-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.year-stats .stat-card {
    text-align: center;
    padding: 1.5rem 1rem;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.year-stats .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--primary-color);
    display: block;
}

.year-stats .stat-label {
    color: #666;
    font-size: 0.9rem;
}

.term-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.term-card {
    background: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.term-card:hover {
    transform: translateY(-5px);
}

.term-header {
    background: var(--primary-color);
    color: white;
    padding: 1.5rem;
    text-align: center;
}

.term-header h3 {
    margin: 0 0 0.5rem 0;
}

.term-duration {
    font-weight: bold;
    opacity: 0.9;
}

.term-details {
    padding: 1.5rem;
}

.term-info {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.important-dates h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.important-dates ul {
    list-style: none;
    padding: 0;
}

.important-dates li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.important-dates li:last-child {
    border-bottom: none;
}

.important-dates .date {
    font-weight: bold;
    color: var(--primary-color);
    margin-right: 0.5rem;
}

.holiday-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.holiday-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.holiday-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
}

.holiday-dates {
    margin-top: 1.5rem;
    text-align: left;
}

.holiday-dates p {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f8f9fa;
}

.holiday-dates p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.assessment-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.assessment-tab {
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.assessment-tab.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.assessment-content {
    display: none;
}

.assessment-content.active {
    display: block;
}

.assessment-table {
    overflow-x: auto;
}

.assessment-table table {
    width: 100%;
    border-collapse: collapse;
    background: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.assessment-table th,
.assessment-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.assessment-table th {
    background: var(--primary-color);
    color: white;
    font-weight: bold;
}

.grade-specific-info {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.deadlines-timeline {
    margin-top: 2rem;
    position: relative;
}

.deadlines-timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary-color);
}

.deadline-item {
    display: flex;
    margin-bottom: 2rem;
    position: relative;
}

.deadline-date {
    background: var(--primary-color);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 20px;
    font-weight: bold;
    margin-right: 2rem;
    position: relative;
    z-index: 2;
}

.deadline-content {
    flex: 1;
    background: var(--card-bg);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.deadline-content h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.event-category {
    background: var(--card-bg);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.event-category h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.event-list {
    list-style: none;
    padding: 0;
}

.event-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.event-item:last-child {
    border-bottom: none;
}

.event-date {
    font-weight: bold;
    color: var(--primary-color);
}

.calendar-download {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 3rem;
}

.download-options {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.download-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    text-decoration: none;
    color: var(--text-color);
    transition: transform 0.3s ease;
}

.download-btn:hover {
    transform: translateY(-3px);
}

.download-btn i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.calendar-notice {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 10px;
    padding: 2rem;
    margin-top: 2rem;
}

.notice-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

/* Class Delivery Policy Page Styles */
.policy-hero {
    background: linear-gradient(135deg, #fd746c 0%, #ff9068 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.philosophy-principles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.principle-card {
    text-align: center;
    padding: 2rem 1rem;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.principle-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}

.method-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.method-tab {
    padding: 1rem 2rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.method-tab.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.method-content {
    display: none;
}

.method-content.active {
    display: block;
}

.method-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.method-image {
    border-radius: 10px;
    overflow: hidden;
}

.method-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.method-info h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.method-features {
    margin: 1.5rem 0;
}

.method-features h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.method-features ul {
    list-style: none;
    padding: 0;
}

.method-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.method-features li:last-child {
    border-bottom: none;
}

.guidelines-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.guideline-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 5px;
}

.technical-requirements {
    margin: 1.5rem 0;
}

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.requirement-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.requirement-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.hybrid-structure {
    margin: 1.5rem 0;
}

.structure-timeline {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.structure-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.session-type {
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
}

.session-type.online {
    background: #cce7ff;
    color: #004085;
}

.session-type.inperson {
    background: #d4edda;
    color: #155724;
}

.standards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.standard-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}

.standard-number {
    position: absolute;
    top: -10px;
    left: -10px;
    background: var(--primary-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.policy-sections {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.policy-section {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.requirements-list {
    margin-top: 1rem;
}

.requirement {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f8f9fa;
}

.requirement:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.requirement i {
    color: #28a745;
    margin-top: 0.25rem;
}

.assessment-structure {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.assessment-type {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.assessment-type h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.assessment-type ul {
    list-style: none;
    padding: 0;
}

.assessment-type li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.assessment-type li:last-child {
    border-bottom: none;
}

.feedback-timeline {
    margin-top: 3rem;
}

.timeline-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.timeline-step {
    background: var(--card-bg);
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.step-time {
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.support-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.support-type {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.support-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
}

.support-type ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.support-type li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.support-type li:last-child {
    border-bottom: none;
}

.policy-compliance {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 3rem;
}

.compliance-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .method-details {
        grid-template-columns: 1fr;
    }
    
    .deadline-item {
        flex-direction: column;
        gap: 1rem;
    }
    
    .deadline-date {
        margin-right: 0;
        text-align: center;
    }
    
    .deadlines-timeline::before {
        display: none;
    }
    
    .structure-item {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .compliance-actions {
        flex-direction: column;
    }
}


/* Rules & Regulations Page Styles */
.rules-hero {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.compliance-badge {
    background: rgba(255,255,255,0.2);
    padding: 1rem 2rem;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.rules-toc {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-top: 2rem;
}

.toc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.toc-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.3s ease;
}

.toc-item:hover {
    background: var(--primary-color);
    color: white;
}

.rule-category {
    margin-bottom: 4rem;
}

.rule-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.rule-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.rule-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.rule-card ul {
    list-style: none;
    padding: 0;
}

.rule-card li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
    position: relative;
    padding-left: 1.5rem;
}

.rule-card li:before {
    content: '•';
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.rule-card li:last-child {
    border-bottom: none;
}

.integrity-policy {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.violation-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.violation {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #dc3545;
}

.violation h4 {
    color: #dc3545;
    margin-bottom: 0.5rem;
}

.consequence {
    background: #fff3cd;
    padding: 0.75rem;
    border-radius: 5px;
    margin-top: 1rem;
    font-weight: bold;
    color: #856404;
}

.citation-guide {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.citation-style {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
}

.attendance-policy {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.attendance-requirements {
    margin-bottom: 2rem;
}

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.requirement {
    text-align: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.req-number {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
    display: block;
}

.req-text {
    font-size: 0.9rem;
    color: #666;
}

.attendance-procedures {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.procedure {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
}

.procedure ul {
    list-style: none;
    padding: 0;
}

.procedure li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    padding-left: 1.5rem;
}

.procedure li:before {
    content: '✓';
    color: #28a745;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.procedure li:last-child {
    border-bottom: none;
}

.consequence-levels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.level {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    border-left: 4px solid #ffc107;
}

.level:nth-child(2) {
    border-left-color: #fd7e14;
}

.level:nth-child(3) {
    border-left-color: #dc3545;
}

.level-title {
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.level-action {
    font-size: 0.9rem;
    color: #666;
}

.dress-code {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.guidelines-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.guideline-category ul {
    list-style: none;
    padding: 0;
}

.guideline-category li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
    position: relative;
    padding-left: 1.5rem;
}

.guideline-category li:before {
    content: '•';
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.guideline-category li:last-child {
    border-bottom: none;
}

.special-cases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.special-case {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
}

.facilities-policy {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.facility-rules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.facility-rule {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.facility-rule i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-top: 0.25rem;
}

.special-facilities {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.special-rule ul {
    list-style: none;
    padding: 0;
}

.special-rule li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
    position: relative;
    padding-left: 1.5rem;
}

.special-rule li:before {
    content: '•';
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.special-rule li:last-child {
    border-bottom: none;
}

.digital-policy {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.platform-rules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.platform-rule ul {
    list-style: none;
    padding: 0;
}

.platform-rule li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
    position: relative;
    padding-left: 1.5rem;
}

.platform-rule li:before {
    content: '•';
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.platform-rule li:last-child {
    border-bottom: none;
}

.social-media-rules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.social-rule {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.social-rule i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-top: 0.25rem;
}

.disciplinary-policy {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.disciplinary-levels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.level-card {
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.level-header {
    padding: 1.5rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.level-header.minor {
    background: #17a2b8;
}

.level-header.moderate {
    background: #ffc107;
}

.level-header.serious {
    background: #fd7e14;
}

.level-header.severe {
    background: #dc3545;
}

.level-badge {
    background: rgba(255,255,255,0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
}

.level-content {
    padding: 1.5rem;
}

.appeals-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.appeal-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.step-number {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.parent-responsibilities {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.parent-duties {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.duty-card {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.duty-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

.parent-code {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.code-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.code-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-top: 0.25rem;
}

.rules-acknowledgement {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 3rem;
}

.acknowledgement-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.rules-update {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.3);
}

/* Payment Methods Page Styles */
.payment-hero {
    background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.security-badge {
    background: rgba(255,255,255,0.2);
    padding: 1rem 2rem;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.payment-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.payment-features .feature-item {
    text-align: center;
    padding: 1.5rem 1rem;
}

.payment-features .feature-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.method-card {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.method-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
}

.method-description {
    text-align: center;
    color: #666;
    margin-bottom: 1.5rem;
}

.bank-details {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
}

.bank-details p {
    margin-bottom: 0.5rem;
}

.transfer-instructions ul {
    list-style: none;
    padding: 0;
}

.transfer-instructions li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
    position: relative;
    padding-left: 1.5rem;
}

.transfer-instructions li:before {
    content: '✓';
    color: #28a745;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.transfer-instructions li:last-child {
    border-bottom: none;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.card-type {
    text-align: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.card-type i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    display: block;
}

.security-info {
    background: #d4edda;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.security-info p {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.security-info p:last-child {
    margin-bottom: 0;
}

.payment-location {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
}

.cash-instructions ul {
    list-style: none;
    padding: 0;
}

.cash-instructions li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
    position: relative;
    padding-left: 1.5rem;
}

.cash-instructions li:before {
    content: '•';
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
}

.cash-instructions li:last-child {
    border-bottom: none;
}

.safety-notice {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.apps-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem 0;
}

.app-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.app-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.mobile-instructions ol {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.mobile-instructions li {
    padding: 0.5rem 0;
}

.plans-comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.plan-option {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}

.plan-option.featured {
    border: 2px solid var(--primary-color);
    transform: scale(1.05);
}

.plan-header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
    position: relative;
}

.plan-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
}

.plan-badge.popular {
    background: #ffc107;
    color: #000;
}

.payment-frequency {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #666;
}

.plan-features ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.plan-features li {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.plan-features .fa-check {
    color: #28a745;
}

.plan-features .fa-times {
    color: #dc3545;
}

.plan-action {
    text-align: center;
}

.security-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.protection-features,
.fraud-prevention {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.protection-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.protection-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-top: 0.25rem;
}

.prevention-item {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
}

.support-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.support-card {
    text-align: center;
    padding: 2rem 1rem;
    background: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.support-card .support-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
}

.reminders-content {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 2rem;
}

.reminder-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.reminder-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.reminder-item i {
    font-size: 1.5rem;
    color: #856404;
    margin-top: 0.25rem;
}

.payment-contact {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 3rem;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.contact-method {
    text-align: center;
    padding: 1.5rem 1rem;
}

.contact-method i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.contact-method a {
    color: white;
    text-decoration: none;
}

.contact-method a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .plan-option.featured {
        transform: none;
    }
    
    .methods-grid {
        grid-template-columns: 1fr;
    }
    
    .plans-comparison {
        grid-template-columns: 1fr;
    }
    
    .toc-grid {
        grid-template-columns: 1fr;
    }
    
    .disciplinary-levels {
        grid-template-columns: 1fr;
    }
}