/* --- CSS BAWAAN --- */

	::selection { background-color: #E13300; color: white; }
	::-moz-selection { background-color: #E13300; color: white; }

	body {
		background-color: #fff;
		font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;
	}

	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
		cursor:pointer;
	}

	h1 {
		color: #444;
		background-color: transparent;
		border-bottom: 1px solid #D0D0D0;
		font-size: 19px;
		font-weight: normal;
		margin: 0 0 14px 0;
		padding: 14px 15px 10px 15px;
	}

	code {
		font-family: Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 12px;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #002166;
		display: block;
		margin: 14px 0 14px 0;
		padding: 12px 10px 12px 10px;
	}

	#body {
		margin: 0 15px 0 15px;
	}

	p.footer {
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}

	#container {
		margin: 10px;
		border: 1px solid #D0D0D0;
		box-shadow: 0 0 8px #D0D0D0;
	}
	
	.navbar-default .navbar-nav>li>a
	{
		color:#fff;
			}
	.navbar.scroll-hide
	{
		 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
	.navbar.scroll-hide.closed {
  top: -60px; 
  
  }
  .center
  {
	  text-align:center;
  }
  
  .litle
  {
	color: #7B3F00;
    position: absolute;
    top: 50%;
	left: 50%;
    margin-top: -0.5em;
    margin-left: -21px;
   
  }
  
  .box-inner
  {
	display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 120px;
    max-width: 100%;
  }
  
  .bg
  {
	      background: #efefef;
    padding: 20px 10px;
  }
  
.padding-0
{
	padding:0;
	overflow:hidden;
	position:relative;
	display:inline-block;
	
}

.caption
{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
	color:#fff;
	display: flex;
    align-items: center;
    justify-content: center;
	right:100%;
}

.img-gallery
{
		float:left;
		margin:1px;
		transition: all .2s ease-in-out;

}

.no-border tr td
{
	border:none !important;
}

#map
{
	
	height:265px;
}

.list-falsafah
{
	line-height:2.8em;
}

.content
{
	line-height:2.0em;
}

.content h4
{
	font-size:13px;
}

#logo
{
	width:50px;
	height:50px;
}

.carousel-caption {
  /*tambahan*/
  top:10%;
  right: 4%;
  padding:20px !important;

  /*--- original bottom: 20px; ---*/
    background: rgb(000, 000, 000); /* Fallback for older browsers without RGBA-support */
    background: rgba(000, 000, 000, 0.5);
}

.carousel-caption h3
{
	background-color:inherit !important;
}
.content_pelayanan
{
	display:none;
}

/* --- END CSS BAWAAN --- */

/* --- CONTAINER --- */
.falsafah-container {
    font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
    padding: 50px 15px;
    background-color: #fcfcfc; /* Senada dengan halaman jadwal */
    display: flex;
    justify-content: center; /* Memastikan konten selalu di tengah */
}

/* --- READING CARD (Kartu Area Baca) --- */
.falsafah-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    max-width: 800px; /* Lebar maksimal agar mata tidak capek baca dari ujung ke ujung */
    width: 100%;
    padding: 50px;
    border: 1px solid #f0f0f0;
}

/* --- HEADER JUDUL --- */
.falsafah-header h3 {
    text-align: center;
    font-weight: 700;
    color: #2c3e50;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Garis aksen tosca di bawah judul utama */
.falsafah-header h3::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: #1abc9c; /* Aksen tosca */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

/* --- PENGATURAN KONTEN DARI CMS --- */
.falsafah-body {
    color: #4a4a4a; /* Warna abu-abu tua, lebih adem di mata daripada hitam pekat */
    font-size: 16px;
    line-height: 1.8; /* Spasi antar baris diperlebar agar tidak sumpek */
}

/* Menyesuaikan jarak paragraf bawaan CMS */
.falsafah-body p {
    margin-bottom: 15px;
}

/* Merombak <strong> dari CMS agar terlihat seperti Sub-Judul otomatis */
.falsafah-body strong {
    display: block;
    color: #117a65; /* Warna hijau tosca gelap */
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Mempercantik teks italic (motto) */
.falsafah-body em {
    color: #7f8c8d;
    font-size: 17px;
    display: block;
    margin: 10px 0;
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
    .falsafah-card {
        padding: 30px 20px;
    }
    
    .falsafah-header h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    
    .falsafah-body {
        font-size: 15px;
    }
}


/* --- CONTAINER & HEADER --- */
.jadwal-container {
    font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
    padding: 40px 15px;
    background-color: #fcfcfc; /* Warna background kalem */
    color: #333;
}

.jadwal-header {
    text-align: center;
    margin-bottom: 40px;
}

.jadwal-header h3 {
    font-weight: 700;
    color: #2c3e50;
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.jadwal-header h3::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    background: #1abc9c; /* Aksen tosca kalem */
    bottom: 0;
    left: 25%;
    border-radius: 2px;
}

/* --- GRID SYSTEM (Responsive Otomatis) --- */
.jadwal-grid {
    display: grid;
    /* Ini rahasianya agar responsif: otomatis menyesuaikan layar, minimal lebar card 280px */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- STYLE UNTUK KARTU (CARD) --- */
.jadwal-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.jadwal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.jadwal-card-header {
    background-color: #e8f6f3; /* Background header soft tosca */
    padding: 20px;
    border-bottom: 1px solid #d1f2eb;
}

.nama-dokter {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #117a65;
    line-height: 1.4;
}

.jadwal-card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.badge-poliklinik {
    display: inline-block;
    background-color: #f1f2f6;
    color: #57606f;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    align-self: flex-start;
}

/* --- PENGATURAN KONTEN DARI CMS --- */
.jadwal-detail {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

/* Memaksa elemen <p> bawaan CMS agar lebih rapi dan kalem */
.jadwal-detail p {
    margin: 0 0 10px 0 !important;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.jadwal-detail p:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

/* Menyembunyikan elemen sampah dari Google Translate/Editor CMS */
.jadwal-detail #gtx-trans {
    display: none !important;
}