/* ==========================================================================
   RSUD dr. H. ISHAK UMARELLA - Custom Stylesheet (Preserving Educamb DNA)
   Colors: Primary #035c96 | Base #1c9aed | Dark #012a4a | Light #f8fafc
   ========================================================================== */

/* === 1. CRITICAL HEADER FIX (PREVENT ABSOLUTE OVERLAP) === */
.main-header {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    z-index: 100 !important;
}

.header-top-style9 {
    background-color: #024673 !important;
    padding: 8px 0;
}

.header-top-style9 .social-link-box-style1 p {
    color: rgba(255, 255, 255, 0.85);
}

.header-top-style9-right .quick-link-box .link-box ul li a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12.5px;
    font-weight: 500;
}

.header-top-style9-right .quick-link-box .link-box ul li a:hover {
    color: #ffffff;
}

.header-bottom-style9 {
    background-color: #035c96 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px 0 !important;
}

.header-bottom-style9-left .logo-text h3 {
    color: #ffffff !important;
    font-weight: 800;
    font-size: 22px;
}

.header-bottom-style9-left .logo-text span {
    color: #bbf2f6 !important;
}

.header-contact-info-style9 ul li .text p,
.header-contact-info-style9 ul li .text p a {
    color: #ffffff !important;
}

.header-contact-info-style9 ul li .icon span {
    color: #1c9aed !important;
}

.header-style9 {
    background-color: #012a4a !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.22);
    border-bottom: 2px solid rgba(28, 154, 237, 0.25);
}

.header-style9 .outer-box {
    min-height: 68px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.header-style9-left .main-menu .navigation > li {
    margin-right: 6px;
}

.header-style9-left .main-menu .navigation > li > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    font-size: 17.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    color: #ffffff !important;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
}

.header-style9-left .main-menu .navigation > li.dropdown > a:after {
    margin-left: 8px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
}

.header-style9-left .main-menu .navigation > li:hover > a,
.header-style9-left .main-menu .navigation > li.current > a {
    color: #1c9aed !important;
    background-color: rgba(255, 255, 255, 0.08);
}

.header-style9-left .main-menu .navigation > li:hover > a:after,
.header-style9-left .main-menu .navigation > li.current > a:after {
    color: #1c9aed !important;
}

/* Right Navigation Elements (WA, Search, IGD) */
.header-style9-right {
    display: flex !important;
    align-items: center !important;
}

.header-style9-right > ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.header-style9-right > ul > li {
    margin-left: 10px;
    list-style: none;
}

.header-style9-right > ul > li a,
.header-style9-right > ul > li button.search-toggler {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.header-style9-right > ul > li a:hover,
.header-style9-right > ul > li button.search-toggler:hover {
    background: #1c9aed;
    border-color: #1c9aed;
    color: #ffffff;
    transform: scale(1.05);
}

.header-emergency-badge {
    margin-left: 20px;
    display: inline-block;
}

.badge-igd {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    background-color: #e53e3e;
    color: #ffffff !important;
    padding: 10px 22px;
    border-radius: 4px;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 14px rgba(229, 62, 62, 0.35);
    border: none;
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none !important;
}

.badge-igd:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    content: "";
    opacity: 0;
    transform: translateX(-100%);
    transition: all 400ms ease;
    background-color: #9b2c2c;
    z-index: -1;
}

.badge-igd:hover:before {
    opacity: 1;
    transform: translateX(0);
}

.badge-igd:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    content: "";
    opacity: 0;
    transform: translateX(100%);
    transition: all 400ms ease;
    background-color: #9b2c2c;
    z-index: -1;
}

.badge-igd:hover:after {
    opacity: 1;
    transform: translateX(0);
}

.badge-igd:hover {
    box-shadow: 0 6px 20px rgba(229, 62, 62, 0.5);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    animation: igd-beacon 1.6s infinite ease-in-out;
    position: relative;
    z-index: 2;
}

@keyframes igd-beacon {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* === 2. HERO SLIDER STYLE 9 FIXES & CLEAN LAYOUT === */
.main-slider--style9 {
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
    background-color: #035c96;
}

.main-slider--style9 .slider-box {
    position: relative;
    overflow: hidden;
}

.main-slider--style9 .slide {
    min-height: 590px !important;
    padding: 95px 0 105px !important;
    display: flex !important;
    align-items: center;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.main-slider--style9 .slide .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.slide-overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.28) 38%, rgba(0, 0, 0, 0) 65%);
    z-index: 2;
}

.main-slider--style9 .auto-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.main-slider--style9 .content {
    position: relative;
    z-index: 3;
    max-width: 580px;
}

.main-slider--style9 .sub-title {
    margin-bottom: 14px;
    max-width: 460px;
}

.main-slider--style9 .sub-title h5,
.main-slider--style9 .sub-title span.badge {
    display: inline-block;
    color: #ffffff;
    background: rgba(3, 92, 150, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-slider--style9 .content .big-title h2 {
    color: #ffffff;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 14px;
    max-width: 460px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.main-slider--style9 .content .text p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 440px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

.main-slider--style9 .btns-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
    max-width: 580px;
}

.btn-hero-primary {
    background-color: #035c96;
    color: #ffffff !important;
    border: 2px solid #035c96;
    font-weight: 700;
    padding: 10px 22px;
    height: 46px;
    border-radius: 4px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    margin: 0 !important;
    text-decoration: none !important;
}

.btn-hero-primary:hover {
    background-color: #012a4a;
    border-color: #012a4a;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

.btn-hero-secondary {
    background-color: #ffffff;
    color: #035c96 !important;
    border: 2px solid #ffffff;
    font-weight: 700;
    padding: 10px 22px;
    height: 46px;
    border-radius: 4px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    margin: 0 !important;
    text-decoration: none !important;
}

.btn-hero-secondary:hover {
    background-color: #035c96;
    border-color: #ffffff;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

.hero-glass-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    padding: 24px;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Slider Nav Arrows & Dots */
.main-slider--style9 .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    pointer-events: none;
    z-index: 5;
}

.main-slider--style9 .owl-nav button.owl-prev,
.main-slider--style9 .owl-nav button.owl-next {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    font-size: 18px;
    pointer-events: auto;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider--style9 .owl-nav button.owl-prev:hover,
.main-slider--style9 .owl-nav button.owl-next:hover {
    background: #035c96 !important;
    color: #ffffff !important;
    border-color: #035c96 !important;
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(3, 92, 150, 0.4);
}

.main-slider--style9 .slide {
    min-height: 520px !important;
    padding: 60px 0 100px !important;
    display: flex !important;
    align-items: center;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.main-slider--style9 .owl-dots {
    position: absolute;
    bottom: 58px !important;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 5;
    pointer-events: auto;
}

.main-slider--style9 .owl-dots .owl-dot {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 4px !important;
    box-shadow: none !important;
    outline: none !important;
}

.main-slider--style9 .owl-dots .owl-dot:before,
.main-slider--style9 .owl-dots .owl-dot:after {
    display: none !important;
    content: none !important;
}

.main-slider--style9 .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 50% !important;
    border: none !important;
    display: block !important;
    transition: all 0.3s ease !important;
}

.main-slider--style9 .owl-dots .owl-dot.active span,
.main-slider--style9 .owl-dots .owl-dot:hover span {
    width: 24px !important;
    height: 8px !important;
    background: #ffffff !important;
    border-radius: 4px !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.9) !important;
}

/* === 3. BUTTON DNA (EDUCOMB STYLE) === */
.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #035c96 !important;
    border: 2px solid #035c96 !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    font-family: var(--thm-font-4) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 12px 28px !important;
    border-radius: 4px !important;
    transition: all 0.35s ease !important;
    text-align: center;
    z-index: 1;
}

.btn-one:hover {
    background-color: #012a4a !important;
    border-color: #012a4a !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(3, 92, 150, 0.35) !important;
    transform: translateY(-2px);
}

.btn-one.style2 {
    background-color: transparent !important;
    border: 2px solid #035c96 !important;
    color: #035c96 !important;
}

.btn-one.style2:hover {
    background-color: #035c96 !important;
    border-color: #035c96 !important;
    color: #ffffff !important;
}

.btn-one.style3 {
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

.btn-one.style3:hover {
    background-color: #ffffff !important;
    color: #035c96 !important;
}

/* Poliklinik Card Buttons */
.btn-poli {
    display: block;
    width: 100%;
    background-color: #edf2f7;
    border: 1px solid #cbd5e0;
    color: #035c96;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}

.btn-poli:hover {
    background-color: #035c96;
    border-color: #035c96;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(3, 92, 150, 0.2);
}

/* === 4. QUICK ACTION & SEARCH SECTION === */
.quick-action-section {
    margin-top: -32px;
    position: relative;
    z-index: 10;
}

.quick-search-card {
    background: #ffffff;
    border-radius: 4px;
    padding: 16px 20px;
    box-shadow: 0 16px 36px rgba(1, 42, 74, 0.14);
    border: 1px solid #cbd5e0;
}

/* === 5. POLIKLINIK CARD STYLES === */
.poli-card {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    padding: 26px 20px 22px;
    text-align: center;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.poli-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #035c96;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.poli-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(3, 92, 150, 0.12);
    border-color: #035c96;
}

.poli-card:hover::before {
    opacity: 1;
}

.poli-icon {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: rgba(3, 92, 150, 0.08);
    color: #035c96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 16px;
    transition: all 0.3s ease;
}

.poli-card:hover .poli-icon {
    background: #035c96;
    color: #ffffff;
}

.poli-title {
    font-size: 16.5px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 8px;
    line-height: 1.35;
}

.poli-badge {
    display: inline-block;
    background: #f1f5f9;
    color: #035c96;
    font-size: 11.5px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    border: 1px solid #e2e8f0;
}

.poli-card p.text-muted {
    font-size: 13px;
    line-height: 1.5;
    min-height: 38px;
    margin-bottom: 0;
}

/* === 6. DOCTOR DIRECTORY CARDS (CLEAN & ELEGANT EDUCOMB DNA) === */
.doctor-card {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.doctor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(3, 92, 150, 0.12);
    border-color: #035c96;
}

.doctor-img-wrap {
    position: relative;
    overflow: hidden;
    height: 250px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #edf2f7;
}

.doctor-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}

.doctor-card:hover .doctor-img-wrap img {
    transform: scale(1.05);
}

.doctor-content {
    padding: 16px 16px 14px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.doctor-poli-badge {
    display: inline-block;
    background: #ebf8ff;
    color: #035c96;
    border: 1px solid #bee3f8;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.doctor-name {
    font-size: 15.5px;
    font-weight: 700;
    color: #035c96;
    margin-bottom: 4px;
    line-height: 1.35;
    min-height: 42px;
    display: flex;
    align-items: center;
}

.doctor-spec {
    font-size: 12.5px;
    color: #718096;
    font-weight: 500;
    margin-bottom: 10px;
}

.doctor-schedule-box {
    background: #f8fafc;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 12px;
    color: #2d3748;
    margin-bottom: 12px;
    border: 1px solid #edf2f7;
    border-left: 3px solid #1c9aed;
    min-height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Compact Slim Action Buttons */
.btn-doctor-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #035c96;
    border: 1px solid #035c96;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 7px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    flex-grow: 1;
    text-align: center;
}

.btn-doctor-action:hover {
    background-color: #012a4a;
    border-color: #012a4a;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(3, 92, 150, 0.25);
    transform: translateY(-1px);
}

.btn-doctor-zoom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border: 1px solid #cbd5e0;
    color: #035c96;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 6px;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.btn-doctor-zoom:hover {
    background: #035c96;
    color: #ffffff;
    border-color: #035c96;
}

.quick-filter-btn {
    background: #ffffff !important;
    color: #035c96 !important;
    border: 1px solid #cbd5e0 !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 5px 14px !important;
    transition: all 0.25s ease !important;
}

.quick-filter-btn:hover,
.quick-filter-btn.active {
    background: #035c96 !important;
    color: #ffffff !important;
    border-color: #035c96 !important;
    box-shadow: 0 3px 8px rgba(3, 92, 150, 0.25) !important;
}

/* === 7. MODERN CLEAN TABLES FOR BEDS & TARIFFS === */
.table-rsud {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
}

.table-rsud thead th {
    background: #035c96;
    color: #ffffff;
    font-weight: 600;
    font-size: 13.5px;
    padding: 14px 16px;
    border: none;
    letter-spacing: 0.3px;
}

.table-rsud tbody tr {
    transition: background 0.2s ease;
}

.table-rsud tbody tr:nth-child(even) {
    background: #f8fafc;
}

.table-rsud tbody tr:hover {
    background: #ebf8ff;
}

.table-rsud tbody td {
    padding: 13px 16px;
    font-size: 13.5px;
    color: #2d3748;
    border-top: 1px solid #e2e8f0;
    vertical-align: middle;
}

/* === 8. BEDS STAT CARDS === */
.bed-stat-card {
    background: #ffffff;
    border-radius: 4px;
    padding: 22px 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    height: 100%;
    transition: all 0.3s ease;
}

.bed-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(3, 92, 150, 0.12);
    border-color: #035c96;
}

.bed-stat-icon {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 16px;
    flex-shrink: 0;
}

.bed-stat-number {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: #035c96;
    margin-bottom: 4px;
}

.bed-stat-label {
    font-size: 13px;
    color: #718096;
    font-weight: 500;
}

/* === 9. NEWS CARDS SYMMETRIC === */
.news-card-home {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.news-card-home:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(3, 92, 150, 0.12);
    border-color: #035c96;
}

.news-card-thumb {
    height: 210px;
    overflow: hidden;
    position: relative;
}

.news-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card-home:hover .news-card-thumb img {
    transform: scale(1.05);
}

.news-card-body {
    padding: 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-card-title {
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: 46px;
}

.news-card-title a {
    color: #121212;
    transition: color 0.3s ease;
}

.news-card-title a:hover {
    color: #035c96;
}

.news-card-excerpt {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
    min-height: 64px;
}

/* === 10. MCU PACKAGE PRICING CARDS === */
.mcu-card {
    background: #ffffff;
    border-radius: 4px;
    border: 2px solid #e2e8f0;
    padding: 32px 24px;
    text-align: center;
    position: relative;
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mcu-card.featured {
    border-color: #035c96;
    box-shadow: 0 16px 36px rgba(3, 92, 150, 0.15);
}

.mcu-badge-pop {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #fc5046;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mcu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(3, 92, 150, 0.16);
}

.mcu-title {
    font-size: 20px;
    font-weight: 700;
    color: #035c96;
    margin-bottom: 12px;
}

.mcu-price {
    font-size: 26px;
    font-weight: 800;
    color: #121212;
    margin-bottom: 20px;
}

.mcu-list {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.mcu-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 13.5px;
    color: #4a5568;
    display: flex;
    align-items: center;
}

.mcu-list li i {
    color: #28a745;
    margin-right: 10px;
    font-size: 14px;
}

/* === 11. INM MUTU CHART CONTAINER === */
.inm-chart-container {
    background: #ffffff;
    border-radius: 4px;
    padding: 28px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

/* === 12. STICKY FILTER BAR & UNIFIED FORM INPUTS === */
.filter-search-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 22px 24px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.rsud-form-input {
    height: 46px !important;
    border: 1.5px solid #cbd5e0 !important;
    border-radius: 4px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-color: #ffffff !important;
    color: #1a202c !important;
    width: 100% !important;
    display: block !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
}

.rsud-form-input:focus {
    border-color: #035c96 !important;
    box-shadow: 0 0 0 3px rgba(3, 92, 150, 0.15) !important;
    outline: none !important;
    background-color: #ffffff !important;
}

select.form-control,
.rsud-form-select {
    height: 46px !important;
    border: 1.5px solid #cbd5e0 !important;
    border-radius: 4px !important;
    padding: 10px 16px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    background-color: #ffffff !important;
    color: #1a202c !important;
    width: 100% !important;
    display: block !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 14px !important;
    padding-right: 38px !important;
    cursor: pointer !important;
}

select.form-control:focus,
.rsud-form-select:focus {
    border-color: #035c96 !important;
    box-shadow: 0 0 0 3px rgba(3, 92, 150, 0.15) !important;
    outline: none !important;
    background-color: #ffffff !important;
}

.nice-select {
    border: 1.5px solid #cbd5e0 !important;
    border-radius: 4px !important;
    height: 46px !important;
    line-height: 44px !important;
    font-size: 13.5px !important;
    padding-left: 16px !important;
    padding-right: 38px !important;
    width: 100% !important;
    background: #ffffff !important;
    color: #1a202c !important;
}

.nice-select:hover,
.nice-select:focus,
.nice-select.open {
    border-color: #035c96 !important;
    box-shadow: 0 0 0 3px rgba(3, 92, 150, 0.15) !important;
}

/* === 13. BREADCRUMB HERO FIXES === */
.breadcrumb-area {
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.breadcrumb-area .inner-content {
    padding: 85px 0 90px !important;
    text-align: center;
    position: relative;
    z-index: 2;
}

.breadcrumb-area .inner-content .title h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Frank Ruhl Libre', serif;
    margin-bottom: 8px;
}

.breadcrumb-menu ul li {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-menu ul li a {
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.3s ease;
}

.breadcrumb-menu ul li a:hover {
    color: #ffffff;
}

.breadcrumb-menu ul li.active {
    color: #1c9aed;
    font-weight: 600;
}

.breadcrumb-menu ul li:after {
    content: '/';
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-menu ul li:last-child:after {
    display: none;
}

/* === 14. FOOTER STYLE 9 COMPREHENSIVE STYLING (EDUCOMB DNA) === */
.footer-style9-area {
    position: relative;
    display: block;
    background-color: #012a4a !important;
    overflow: hidden;
    z-index: 10;
    border-top: 3px solid #035c96;
}

.footer-top-style9 {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 35px 0 32px;
    background-color: #02213a !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-style9 {
    position: relative;
    display: block;
    background-color: #012a4a !important;
    padding: 75px 0 65px;
}

.single-footer-widget-style9 .title,
.single-footer-widget-style9 .footer-widget-title-style9 {
    position: relative;
    display: block;
    padding-bottom: 22px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(28, 154, 237, 0.3);
}

.single-footer-widget-style9 .title h3,
.single-footer-widget-style9 .footer-widget-title-style9 h3 {
    color: #ffffff !important;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Frank Ruhl Libre', serif;
    margin: 0;
}

.single-footer-widget-style9 .text p,
.single-footer-widget-style9 .our-company-info .text p {
    color: #cbd5e0 !important;
    font-size: 14.5px;
    line-height: 1.8;
}

.footer-widget-links-style9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget-links-style9 ul li {
    position: relative;
    display: block;
    margin-bottom: 11px;
}

.footer-widget-links-style9 ul li a {
    color: #cbd5e0 !important;
    font-size: 14.5px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.footer-widget-links-style9 ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #1c9aed;
    margin-right: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-widget-links-style9 ul li a:hover {
    color: #ffffff !important;
    transform: translateX(6px);
}

.footer-widget-links-style9 ul li a:hover:before {
    color: #ffffff;
}

.footer-contact-info-style9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-info-style9 ul li {
    color: #cbd5e0 !important;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.footer-contact-info-style9 ul li strong {
    color: #ffffff;
}

.footer-contact-info-style9 ul li a {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.footer-contact-info-style9 ul li a:hover {
    color: #1c9aed !important;
}

.footer-social-links-style9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.footer-social-links-style9 ul li {
    margin-right: 8px;
}

.footer-social-links-style9 ul li a {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer-social-links-style9 ul li a:hover {
    background: #1c9aed !important;
    border-color: #1c9aed !important;
    transform: translateY(-3px);
}

.footer-bottom-style9 {
    background-color: #001f38 !important;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-style9 .copyright-style9 p {
    color: #a0aec0 !important;
    font-size: 13.5px;
    margin: 0;
}

.footer-bottom-style9 .footer-menu-style9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.footer-bottom-style9 .footer-menu-style9 ul li {
    margin-left: 20px;
}

.footer-bottom-style9 .footer-menu-style9 ul li a {
    color: #a0aec0 !important;
    font-size: 13.5px;
    transition: color 0.3s ease;
}

.footer-bottom-style9 .footer-menu-style9 ul li a:hover {
    color: #1c9aed !important;
}

/* === 15. RESPONSIVE MOBILE FIXES === */
@media (max-width: 991px) {
    .header-top-style9-right {
        display: none !important;
    }
    .header-bottom-style9-middle {
        display: none !important;
    }
    .header-bottom-style9-right {
        display: none !important;
    }
    .main-slider--style9 .slide {
        min-height: 460px !important;
        padding: 50px 0 60px !important;
    }
    .main-slider--style9 .content .big-title h2 {
        font-size: 28px;
    }
    .main-slider--style9 .content .text p {
        font-size: 14.5px;
    }
    .main-slider--style9 .owl-nav {
        display: none !important;
    }
    .quick-action-section {
        margin-top: 15px;
    }
    .breadcrumb-area .inner-content {
        padding: 55px 0 60px !important;
    }
    .breadcrumb-area .inner-content .title h2 {
        font-size: 26px;
    }
    .footer-top-style9__inner {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom-style9 .bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom-style9 .footer-menu-style9 ul {
        margin-top: 10px;
        justify-content: center;
    }
}

/* === 14. EXECUTIVE LEADERSHIP GREETING CARDS === */
.executive-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
}

.executive-card:hover {
    box-shadow: 0 10px 25px rgba(3, 92, 150, 0.12);
    transform: translateY(-3px);
    border-color: #cbd5e0;
}

.executive-img-wrap {
    position: relative;
    width: 135px;
    height: 170px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.executive-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.4s ease;
}

.executive-card:hover .executive-img-wrap img {
    transform: scale(1.04);
}

.executive-role-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #035c96;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 3px 0;
}

.executive-quote {
    color: #4a5568;
    font-size: 13px;
    line-height: 1.7;
    font-style: italic;
    position: relative;
}

.executive-name {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 16.5px;
    font-weight: 700;
    color: #035c96;
    margin-bottom: 2px;
}

.executive-title {
    font-size: 11.5px;
    font-weight: 600;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 575.98px) {
    .executive-img-wrap {
        width: 100%;
        height: 220px;
        margin-bottom: 16px;
    }
}

/* === 15. INDEKS KEPUASAN MASYARAKAT (IKM) CARDS === */
.ikm-section {
    background: #f8fafc;
}

.ikm-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ikm-card:hover {
    box-shadow: 0 12px 28px rgba(3, 92, 150, 0.12);
    transform: translateY(-4px);
    border-color: #cbd5e0;
}

.ikm-header-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(3, 92, 150, 0.08);
    color: #035c96;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ikm-service-title {
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 19px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 3px;
}

.ikm-respondent-count {
    color: #e53e3e;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.ikm-score-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.ikm-score-number {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    color: #1a202c;
    letter-spacing: -1px;
    margin-right: 12px;
    font-family: var(--thm-font, sans-serif);
}

.ikm-badge-verified {
    display: inline-flex;
    align-items: center;
    background: #28a745;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.ikm-progress-wrap {
    background: #edf2f7;
    border-radius: 4px;
    height: 7px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ikm-progress-bar {
    background: linear-gradient(90deg, #035c96 0%, #28a745 100%);
    height: 100%;
    border-radius: 4px;
}

.ikm-footer-label {
    font-size: 12px;
    color: #718096;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


