/* ===================================================
   BUMS College - Premium Medical Theme
   Color Palette:
     Primary:    #0d7377 (Teal)
     Secondary:  #14919b (Light Teal)
     Accent:     #0c4a6e (Navy)
     Dark:       #1e293b (Slate)
     Light BG:   #f1f5f9
     White:      #ffffff
   =================================================== */

/* --- GLOBAL --- */
body {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    color: #334155;
    background: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    font-size: 14px;
}
a { color: #0d7377; transition: all 0.3s ease; }
a:hover { color: #14919b; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; color: #1e293b; }
img { max-width: 100%; }
.section-padding { padding: 60px 0; }
.section-gray { background: #f1f5f9; }
.section-title { text-align: center; margin-bottom: 45px; }
.section-title h2 { font-size: 32px; font-weight: 700; color: #1e293b; margin-bottom: 10px; position: relative; display: inline-block; }
.section-title h2::after { content: ''; display: block; width: 60px; height: 3px; background: #0d7377; margin: 12px auto 0; border-radius: 2px; }
.section-title p { color: #64748b; font-size: 15px; max-width: 600px; margin: 0 auto; }

/* --- TOP BAR --- */
.top-bar {
    background: linear-gradient(90deg, #0c4a6e 0%, #0d7377 100%);
    color: #e2e8f0;
    padding: 8px 0;
    font-size: 13px;
    letter-spacing: 0.3px;
}
.top-bar a { color: #cbd5e1; }
.top-bar a:hover { color: #fff; }
.top-bar .fa { margin-right: 5px; }

/* --- BRAND HEADER (Logo + College Name) --- */
.brand-header {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #e2e8f0;
}
.brand-header-inner {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.brand-header-inner:hover { text-decoration: none; }
.brand-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-right: 18px;
    border-radius: 6px;
    border: 2px solid #e2e8f0;
    padding: 4px;
    background: #fff;
    flex-shrink: 0;
}
.brand-text { flex: 1; }
.brand-name {
    font-size: 22px;
    font-weight: 700;
    color: #0c4a6e;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 0.3px;
}
.brand-tagline {
    font-size: 13px;
    color: #0d7377;
    margin: 3px 0 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* --- NAVBAR --- */
.navbar-medical {
    background: linear-gradient(90deg, #0c4a6e 0%, #0d7377 100%);
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 0;
    min-height: 46px;
    border-radius: 0;
}
.navbar-medical .navbar-brand {
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
    padding: 13px 15px;
}
.navbar-medical .nav > li > a {
    color: #e2e8f0 !important;
    font-weight: 500;
    font-size: 13px;
    padding: 13px 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}
.navbar-medical .nav > li > a:hover,
.navbar-medical .nav > li.active > a {
    color: #fff !important;
    background: rgba(255,255,255,0.15);
}
.navbar-medical .nav > li > a .fa { margin-right: 4px; }
.navbar-medical .navbar-toggle { margin-top: 8px; margin-bottom: 8px; border-color: rgba(255,255,255,0.4); }
.navbar-medical .navbar-toggle .icon-bar { background: #fff; }

/* --- HERO SLIDER --- */
.hero-slider { position: relative; overflow: hidden; }
.hero-slider .carousel-inner .item img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    filter: brightness(0.55);
}
.hero-slider .carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    text-shadow: none;
    max-width: 700px;
    margin: 0 auto;
    left: 0; right: 0;
}
.hero-slider .carousel-caption h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hero-slider .carousel-caption p {
    font-size: 18px;
    color: #e2e8f0;
    margin-bottom: 25px;
}
.hero-slider .carousel-control {
    width: 50px;
    height: 50px;
    background: rgba(13,115,119,0.7) !important;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    text-align: center;
    opacity: 1;
}
.hero-slider .carousel-control.left { left: 20px; }
.hero-slider .carousel-control.right { right: 20px; }
.hero-slider .carousel-control .glyphicon { top: 0; font-size: 16px; }
.btn-hero {
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.btn-hero-primary { background: #0d7377; color: #fff; border: 2px solid #0d7377; }
.btn-hero-primary:hover { background: #14919b; border-color: #14919b; color: #fff; }
.btn-hero-outline { background: transparent; color: #fff; border: 2px solid #fff; margin-left: 10px; }
.btn-hero-outline:hover { background: #fff; color: #0d7377; }

/* --- NOTICE TICKER --- */
.notice-ticker {
    background: linear-gradient(90deg, #0d7377 0%, #14919b 100%);
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.3px;
}
.notice-ticker .ticker-label {
    background: #0c4a6e;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
    font-weight: 600;
    display: inline-block;
    margin-right: 15px;
}
.notice-ticker marquee { display: inline-block; vertical-align: middle; width: 85%; }
.notice-ticker marquee a { color: #fff; }

/* --- WELCOME / ABOUT SECTION --- */
.welcome-section h2 { font-size: 30px; margin-bottom: 15px; }
.welcome-section .lead { color: #64748b; font-size: 15px; line-height: 1.8; }

/* --- CARDS --- */
.card-modern {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
    padding: 30px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.card-modern:hover {
    box-shadow: 0 8px 30px rgba(13,115,119,0.12);
    transform: translateY(-4px);
}
.card-modern .card-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 18px;
}
.card-modern h4 { font-size: 18px; margin-bottom: 10px; }
.card-modern p { color: #64748b; font-size: 14px; margin: 0; }

/* --- DOCTOR / FACULTY CARDS --- */
.doctor-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    overflow: hidden;
    margin-bottom: 25px;
    transition: all 0.3s;
    text-align: center;
}
.doctor-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.doctor-card img { width: 100%; height: 220px; object-fit: cover; }
.doctor-card .doctor-info { padding: 20px; }
.doctor-card h4 { font-size: 16px; margin-bottom: 4px; color: #1e293b; }
.doctor-card .designation { color: #0d7377; font-weight: 500; font-size: 13px; }
.doctor-card .dept { color: #94a3b8; font-size: 12px; }

/* --- NOTICE PANEL --- */
.notice-panel {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: none;
    overflow: hidden;
}
.notice-panel .panel-heading {
    background: linear-gradient(135deg, #0d7377, #14919b);
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 15px;
    border: none;
}
.notice-panel .panel-body { padding: 20px; }
.notice-panel .notice-item {
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}
.notice-panel .notice-item:last-child { border-bottom: none; }
.notice-panel .notice-item a { color: #334155; font-weight: 500; }
.notice-panel .notice-item a:hover { color: #0d7377; }
.notice-panel .notice-item small { color: #94a3b8; }

/* --- EVENT CARDS --- */
.event-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 25px;
    margin-bottom: 25px;
    border-left: 4px solid #0d7377;
}
.event-card h4 { margin-bottom: 10px; }
.event-card .event-meta { color: #64748b; font-size: 13px; }
.event-card .event-meta .fa { color: #0d7377; margin-right: 5px; }

/* --- GALLERY GRID --- */
.gallery-item {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 10px;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item .gallery-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(13,115,119,0.7);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item .gallery-overlay i { color: #fff; font-size: 30px; }

/* --- BUTTONS --- */
.btn-primary-custom {
    background: #0d7377;
    border: 2px solid #0d7377;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}
.btn-primary-custom:hover { background: #14919b; border-color: #14919b; color: #fff; }
.btn-outline-custom {
    background: transparent;
    border: 2px solid #0d7377;
    color: #0d7377;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    transition: all 0.3s;
}
.btn-outline-custom:hover { background: #0d7377; color: #fff; }

/* --- PAGE HEADER --- */
.page-banner {
    background: linear-gradient(135deg, #0c4a6e 0%, #0d7377 100%);
    padding: 50px 0;
    color: #fff;
    margin-bottom: 40px;
}
.page-banner h2 { color: #fff; font-size: 32px; margin: 0 0 5px; }
.page-banner .breadcrumb { background: none; margin: 0; padding: 0; }
.page-banner .breadcrumb > li, .page-banner .breadcrumb > li > a { color: #cbd5e1; }
.page-banner .breadcrumb > .active { color: #fff; }

/* --- CONTACT FORM --- */
.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 12px 16px;
    height: auto;
    font-size: 14px;
    transition: border-color 0.3s;
}
.contact-form .form-control:focus {
    border-color: #0d7377;
    box-shadow: 0 0 0 3px rgba(13,115,119,0.1);
}
.contact-form label { font-weight: 500; color: #334155; margin-bottom: 6px; }

/* --- FOOTER --- */
.footer-main {
    background: #1e293b;
    color: #94a3b8;
    padding: 50px 0 25px;
    font-size: 14px;
}
.footer-main h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d7377;
    display: inline-block;
}
.footer-main a { color: #94a3b8; }
.footer-main a:hover { color: #0d7377; }
.footer-main .footer-links li { padding: 6px 0; }
.footer-main .footer-links li a:before { content: '\f105'; font-family: FontAwesome; margin-right: 8px; color: #0d7377; }
.footer-main .footer-contact p { margin-bottom: 8px; }
.footer-main .footer-contact .fa { color: #0d7377; width: 20px; margin-right: 8px; }
.footer-bottom {
    background: #0f172a;
    padding: 15px 0;
    font-size: 13px;
    color: #64748b;
}
.footer-bottom a { color: #0d7377; }
.footer-bottom a:hover { color: #14919b; }

/* --- ALERTS --- */
.alert-modern { border-radius: 10px; border: none; padding: 15px 20px; }
.alert-modern.alert-success { background: #ecfdf5; color: #065f46; }
.alert-modern.alert-danger { background: #fef2f2; color: #991b1b; }

/* --- TABLES --- */
.table-modern { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
.table-modern th { background: #f1f5f9; color: #334155; font-weight: 600; border: none !important; padding: 14px 16px !important; }
.table-modern td { padding: 12px 16px !important; vertical-align: middle !important; border-color: #f1f5f9 !important; }
.table-modern tbody tr:hover { background: #f8fafc; }

/* --- HOSPITAL SERVICES --- */
.service-card {
    text-align: center;
    padding: 35px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    margin-bottom: 25px;
    transition: all 0.3s;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(13,115,119,0.12);
    border-color: #0d7377;
}
.service-card .service-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.service-card h4 { font-size: 17px; margin-bottom: 8px; }
.service-card p { color: #64748b; font-size: 13px; line-height: 1.6; margin: 0; }

/* --- STATS COUNTER --- */
.stats-section {
    background: linear-gradient(135deg, #0c4a6e 0%, #0d7377 100%);
    padding: 60px 0;
    color: #fff;
}
.stat-counter { text-align: center; padding: 20px; }
.stat-counter .stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.stat-counter .stat-number span { font-size: 36px; }
.stat-counter .stat-label {
    font-size: 14px;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.stat-counter .stat-icon {
    font-size: 28px;
    color: rgba(255,255,255,0.3);
    margin-bottom: 10px;
}

/* --- GALLERY PREVIEW --- */
.gallery-preview-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.gallery-preview-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gallery-preview-item:hover img { transform: scale(1.1); }
.gallery-preview-item .gp-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(13,115,119,0.8) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    border-radius: 10px;
}
.gallery-preview-item:hover .gp-overlay { opacity: 1; }
.gallery-preview-item .gp-overlay span { color: #fff; font-weight: 500; font-size: 14px; }

/* --- WHY CHOOSE US --- */
.why-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.why-card .why-icon {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-right: 15px;
    flex-shrink: 0;
}
.why-card .why-content h4 { font-size: 16px; margin: 0 0 5px; }
.why-card .why-content p { color: #64748b; font-size: 13px; margin: 0; line-height: 1.6; }

/* --- DROPDOWN MENUS --- */
.navbar-medical .dropdown-menu {
    background: #0c4a6e;
    border: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    padding: 8px 0;
    min-width: 220px;
    margin-top: 0;
}
.navbar-medical .dropdown-menu > li > a {
    color: #cbd5e1 !important;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.2px;
    transition: all 0.2s;
    border-left: 3px solid transparent;
}
.navbar-medical .dropdown-menu > li > a:hover,
.navbar-medical .dropdown-menu > li > a:focus {
    background: rgba(255,255,255,0.1);
    color: #fff !important;
    border-left-color: #14919b;
}
.navbar-medical .dropdown-menu > li + li {
    border-top: 1px solid rgba(255,255,255,0.06);
}
/* Desktop: open on hover */
@media (min-width: 769px) {
    .navbar-medical .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .navbar-medical .dropdown:hover > a {
        color: #fff !important;
        background: rgba(255,255,255,0.15);
    }
}

/* --- CMS CONTENT --- */
.cms-content { line-height: 1.8; font-size: 15px; color: #334155; }
.cms-content h1, .cms-content h2, .cms-content h3,
.cms-content h4, .cms-content h5 { margin-top: 20px; margin-bottom: 12px; }
.cms-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 10px 0; }
.cms-content ul, .cms-content ol { padding-left: 20px; margin-bottom: 15px; }
.cms-content p { margin-bottom: 14px; }
.cms-content table { width: 100%; border-collapse: collapse; margin: 15px 0; }
.cms-content table th, .cms-content table td { border: 1px solid #e2e8f0; padding: 10px 14px; text-align: left; }
.cms-content table th { background: #f1f5f9; font-weight: 600; }

/* --- ABOUT PAGE --- */
.about-main-title { font-size: 26px; margin-bottom: 5px; }

/* --- COURSE CARDS --- */
.course-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s;
}
.course-card:hover {
    box-shadow: 0 8px 30px rgba(13,115,119,0.12);
    transform: translateY(-4px);
}
.course-card-header {
    background: linear-gradient(135deg, #0c4a6e 0%, #0d7377 100%);
    padding: 20px 25px;
    display: flex;
    align-items: center;
}
.course-card-header .course-icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-right: 15px;
    flex-shrink: 0;
}
.course-card-header h4 { color: #fff; margin: 0; font-size: 18px; }
.course-card-body { padding: 22px 25px; }
.course-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.course-meta span {
    background: #f1f5f9;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #334155;
    font-weight: 500;
}
.course-meta span .fa { color: #0d7377; margin-right: 5px; }
.course-detail {
    padding: 10px 0;
    border-top: 1px solid #f1f5f9;
    font-size: 14px;
    color: #334155;
}
.course-detail strong { margin-right: 5px; }
.course-desc { color: #64748b; font-size: 14px; margin: 10px 0 0; line-height: 1.7; }

/* --- DEPARTMENT CARDS --- */
.dept-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
    padding: 28px 22px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.dept-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0d7377, #14919b);
}
.dept-card:hover {
    box-shadow: 0 8px 30px rgba(13,115,119,0.12);
    transform: translateY(-4px);
}
.dept-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d7377, #14919b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    margin: 0 auto 16px;
}
.dept-card h4 { font-size: 17px; margin-bottom: 10px; color: #1e293b; }
.dept-desc { color: #64748b; font-size: 13px; line-height: 1.6; margin-bottom: 14px; min-height: 50px; }
.dept-hod {
    background: #f1f5f9;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    color: #0d7377;
}
.dept-hod .fa { margin-right: 5px; }

/* --- NOTICE LIST --- */
.notice-list-item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.notice-list-item:hover {
    box-shadow: 0 6px 25px rgba(13,115,119,0.1);
    border-left: 4px solid #0d7377;
}
.notice-date-badge {
    background: linear-gradient(135deg, #0d7377, #14919b);
    color: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    text-align: center;
    min-width: 70px;
    margin-right: 20px;
    flex-shrink: 0;
}
.notice-day { display: block; font-size: 24px; font-weight: 700; line-height: 1; }
.notice-month { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 4px; }
.notice-content { flex: 1; }
.notice-content h4 { font-size: 16px; margin: 0 0 6px; color: #1e293b; }
.notice-content p { color: #64748b; font-size: 14px; margin: 0; line-height: 1.6; }
.notice-action { flex-shrink: 0; margin-left: 15px; align-self: center; }

/* --- EVENT CARDS MODERN --- */
.event-card-modern {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all 0.3s;
}
.event-card-modern:hover {
    box-shadow: 0 8px 30px rgba(13,115,119,0.12);
    transform: translateY(-4px);
}
.event-img { position: relative; overflow: hidden; }
.event-img img { width: 100%; height: 200px; object-fit: cover; transition: transform 0.4s; }
.event-card-modern:hover .event-img img { transform: scale(1.05); }
.event-img-placeholder {
    width: 100%; height: 200px;
    background: linear-gradient(135deg, #0c4a6e, #0d7377);
    display: flex; align-items: center; justify-content: center;
}
.event-img-placeholder .fa { font-size: 50px; color: rgba(255,255,255,0.3); }
.event-date-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #0d7377;
    color: #fff;
    border-radius: 8px;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.1;
}
.event-date-overlay .e-day { display: block; font-size: 22px; font-weight: 700; }
.event-date-overlay .e-month { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; }
.event-body { padding: 20px; }
.event-body h4 { font-size: 17px; margin: 0 0 8px; color: #1e293b; }
.event-body .event-meta { color: #0d7377; font-size: 13px; margin-bottom: 8px; }
.event-body .event-meta .fa { margin-right: 4px; }
.event-body .event-desc { color: #64748b; font-size: 14px; margin: 0; line-height: 1.6; }

/* --- CONTACT INFO CARDS --- */
.contact-info-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    padding: 28px 20px;
    text-align: center;
    margin-bottom: 25px;
    transition: all 0.3s;
    border: 1px solid #e2e8f0;
}
.contact-info-card:hover {
    box-shadow: 0 8px 30px rgba(13,115,119,0.12);
    transform: translateY(-4px);
}
.ci-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin: 0 auto 14px;
}
.contact-info-card h5 { font-size: 15px; font-weight: 600; margin-bottom: 6px; color: #1e293b; }
.contact-info-card p { color: #64748b; font-size: 13px; margin: 0; line-height: 1.6; }

/* --- CONTACT DETAIL ITEMS --- */
.contact-detail-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}
.contact-detail-item:last-of-type { border-bottom: none; }
.contact-detail-item > .fa {
    width: 35px;
    height: 35px;
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d7377;
    font-size: 15px;
    margin-right: 14px;
    flex-shrink: 0;
}
.contact-detail-item > div { font-size: 14px; color: #334155; line-height: 1.5; }

/* --- CTA SECTION --- */
.cta-section {
    background: linear-gradient(135deg, #0d7377, #14919b);
    padding: 50px 0;
    color: #fff;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .hero-slider .carousel-inner .item img { height: 280px; }
    .hero-slider .carousel-caption h3 { font-size: 22px; }
    .hero-slider .carousel-caption p { font-size: 13px; display: none; }
    .hero-slider .carousel-caption .btn-hero { padding: 8px 20px; font-size: 12px; }
    .section-padding { padding: 35px 0; }
    .section-title h2 { font-size: 24px; }
    .navbar-medical .nav > li > a { padding: 10px 15px; }
    .brand-header { padding: 10px 0; }
    .brand-logo { width: 50px; height: 50px; margin-right: 12px; }
    .brand-name { font-size: 16px; }
    .brand-tagline { font-size: 11px; }
    .stat-counter .stat-number { font-size: 32px; }
    .gallery-preview-item img { height: 160px; }
    .notice-list-item { flex-direction: column; }
    .notice-date-badge { margin-right: 0; margin-bottom: 12px; }
    .notice-action { margin-left: 0; margin-top: 12px; }
    .course-card-header { flex-direction: column; text-align: center; }
    .course-card-header .course-icon { margin: 0 auto 10px; }
    .course-meta { justify-content: center; }
    .contact-detail-item > .fa { width: 30px; height: 30px; font-size: 13px; }
}
