.telfon-top {
    background: #000d44;
    border-radius: 10px;
    color: white;
    padding: 2px 15px;
    font-size: 14px;
}

.emergency-top {
    background: red;
    border-radius: 10px;
    color: white;
    padding: 10px 15px;
    font-size: 14px;
}


p.wa-top {
    padding-top: 3px;
    padding: 2px 15px;
}

.telfon-top a {
    font-size: 14px;
    font-weight: bold;
    color: white
}

.emergency-top a {
    font-size: 20px;
    font-weight: bold;
    color: white
}


.wa-top a {
    font-size: 14px;
    font-weight: bold;
    color: #19558c;
}

.top-head-1 .box-head {
    border: 2px solid #000d44;
    border-radius: 15px;
}

.top-head-1 {
    text-align: center;
}

.top-head-1 .label-top {
    font-size: 20px;
    font-weight: 500;
    color: #b09a6e;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.box-head p {
    margin-bottom: 0
}

.testimonial-section {
    position: relative;
    padding: 20px 20px;
    color: white;
    background-color: #F4857C;
}

.testimonial-section .testimonial-overlay {
    background-image: url('/assets/frontpage/img/bg-testimonials.jpg');
    /* background: rgba(0, 0, 0, 0.5); semi-transparent layer */
    padding: 20px;
    border-radius: 10px;
}

.section-title {
    font-size: 35px;
    margin-bottom: 40px;
    text-align: center;
}

.testimonial-card {
    background: rgba(248, 181, 184, 0.5);
    /* semi-transparent layer */
    padding: 20px;
    border-radius: 10px;
    color: #000000;
    text-align: center;
}

.testimonial-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 10px 0;
}

.testimonial-name {
    font-size: 18px;
    font-weight: bold;
}

.testimonial-role {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

/* Ask Doctor */
.askdoctor-section {
    position: relative;
    padding: 20px 20px;
    color: white;
}

.askdoctor-section .askdoctor-overlay {
    padding: 20px;
    border-radius: 10px;
}

.section-title {
    font-size: 35px;
    margin-bottom: 40px;
    text-align: center;
}

.askdoctor-card {
    /* background: rgba(248, 181, 184, 0.5); */
    /* semi-transparent layer */
    padding: 20px;
    border-radius: 10px;
    color: #000000;
    text-align: center;
}

.askdoctor-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 10px 0;
}

.askdoctor-name {
    font-size: 18px;
    font-weight: bold;
}

.askdoctor-role {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.read-more {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-decoration: underline;  /* tampilkan garis bawah */
    cursor: pointer;             /* ubah kursor jadi tanda tangan link */
}

.read-more:hover {
    color: #007bff;              /* ubah warna saat hover (opsional) */
    text-decoration: underline;  /* pastikan tetap ada garis bawah */
}

.swiper-pagination-bullet {
    background: #4f4f4f;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination {
    position: static !important;
    margin-bottom: 20px;
    text-align: center;
}

.table-schedule-doctor {
    /* border-collapse: separate !important; */
}

.divider-doctor-schedule-card {
    /* border-top: 1px solid #dddddd !important; */
}


.table-schedule-doctor th {
  border-color: #ebf4fa;
  border: 2px solid #ebf4fa;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgb(235, 244, 250);
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgb(235, 244, 250);
  border-left: unset;
  border-right: unset;
  font-size: 12px;
  text-align: center;
  color: #3e7db7;
  padding: 1rem 2.5rem;
  line-height: 1.5;

}

.table-schedule-doctor td{
  font-size: 12px;
  text-align: center;
  color: #3e7db7;
  padding: 1px;
  line-height: 1.5;
}

.doctor-info .doctor-name {
  overflow: hidden; /* optional: supaya text yang terlalu panjang dipotong */
  text-overflow: ellipsis; /* optional: kasih ... di akhir kalau terlalu panjang */
  display: -webkit-box; /* untuk multi-line ellipsis */
  -webkit-line-clamp: 2; /* maksimum 2 baris */
  -webkit-box-orient: vertical;
  white-space: normal;
}
.doctor-name h6 {
  margin-bottom: 0;
}
.doctor-specialty span  {
  margin-bottom: 0px;
  line-height: 1.2;
  font-size: 13px;
  font-weight: bold;
  color:#F4857C;
}

.doctor-specialty {
  line-height: 1;
}

.partner-card {
    height: 180px; /* Ubah sesuai kebutuhan */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 10px;
    text-align: center;
}

.partner-card img {
    max-height: 80px;
    object-fit: contain;
}

.partner-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb-area-style {
    display: inline-block;
    background-color: #f4857c;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    opacity: 0.75;
}

.testimonial-wrapper {
    display: flex;
    gap: 30px;
    align-items: stretch;  /* ini penting! */
    text-align: left;
    flex-wrap: wrap;
}

.testimonial-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 175px;   /* samakan dengan height testimonial-text */
}

.testimonial-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial-role {
    font-size: 14px;
    color: #555;
}

.testimonial-right {
    flex-grow: 1;
}

.testimonial-text {
    height: 180px;
    overflow: auto;
    font-style: italic;
    font-size: 14px;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-wrapper {
        flex-direction: column-reverse;
        align-items: center;
        text-align: left;
    }

    .testimonial-left, .testimonial-right {
        width: 100%;
    }

    .testimonial-text::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.testimonial-text::-webkit-scrollbar {
    width: 6px;
}

.testimonial-text::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.title-style {
    margin-bottom: 10px;
    text-align: center;
    background-color: #f4857c;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    opacity: 0.75;

    width: fit-content;         /* Lebar mengikuti konten */
    margin-left: auto;          /* Centering */
    margin-right: auto;         /* Centering */
}

@media (max-width: 768px) {
  .cursor, .cursor-inner {
    display: none !important;
  }
}

.doctor-image-container {
    aspect-ratio: 570 / 515;
    width: 100%;
    max-width: 135px; /* atau 120px sesuai layout kamu */
}

.doctor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.hero-bg {
  background-image: var(--bg-desktop);
  background-position: center;
}

@media (max-width: 992px) {
  .hero-bg {
    /* !important untuk men-impose atas inline style */
    background-image: var(--bg-mobile) !important;
  }
}
