/*
====================================================================
  STYLE.CSS
  WEBSITE
  Navbar/Header tetap menggunakan header.php yang sekarang.
  Dropdown utama TIDAK DIUBAH.
  Perbaikan:
  - Submenu
  - Slider
  - Responsive
====================================================================
*/


/* ================================================================
   GOOGLE FONT
================================================================ */
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");


/* ================================================================
   RESET DASAR
================================================================ */
html {
  overflow-x: hidden;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;

  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;

  font-size: 16px;
  color: #6F8BA4;
  font-weight: 400;

  background: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/* ================================================================
   TYPOGRAPHY
================================================================ */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}


/* ================================================================
   FORM
================================================================ */
input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}


/* ================================================================
   BUTTON
================================================================ */
.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;

  font-family: "Exo", sans-serif;
  text-transform: uppercase;

  border-radius: 5px;
  border: 2px solid transparent;

  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-main:hover {
  background: #e12454;
  border-color: #e12454;
  color: #fff;
}

.btn-main-2 {
  background: #e12454;
  color: #fff;
  border-color: #e12454;
}

.btn-main-2:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}

.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}


/* ================================================================
   BACKGROUND
================================================================ */
.bg-gray {
  background: #eff3f0;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(
    145deg,
    rgba(19, 177, 205, 0.95) 0%,
    rgba(152, 119, 234, 0.95) 100%
  );
  background-repeat: repeat-x;
}


/* ================================================================
   SECTION
================================================================ */
.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}


/* ================================================================
   OVERLAY
================================================================ */
.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;

  width: 100%;
  height: 100%;

  opacity: 0.9;
  background: #6c757d;

  pointer-events: none;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;

  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.8);

  pointer-events: none;
}


/* ================================================================
   TEXT ALIGN
================================================================ */
.tulisan_kiri {
  text-align: left;
}

.tulisan_kanan {
  text-align: right;
}

.tulisan_tengah {
  text-align: center;
}

.tulisan_justify {
  text-align: justify;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0;
}

.title-color {
  color: #f30a0a;
}

.secondary-bg {
  background: #223a66;
}

.gray-bg {
  background: #ecf0f0;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.text-color-primary {
  color: #223a66;
}

.letter-spacing {
  letter-spacing: 2px;
}


/* ================================================================
   LINK
================================================================ */
a {
  color: #222;
  text-decoration: none;
  transition: all .35s ease;
}

a:focus,
a:hover {
  color: #e12454;
  text-decoration: none;
}

a:focus {
  outline: none;
}


/* ================================================================
   TITLE
================================================================ */
.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  position: relative;
  padding: 100px 0;
  background-image: url("../images/banner-about.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-title .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.page-title h1 {
  color: #fff;
  font-weight: bold;
}

.slick-slide:focus,
.slick-slide a {
  outline: none;
}


/* ================================================================
   DIVIDER
================================================================ */
.divider {
  width: 40px;
  height: 5px;
  background: #0fd808;
}


/* ================================================================
   NAVBAR
   ================================================================
   CATATAN:
   Dropdown utama tetap dipertahankan.
   Jangan ubah header.php.
================================================================ */

/* Navbar utama */
#navbarmain {
  padding: 20px 0;
}

/* Link navbar utama */
#navbarmain .nav-link {
  font-weight: 600;
  padding: 10px 15px;
  color: #222;

  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 16px;

  transition: all .25s ease;
}

/* Bootstrap arrow utama tetap disembunyikan */
.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 10px;
}

.navbar-brand img {
  max-height: 50px;
  width: auto;
}


/* ================================================================
   DROPDOWN UTAMA
   JANGAN DIUBAH - INI YANG SUDAH NORMAL
================================================================ */
.dropdown .dropdown-menu {
  position: absolute;

  display: block;

  background: #fff;

  min-width: 240px;

  top: 130%;
  left: 0;
  right: 0;

  opacity: 0;
  visibility: hidden;

  padding: 0;

  transition: all 0.3s ease-out 0s;

  border: 0;
  border-top: 5px solid #5bd83b;
  border-radius: 0;

  z-index: 9999;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  display: block;

  padding: 13px 20px;

  border-bottom: 1px solid #eee;

  background: transparent;

  font-weight: 400;
  color: #555;

  white-space: normal;
}

.dropdown .dropdown-item:hover {
  color: #d39611;
}


/* ================================================================
   SUBMENU
   ================================================================
   INI BAGIAN YANG DIPERBAIKI.

   Desktop:
   submenu keluar ke kanan.

   Mobile/tablet:
   submenu keluar ke bawah.

   Tidak mengubah dropdown utama.
================================================================ */

/* Parent submenu */
.dropdown-submenu {
  position: relative !important;
}

/* Link submenu */
.dropdown-submenu > a,
.dropdown-submenu > .dropdown-item {
  position: relative;
  display: block;
}


/* ------------------------------------------------
   SUBMENU DESKTOP
------------------------------------------------ */
@media (min-width: 992px) {

  /*
   * Sangat penting:
   * submenu harus mempunyai positioning sendiri.
   */
  .dropdown-submenu > .dropdown-menu {
    position: absolute !important;

    top: -5px !important;
    left: 100% !important;

    right: auto !important;

    width: 240px;
    min-width: 240px;

    margin: 0 !important;
    padding: 0 !important;

    display: none;

    opacity: 0;
    visibility: hidden;

    background: #fff;

    border: 0 !important;
    border-top: 5px solid #5bd83b !important;

    border-radius: 0;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);

    z-index: 10000;
  }


  /*
   * SUBMENU KETIKA HOVER
   */
  .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;

    top: -5px !important;
    left: 100% !important;
  }


  /*
   * SUBMENU KETIKA FOCUS
   * Membantu keyboard.
   */
  .dropdown-submenu:focus-within > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }


  /*
   * Panah submenu
   */
  .dropdown-submenu > a::after,
  .dropdown-submenu > .dropdown-item::after {
    content: "▶";

    float: right;

    margin-left: 10px;

    color: #555;

    font-size: 9px;

    line-height: 22px;
  }


  .dropdown-submenu:hover > a::after,
  .dropdown-submenu:hover > .dropdown-item::after {
    color: #d39611;
  }


  /*
   * Nested submenu level 2, 3, dst.
   */
  .dropdown-submenu .dropdown-submenu > .dropdown-menu {
    top: -5px !important;
    left: 100% !important;
  }
}


/* ------------------------------------------------
   TABLET + MOBILE
------------------------------------------------ */
@media (max-width: 991.98px) {

  /*
   * Parent submenu tetap normal.
   */
  .dropdown-submenu {
    position: relative !important;
    width: 100%;
  }


  /*
   * Submenu ditampilkan ke bawah.
   */
  .dropdown-submenu > .dropdown-menu {
    position: static !important;

    top: auto !important;
    left: auto !important;
    right: auto !important;

    width: 100% !important;
    min-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    display: none;

    opacity: 0;
    visibility: hidden;

    border: 0 !important;
    border-top: 0 !important;

    box-shadow: none !important;

    background: #f8f9fa;

    transform: none !important;

    z-index: auto;
  }


  /*
   * Bootstrap / JavaScript menambahkan .show
   */
  .dropdown-submenu > .dropdown-menu.show {
    display: block !important;

    opacity: 1 !important;
    visibility: visible !important;
  }


  /*
   * Focus/tap pada submenu.
   */
  .dropdown-submenu:focus-within > .dropdown-menu {
    display: block !important;

    opacity: 1 !important;
    visibility: visible !important;
  }


  /*
   * Link submenu.
   */
  .dropdown-submenu > a,
  .dropdown-submenu > .dropdown-item {
    width: 100%;

    padding: 13px 20px;

    white-space: normal;
  }


  /*
   * Submenu tingkat berikutnya.
   */
  .dropdown-submenu .dropdown-submenu > .dropdown-menu {
    position: static !important;

    width: 100% !important;

    margin: 0 !important;
  }


  /*
   * Hilangkan panah kanan pada mobile.
   */
  .dropdown-submenu > a::after,
  .dropdown-submenu > .dropdown-item::after {
    content: "▼";

    float: right;

    font-size: 9px;

    margin-left: 10px;
  }
}


/* ================================================================
   HEADER TOP BAR
================================================================ */
.header-top-bar {
  background: #32196b;
  font-size: 16px;
  padding: 16px 0;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}


/* ================================================================
   SLIDER / BANNER
   ================================================================
   DIPERBAIKI:
   - tinggi
   - Slick track
   - Slick list
   - image
   - responsive
   - caption
   - dots
   - overflow
================================================================ */

.banner-slider-fullscreen {
  position: relative;

  width: 100%;

  height: 100vh;
  min-height: 500px;

  overflow: hidden;

  background: #000;
}


/* Slick wrapper */
.banner-slider-fullscreen .banner-slider,
.banner-slider-fullscreen .slick-slider,
.banner-slider-fullscreen .slick-list,
.banner-slider-fullscreen .slick-track {
  width: 100%;
  height: 100%;
}


/*
 * Sangat penting untuk Slick:
 * track menggunakan transform sehingga harus memastikan
 * tinggi mengikuti container.
 */
.banner-slider-fullscreen .slick-track {
  display: flex;
}

.banner-slider-fullscreen .slick-slide {
  height: 100%;
}

.banner-slider-fullscreen .slick-slide > div {
  height: 100%;
}


/* Item */
.banner-slider .slider-item,
.slider-item {
  position: relative;

  width: 100%;
  height: 100vh;
  min-height: 500px;

  overflow: hidden;

  background: #000;
}


/* Gambar slider */
.slider-item img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;

  max-width: none;

  border: 0;
}


/* Jika gambar berada di dalam link */
.slider-item a {
  display: block;

  width: 100%;
  height: 100%;
}


/* Overlay slider */
.slider-item::after {
  content: "";

  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.15);

  pointer-events: none;

  z-index: 1;
}


/* Konten slider jika ada */
.slider-item .slider-content,
.slider-item .banner-content,
.slider-item .caption {
  position: absolute;

  z-index: 2;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  width: 90%;
  max-width: 1200px;

  text-align: center;

  color: #fff;
}


/* Judul slider */
.slider-item h1,
.slider-item h2,
.slider-item h3,
.slider-item p {
  position: relative;
  z-index: 2;
}


/* ================================================================
   SLICK ARROW
================================================================ */
.banner-slider-fullscreen .slick-prev,
.banner-slider-fullscreen .slick-next {
  position: absolute;

  z-index: 20;

  width: 45px;
  height: 45px;

  border: 0;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.45);

  transition: all .3s ease;
}

.banner-slider-fullscreen .slick-prev {
  left: 25px;
}

.banner-slider-fullscreen .slick-next {
  right: 25px;
}

.banner-slider-fullscreen .slick-prev:hover,
.banner-slider-fullscreen .slick-next:hover {
  background: #223a66;
}


/* ================================================================
   SLICK DOTS
================================================================ */
.banner-slider-fullscreen .slick-dots {
  position: absolute;

  z-index: 20;

  left: 0;
  right: 0;

  bottom: 20px;

  display: flex !important;

  justify-content: center;

  width: 100%;

  margin: 0;
  padding: 0;

  list-style: none;
}

.banner-slider-fullscreen .slick-dots li {
  margin: 0 4px;
}

.banner-slider-fullscreen .slick-dots li button {
  width: 30px;
  height: 30px;

  border: 0;

  background: transparent;
}

.banner-slider-fullscreen .slick-dots li button:before {
  font-size: 14px;

  color: #fff;

  opacity: .7;
}

.banner-slider-fullscreen .slick-dots li.slick-active button:before {
  color: #FFD700;

  opacity: 1;
}


/* ================================================================
   BANNER UMUM
================================================================ */
.banner {
  position: relative;
}

.banner .block {
  padding: 80px 0 160px;
}

.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;

  text-transform: capitalize;

  color: #223a66;
}


/* ================================================================
   ABOUT
================================================================ */
.about-img img {
  border-radius: 5px;

  box-shadow:
    0 0 30px 0 rgba(0, 42, 106, 0.1);
}


/* ================================================================
   AWARD
================================================================ */
.award-img {
  height: 120px;

  margin-bottom: 10px;

  align-items: center;

  display: flex;

  justify-content: center;

  background: #eff0f3;
}


/* ================================================================
   APPOINTMENT
================================================================ */
.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;

  right: 10px;
  bottom: 20px;

  background: #223a66;

  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;

  height: 55px;

  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}


/* ================================================================
   FEATURES
================================================================ */
.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;

  margin: 0 10px;

  padding: 40px 30px;

  background-color: #fff;

  border-radius: 15px;

  box-shadow:
    0 0 30px 0 rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}


/* ================================================================
   COUNTER
================================================================ */
.counter-stat {
  text-align: center;

  padding: 55px 0 40px;

  position: relative;
}

.counter-stat i {
  display: block;

  color: rgba(255, 255, 255, 0.06);

  font-size: 70px;

  position: absolute;

  left: 0;
  right: 0;
  top: 0;

  transform: translateY(25px);
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}


/* ================================================================
   SERVICE
================================================================ */
.service {
  padding-top: 180px;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #e12454;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;

  margin-top: 40px;

  border: 1px solid rgba(0, 0, 0, 0.03);

  box-shadow:
    0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;

  margin-top: -60px;

  border: 5px solid #fff;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #e12454;
}


/* ================================================================
   DOCTORS
================================================================ */
.doctors .btn-group .btn {
  border-radius: 0;

  margin: 0 2px;

  text-transform: capitalize;

  font-size: 16px;

  padding: .6rem 1.5rem;

  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;

  border-color: transparent;

  background: #e12454;

  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;

  border-color: transparent;

  background: #e12454;

  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;

  border-color: transparent;

  background: #e12454;

  color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn,
.doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;

  position: relative;

  box-shadow:
    0 8px 16px 0 rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  transform: scale(1.1);
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #e12454;
}

.read-more {
  color: #223a66;
}


/* ================================================================
   DOCTOR IMAGE
================================================================ */
.doctor-img {
  width: 100%;
  height: auto;

  max-height: 300px;

  object-fit: contain;

  border-radius: 5px;
}


/* ================================================================
   CTA
================================================================ */
.cta {
  background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;

  background-size: cover;

  position: relative;
}

.cta:before {
  position: absolute;

  content: "";

  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  background: rgba(34, 58, 102, 0.95);
}

.cta-section {
  margin-bottom: -80px;
}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;

  background-position: center center;
}

.cta-page {
  background: linear-gradient(
    to right,
    #007bff,
    #0056b3
  );

  color: white;

  border-radius: 12px;
}

.cta-content h1,
.cta-content h3,
.cta-content h5 {
  color: #fff;
}


/* ================================================================
   TESTIMONIAL
================================================================ */
.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;

  top: 0;
  left: 0;

  position: absolute;

  content: "";

  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0;
}

.testimonial-block i {
  font-size: 60px;

  position: absolute;

  right: 46px;
  bottom: 89px;

  opacity: .08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;

  padding: 30px;

  margin: 0 4px 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;

  border-radius: 100%;

  margin-right: 20px;
  margin-bottom: 30px;

  border: 5px solid #eff0f3;

  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: -20px;

  color: #e12454;

  opacity: .3;
}


/* ================================================================
   CONTACT
================================================================ */
.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;

  border: 1px solid #EEF2F6;

  box-shadow: none;

  width: 100%;

  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;

  border: 1px solid #EEF2F6;

  box-shadow: none;

  background: #f4f9fc;

  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;

  border: 5px solid #EEF2F6;

  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;

  margin-bottom: 15px;

  display: inline-block;

  color: #e12454;
}


/* ================================================================
   BLOG
================================================================ */
.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

.nav-links .page-numbers {
  display: inline-block;

  width: 50px;
  height: 50px;

  border-radius: 100%;

  background: #eee;

  text-align: center;

  padding-top: 13px;

  font-weight: 600;

  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;

  color: #223a66;

  padding: 40px;

  font-style: italic;

  border-left: 5px solid #e12454;

  margin: 25px 0;
}

.tag-option a {
  border: 1px solid #eff0f3;

  padding: 6px 12px;

  color: #6F8BA4;

  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;

  border-radius: 5px;

  border-color: #f7f8fb;

  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;

  padding-bottom: 20px;

  letter-spacing: 2px;

  text-transform: uppercase;

  font-size: 16px;

  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0;

  font-weight: 500;
}

.post-comments .comment-author a {
  color: #223a66;

  font-size: 14px;

  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;

  display: inline-block;

  color: #808080;

  font-size: 12px;
}

.post-comments .comment-button {
  color: #223a66;

  display: inline-block;

  margin-left: 5px;

  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #223a66;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;

  font-size: 20px;

  color: #223a66;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;

  max-width: 120px;

  padding: 5px;

  width: 100%;
}


/* ================================================================
   COMMENTS
================================================================ */
.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;

  border-radius: 1px;

  margin-left: 20px;

  padding: 10px;

  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #223a66;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
  height: 35px;

  border-radius: 0;

  box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
  box-shadow: none;

  border: 1px solid #223a66;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main {
  height: auto;
}


/* ================================================================
   SIDEBAR
================================================================ */
.sidebar-widget {
  margin-bottom: 30px;

  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;

  position: relative;

  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;

  content: "";

  left: 0;
  bottom: 0;

  width: 35px;
  height: 3px;

  background: #e12454;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;

  text-transform: uppercase;

  letter-spacing: .075em;

  line-height: 41px;

  height: 41px;

  font-weight: 500;

  border-radius: 20px;

  color: #666;

  display: inline-block;

  background-color: #eff0f3;

  margin: 0 7px 10px 0;

  padding: 0 25px;

  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0;

  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;

  right: 15px;
  top: 35%;
}


/* ================================================================
   FOOTER
================================================================ */
.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #223a66;
}

.widget .footer-menu a {
  color: #6fa473;
}

.widget .footer-menu a:hover {
  color: #e12454;
}

.footer-contact-block span {
  font-weight: 400;
  color: #16d17a;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 45px;
  height: 45px;

  background: #47ccf5;

  color: #f33434;

  display: inline-block;

  text-align: center;

  border-radius: 100%;

  padding-top: 12px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #e12454;
}


/* ================================================================
   SUBSCRIBE
================================================================ */
.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;

  height: 60px;

  padding-left: 25px;

  border-color: #eee;
}

.subscribe .btn {
  position: absolute;

  right: 6px;
  top: 6px;
}


/* ================================================================
   BACK TO TOP
================================================================ */
.backtop {
  position: fixed;

  background: #a009ce;

  z-index: 9999;

  right: 55px;

  width: 60px;
  height: 60px;

  bottom: 50px;

  text-align: center;

  display: flex;

  justify-content: center;
  align-items: center;

  opacity: 0;

  border-radius: 50px;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;

  cursor: pointer;

  opacity: 1;
}


/* ================================================================
   MAP
================================================================ */
.map-responsive {
  overflow: hidden;

  padding-bottom: 56.25%;

  position: relative;

  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;

  height: 100%;
  width: 100%;

  position: absolute;
}


/* ================================================================
   SOCIAL
================================================================ */
.social-icon {
  font-size: 24px;

  margin-right: 15px;

  transition:
    color 0.3s,
    transform 0.3s;
}

.social-icon:hover {
  color: #00d1b2;

  transform: scale(1.2);
}

footer .form-control {
  background-color: #f8f9fa;
  border: none;
}

footer .form-control:focus {
  box-shadow: none;
}


/* ================================================================
   GALLERY
================================================================ */
.gallery-img {
  width: 100%;

  height: 200px;

  object-fit: cover;

  border-radius: .5rem;

  cursor: pointer;

  display: block;
}

.view-toggle button {
  min-width: 100px;
}


/* ================================================================
   BOOTSTRAP CAROUSEL
================================================================ */
.carousel-item {
  position: relative;
}

.carousel-item img {
  width: 100%;

  height: 100vh;

  min-height: 500px;

  object-fit: cover;

  object-position: center;

  display: block;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);

  padding: 1rem;

  border-radius: .5rem;

  z-index: 5;
}


/* ================================================================
   COMMENT BOX
================================================================ */
.comment-box {
  background: #f9f9f9;

  padding: 20px;

  border-radius: 8px;
}

.comment-avatar {
  width: 50px;
  height: 50px;

  object-fit: cover;
}


/* ================================================================
   CARD
================================================================ */
.card-title {
  font-size: 1.5rem;

  font-weight: 600;
}

.card {
  transition: all 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
}


/* ================================================================
   UTILITY
================================================================ */
.py-7 {
  padding: 7rem 0;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb--80 {
  margin-bottom: -80px;
}

.lh-35 {
  line-height: 35px;
}


/* ================================================================
   RESPONSIVE TABLET
================================================================ */
@media (max-width: 991.98px) {

  html,
  body {
    overflow-x: hidden;
  }

  #navbarmain {
    padding: 10px 0;
  }

  /*
   * Slider tablet
   */
  .banner-slider-fullscreen {
    height: 75vh;
    min-height: 450px;
  }

  .banner-slider .slider-item,
  .slider-item {
    height: 75vh;
    min-height: 450px;
  }

  .slider-item img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;
  }

  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .banner {
    background: #fff !important;
  }

  /*
   * Navbar menu mobile/tablet
   */
  #navbarmain .nav-link {
    padding: 12px 15px;
  }

  /*
   * Dropdown utama tetap menggunakan struktur header.php.
   */
  .dropdown .dropdown-menu {
    min-width: 240px;
  }

  /*
   * Submenu tidak boleh keluar layar.
   */
  .dropdown-submenu > .dropdown-menu {
    max-width: 100%;
  }

  /*
   * Testimonial
   */
  .testimonial-wrap {
    margin-left: 0;
  }

  .testimonial::before {
    display: none;
  }

  /*
   * Doctors
   */
  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}


/* ================================================================
   RESPONSIVE MOBILE
================================================================ */
@media (max-width: 767.98px) {

  body {
    font-size: 15px;
  }

  /*
   * Slider mobile
   */
  .banner-slider-fullscreen {
    height: 65vh;

    min-height: 360px;

    max-height: 650px;
  }

  .banner-slider .slider-item,
  .slider-item {
    height: 65vh;

    min-height: 360px;

    max-height: 650px;
  }

  .slider-item img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center center;
  }

  /*
   * Slider arrow lebih kecil.
   */
  .banner-slider-fullscreen .slick-prev,
  .banner-slider-fullscreen .slick-next {
    width: 35px;
    height: 35px;
  }

  .banner-slider-fullscreen .slick-prev {
    left: 10px;
  }

  .banner-slider-fullscreen .slick-next {
    right: 10px;
  }

  /*
   * Slider dots
   */
  .banner-slider-fullscreen .slick-dots {
    bottom: 10px;
  }

  .banner-slider-fullscreen .slick-dots li {
    margin: 0 2px;
  }

  .banner-slider-fullscreen .slick-dots li button:before {
    font-size: 10px;
  }


  /*
   * Slider caption
   */
  .slider-item .slider-content,
  .slider-item .banner-content,
  .slider-item .caption {
    width: 90%;
  }

  .slider-item h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .slider-item h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .slider-item p {
    font-size: 14px;
    line-height: 1.6;
  }


  /*
   * Banner lama
   */
  .banner .block {
    padding: 60px 0 100px;
  }

  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }


  /*
   * Page title
   */
  .page-title {
    padding: 70px 0;
  }

  .page-title h1 {
    font-size: 32px;
  }


  /*
   * Section
   */
  .section {
    padding: 70px 0;
  }

  .section-sm {
    padding: 50px 0;
  }


  /*
   * Features
   */
  .features {
    margin-top: 0;
  }

  .feature-item {
    flex-basis: 100%;

    width: 100%;

    margin: 10px 0;
  }


  /*
   * Appointment
   */
  .appoinment-content img {
    width: 100%;
  }

  .appoinment-content .emergency {
    position: relative;

    right: auto;
    bottom: auto;

    padding: 25px;

    margin-top: 20px;
  }


  /*
   * Service
   */
  .service {
    padding-top: 80px;
  }


  /*
   * CTA
   */
  .cta-section {
    margin-bottom: 0;
  }


  /*
   * Footer
   */
  .footer-socials li a {
    width: 40px;
    height: 40px;

    padding-top: 10px;
  }


  /*
   * Backtop
   */
  .backtop {
    width: 45px;
    height: 45px;

    right: 15px;
    bottom: 20px;
  }

  .backtop i {
    font-size: 16px;
  }


  /*
   * Map
   */
  .google-map #map {
    height: 350px;
  }
}


/* ================================================================
   MOBILE KECIL
================================================================ */
@media (max-width: 480px) {

  h2,
  .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }

  .text-lg {
    font-size: 28px;
  }

  .banner {
    min-height: 450px;
    background: #fff !important;
  }

  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }


  /*
   * Slider
   */
  .banner-slider-fullscreen {
    height: 58vh;

    min-height: 320px;
  }

  .banner-slider .slider-item,
  .slider-item {
    height: 58vh;

    min-height: 320px;
  }

  .slider-item img {
    object-fit: cover;
    object-position: center center;
  }


  /*
   * Page title
   */
  .page-title {
    padding: 60px 0;
  }


  /*
   * Doctors
   */
  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }


  /*
   * Testimonial
   */
  .testimonial-wrap {
    margin-left: 0;
  }

  .testimonial::before {
    display: none;
  }


  /*
   * Typography
   */
  .content-title {
    font-size: 30px;
    line-height: 40px;
  }
}


/* ================================================================
   MOBILE SANGAT KECIL
================================================================ */
@media (max-width: 400px) {

  .text-lg {
    font-size: 28px;
  }

  .banner {
    min-height: 450px;
    background: #fff !important;
  }

  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .banner-slider-fullscreen {
    height: 55vh;
    min-height: 300px;
  }

  .banner-slider .slider-item,
  .slider-item {
    height: 55vh;
    min-height: 300px;
  }

  .slider-item h1 {
    font-size: 24px;
  }

  .slider-item h2 {
    font-size: 21px;
  }

  .slider-item p {
    font-size: 13px;
  }

  .testimonial-wrap {
    margin-left: 0;
  }

  .testimonial::before {
    display: none;
  }

  .doctors .btn-group {
    display: block;
  }

  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}


/* ================================================================
   FIX EXTRA KHUSUS SUBMENU
   ================================================================
   Bagian ini sengaja diletakkan PALING BAWAH agar menjadi
   override terakhir jika ada CSS Bootstrap/theme lain.
================================================================ */

/* Parent */
.dropdown-submenu {
  position: relative !important;
}


/* Desktop */
@media (min-width: 992px) {

  .dropdown-menu .dropdown-submenu > .dropdown-menu {
    position: absolute !important;

    display: none !important;

    top: -5px !important;
    left: 100% !important;

    right: auto !important;

    margin: 0 !important;

    opacity: 0;
    visibility: hidden;

    z-index: 99999;
  }

  .dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
  .dropdown-menu .dropdown-submenu:focus-within > .dropdown-menu {
    display: block !important;

    opacity: 1 !important;
    visibility: visible !important;

    top: -5px !important;
    left: 100% !important;
  }
}


/* Mobile + tablet */
@media (max-width: 991.98px) {

  .dropdown-menu .dropdown-submenu > .dropdown-menu {
    position: static !important;

    display: none !important;

    width: 100% !important;
    min-width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;

    opacity: 0;
    visibility: hidden;

    box-shadow: none !important;

    border: 0 !important;
  }

  /*
   * Jika Bootstrap/JS memberikan .show,
   * submenu pasti tampil.
   */
  .dropdown-menu .dropdown-submenu > .dropdown-menu.show {
    display: block !important;

    opacity: 1 !important;
    visibility: visible !important;
  }

  /*
   * Jika elemen mendapat focus karena tap,
   * submenu juga tampil.
   */
  .dropdown-menu .dropdown-submenu:focus-within > .dropdown-menu {
    display: block !important;

    opacity: 1 !important;
    visibility: visible !important;
  }
}


/* =========================================================
   HOSPITAL FOOTER
   Rumah Sakit Dian Harapan
========================================================= */

.hospital-footer {
  position: relative;
  background: #101d32;
  color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
}


/* Decorative background */
.hospital-footer::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  right: -150px;
  top: -150px;
  background: rgba(0, 166, 214, 0.08);
  pointer-events: none;
}

.hospital-footer::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  left: -150px;
  bottom: -180px;
  background: rgba(34, 58, 102, 0.25);
  pointer-events: none;
}


/* =========================================================
   FOOTER MAIN
========================================================= */

.hospital-footer-main {
  position: relative;
  z-index: 2;
  padding: 70px 0 55px;
}


/* =========================================================
   FOOTER WIDGET
========================================================= */

.footer-widget {
  height: 100%;
}


/* =========================================================
   LOGO
========================================================= */

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
}

.footer-logo-icon {
  width: 58px;
  height: 58px;
  background: #e12454;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 29px;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(225, 36, 84, 0.25);
}

.footer-logo h4 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer-logo h3 {
  margin: 2px 0 0;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}


/* =========================================================
   FOOTER TITLE
========================================================= */

.footer-title {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.footer-title span {
  display: inline-block;
  width: 35px;
  height: 3px;
  background: #e12454;
  margin-right: 12px;
  border-radius: 5px;
}

.footer-title h5 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.footer-description {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 25px;
}


/* =========================================================
   SOCIAL MEDIA
========================================================= */

.footer-social {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}

.footer-social a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);

  color: #fff;
  font-size: 20px;

  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #fff;
  background: #e12454;
  border-color: #e12454;
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(225, 36, 84, 0.25);
}


/* Social text */

.footer-social-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-social-text div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.footer-social-text i {
  color: #e12454;
  font-size: 16px;
}


/* =========================================================
   CONTACT
========================================================= */

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.footer-contact-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(225, 36, 84, 0.12);
  border: 1px solid rgba(225, 36, 84, 0.2);
  border-radius: 8px;

  color: #e12454;
  font-size: 18px;
}

.footer-contact-content {
  padding-top: 1px;
}

.footer-contact-content span {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.footer-contact-content a {
  color: #fff;
  font-size: 14px;
  word-break: break-word;
}

.footer-contact-content a:hover {
  color: #e12454;
}

.footer-contact-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 24px;
}


/* =========================================================
   MAP
========================================================= */

.footer-map {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;

  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);

  background: #fff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}


.footer-map-info {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-top: 13px;

  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.footer-map-info i {
  color: #e12454;
  font-size: 18px;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.hospital-footer-bottom {
  position: relative;
  z-index: 3;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

  padding: 22px 0;
  background: rgba(0, 0, 0, 0.15);
}

.copyright-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 24px;
}

.copyright-text a {
  color: #fff;
  font-weight: 600;
}

.copyright-text a:hover {
  color: #e12454;
}


/* =========================================================
   FOOTER BOTTOM RIGHT
========================================================= */

.footer-bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.footer-bottom-right > span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.footer-bottom-right > span i {
  color: #e12454;
  margin-right: 5px;
}


/* =========================================================
   SCROLL TOP
========================================================= */

.scroll-top-btn {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #e12454;
  color: #fff !important;

  border-radius: 50%;

  font-size: 18px;

  transition: all 0.3s ease;

  box-shadow: 0 5px 15px rgba(225, 36, 84, 0.25);
}

.scroll-top-btn:hover {
  background: #fff;
  color: #e12454 !important;
  transform: translateY(-3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

  .hospital-footer-main {
    padding: 55px 0 40px;
  }

  .footer-widget {
    margin-bottom: 15px;
  }

  .footer-map {
    height: 260px;
  }

  .footer-bottom-right {
    justify-content: center;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

  .hospital-footer-main {
    padding: 45px 0 25px;
  }

  .footer-widget {
    margin-bottom: 25px;
  }

  .footer-logo {
    margin-bottom: 22px;
  }

  .footer-logo-icon {
    width: 52px;
    height: 52px;
    font-size: 25px;
  }

  .footer-logo h3 {
    font-size: 21px;
  }

  .footer-logo h4 {
    font-size: 13px;
  }

  .footer-title {
    margin-bottom: 17px;
  }

  .footer-title h5 {
    font-size: 18px;
  }

  .footer-map {
    height: 230px;
  }

  .hospital-footer-bottom {
    padding: 20px 0;
  }

  .copyright-text {
    text-align: center;
  }

  .footer-bottom-right {
    margin-top: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .hospital-footer-main {
    padding: 40px 15px 20px;
  }

  .footer-logo {
    gap: 12px;
  }

  .footer-logo-icon {
    width: 48px;
    height: 48px;
    font-size: 23px;
  }

  .footer-logo h3 {
    font-size: 19px;
  }

  .footer-social a {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .footer-map {
    height: 210px;
  }

  .footer-bottom-right > span {
    font-size: 11px;
    text-align: center;
  }

}


/* =========================================================
   FIX BOOTSTRAP / OLD FOOTER STYLE
========================================================= */

.hospital-footer a {
  text-decoration: none;
}

.hospital-footer a:hover {
  text-decoration: none;
}

.hospital-footer ul {
  margin: 0;
  padding: 0;
}

.hospital-footer p {
  margin-top: 0;
}

.hospital-footer .text-primary {
  color: #e12454 !important;
}

/* =========================================================
   SIDEBAR DETAIL ARTIKEL
   ========================================================= */

.article-sidebar {
    position: relative;
}

.article-sidebar .sidebar-widget {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(34, 58, 102, 0.07);
}

/* Judul Sidebar */
.article-sidebar .sidebar-widget h5 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #223a66;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf1f5;
}

.article-sidebar .sidebar-widget h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 45px;
    height: 3px;
    background: #e12454;
    border-radius: 5px;
}


/* =========================================================
   SEARCH
   ========================================================= */

.article-sidebar .search-form {
    position: relative;
}

.article-sidebar .search-form .form-control {
    height: 48px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 50px 0 15px;
    background: #f8fafc;
    font-size: 14px;
}

.article-sidebar .search-form .form-control:focus {
    border-color: #223a66;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(34, 58, 102, 0.08);
}

.article-sidebar .search-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 7px;
    background: #223a66;
    color: #fff;
    cursor: pointer;
}

.article-sidebar .search-form button:hover {
    background: #e12454;
}


/* =========================================================
   CATEGORY
   ========================================================= */

.article-sidebar .category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-sidebar .category ul li {
    margin-bottom: 8px;
}

.article-sidebar .category ul li:last-child {
    margin-bottom: 0;
}

.article-sidebar .category ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 12px;
    border-radius: 7px;
    color: #4b5d70;
    background: #f8fafc;
    font-size: 14px;
    transition: all 0.25s ease;
}

.article-sidebar .category ul li a:hover {
    color: #fff;
    background: #223a66;
    padding-left: 17px;
}

.article-sidebar .category ul li span {
    background: #eaf0f7;
    color: #223a66;
    font-size: 12px;
    min-width: 25px;
    height: 25px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.article-sidebar .category ul li a:hover span {
    background: rgba(255,255,255,0.2);
    color: #fff;
}


/* =========================================================
   ARTIKEL TERBARU
   ========================================================= */

.article-sidebar .latest-post .media {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #edf1f5;
}

.article-sidebar .latest-post .media:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.article-sidebar .latest-post .media img {
    width: 75px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.article-sidebar .latest-post .media-body {
    min-width: 0;
}

.article-sidebar .latest-post .media h6 {
    margin: 0 0 5px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 600;
}

.article-sidebar .latest-post .media h6 a {
    color: #223a66;
}

.article-sidebar .latest-post .media h6 a:hover {
    color: #e12454;
}

.article-sidebar .latest-post .media p {
    margin: 0;
    color: #8995a3;
    font-size: 12px;
    line-height: 1.5;
}


/* =========================================================
   TAG
   ========================================================= */

.article-sidebar .tags a {
    display: inline-block;
    background: #f1f5f9;
    color: #526477;
    border: 1px solid #e3e9ef;
    padding: 7px 13px;
    margin: 0 5px 8px 0;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1.3;
    transition: all 0.25s ease;
}

.article-sidebar .tags a:hover {
    background: #223a66;
    border-color: #223a66;
    color: #fff;
}


/* =========================================================
   JADWAL / INFO
   ========================================================= */

.article-sidebar .schedule-widget {
    background: linear-gradient(
        145deg,
        #223a66 0%,
        #31558e 100%
    ) !important;
    border: none !important;
    color: #fff;
}

.article-sidebar .schedule-widget h5 {
    color: #fff;
    border-bottom-color: rgba(255,255,255,0.2);
}

.article-sidebar .schedule-widget h5::before {
    background: #e12454;
}

.article-sidebar .schedule-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-sidebar .schedule-widget ul li {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    font-size: 13px;
}

.article-sidebar .schedule-widget ul li:last-child {
    border-bottom: none;
}

.article-sidebar .schedule-widget ul li span {
    color: rgba(255,255,255,0.8);
}

.article-sidebar .schedule-widget ul li strong {
    color: #fff;
}


/* =========================================================
   SIDEBAR LINK
   ========================================================= */

.article-sidebar a {
    text-decoration: none;
}


/* =========================================================
   SIDEBAR ICON
   ========================================================= */

.article-sidebar .sidebar-widget i {
    color: #e12454;
}

.article-sidebar .category i {
    margin-right: 8px;
}


/* =========================================================
   DETAIL ARTIKEL + SIDEBAR
   ========================================================= */

.article-detail-wrapper {
    position: relative;
}

.article-detail-wrapper .article-main {
    padding-right: 15px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991.98px) {

    .article-sidebar {
        margin-top: 40px;
    }

    .article-sidebar .sidebar-widget {
        padding: 20px;
    }

}


@media (max-width: 767.98px) {

    .article-sidebar {
        margin-top: 30px;
    }

    .article-sidebar .sidebar-widget {
        padding: 18px;
        margin-bottom: 20px;
    }

    .article-sidebar .latest-post .media img {
        width: 70px;
        height: 60px;
    }

}


/* =========================================================
   DETAIL ARTIKEL CARD
   ========================================================= */

.article-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    border: 1px solid #e8edf3;
    box-shadow: 0 8px 30px rgba(34,58,102,0.07);
}

.article-card h1 {
    color: #223a66;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.article-card .article-image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
    margin: 20px 0 25px;
}

.article-card .post-content {
    color: #455568;
    font-size: 16px;
    line-height: 1.9;
}

.article-card .post-content p {
    line-height: 1.9;
    margin-bottom: 20px;
}

.article-card .post-content h2,
.article-card .post-content h3,
.article-card .post-content h4 {
    color: #223a66;
    margin-top: 30px;
    margin-bottom: 15px;
}

.article-card .post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 15px 0;
}


/* =========================================================
   META ARTIKEL
   ========================================================= */

.article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #8491a0;
    font-size: 13px;
}

.article-meta .badge {
    border-radius: 20px;
    padding: 7px 12px;
}


/* =========================================================
   SHARE BUTTON
   ========================================================= */

.article-share {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #edf1f5;
}

.article-share strong {
    color: #223a66;
    margin-right: 8px;
}

.article-share .btn {
    border-radius: 20px;
    margin-right: 5px;
}


/* =========================================================
   KOMENTAR
   ========================================================= */

.comment-box {
    background: #fff !important;
    border: 1px solid #e8edf3;
    border-radius: 14px !important;
    box-shadow: 0 8px 30px rgba(34,58,102,0.07) !important;
}

.comment-box h4 {
    color: #223a66;
}

.comment-box .form-control {
    border: 1px solid #e1e7ee;
    background: #f8fafc;
    border-radius: 8px;
    padding: 12px 15px;
}

.comment-box .form-control:focus {
    background: #fff;
    border-color: #223a66;
    box-shadow: 0 0 0 3px rgba(34,58,102,0.08);
}

.comment-box .btn-primary {
    background: #223a66;
    border-color: #223a66;
    border-radius: 7px;
    padding: 11px 24px;
}

.comment-box .btn-primary:hover {
    background: #e12454;
    border-color: #e12454;
}


/* =========================================================
   KOMENTAR PENGUNJUNG
   ========================================================= */

.comment-avatar {
    border: 3px solid #eaf0f7;
    padding: 2px;
    background: #fff;
}

.comment-box + .mt-5 h5 {
    color: #223a66;
    font-size: 21px;
    margin-bottom: 25px;
}

.comment-box + .mt-5 .d-flex {
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 3px 12px rgba(34,58,102,0.04);
}

.comment-box + .mt-5 .d-flex h6 {
    color: #223a66;
}

.comment-box + .mt-5 .d-flex p {
    color: #566575;
    line-height: 1.7;
}


/* =========================================================
   MOBILE DETAIL ARTIKEL
   ========================================================= */

@media (max-width: 767.98px) {

    .article-card {
        padding: 20px 16px;
        border-radius: 10px;
    }

    .article-card h1 {
        font-size: 25px;
        line-height: 1.4;
    }

    .article-card .post-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .article-card .article-image {
        max-height: 300px;
        border-radius: 8px;
    }

    .article-meta {
        font-size: 12px;
    }

}

.navbar-brand img {
    height: 65px;
    width: auto;
    object-fit: contain;
}

/* ================================================================
   END STYLE.CSS
================================================================ */