/* MedicoStar - Modern Medical CRM Theme - Blue Theme */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700&display=swap");

:root {
    --primary-color: #0ea5e9;
    --primary-dark: #0284c7;
    --primary-light: #38bdf8;
    --secondary-color: #1e3a5f;
    --accent-color: #7dd3fc;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --text-muted: #9ca3af;
    --white: #ffffff;
    --light-bg: #f0f9ff;
    --gray-bg: #f9fafb;
    --border-color: #e5e7eb;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --transition: all 0.3s ease;
    --border-radius: 12px;
    --border-radius-lg: 20px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.7; color: var(--text-dark); background-color: var(--white); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; font-weight: 600; line-height: 1.3; color: var(--text-dark); }
a { text-decoration: none; color: var(--primary-color); transition: var(--transition); }
a:hover { color: var(--primary-dark); }
img { max-width: 100%; height: auto; }

.section-padding { padding: 100px 0; }
.section-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; }
.section-subtitle { font-size: 1.1rem; color: var(--text-light); max-width: 600px; margin: 0 auto 3rem; }
.text-primary { color: var(--primary-color) !important; }
.bg-light-green { background-color: var(--light-bg); }

.btn { font-family: "Poppins", sans-serif; font-weight: 500; padding: 12px 30px; border-radius: 50px; transition: var(--transition); border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary { background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%); color: var(--white); box-shadow: 0 4px 15px rgba(14, 165, 233, 0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(14, 165, 233, 0.5); background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-color) 100%); color: var(--white); }
.btn-outline { background: transparent; border: 2px solid var(--primary-color); color: var(--primary-color); }
.btn-outline:hover { background: var(--primary-color); color: var(--white); }
.btn-white { background: var(--white); color: var(--primary-color); box-shadow: var(--shadow-md); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: var(--primary-dark); }
.btn-lg { padding: 16px 40px; font-size: 1.1rem; }

.navbar { padding: 12px 0; transition: var(--transition); background: var(--white) !important; position: fixed; width: 100%; top: 0; z-index: 1000; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.navbar.scrolled { background: var(--white) !important; box-shadow: var(--shadow-md); padding: 8px 0; }
.navbar-brand { display: flex; align-items: center; }
.navbar-brand img { height: 28px; width: auto; }
.navbar-nav .nav-link { font-family: "Poppins", sans-serif; font-weight: 500; font-size: 0.9rem; color: var(--text-dark) !important; padding: 8px 16px !important; transition: var(--transition); }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--primary-color) !important; }
.nav-btn { margin-left: 15px; }
.nav-btn .btn { padding: 8px 20px; font-size: 0.85rem; }
.lang-switch { display: flex; align-items: center; gap: 3px; margin-left: 10px; }
.lang-switch a { padding: 4px 8px; border-radius: 4px; font-size: 0.8rem; font-weight: 500; color: var(--text-light); cursor: pointer; }
.lang-switch a.active, .lang-switch a:hover { background: var(--primary-color); color: var(--white); }

.hero-section { min-height: 100vh; display: flex; align-items: center; background: linear-gradient(135deg, var(--light-bg) 0%, var(--white) 50%, var(--light-bg) 100%); position: relative; overflow: hidden; padding-top: 80px; }
.hero-section::before { content: ""; position: absolute; top: -50%; right: -20%; width: 70%; height: 150%; background: linear-gradient(135deg, rgba(14, 165, 233, 0.1) 0%, rgba(30, 58, 95, 0.05) 100%); border-radius: 50%; z-index: 0; }
.hero-content { position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--white); padding: 8px 20px; border-radius: 50px; box-shadow: var(--shadow-md); margin-bottom: 1.5rem; font-size: 0.9rem; color: var(--primary-color); font-weight: 500; }
.hero-title { font-size: 3.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 1.5rem; }
.hero-title span { color: var(--primary-color); position: relative; }
.hero-title span::after { content: ""; position: absolute; bottom: 5px; left: 0; width: 100%; height: 12px; background: rgba(14, 165, 233, 0.2); z-index: -1; }
.hero-description { font-size: 1.2rem; color: var(--text-light); margin-bottom: 2rem; max-width: 500px; }
.hero-buttons { display: flex; gap: 15px; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-stats { display: flex; gap: 40px; }
.hero-stat { text-align: center; }
.hero-stat-number { font-size: 2.5rem; font-weight: 700; color: var(--primary-color); display: block; }
.hero-stat-text { font-size: 0.9rem; color: var(--text-light); }
.hero-image { position: relative; z-index: 1; text-align: center; }
.hero-image img { max-height: 550px; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15)); }
.hero-floating-card { position: absolute; background: var(--white); padding: 15px 20px; border-radius: var(--border-radius); box-shadow: var(--shadow-lg); animation: float 3s ease-in-out infinite; }
.hero-floating-card.card-1 { top: 15%; left: 0; }
.hero-floating-card.card-2 { bottom: 25%; right: 0; animation-delay: 1.5s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

.features-section { background: var(--white); }
.feature-card { background: var(--white); padding: 40px 30px; border-radius: var(--border-radius); box-shadow: var(--shadow-md); transition: var(--transition); height: 100%; border: 1px solid var(--border-color); }
.feature-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-xl); border-color: var(--primary-color); }
.feature-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%); border-radius: var(--border-radius); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }
.feature-icon i { font-size: 2rem; color: var(--white); }
.feature-card h4 { font-size: 1.3rem; margin-bottom: 1rem; }
.feature-card p { color: var(--text-light); margin-bottom: 0; }

.services-section { background: var(--light-bg); }
.service-card { background: var(--white); border-radius: var(--border-radius-lg); overflow: hidden; box-shadow: var(--shadow-md); transition: var(--transition); height: 100%; }
.service-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-xl); }
.service-card-body { padding: 30px; }
.service-card-body h4 { font-size: 1.3rem; margin-bottom: 0.8rem; }
.service-card-body p { color: var(--text-light); margin-bottom: 1rem; }
.service-link { font-weight: 600; color: var(--primary-color); display: inline-flex; align-items: center; gap: 5px; }
.service-link:hover { gap: 10px; }
.service-card-preview { cursor: pointer; }
.service-card-image { position: relative; overflow: hidden; }
.service-card-image img { width: 100%; height: 180px; object-fit: cover; object-position: top; transition: var(--transition); }
.service-card-preview:hover .service-card-image img { transform: scale(1.05); }
.image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(14, 165, 233, 0.8); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; transition: var(--transition); color: var(--white); }
.image-overlay i { font-size: 2rem; margin-bottom: 8px; }
.image-overlay span { font-weight: 500; }
.service-card-preview:hover .image-overlay { opacity: 1; }

.stats-section { background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); padding: 80px 0; }
.stat-item { text-align: center; color: var(--white); }
.stat-icon { width: 70px; height: 70px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.stat-icon i { font-size: 1.8rem; color: var(--white); }
.stat-number { font-size: 3rem; font-weight: 700; display: block; margin-bottom: 0.5rem; }
.stat-text { font-size: 1rem; opacity: 0.9; }

.cta-section { background: var(--white); }
.cta-box { background: linear-gradient(135deg, var(--light-bg) 0%, var(--white) 100%); border-radius: var(--border-radius-lg); padding: 60px; box-shadow: var(--shadow-lg); border: 1px solid var(--border-color); }
.cta-box h2 { font-size: 2.2rem; margin-bottom: 1rem; }
.cta-box p { color: var(--text-light); font-size: 1.1rem; margin-bottom: 2rem; }

.registration-section { background: var(--light-bg); }
.registration-form-container { background: var(--white); border-radius: var(--border-radius-lg); box-shadow: var(--shadow-xl); padding: 50px; }
.registration-form-container h3 { font-size: 1.8rem; margin-bottom: 0.5rem; }
.registration-form-container .subtitle { color: var(--text-light); margin-bottom: 2rem; }
.form-section-title { font-size: 1.1rem; font-weight: 600; color: var(--primary-color); margin: 2rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--light-bg); }
.form-group { margin-bottom: 1.5rem; }
.form-label { font-weight: 500; color: var(--text-dark); margin-bottom: 0.5rem; }
.form-control { padding: 12px 16px; border-radius: var(--border-radius); border: 1px solid var(--border-color); font-size: 1rem; transition: var(--transition); }
.form-control:focus { border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1); outline: none; }
.form-select { padding: 12px 16px; border-radius: var(--border-radius); border: 1px solid var(--border-color); }
.form-select:focus { border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1); }
.form-check-input:checked { background-color: var(--primary-color); border-color: var(--primary-color); }
.file-upload-area { border: 2px dashed var(--border-color); border-radius: var(--border-radius); padding: 40px; text-align: center; transition: var(--transition); cursor: pointer; }
.file-upload-area:hover, .file-upload-area.dragover { border-color: var(--primary-color); background: var(--light-bg); }
.file-upload-area i { font-size: 3rem; color: var(--primary-color); margin-bottom: 1rem; }
.file-upload-area p { color: var(--text-light); margin-bottom: 0; }
.uploaded-files { margin-top: 1rem; }
.uploaded-file-item { display: flex; align-items: center; justify-content: space-between; background: var(--light-bg); padding: 10px 15px; border-radius: 8px; margin-bottom: 8px; }
.uploaded-file-item .file-name { display: flex; align-items: center; gap: 10px; }
.uploaded-file-item .remove-file { color: #ef4444; cursor: pointer; }

.footer { background: var(--secondary-color); color: var(--white); padding: 80px 0 30px; }
.footer-logo { display: block; margin-bottom: 1.5rem; }
.footer-logo img { height: 32px; width: auto; }
.footer-description { color: rgba(255, 255, 255, 0.7); margin-bottom: 1.5rem; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 40px; height: 40px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); transition: var(--transition); }
.footer-social a:hover { background: var(--primary-color); }
.footer-title { font-size: 1.2rem; font-weight: 600; margin-bottom: 1.5rem; color: var(--white); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: rgba(255, 255, 255, 0.7); transition: var(--transition); }
.footer-links a:hover { color: var(--primary-light); padding-left: 5px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 1rem; color: rgba(255, 255, 255, 0.7); }
.footer-contact-item i { color: var(--primary-light); margin-top: 5px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 30px; margin-top: 50px; text-align: center; color: rgba(255, 255, 255, 0.6); }
.footer-powered { margin-top: 15px; }
.footer-powered .emoda-logo { height: 30px; width: auto; opacity: 0.7; transition: var(--transition); }
.footer-powered .emoda-logo:hover { opacity: 1; }

/* Anti-spam email reveal */
.reveal-email-btn {
    color: var(--primary-color);
    cursor: pointer;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: var(--transition);
}
.reveal-email-btn:hover { color: var(--primary-dark); gap: 8px; }
.footer-contact-item .reveal-email-btn { color: var(--primary-light); }
.footer-contact-item .reveal-email-btn:hover { color: var(--white); }
.email-link { color: var(--primary-color); }
.footer-contact-item .email-link { color: rgba(255, 255, 255, 0.9); }
.footer-contact-item .email-link:hover { color: var(--white); }

.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* Mobile Sidebar Menu */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 280px;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -300px;
        width: 280px;
        height: 100vh;
        background: var(--white);
        box-shadow: var(--shadow-xl);
        z-index: 9999;
        transition: left 0.3s ease;
        overflow-y: auto;
        padding: 0;
        display: block !important;
        visibility: visible;
        pointer-events: none;
    }
    .navbar-collapse.show {
        left: 0;
        pointer-events: auto;
    }
    .navbar-nav {
        padding: 80px 25px 30px;
        flex-direction: column;
        align-items: flex-start !important;
        pointer-events: auto;
    }
    .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid var(--border-color);
        position: relative;
        pointer-events: auto;
    }
    .navbar-nav .nav-link {
        padding: 15px 0 !important;
        font-size: 1rem;
        display: block;
        position: relative;
        z-index: 1;
        pointer-events: auto;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    .nav-btn {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    .nav-btn .btn {
        width: 100%;
        justify-content: center;
        position: relative;
        z-index: 1;
        pointer-events: auto;
        cursor: pointer;
    }
    .lang-switch {
        margin-left: 0;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid var(--border-color);
        width: 100%;
        justify-content: center;
        position: relative;
        z-index: 1;
        pointer-events: auto;
    }
    .lang-switch a {
        pointer-events: auto;
        cursor: pointer;
    }
    .mobile-menu-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 15px 20px;
        background: var(--light-bg);
        border-bottom: 1px solid var(--border-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
    }
    .mobile-menu-header img {
        height: 28px;
    }
    .mobile-menu-close {
        width: 36px;
        height: 36px;
        border: none;
        background: var(--white);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: var(--text-dark);
        font-size: 1.2rem;
        box-shadow: var(--shadow-sm);
        position: relative;
        z-index: 3;
    }
    .mobile-menu-close:hover {
        background: var(--primary-color);
        color: var(--white);
    }
    body.menu-open {
        overflow: hidden;
    }
    .hero-title { font-size: 2.5rem; }
    .hero-section { padding-top: 100px; padding-bottom: 50px; }
    .hero-image { margin-top: 50px; }
    .hero-stats { gap: 20px; }
    .section-title { font-size: 2rem; }
    .registration-form-container { padding: 30px; }
}

@media (max-width: 767.98px) {
    .hero-title { font-size: 2rem; }
    .hero-buttons { flex-direction: column; }
    .hero-stats { flex-wrap: wrap; gap: 15px; }
    .hero-stat { flex: 0 0 45%; }
    .section-padding { padding: 60px 0; }
    .cta-box { padding: 40px 20px; }
}

.spinner-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9); display: flex; align-items: center; justify-content: center; z-index: 9999; opacity: 0; visibility: hidden; transition: var(--transition); }
.spinner-overlay.active { opacity: 1; visibility: visible; }
.spinner { width: 50px; height: 50px; border: 4px solid var(--border-color); border-top-color: var(--primary-color); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.toast-container { position: fixed; top: 100px; right: 20px; z-index: 9999; }
.toast-message { background: var(--white); padding: 15px 25px; border-radius: var(--border-radius); box-shadow: var(--shadow-lg); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; transform: translateX(120%); transition: var(--transition); }
.toast-message.show { transform: translateX(0); }
.toast-message.success { border-left: 4px solid var(--primary-color); }
.toast-message.error { border-left: 4px solid #ef4444; }
.toast-message.success i { color: var(--primary-color); }
.toast-message.error i { color: #ef4444; }

.modal-content { border: none; border-radius: var(--border-radius-lg); overflow: hidden; }
.modal-header { background: var(--light-bg); border-bottom: 1px solid var(--border-color); padding: 15px 20px; }
.modal-title { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 1.1rem; }
.modal-footer { background: var(--light-bg); border-top: 1px solid var(--border-color); padding: 15px 20px; }

/* Page Header */
.page-header {
    background: linear-gradient(135deg, var(--light-bg) 0%, var(--white) 100%);
    padding: 120px 0 60px;
    margin-top: 60px;
}
.page-header .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 1rem;
}
.page-header .breadcrumb-item a {
    color: var(--primary-color);
}
.page-header .breadcrumb-item.active {
    color: var(--text-light);
}
.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--text-muted);
}
.page-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}
.page-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 0;
}

/* Module Cards */
.module-card {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 35px;
    height: 100%;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    position: relative;
}
.module-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}
.module-card.featured {
    border: 2px solid var(--primary-color);
}
.module-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}
.module-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.module-icon i {
    font-size: 1.8rem;
    color: var(--white);
}
.module-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}
.module-card > p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}
.module-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.module-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: var(--text-dark);
    font-size: 0.95rem;
}
.module-features li i {
    color: var(--primary-color);
    font-size: 0.9rem;
}
.module-preview {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
}
.module-preview:hover {
    gap: 12px;
}

/* Contact Cards */
.contact-card {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}
.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}
.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}
.contact-icon i {
    font-size: 2rem;
    color: var(--white);
}
.contact-card h4 {
    margin-bottom: 1rem;
}
.contact-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}
.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 500;
}
.contact-link:hover {
    gap: 12px;
    color: var(--primary-dark);
}

/* Contact Form */
.contact-form-wrapper, .map-wrapper {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 40px;
    height: 100%;
    box-shadow: var(--shadow-md);
}
.contact-form-wrapper h3, .map-wrapper h3 {
    margin-bottom: 0.5rem;
}
.map-container {
    border-radius: var(--border-radius);
    overflow: hidden;
}

/* Working Hours */
.working-hours-card {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-md);
}
.hours-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hours-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}
.hours-item:last-child {
    border-bottom: none;
}

/* About Page */
.about-image-wrapper {
    position: relative;
}
.about-image {
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-xl);
}
.about-content h2 {
    margin-bottom: 1.5rem;
}
.about-content p {
    color: var(--text-light);
    margin-bottom: 1rem;
}
.about-features {
    display: flex;
    gap: 30px;
    margin-top: 2rem;
}
.about-feature {
    display: flex;
    align-items: center;
    gap: 15px;
}
.about-feature i {
    width: 50px;
    height: 50px;
    background: var(--light-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.3rem;
}
.about-feature h5 {
    margin-bottom: 0;
    font-size: 1rem;
}
.about-feature span {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* Mission Cards */
.mission-card {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 40px;
    height: 100%;
    box-shadow: var(--shadow-md);
}
.mission-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.mission-icon i {
    font-size: 1.5rem;
    color: var(--white);
}
.mission-card h3 {
    margin-bottom: 1rem;
}
.mission-card p {
    color: var(--text-light);
    margin-bottom: 0;
}

/* Value Cards */
.value-card {
    background: var(--white);
    border-radius: var(--border-radius-lg);
    padding: 30px;
    text-align: center;
    height: 100%;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}
.value-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}
.value-icon {
    width: 70px;
    height: 70px;
    background: var(--light-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: var(--primary-color);
    font-size: 1.5rem;
}
.value-card h4 {
    margin-bottom: 0.8rem;
}
.value-card p {
    color: var(--text-light);
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Benefits Banner */
.benefits-banner {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    padding: 30px 0;
}
.benefit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white);
    font-weight: 500;
}
.benefit-item i {
    font-size: 1.2rem;
}

/* Accordion */
.accordion-item {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius) !important;
    margin-bottom: 15px;
    overflow: hidden;
}
.accordion-button {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 20px 25px;
}
.accordion-button:not(.collapsed) {
    background: var(--light-bg);
    color: var(--primary-color);
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: var(--border-color);
}
.accordion-body {
    padding: 20px 25px;
    color: var(--text-light);
}

/* Responsive for new pages */
@media (max-width: 991.98px) {
    .page-header { padding: 100px 0 40px; }
    .page-title { font-size: 2rem; }
    .about-features { flex-direction: column; gap: 20px; }
}
@media (max-width: 767.98px) {
    .page-title { font-size: 1.8rem; }
    .contact-form-wrapper, .map-wrapper { padding: 25px; }
    .module-card { padding: 25px; }
}
