/* --- RATING SLIDER --- */
.rating-slider-wrap {
  width: 100%;
  overflow: hidden;
  margin: 32px 0 24px 0;
  position: relative;
}
.rating-slider {
  display: flex;
  flex-direction: row;
  gap: 24px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 240px;
}
.rating-item {
  min-width: 320px;
  max-width: 340px;
  background: #fff;
  border-radius: 1.3rem;
  box-shadow: 0 2px 16px 0 rgba(30,60,90,0.07);
  padding: 1.7rem 1.3rem 1.2rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow 0.3s, transform 0.5s cubic-bezier(.7,.2,.3,1), opacity 0.5s, border 0.3s;
  opacity: 0.7;
  transform: scale(0.97);
  z-index: 1;
  font-family: 'Poppins', Arial, sans-serif;
  border: 1.5px solid #e6eaf3;
  color: #2a3a5a;
  background: #fff;
}
.rating-item:hover, .rating-item[style*="scale(1)"] {
  box-shadow: 0 4px 24px 0 rgba(30,60,90,0.13);
  opacity: 1;
  z-index: 2;
  border: 1.5px solid #b6c3e0;
}
.rating-item[style*="scale(1)"] {
  box-shadow: 0 4px 24px 0 rgba(30,60,90,0.13);
  opacity: 1;
  z-index: 2;
}
/* Hide scrollbar for all browsers */
.rating-slider {
  scrollbar-width: none; /* Firefox */
}
.rating-slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.rating-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.rating-nama {
  font-weight: 600;
  color: #2a3a5a;
  font-size: 1.08em;
  font-family: 'Poppins', Arial, sans-serif;
}
.rating-emoji {
  font-size: 1.7em;
  margin-left: 8px;
}
.rating-text {
  color: #3a4a6a;
  font-size: 1.04em;
  margin-top: 6px;
  white-space: pre-line;
  font-family: 'Poppins', Arial, sans-serif;
}
.rating-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #f3f6fb;
  border: none;
  color: #2a3a5a;
  font-size: 2.2rem;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 2px 8px rgba(30,60,90,0.08);
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.rating-arrow.left { left: -22px; }
.rating-arrow.right { right: -22px; }
.rating-arrow:hover {
  background: #e0e7ef;
  color: #4f46e5;
  box-shadow: 0 4px 16px rgba(30,60,90,0.13);
}
.rating-empty {
  color: #b0b8c9;
  font-style: italic;
  padding: 32px 0;
  text-align: center;
  width: 100%;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.service-img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 50%;
  background: #e0e7ef;
  display: block;
  margin: 0 auto;
}
.service-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin-top: 0.7rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .service-slider {
    gap: 0.7rem;
    padding: 0.5rem 0.2rem;
  }
  .service-card {
    min-width: 120px;
    max-width: 140px;
    min-height: 120px;
    padding: 1rem 0.5rem 0.7rem 0.5rem;
  }
  .service-img img {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 500px) {
  .service-container {
    padding: 0 0.3rem;
  }
  .service-arrow {
    width: 36px;
    height: 36px;
    font-size: 1.8rem;
  }
  .service-arrow.left {
    margin-right: 0.3rem;
  }
  .service-arrow.right {
    margin-left: 0.3rem;
  }
  .service-slider {
    gap: 0.4rem;
    padding: 0.5rem 0.1rem;
  }
  .service-card {
    min-width: 110px;
    max-width: 120px;
    min-height: 140px;
    padding: 0.7rem 0.2rem 0.5rem 0.2rem;
  }
  .service-title {
    font-size: 0.8rem;
  }
  .service-img img {
    width: 28px;
    height: 28px;
  }
}
.kontak-icon {
  display: flex;
  align-items: center;
  margin-right: 0.5em;
}
.kontak-btn svg {
  display: block;
}
/* --- RESERVASI & INFORMASI SECTION --- */
.reservasi-section {
  background: #f8fbff;
  padding: 3.5rem 0 3.5rem 0;
  font-family: 'Poppins', Arial, sans-serif;
}
.reservasi-container {
  display: flex;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: wrap;
}
.reservasi-left {
  flex: 1 1 380px;
  min-width: 320px;
  max-width: 480px;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 2px 16px var(--color-shadow);
  padding: 2.2rem 2rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.reservasi-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
  text-align: left;
}
.reservasi-desc {
  font-size: 1.08rem;
  color: #2d3a5a;
  margin-bottom: 1.2rem;
}
.reservasi-kontak {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}
.kontak-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: #f8fbff;
  border: 2px solid #e0e7ef;
  border-radius: 0.8rem;
  padding: 0.6rem 1.2rem;
  font-size: 1.08rem;
  font-weight: 600;
  color: #2d3a5a;
  text-decoration: none;
  transition: border 0.2s, background 0.2s, color 0.2s;
}
.kontak-btn img {
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
}
.kontak-btn.wa { border-color: #25d366; }
.kontak-btn.wa:hover { background: #25d36622; color: #128c7e; }
.kontak-btn.fb { border-color: #1877f3; }
.kontak-btn.fb:hover { background: #1877f322; color: #1877f3; }
.kontak-btn.ig { border-color: #e1306c; }
.kontak-btn.ig:hover { background: #e1306c22; color: #e1306c; }
.reservasi-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.form-row {
  display: flex;
  gap: 1.1rem;
  flex-wrap: wrap;
}
.form-group {
  flex: 1 1 160px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.form-group label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.2rem;
  letter-spacing: 0.01em;
}
.form-group input[type="text"],
.form-group input[type="email"] {
  border-radius: 0.7rem;
  border: 1.5px solid #e0e7ef;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  background: #f8fbff;
  color: #2d3a5a;
}
.form-group input:focus {
  border-color: var(--color-primary);
  outline: none;
}
.kategori-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 0.3rem;
}
.kategori-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}
.kategori-item > label {
  font-size: 1.08rem;
  font-weight: 700;
  color: #1a365d;
  letter-spacing: 0.01em;
  margin-left: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1.5;
}
.kategori-item input[type="checkbox"] {
  accent-color: var(--color-primary);
  margin-right: 0;
  margin-top: 0.2em;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
}
.subkategori-list {
  margin-left: 1.7em;
  margin-top: 0.2em;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.subkategori-list label {
  font-size: 0.98rem;
  font-weight: 600;
  color: #4a668a;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  line-height: 1.5;
}
.subkategori-list label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 0;
  cursor: pointer;
  accent-color: var(--color-primary);
}
.reservasi-submit {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 0.9rem 2.2rem;
  border-radius: 2rem;
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px var(--color-shadow);
  transition: background 0.3s, color 0.3s, transform 0.18s, box-shadow 0.18s;
  margin-top: 0.7rem;
}
.reservasi-submit:hover {
  background: #4a668a;
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 4px 16px var(--color-shadow);
}
.reservasi-right {
  flex: 1 1 320px;
  min-width: 280px;
  max-width: 600px;
  height: 480px;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 2px 16px var(--color-shadow);
  background: #fff;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.reservasi-map {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 320px;
}
@media (max-width: 900px) {
  .reservasi-container {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .reservasi-left, .reservasi-right {
    max-width: 98vw;
    width: 100%;
  }
  .reservasi-right {
    height: 320px;
    min-width: 0;
  }
}
@media (max-width: 600px) {
  .reservasi-section {
    padding: 1.2rem 0 1.2rem 0;
  }
  .reservasi-left {
    padding: 1.2rem 0.7rem 1rem 0.7rem;
  }
  .reservasi-title {
    font-size: 1.2rem;
  }
  .reservasi-right {
    height: 200px;
  }
}
/* --- RATING & FEEDBACK SECTION --- */
.rating-section {
  background: #f8fbff;
  padding: 3.5rem 0 3.5rem 0;
  font-family: 'Poppins', Arial, sans-serif;
}
.rating-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 2.2rem;
}
.rating-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.rating-empty {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px var(--color-shadow);
  padding: 2.2rem 2rem;
  color: #4a668a;
  font-size: 1.1rem;
  text-align: center;
  min-width: 320px;
}
.lihat-lebih-btn {
  display: block;
  margin: 0 auto 2.2rem auto;
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 0.8rem 2.2rem;
  border-radius: 2rem;
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px var(--color-shadow);
  transition: background 0.3s, color 0.3s, transform 0.18s, box-shadow 0.18s;
}
.lihat-lebih-btn:hover {
  background: #4a668a;
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 4px 16px var(--color-shadow);
}
.feedback-form-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.feedback-form {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px var(--color-shadow);
  padding: 2.2rem 2rem 1.5rem 2rem;
  min-width: 320px;
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.feedback-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0.7rem;
}
.emoji-group {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.emoji-btn {
  min-width: 110px;
  flex: 1 1 110px;
  max-width: 160px;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .emoji-group {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }
  .emoji-btn {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}
.emoji-btn {
  background: #f8fbff;
  border: 2px solid #e0e7ef;
  border-radius: 0.8rem;
  padding: 0.7rem 1.2rem;
  font-size: 1.08rem;
  font-family: inherit;
  color: #2d3a5a;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: border 0.2s, background 0.2s, color 0.2s;
}
.emoji-btn.selected, .emoji-btn:focus {
  border: 2px solid var(--color-primary);
  background: #eaf6fd;
  color: var(--color-primary);
  outline: none;
}
.emoji {
  font-size: 1.3em;
  margin-right: 0.3em;
}
.feedback-text {
  min-height: 60px;
  border-radius: 0.7rem;
  border: 1.5px solid #e0e7ef;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
  background: #f8fbff;
  color: #2d3a5a;
  margin-bottom: 0.5rem;
}
.submit-feedback-btn {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 0.9rem 2.2rem;
  border-radius: 2rem;
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px var(--color-shadow);
  transition: background 0.3s, color 0.3s, transform 0.18s, box-shadow 0.18s;
}
.submit-feedback-btn:hover {
  background: #4a668a;
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 4px 16px var(--color-shadow);
}
.feedback-thankyou {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px var(--color-shadow);
  padding: 2.2rem 2rem 1.5rem 2rem;
  min-width: 320px;
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.thankyou-emoji {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-primary);
}
.thankyou-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.3rem;
}
.thankyou-desc {
  font-size: 1.08rem;
  color: #2d3a5a;
  text-align: center;
  margin-bottom: 1.2rem;
}
.done-btn {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 0.9rem 2.2rem;
  border-radius: 2rem;
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px var(--color-shadow);
  transition: background 0.3s, color 0.3s, transform 0.18s, box-shadow 0.18s;
}
.done-btn:hover {
  background: #4a668a;
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 4px 16px var(--color-shadow);
}
@media (max-width: 900px) {
  .feedback-form-wrap {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
}
/* --- PATIENT REVIEWS SECTION --- */
.patient-reviews-section {
  width: 100%;
  max-width: 1200px;
  margin: 1.5rem auto 2.5rem auto;
  padding: 0 1rem;
  font-family: 'Poppins', Arial, sans-serif;
  box-sizing: border-box;
}
.patient-reviews-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 2.2rem;
}
.patient-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.patient-review-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px var(--color-shadow);
  padding: 1.8rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.22s cubic-bezier(.4,0,.2,1), box-shadow 0.18s;
  border: 1.5px solid #e6eaf3;
}
.patient-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 24px var(--color-shadow);
  border-color: #b6c3e0;
}
.patient-review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.patient-review-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-primary);
  font-family: 'Poppins', Arial, sans-serif;
}
.patient-review-emoji {
  font-size: 1.8rem;
}
.patient-review-text {
  font-size: 1rem;
  color: #2d3a5a;
  line-height: 1.6;
  font-family: 'Poppins', Arial, sans-serif;
}
@media (max-width: 700px) {
  .patient-reviews-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .patient-reviews-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .patient-review-card {
    padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  }
}
/* --- FEEDBACK THANK YOU POPUP --- */
.feedback-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 54, 93, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(4px);
}
.feedback-popup-overlay.show {
  display: flex;
}
.feedback-popup {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(26, 54, 93, 0.2);
  padding: 2.5rem 2rem;
  max-width: 420px;
  width: 90%;
  text-align: center;
  animation: popupFadeIn 0.3s cubic-bezier(.4,0,.2,1);
}
@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.feedback-popup-emoji {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.feedback-popup-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.8rem;
  font-family: 'Poppins', Arial, sans-serif;
}
.feedback-popup-message {
  font-size: 1.08rem;
  color: #2d3a5a;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-family: 'Poppins', Arial, sans-serif;
}
.feedback-popup-close {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 0.9rem 2.2rem;
  border-radius: 2rem;
  font-size: 1.08rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px var(--color-shadow);
  transition: background 0.3s, color 0.3s, transform 0.18s, box-shadow 0.18s;
  font-family: 'Poppins', Arial, sans-serif;
}
.feedback-popup-close:hover {
  background: #4a668a;
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 4px 16px var(--color-shadow);
}

/* --- TRUSTED DOCTORS (3 BOX) --- */
.trusted-doctors {
  width: 100%;
  max-width: 1200px;
  margin: 1.5rem auto 1.5rem auto;
  padding: 0 1rem;
  box-sizing: border-box;
  font-family: 'Poppins', Arial, sans-serif;
}
.trusted-doctors-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 2.2rem;
}
.trusted-doctors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.trusted-doctor-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px var(--color-shadow);
  border: 1.5px solid #e6eaf3;
  overflow: hidden;
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 140px;
  transition: transform 0.22s cubic-bezier(.4,0,.2,1), box-shadow 0.18s, border-color 0.18s;
}
.trusted-doctor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 24px var(--color-shadow);
  border-color: #b6c3e0;
}
.trusted-doctor-photo {
  background: #f3f6fb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem;
}
.trusted-doctor-photo img {
  width: 96px;
  height: 96px;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;
  display: block;
  box-shadow: 0 2px 10px rgba(26,54,93,0.12);
}
.trusted-doctor-info {
  padding: 1.1rem 1.1rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  justify-content: center;
}
.trusted-doctor-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-primary);
}
.trusted-doctor-role {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--color-accent);
}
.trusted-doctor-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 0.6rem;
  background: #f8fbff;
  border: 1.5px solid #e0e7ef;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.18s;
}
.trusted-doctor-link:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
  transform: translateY(-1px);
}
@media (max-width: 980px) {
  .trusted-doctors-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 1.2rem;
  }
}
@media (max-width: 600px) {
  .trusted-doctors-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .trusted-doctors-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .trusted-doctor-card {
    grid-template-columns: 100px 1fr;
    min-height: 120px;
  }
  .trusted-doctor-photo img {
    width: 76px;
    height: 76px;
  }
  .trusted-doctor-name {
    font-size: 1.05rem;
  }
  .trusted-doctor-role {
    font-size: 0.9rem;
  }
  .trusted-doctor-link {
    font-size: 0.9rem;
    padding: 0.4rem 0.75rem;
  }
}

/* --- DOCTOR PROFILE PAGE (SIMPLE PLACEHOLDER) --- */
.profile-page {
  background: var(--color-bg);
  padding: 2.5rem 0 3rem 0;
  font-family: 'Poppins', Arial, sans-serif;
}
.profile-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.profile-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 2px 16px var(--color-shadow);
  border: 1.5px solid #e6eaf3;
  padding: 2rem;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.6rem;
  align-items: center;
}
.profile-photo img {
  width: 220px;
  height: 220px;
  border-radius: 1.5rem;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 6px 24px rgba(26,54,93,0.14);
}
.profile-name {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 0.4rem 0;
}
.profile-role {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-accent);
  margin: 0 0 1rem 0;
}
.profile-desc-list {
  margin: 0 0 1.1rem 0;
  padding-left: 1.15rem;
  color: #2d3a5a;
  line-height: 1.7;
}
.profile-desc-list li {
  margin: 0.3rem 0;
}
.profile-note {
  color: #2d3a5a;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 700px) {
  .profile-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .profile-photo {
    display: flex;
    justify-content: center;
  }
}
/* --- SERVICE PROFILE PAGE --- */
.service-profile-page {
  background: var(--color-bg);
  padding: 2.5rem 0 3rem 0;
  font-family: 'Poppins', Arial, sans-serif;
  min-height: calc(100vh - 80px);
}
.service-profile-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.service-profile-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 2px 16px var(--color-shadow);
  border: 1.5px solid #e6eaf3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.service-profile-image {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
}
.service-profile-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 1.5rem;
  object-fit: contain;
  box-shadow: 0 2px 12px var(--color-shadow);
}
.service-profile-info {
  text-align: center;
  width: 100%;
}
.service-profile-name {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 1rem;
  font-family: 'Poppins', Arial, sans-serif;
}
.service-profile-note {
  font-size: 1.08rem;
  color: #2d3a5a;
  line-height: 1.6;
  font-family: 'Poppins', Arial, sans-serif;
}
@media (max-width: 600px) {
  .service-profile-page {
    padding: 1.5rem 0 2rem 0;
  }
  .service-profile-card {
    padding: 1.5rem;
    gap: 1.2rem;
  }
  .service-profile-name {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
  .service-profile-note {
    font-size: 1rem;
  }
  .service-profile-image img {
    border-radius: 1rem;
  }
}
/* --- JADWAL RESERVASI MODAL --- */
.jadwal-btn {
  background: linear-gradient(135deg, #1a365d, #4a668a);
  color: #fff;
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  margin: 0.5rem 0;
  box-shadow: 0 2px 8px rgba(26,54,93,0.2);
}

.jadwal-btn:hover {
  background: linear-gradient(135deg, #2a466d, #5a769a);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(26,54,93,0.3);
}

.jadwal-terpilih {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.jadwal-terpilih input {
  flex: 1;
  background: #f8fbff;
  border: 2px solid #e0e7ef;
  border-radius: 0.7rem;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1a365d;
}

.ubah-jadwal-btn {
  background: #f8fbff;
  border: 2px solid #e0e7ef;
  color: #4a668a;
  padding: 0.6rem 1rem;
  border-radius: 0.7rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.ubah-jadwal-btn:hover {
  background: #e0e7ef;
  border-color: #4a668a;
}

.jadwal-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1001;
}

.jadwal-modal.is-open {
  display: block;
}

.jadwal-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 54, 93, 0.6);
  backdrop-filter: blur(4px);
}

.jadwal-modal-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, calc(100vw - 40px));
  max-height: min(85vh, 700px);
  overflow: auto;
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid #e6eaf3;
  box-shadow: 0 24px 80px rgba(26,54,93,0.25);
  animation: modalFadeIn 0.3s cubic-bezier(.4,0,.2,1);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.jadwal-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #eef2fb;
  background: #f8fbff;
  border-radius: 1.5rem 1.5rem 0 0;
}

.jadwal-modal-title {
  font-weight: 700;
  color: var(--color-primary);
  font-size: 1.3rem;
}

.jadwal-modal-close {
  border: none;
  background: #f3f6fb;
  color: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}

.jadwal-modal-close:hover {
  background: #e0e7ef;
  transform: scale(1.05);
}

.jadwal-modal-body {
  padding: 1.5rem;
}

.jadwal-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.jadwal-calendar, .jadwal-slots {
  border: 1px solid #eef2fb;
  border-radius: 1.2rem;
  padding: 1.2rem;
  background: #f8fbff;
}

.jadwal-slots-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.jadwal-selected-date {
  font-weight: 700;
  color: var(--color-primary);
  font-size: 1.1rem;
}

.jadwal-note {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #4a668a;
  text-align: center;
  padding: 0.8rem;
  background: #f0f7ff;
  border-radius: 0.8rem;
}

.jadwal-modal-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  padding-top: 1rem;
  border-top: 1px solid #eef2fb;
}

.jadwal-batal-btn {
  background: #f8fbff;
  border: 2px solid #e0e7ef;
  color: #4a668a;
  padding: 0.8rem 1.8rem;
  border-radius: 0.8rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.jadwal-batal-btn:hover {
  background: #e0e7ef;
  border-color: #4a668a;
}

.jadwal-konfirmasi-btn {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 0.8rem 1.8rem;
  border-radius: 0.8rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(26,54,93,0.2);
}

.jadwal-konfirmasi-btn:hover:not(:disabled) {
  background: #2a466d;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(26,54,93,0.3);
}

.jadwal-konfirmasi-btn:disabled {
  background: #b0b8c9;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Slot Jam Buttons */
.jam-slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.jam-slot-btn {
  background: #fff;
  border: 2px solid #e0e7ef;
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2d3a5a;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.jam-slot-btn:hover:not(:disabled) {
  background: #f0f7ff;
  border-color: #4a668a;
  transform: translateY(-1px);
}

.jam-slot-btn:disabled {
  background: #f5f5f5;
  border-color: #e0e0e0;
  color: #b0b0b0;
  cursor: not-allowed;
}

.jam-slot-btn.selected {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(26,54,93,0.3);
}

.jam-slot-btn.disabled {
  background: #f5f5f5;
  border-color: #e0e0e0;
  color: #b0b0b0;
  cursor: not-allowed;
  opacity: 0.6;
}

.jam-slot-btn.disabled:hover {
  background: #f5f5f5;
  border-color: #e0e0e0;
  transform: none;
}

.slots-loading {
  text-align: center;
  color: #4a668a;
  font-style: italic;
  padding: 2rem;
  background: #f8fbff;
  border-radius: 0.8rem;
  border: 1px solid #e0e7ef;
}

@media (max-width: 768px) {
  .jadwal-modal-panel {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    top: 10px;
    left: 10px;
    transform: none;
  }
  
  .jadwal-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .jadwal-modal-head {
    padding: 1rem;
  }
  
  .jadwal-modal-body {
    padding: 1rem;
  }
  
  .jam-slots-grid {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 0.5rem;
  }
  
  .jadwal-modal-actions {
    flex-direction: column;
    gap: 0.8rem;
  }
  
  .jadwal-batal-btn,
  .jadwal-konfirmasi-btn {
    width: 100%;
  }
}

/* --- GLOBAL STYLES --- */
:root {
  --color-primary: #1a365d;
  --color-accent: #4a668a;
  --color-bg: #f8fbff;
  --color-white: #fff;
  --color-shadow: rgba(26,54,93,0.08);
  --radius: 1.5rem;
  --transition: 0.3s cubic-bezier(.4,0,.2,1);
}
html {
  box-sizing: border-box;
  font-size: 16px;
}
*, *:before, *:after { box-sizing: inherit; }
body {
  font-family: 'Poppins', Arial, sans-serif;
  background: var(--color-bg);
  color: var(--color-primary);
  margin: 0;
  min-height: 100vh;
}

/* --- NAVBAR --- */
.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  background: var(--color-bg);
  box-shadow: 0 2px 8px var(--color-shadow);
  z-index: 100;
  min-height: 80px;
  display: flex;
  align-items: center;
}

/* --- FLOATING CALENDAR (PUBLIC) --- */
.fab-calendar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(26, 54, 93, 0.92);
  color: #fff;
  box-shadow: 0 12px 30px rgba(26,54,93,0.22);
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 999;
  transition: transform 0.18s cubic-bezier(.4,0,.2,1), box-shadow 0.18s, background 0.18s;
  pointer-events: auto !important; /* Pastikan bisa diklik */
  user-select: none; /* Prevent text selection */
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight on mobile */
}
.fab-calendar:hover {
  transform: translateY(-2px);
  background: rgba(26, 54, 93, 1);
  box-shadow: 0 16px 40px rgba(26,54,93,0.28);
}
.fab-calendar-icon {
  font-size: 1.25rem;
  line-height: 1;
}

/* --- SCHEDULE MODAL (PUBLIC) --- */
.schedule-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}
.schedule-modal.is-open {
  display: block;
}
.schedule-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 54, 93, 0.55);
  backdrop-filter: blur(4px);
}
.schedule-modal-panel {
  position: absolute;
  right: 20px;
  bottom: 90px;
  width: min(980px, calc(100vw - 40px));
  max-height: min(86vh, 820px);
  overflow: auto;
  background: #fff;
  border-radius: 1.4rem;
  border: 1px solid #e6eaf3;
  box-shadow: 0 24px 80px rgba(26,54,93,0.25);
}
.schedule-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #eef2fb;
}
.schedule-modal-title {
  font-weight: 700;
  color: var(--color-primary);
  font-size: 1.1rem;
}
.schedule-modal-close {
  border: none;
  background: #f3f6fb;
  color: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
}
.schedule-modal-close:hover {
  background: #e0e7ef;
}
.schedule-modal-body {
  padding: 1.2rem;
}
.schedule-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 1.2rem;
  align-items: start;
}
.schedule-calendar, .schedule-slots {
  border: 1px solid #eef2fb;
  border-radius: 1.2rem;
  padding: 1rem;
  background: #f8fbff;
}
.schedule-slots-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.schedule-selected-date {
  font-weight: 700;
  color: var(--color-primary);
}
.schedule-note {
  margin-top: 0.9rem;
  font-size: 0.92rem;
  color: #4a668a;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px 0 8px;
  vertical-align: middle;
}
.dot-available { background: #22c55e; }
.dot-booked { background: #f59e0b; }
.dot-blocked { background: #ef4444; }

/* --- CALENDAR WIDGET --- */
.cal-head {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}
.cal-label {
  text-align: center;
  font-weight: 700;
  color: var(--color-primary);
}
.cal-nav {
  border: none;
  background: #ffffff;
  border: 1px solid #e6eaf3;
  border-radius: 0.9rem;
  height: 38px;
  cursor: pointer;
  color: var(--color-primary);
  font-size: 1.35rem;
  line-height: 1;
}
.cal-nav:hover {
  background: #eef6ff;
}
.cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
  font-size: 0.9rem;
  color: #4a668a;
  margin-bottom: 0.35rem;
  text-align: center;
  font-weight: 600;
}
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
}
.cal-cell {
  height: 40px;
  border-radius: 0.9rem;
  border: 1px solid #e6eaf3;
  background: #fff;
  cursor: pointer;
  color: var(--color-primary);
  font-weight: 600;
}
.cal-cell:hover {
  background: #eef6ff;
}
.cal-cell.is-empty {
  background: transparent;
  border-color: transparent;
}
.cal-cell.is-today {
  outline: 2px solid rgba(26,54,93,0.25);
}
.cal-cell.is-selected {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.cal-cell.is-past {
  background: #f5f5f5;
  color: #b0b0b0;
  border-color: #e0e0e0;
  cursor: not-allowed;
  opacity: 0.6;
}

.cal-cell.is-past:hover {
  background: #f5f5f5;
  transform: none;
}

/* --- SLOTS LIST --- */
.slots-loading {
  padding: 0.8rem 0.2rem;
  color: #4a668a;
}
.slots-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}
.slot-btn {
  border: 1px solid #e6eaf3;
  border-radius: 1rem;
  background: #fff;
  padding: 0.7rem 0.8rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: left;
}
.slot-btn.is-disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.slot-btn:not(.is-disabled):hover {
  background: #f0f7ff;
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26,54,93,0.15);
  transition: all 0.2s ease;
}
.slot-btn.slot-booked:not(.is-disabled) {
  cursor: pointer;
  position: relative;
}
.slot-btn.slot-booked:not(.is-disabled)::after {
  content: '👁️';
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.8rem;
  opacity: 0.7;
}
.slot-time {
  font-weight: 800;
  color: var(--color-primary);
}
.slot-status {
  font-weight: 700;
  font-size: 0.9rem;
  color: #4a668a;
}
.slot-available .slot-status { color: #16a34a; }
.slot-booked .slot-status { color: #d97706; }
.slot-blocked .slot-status { color: #dc2626; }

/* --- BOOKING FORM (PUBLIC) --- */
.booking-form {
  margin-top: 1rem;
  border: 1px solid #eef2fb;
  border-radius: 1.2rem;
  padding: 1rem;
  background: #fff;
}
.booking-title {
  font-weight: 800;
  margin-bottom: 0.8rem;
  color: var(--color-primary);
}
.booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}
.booking-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-weight: 600;
  color: #4a668a;
  font-size: 0.95rem;
}
.booking-field input {
  border-radius: 0.9rem;
  border: 1.5px solid #e0e7ef;
  padding: 0.75rem 0.9rem;
  font-size: 1rem;
  font-family: inherit;
  background: #f8fbff;
  color: #2d3a5a;
}
.booking-field-full {
  grid-column: 1 / -1;
}
.booking-actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.7rem;
  justify-content: flex-end;
}
.booking-cancel {
  border: 1.5px solid #e0e7ef;
  background: #fff;
  color: var(--color-primary);
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}
.booking-submit {
  border: none;
  background: var(--color-primary);
  color: #fff;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}
.booking-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.booking-hint {
  margin-top: 0.6rem;
  color: #4a668a;
  font-weight: 600;
}

@media (max-width: 860px) {
  .schedule-modal-panel {
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100vw - 40px);
    max-height: 86vh;
  }
  .schedule-layout {
    grid-template-columns: 1fr;
  }
  .slots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .booking-grid {
    grid-template-columns: 1fr;
  }
}

/* --- PATIENT INFO MODAL --- */
.patient-info-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1001;
}
.patient-info-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.patient-info-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 54, 93, 0.55);
  backdrop-filter: blur(4px);
}
.patient-info-panel {
  position: relative;
  width: min(500px, calc(100vw - 40px));
  background: #fff;
  border-radius: 1.4rem;
  border: 1px solid #e6eaf3;
  box-shadow: 0 24px 80px rgba(26,54,93,0.25);
  z-index: 1;
}
.patient-info-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid #eef2fb;
}
.patient-info-title {
  font-weight: 700;
  color: var(--color-primary);
  font-size: 1.2rem;
}
.patient-info-close {
  border: none;
  background: #f3f6fb;
  color: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.patient-info-close:hover {
  background: #e0e7ef;
}
.patient-info-body {
  padding: 1.4rem;
}
.patient-info-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}
.patient-info-item:last-of-type {
  margin-bottom: 0;
}
.patient-info-label {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: 600;
}
.patient-info-value {
  font-size: 1rem;
  color: var(--color-primary);
  font-weight: 500;
}
.patient-info-slot {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #eef2fb;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.patient-info-slot .patient-info-label {
  color: #4a668a;
}
.patient-info-slot .patient-info-value {
  color: #1a365d;
  font-weight: 600;
}

@media (max-width: 768px) {
  .patient-info-panel {
    width: calc(100vw - 40px);
    margin: 20px;
  }
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.7rem 2.5rem 0.7rem 1.5rem;
}
.logo-img {
  height: 56px;
  width: auto;
  object-fit: contain;
  display: block;
}
.nav {
  flex: 1;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-item a,
.dropdown-toggle {
  background: none;
  border: none;
  color: var(--color-primary);
  font: inherit;
  font-weight: 600;
  font-size: 1.08rem;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.nav-item a:hover,
.dropdown-toggle:hover,
.dropdown-toggle.active {
  background: var(--color-primary);
  color: var(--color-white);
}
.search-icon button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--color-primary);
  display: flex;
  align-items: center;
}

/* Hilangkan arrow di bawah Service pada navbar */
.arrow {
  display: none !important;
}

/* --- HERO SECTION --- */
.hero-slider {
  width: 100vw;
  min-height: 90vh;
  background: #eef6ff;
  position: relative;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
.hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("banner-klinik.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.02);
  z-index: 0;
}
.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(248, 251, 255, 0.92) 0%,
    rgba(248, 251, 255, 0.78) 42%,
    rgba(248, 251, 255, 0.25) 100%
  );
  z-index: 0;
}
.hero-slider-inner {
  width: 100vw;
  min-height: 90vh;
  position: relative;
  z-index: 1;
}
.hero-slide {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  min-height: 90vh;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1);
  z-index: 1;
}
.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.hero-slide-content {
  max-width: 600px;
  margin-left: 8vw;
  z-index: 2;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 54, 93, 0.08);
  box-shadow: 0 10px 40px rgba(26, 54, 93, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 1.5rem;
  padding: 2.1rem 2.2rem;
  text-align: left;
}
.hero-slide-content h1 {
  font-size: 2.7rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 1.2rem;
  line-height: 1.18;
}
.hero-slide-content p {
  font-size: 1.18rem;
  color: #2d3a5a;
  margin-bottom: 2.2rem;
  font-weight: 400;
}
.hero-bullets {
  margin: 0 0 2.2rem 1.1rem;
  padding: 0;
  color: #2d3a5a;
}
.hero-bullets li {
  margin: 0.35rem 0;
}
@media (max-width: 900px) {
  .hero-slide-content {
    margin-left: 5vw;
    max-width: 88vw;
    padding: 1.5rem 1.3rem;
    border-radius: 1.2rem;
  }
}
@media (max-width: 600px) {
  .hero-slide-content {
    margin-left: 4vw;
    max-width: 92vw;
    padding: 1.2rem 1rem;
  }
  .hero-slide-content h1 {
    font-size: 1.8rem;
  }
  .hero-slide-content p {
    font-size: 1.02rem;
  }
}
.hero-btn {
  background: var(--color-primary);
  color: var(--color-white);
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px var(--color-shadow);
  transition: background 0.3s, color 0.3s, transform 0.18s, box-shadow 0.18s;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  text-decoration: none;
}
.hero-btn:hover {
  background: #4a668a;
  color: var(--color-white);
  transform: scale(1.04);
  box-shadow: 0 4px 16px var(--color-shadow);
}
.btn-arrow {
  font-size: 1.2em;
  margin-left: 0.2em;
}
.hero-slider-dots {
  position: absolute;
  left: 7vw;
  bottom: 3vh;
  display: flex;
  gap: 0.7rem;
  z-index: 3;
}
.hero-slider-dots .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #b6c6e6;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  border: 2px solid transparent;
}
.hero-slider-dots .dot.active {
  background: var(--color-primary);
  border-color: #4a668a;
  transform: scale(1.15);
}

/* --- DOCTOR SECTION --- */
.doctor-section {
  font-family: 'Poppins', Arial, sans-serif;
  padding: 64px 0 48px 0;
  background: var(--color-bg);
}
.doctor-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.doctor-cards {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.doctor-card-main {
  margin: 0 auto 32px auto;
  max-width: 600px;
  width: 100%;
  transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.25s;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 2px 16px 0 var(--color-shadow);
  cursor: pointer;
  position: relative;
  z-index: 2;
  min-height: 420px;
}
.doctor-card-main .doctor-card-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 32px 24px 32px;
}
.doctor-card-main .doctor-photo {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  border-radius: 32px;
  overflow: hidden;
}
.doctor-card-main .doctor-info {
  flex: 1;
}
.doctor-card-main .doctor-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--color-primary);
}
.doctor-card-main .doctor-profession {
  font-size: 1rem;
  color: var(--color-accent);
  margin-top: 4px;
}
.doctor-cards-row {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: center;
}
.doctor-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 2px 12px 0 var(--color-shadow);
  transition: transform 0.22s cubic-bezier(.4,2,.6,1), box-shadow 0.22s;
  cursor: pointer;
  position: relative;
  width: 420px;
  max-width: 100%;
  z-index: 1;
  overflow: visible;
  min-height: 420px;
}
.doctor-card .doctor-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px 20px 20px;
}
.doctor-photo-placeholder {
  width: 220px;
  height: 220px;
  border-radius: 32px;
  background: #e0e7ef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.doctor-photo-img {
  width: 220px;
  height: 220px;
  border-radius: 32px;
  object-fit: cover;
  display: block;
}
.doctor-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 12px 0 var(--color-shadow);
  transition: transform 0.22s cubic-bezier(.4,2,.6,1), box-shadow 0.22s;
  cursor: pointer;
  position: relative;
  width: 340px;
  max-width: 100%;
  z-index: 1;
  overflow: visible;
  min-height: 320px;
}

/* Hover & Click Animations */
.doctor-card.hovered,
.doctor-card-main.hovered {
  transform: scale(1.045);
  box-shadow: 0 6px 32px 0 rgba(26,54,93,0.13);
  z-index: 3;
}
.doctor-card.expanded,
.doctor-card-main.expanded {
  transform: scale(1.08);
  box-shadow: 0 12px 48px 0 rgba(26,54,93,0.18);
  z-index: 10;
}
.doctor-card .doctor-desc-expand,
.doctor-card-main .doctor-desc-expand {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 8px 32px 0 rgba(26,54,93,0.13);
  opacity: 0;
  pointer-events: none;
  transform: scaleY(0.7);
  transition: opacity 0.22s, transform 0.22s;
  padding: 0 0 0 0;
  z-index: 1;
}
.doctor-card.expanded .doctor-desc-expand,
.doctor-card-main.expanded .doctor-desc-expand {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1);
  padding: 20px 24px 24px 24px;
}
.doctor-desc-content {
  font-size: 1rem;
  color: var(--color-primary);
}
.doctor-desc-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--color-primary);
}
.doctor-desc-content p {
  color: var(--color-accent);
  font-size: 0.98rem;
}
/* Expand direction for 3 cards bawah */
.doctor-cards-row .doctor-card.expanded {
  width: 420px;
  max-width: 98vw;
}
.doctor-cards-row .doctor-card[data-doctor="2"].expanded {
  transform-origin: left center;
}
.doctor-cards-row .doctor-card[data-doctor="3"].expanded {
  transform-origin: center center;
}
.doctor-cards-row .doctor-card[data-doctor="4"].expanded {
  transform-origin: right center;
}
/* Responsive */
@media (max-width: 900px) {
  .doctor-cards-row {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .doctor-cards-row .doctor-card {
    width: 100%;
    max-width: 420px;
  }
}
@media (max-width: 600px) {
  .doctor-section {
    padding: 36px 0 24px 0;
  }
  .doctor-title {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .doctor-card-main .doctor-card-inner {
    flex-direction: column;
    gap: 12px;
    padding: 20px 12px 16px 12px;
  }
  .doctor-card-main {
    max-width: 98vw;
  }
  .doctor-cards-row .doctor-card,
  .doctor-cards-row .doctor-card.expanded {
    width: 98vw;
    max-width: 98vw;
  }
}

/* --- PRICELIST SECTION --- */
.pricelist-section {
  width: 100vw;
  background: #f6faff;
  padding: 3.5rem 0 3.5rem 0;
  font-family: 'Poppins', Arial, sans-serif;
}
.pricelist-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 0.5rem;
}
.pricelist-subtitle {
  font-size: 1.1rem;
  color: #2d3a5a;
  text-align: center;
  margin-bottom: 2.2rem;
}
.pricelist-categories {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.pricelist-category {
  margin-bottom: 0.5rem;
}
.category-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 1.1rem;
  margin-left: 0.5rem;
}
.pricelist-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.pricelist-card {
  min-width: 180px;
  max-width: 220px;
  flex: 1 1 180px;
  margin-bottom: 1.2rem;
}
.pricelist-price {
  font-size: 1.08rem;
  font-weight: 600;
  color: #4a668a;
  margin-top: 0.7rem;
  text-align: center;
}
@media (max-width: 900px) {
  .pricelist-cards {
    gap: 1rem;
  }
  .pricelist-card {
    min-width: 140px;
    max-width: 160px;
    padding: 1.2rem 0.5rem 0.7rem 0.5rem;
  }
}

/* Dropdown Service - Hide by default */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 170px;
  background: var(--color-white);
  box-shadow: 0 8px 24px var(--color-shadow);
  border-radius: 1rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 10;
}
.dropdown.open .dropdown-menu {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.dropdown-menu li a {
  display: block;
  padding: 0.7rem 1.2rem;
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background 0.3s;
  font-size: 1rem;
}
.dropdown-menu li a:hover {
  background: var(--color-accent);
  color: var(--color-white);
}

/* --- ABOUT US SECTION --- */
.about-hero {
  position: relative;
  width: 100vw;
  min-height: 60vh;
  background: #eaf6fd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 2.5rem 0;
  overflow: hidden;
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sparkle {
  position: absolute;
  font-size: 2.2rem;
  color: #b6c6e6;
  opacity: 0.45;
  user-select: none;
  pointer-events: none;
  filter: blur(0.5px);
}
.sparkle-1 {
  top: 18%;
  left: 7%;
  color: #4a668a;
  font-size: 2.7rem;
  opacity: 0.32;
}
.sparkle-2 {
  bottom: 16%;
  right: 10%;
  font-size: 2.1rem;
}
.sparkle-3 {
  top: 38%;
  right: 18%;
  font-size: 1.5rem;
  opacity: 0.22;
}
.about-hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px rgba(30,58,138,0.07);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.about-title {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 1.2rem;
  text-align: center;
  letter-spacing: 0.01em;
}
.about-body {
  color: #2d3a5a;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.7;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.about-body:hover {
  color: var(--color-primary);
}
.about-preview {
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.about-expanded {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease, margin-top 0.5s ease;
  margin-top: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  box-sizing: border-box;
}
.about-expanded p {
  margin: 0 0 1.2rem 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  box-sizing: border-box;
}
.about-expanded p:last-child {
  margin-bottom: 0;
}
.about-body.expanded .about-expanded {
  max-height: 3000px;
  opacity: 1;
  margin-top: 1.2rem;
}
@media (max-width: 700px) {
  .about-hero-content {
    padding: 1.2rem 0.7rem;
    max-width: 98vw;
  }
  .about-title {
    font-size: 1.3rem;
  }
  .about-body {
    font-size: 1rem;
  }
}
@media (max-width: 700px) {
  .about-hero-content {
    padding: 1.2rem 0.7rem;
    max-width: 98vw;
  }
  .about-title {
    font-size: 1.3rem;
  }
  .about-body {
    font-size: 1rem;
  }
}

/* --- SERVICE SECTION (slider horizontal, 12 card) --- */
.service-section {
  width: 100vw;
  background: #f6faff;
  padding: 3.5rem 0 3.5rem 0;
  font-family: 'Poppins', Arial, sans-serif;
}
.service-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.service-arrow {
  background: #fff;
  border: none;
  color: var(--color-primary);
  font-size: 2.5rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 2px 12px var(--color-shadow);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, transform 0.18s;
  z-index: 2;
}
.service-arrow:hover {
  background: #e0e7ff;
  color: #4a668a;
  transform: scale(1.12);
}
.service-arrow.left {
  margin-right: 1.2rem;
}
.service-arrow.right {
  margin-left: 1.2rem;
}
.service-slider {
  display: flex;
  gap: 2.2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.5rem 0;
  flex: 1 1 0%;
  scrollbar-width: thin;
  scrollbar-color: #e0e7ef #f6faff;
}
@media (max-width: 700px) {
  .service-section {
    padding: 2rem 0 2rem 0;
  }
  .service-container {
    padding: 0 0.5rem;
  }
  .service-arrow {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
  .service-arrow.left {
    margin-right: 0.5rem;
  }
  .service-arrow.right {
    margin-left: 0.5rem;
  }
  .service-slider {
    gap: 0.7rem;
    padding: 0.5rem 0.2rem;
  }
  .service-card {
    min-width: 140px;
    max-width: 160px;
    min-height: 160px;
    padding: 1rem 0.5rem 0.7rem 0.5rem;
  }
  .service-img {
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }
  .service-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 500px) {
  .service-slider {
    gap: 0.4rem;
    padding: 0.5rem 0.1rem;
  }
  .service-card {
    min-width: 110px;
    max-width: 120px;
    min-height: 90px;
    padding: 0.7rem 0.2rem 0.5rem 0.2rem;
  }
  .service-title {
    font-size: 0.9rem;
  }
}
.service-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px var(--color-shadow);
  min-width: 180px;
  max-width: 180px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 2.2rem 1.2rem 1.2rem 1.2rem;
  transition: transform 0.22s cubic-bezier(.4,0,.2,1), box-shadow 0.18s;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.service-card:hover {
  transform: scale(1.08) translateY(-8px);
  z-index: 3;
  box-shadow: 0 8px 32px var(--color-shadow);
}
.service-card:active {
  transform: scale(1.05) translateY(-4px);
}
.service-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e0e7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin-bottom: 1.1rem;
  box-shadow: 0 2px 8px var(--color-shadow);
}
.service-title {
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--color-primary);
  text-align: center;
  margin-top: 0.2rem;
}
@media (max-width: 900px) {
  .service-slider {
    gap: 1.1rem;
  }
  .service-card {
    min-width: 140px;
    max-width: 140px;
    min-height: 160px;
    padding: 1.2rem 0.5rem 0.7rem 0.5rem;
  }
  .service-img {
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
  }
}

/* --- WHY CHOOSE US SECTION --- */
.why-choose-section {
  width: 100vw;
  background: #f6faff;
  padding: 3.5rem 0 3.5rem 0;
}
.why-choose-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 3.5rem;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.why-choose-left {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.doctor-photo-border {
  width: 220px;
  height: 320px;
  border-radius: 2rem;
  background: #e0e7ff;
  box-shadow: 0 4px 32px rgba(30,58,138,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.doctor-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 2rem;
}
.doctor-name {
  font-size: 1.13rem;
  font-weight: 600;
  color: var(--color-primary);
  text-align: center;
  margin-top: 0.3rem;
}
.why-choose-right {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.why-choose-headline {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 1.1rem;
}
.why-choose-desc {
  font-size: 1.13rem;
  color: #2d3a5a;
  margin-bottom: 1.7rem;
  font-weight: 400;
}
.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.why-choose-list li {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
}
.why-choose-icon {
  font-size: 1.5rem;
  color: #4f46e5;
  margin-top: 0.1em;
}
.why-choose-title {
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--color-primary);
}
.why-choose-text {
  font-size: 1rem;
  color: #2d3a5a;
  font-weight: 400;
}
.why-choose-cta {
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(30,58,138,0.08);
  transition: background 0.3s, color 0.3s, transform 0.18s, box-shadow 0.18s;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  margin-top: 2.2rem;
}
.why-choose-cta:hover {
  background: #4f46e5;
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 4px 16px rgba(30,58,138,0.10);
}
@media (max-width: 900px) {
  .why-choose-container {
    flex-direction: column;
    gap: 2.2rem;
    align-items: center;
  }
  .why-choose-left, .why-choose-right {
    min-width: 0;
    width: 100%;
  }
}

/* --- MOBILE-FRIENDLY GLOBAL --- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .navbar-container {
    padding: 0.5rem 1rem 0.5rem 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .logo-img {
    height: 44px;
  }
  .nav-list {
    gap: 0.8rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .nav-item a,
  .dropdown-toggle {
    font-size: 0.95rem;
    padding: 0.45rem 0.6rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .trusted-doctors {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .fab-calendar {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
    min-width: 44px;
    min-height: 44px;
  }
}

@media (max-width: 480px) {
  .navbar-container {
    padding: 0.4rem 0.75rem;
  }
  .nav-list {
    gap: 0.5rem;
  }
  .nav-item a,
  .dropdown-toggle {
    font-size: 0.88rem;
    padding: 0.4rem 0.5rem;
  }
}
