/* ==========================================================================
   Single Services Page Styling
   ========================================================================== */

/* Navbar Style */
.cbl-navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.cbl-brand {
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #0f172a;
    text-decoration: none;
}

/* Header Banner Layanan */
.page-header-cbl {
    background: linear-gradient(rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.92)), url('assets/images/hero-railway.jpg') center/cover no-repeat;
    background-color: #0f172a;
    padding: 50px 0;
    color: #ffffff;
}

.page-header-cbl h1 {
    color: #ffffff !important;
}

/* Gambar Utama Detail Layanan */
.service-detail-img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 8px;
}

/* Sidebar Box Konsultasi */
.cta-box-sidebar {
    background-color: #0d6efd !important;
    color: #ffffff !important;
    border-radius: 10px;
}

/* Footer Style */
.cbl-footer {
    background-color: #0f172a;
    color: #94a3b8;
}

/*front-page.php*/
/* Navbar & Brand */
.cbl-navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.cbl-brand {
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #0f172a;
    text-decoration: none;
}

/* Hero Section dengan Dukungan Custom Header Image */
/* Hero Section Layout */
.hero-cbl {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0f172a;
    padding: 90px 0;
    color: #ffffff;
}

.hero-cbl h1 { color: #ffffff !important; }
.hero-cbl p { color: #cbd5e1 !important; }

/* Icons & Cards */
.value-icon {
    font-size: 2.2rem;
    color: #0d6efd;
}

.card-service-img {
    height: 220px;
    object-fit: cover;
}

/* Footer */
.cbl-footer {
    background-color: #0f172a;
    color: #94a3b8;
}