@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    padding-top: 80px;
}

.logo{
  height: 40px;
  width: auto;
  padding-left: 100px;
}

li,a, button{
    font-family: "Montserrat","open-sans";
    text-decoration: none;
    font-weight: 600;
    color: #E02557;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 2%;
}


.nav_links{
    list-style: none;
}

.nav_links li{
    display: inline-block;
    padding: 0px 20px;

}

.nav_links li a{
    transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
    color: #37216c;
}

button{
    padding: 9px 25px;
    background-color: rgb(29, 197, 29);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: #fff;
}

button:hover{
    background-color: #E02557;
}

/* Default (Desktop) */
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

@media (max-width: 768px) {
  .nav_links {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    z-index: 999;
    transition: all 0.3s ease;
  }

  .nav_links.active {
    display: flex;
  }

  .nav_links li {
    margin: 20px 0;
    font-size: 24px;
  }

  .menu-toggle {
    display: block;
    font-size: 28px;
    color: #E02557;
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1000;
    cursor: pointer;
  }

  .cta {
    display: none;
  }
}


.slider {
  width: 100%;
  height: 650px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.slider .list img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.slider .list{
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
    
}

.slider .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.slider .dots li.active{
    width: 30px;
}
@media screen and (max-width: 768px){
    .slider{
        height: 400px;
    }
    
}



.tentang-kami {
background-color: #E02557;
  color: white;
  padding: 60px 20px;
  font-family: 'Montserrat', sans-serif;
}

.tentang-kami-container {
  background-color: #E02557;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1500px;
  margin: 1%;
}

.tentang-kami-teks {
  flex: 1 1 500px;
  font-size: 16px;
  line-height: 1.9;
  margin: 50px;
  padding-left: 5%;
  text-align: justify;
}

.tentang-kami-teks h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.tentang-kami-gambar {
  flex: 1 1 300px;
  text-align: center;
}

.tentang-kami-gambar img {
  width: 400px;
  height: auto;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .tentang-kami-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .tentang-kami-teks {
    text-align: left;
  }

  .tentang-kami-gambar img {
    width: 200px;
  }
}

.visi-misi {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 5%;
  background-color: #f9f9f9;
  flex-wrap: wrap;
  font-family: Montseratt;
}

.visi, .misi {
  flex: 1;
  min-width: 300px;
  background-color: white;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding-bottom: 50%;
}

.visi h3, .misi h3 {
  margin-bottom: 15px;
  color: #333;
}

.visi p, .misi li {
  font-style: italic;
  line-height: 1.6;
  color: #555;
}

.misi ul {
  padding-left: 20px;
}


.Layanan-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding: 50px 10px 70px;
  background-size: cover;
  background-position: center;
  font-family: Montserrat;
  background-color: #fff8f8;
  position: relative;
}

.judul-layanan {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #E02557;
  margin-bottom: 30px;
  font-family: Montserrat;
}
.judul-galeri {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #E02557;
  margin-bottom: 80px;
  font-family: Montserrat;
  margin-top: 30px;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.3s;
  user-select: none;
}
.prev { left: 20px; }
.next { right: 20px; }

.prev:hover, .next:hover {
  color: #ccc;
}
.judul-lokasi {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #E02557;
  margin-bottom: 30px;
  font-family: Montserrat;
}
.judul-dokter {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #E02557;
  margin-bottom: 50px;
  font-family: Montserrat;
}
.artikel-card {
  background-color: #fff;
  width: 250px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  padding: 20px;
  text-align: center;
  transition: 0.3s ease;
}

.artikel-card:hover {
  transform: translateY(-5px);
}

.artikel-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.artikel-card h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}

.btn-baca {
  display: inline-block;
  padding: 10px 20px;
  background-color: #E02557;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn-baca:hover {
  background-color: #E02557;
}

.arrow-layanan {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.btn-panah {
  display: inline-block;
  font-size: 20px;
  color: white;
  background-color: #E02557;
  padding: 10px 20px;
  border-radius: 10%;
  text-decoration: none;
  transition: 0.3s ease;
  font-weight: bold;
}

.btn-panah:hover {
  background-color: #37216c;
}

.instagram-container {
  padding: 40px 20px;
  text-align: center;
  background-color: #fdfafa;
}

.judul-social {
  font-family: 'Montserrat';
  color: #E02557;
  font-size: 28px;
  margin-bottom: 30px;
}

.judul-social h2 {
  font-family: 'Montserrat', sans-serif;
  color: #E02557 !important;
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}


.instagram-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px; 
}

.instagram-videos blockquote.instagram-media {
  transform: scale(0.85); 
  transform-origin: top center; 
  margin: 0 !important;
  padding: 0 !important;
}



.gallery {
  padding: 40px 20px;
  text-align: center;
}

.gallery h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #E02557;
  padding-bottom:2%;
}

.gallery p {
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.images {
  display: flex;
  justify-content: center;
  gap: 200px;
  flex-wrap: wrap;
}

.images img {
  width: 250px;
  border-radius: 1px;
  object-fit: cover;
}

.section-title-layanan {
  text-align: center;
  margin-top: 50px;
  font-size: 2em;
  margin-bottom: 1rem;
  font-family: Montserrat;
  color: #37216c;
}

.judul-social {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #333;
}


.gallery-layanan {
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 1px;
}

.gallery-layanan-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-bottom: 10%;
}

.gallery-layanan-item {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.gallery-layanan-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.gallery-layanan-item img:hover {
  transform: scale(1.1);
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 50px;
  right: 70px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}


.wa-floating {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.wa-floating:hover {
  transform: scale(1.1);
}

.wa-floating img {
  width: 100%;
  height: 100%;
}

.testimoni {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: center;
}

.testimoni h2 {
  font-size: 32px;
  color: #E02557;
  margin-bottom: 10px;
  font-family: Montserrat;
}


.testimoni-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.testimoni-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 350px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.testimoni-card:hover {
  transform: translateY(-5px);
}

.testimoni-card p {
  font-size: 90px;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.5;
}

.testimoni-card h4 {
  font-size: 8px;
  color: #222;
  font-style: italic;
}

.testimoni-card i.fa-star,
.testimoni-card i.fa-star-half-alt {
  color: #FFD700; 
  font-size: 20px;
  margin: 0 2px;
  margin-bottom: 10px;
}


.swiper-button-prev,
.swiper-button-next {
  color: #E02557;
  top: 50%;        
  transform: translateY(-50%);
}

.swiper-button-prev {
  left: 10px;
}


.swiper-pagination-bullet {
  background-color: #E02557; 
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background-color: #37216c; /* titik aktif */
}


footer {
    background: #E02557;
    padding-top: 50px;
    color: white;
}

.container {
    width: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-content {
    width: 300px;
    text-align: center;
}

.footer-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.footer-content p,
.footer-content li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-content ul {
    list-style: none;
    padding: 0;
}

.footer-content a {
    text-decoration: none;
    color: white;
}

.footer-content a:hover {
    color: #E02557;
}

.social-icons {
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin: 0 10px;
}

.social-icons i {
    font-size: 24px;
    color: white;
    transition: color 0.3s ease;
}

.social-icons i:hover {
    color: #f18930;
}

.bottom-bar {
    background:#d91d4fb8;
    text-align: center;
    padding: 10px 0;
    margin-top: 40px;
}

.bottom-bar p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}


.section-title {
  text-align: center;
  font-size: 32px;
  color: #37216c;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: Montserrat;
}

.lokasi-section {
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 20px;
  margin: 5%;
  text-align: center;
  padding-bottom: 10%;
}

.lokasi-alamat {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

.lokasi-map-container {
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
}

.wa-floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  z-index: 1000;
}

.wa-floating img {
  width: 100%;
  height: auto;
}


.pencabutan-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: 90px auto;
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  padding-bottom: 15%;
}

.gambar img {
  width: 300px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.teks {
  max-width: 700px;
}

.teks h1 {
  font-size: 32px;
  margin-top: 0;
}

.teks p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
}

.highlight {
  color: #e91e63; 
  font-weight: bold;
}

@media (max-width: 768px) {
  .pencabutan-wrapper {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .pencabutan-wrapper .teks {
    text-align: justify;
  }

  .pencabutan-wrapper .gambar img {
    width: 100%;
    height: auto;
  }
}


.gallery {
  padding: 40px 20px;
  background-color: #fff;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.gallery-item {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease-in-out;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.1s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.visi-misi {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 10%;
  background-color: #E02557;
  flex-wrap: wrap;
}

.visi, .misi {
  flex: 1;
  min-width: 300px;
  background-color:#fff;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 10px;
  font-family: Montserrat;
}

.visi h3, .misi h3 {
  margin-bottom: 15px;
  color: #37216c;
}



.misi ul {
  padding-left: 20px;
  font-weight: 300; /* Atau bisa juga lighter */
  font-family: 'Arial', sans-serif; /* Pastikan pakai font yang mendukung weight ringan */
}

.misi ul li {
  font-weight: 400;
  font-style: italic;
}



.dokter-section {
    padding: 40px 20px;
    background-color: #fff;
    text-align: center;
    font-family: Montserrat;
    color: #E02557;
    margin: 5%;
    border-radius: 20px;
}

.dokter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.dokter-card {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.dokter-card:hover {
    transform: translateY(-5px);
}

.dokter-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius:  20px;
    margin-bottom: 10px;
    background-color: #fff;
}

.dokter-card h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 5px;
}

.dokter-card p {
    font-size: 14px;
    color: #555;
    margin: 4px 0;
}

.dokter-card small {
    color: #888;
}

.profil-dokter {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  font-family: Montserrat;
  color: #37216c;
}

.profil-dokter h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

.spesialisasi {
  text-align: center;
  font-size: 18px;
  color: #E02557;
  margin-bottom: 30px;
}

.konten-profil {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
}

.konten-profil img {
  width: 300px;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.penjelasan-dokter {
  max-width: 600px;
}

.penjelasan-dokter p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}


/* === Testimoni Section === */
.swiper {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
  position: relative;
}

.testimoni-card {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  padding-left: 50px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  display: block;
}

.testimoni-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.testimoni-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #E02557;
}




