body {
    font-family: "Barlow", sans-serif;
  }
  
  a {
    list-style-type: none;
    text-decoration: none;
    color: white;
  }
  
  /* navbar */
nav {
  background-color: white;
  background-image: url(images/paw-pattern-light.png);
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 10;
}

.container .hamburger {
  display: none;
  cursor: pointer;

}

#hamburger-div {
  justify-content: center;
  width: 99%;
  height: 1500px;
  background-color: white;
  background-image: url(./images/paw-pattern-light.png);
  padding: 40px 20px 40px 20px;
  border-radius: 32px 32px 0px 0px;
  display: none;
  color: #2E5070;
  font-size: 24px;

}

#ham-tulisan {
  color: #2E5070;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
}

#rightnav {
  color: #2e5171;
  margin-right: -90px;
}

.lowercontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  font-family: "Barlow";
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: center;
}

.ul-nav {
  color: #2e5171;
  font-weight: 600;
  font-size: 18px;
}

#a-nav {
  color: #2e5171;
}
  
  
  .hero {
    background-color: #EDF8F9
  }

  .hero .container {
    padding-top: 100px;
  }

  
  .hero-section .container{
    padding-top: 60px;
    background-color: #EDF8F9;
  }
  
  .hero p {
    font-size: 20px;
  }
  
  
  .imgHeader {
    width: 100%;
  }
  
  .h1-about {
    color: #2E5070;
    font-size: 2.5em;
  }
  
  #h2-hero {
    font-size: 40px;
    color: #2E5070 ;
  }
  
  
  
.service-title {
    font-size: 40px;
    color: #2E5070;
}
.service-description {
    color: #555;
}

.how {
    padding-top: 50px;
}

.doctor-schedule-section {
    margin-top: 50px;
    text-align: center;
}
.doctor-title {
    font-size:40px;
    
    color: #2E5070;
    margin-bottom: 30px;
}
.doctor-card {
    text-align: center;
    margin-bottom: 30px;
}
.doctor-card img {
    border-radius: 300px;
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.doctor-name {
    font-size: 32px;
    color: #2E5070;
    margin-top: 10px;
}
.doctor-schedule {
    font-size: 20px;
    color: #2E5070;
}
  

.reservation-section {
    background-color: #5FB7A7;
    padding-left: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 32px;
}
.reservation-info {
    color: #fff;
    font-size: 32px;
}
.reservation-info p {
    font-size: 32px;
}
.reservation-info .whatsapp-number {
    display: flex;
    align-items: center;
    
    border-radius: 5px;
    color: white;
    font-size: 56px;
}
.reservation-info .whatsapp-number img {
    margin-right: 10px;
    width: 30px;
}

.reservation-info a {
    list-style-type: none;
    text-decoration: none;
    font-size: 32px;
}

.reservation-img {
    padding: 0;
    
}

.reservation-img img {
    width: 100%;
}
  
  .footer {
    background-color: #002b4c;
  }
  
  .footer h4, .footer h5 {
    color: #ffffff;
  }
  
  .footer ul {
    padding-left: 0;
  }
  
  .footer ul li {
    list-style: none;
  }
  
  .footer ul li a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .footer a:hover {
    text-decoration: underline;
  }
  
  .footer img {
    margin-right: 10px;
  }
  
  .footer p, .footer a {
    font-size: 0.9rem;
  }
  
  .footer p {
    margin: 0;
    line-height: 1.6;
  }
  
  .footer-logo {
    font-family: 'Arial', sans-serif;
    font-size: 1.5rem;
  }
  
  #footer {
    background-color: #2E5070;
    background-image: url(./images/paw-pattern-dark.png);
  }
  
  .dark-logo {
    width: 100%;
  }
  
  @media (max-width: 600px) {
    .imgHeader {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }
  
    .hero {
      padding-top: 0;
      padding: 50px;
    }
  
    .p-satu {
      padding-top: 0px;
    }
  
    .p-dua {
      padding-top: 0px;
    }
  
    .dark-logo {
      width: 200px;
    }
    
    #respon {
        flex-direction: column;
        align-items: center;
    }

    .reservation-section {
        padding: 0;
        flex-direction: column;
        display: flex;
    }

    .ngeselin {
        padding: 20px;
    }

    nav {
      overflow: hidden;
      z-index: 10;
    }
  
    #rightnav a {
        display: none;
    }
  
    .container .hamburger {
        display: flex;
    }
  
    #hamburger-div {
        display: none;
        margin-top: 110px;
        position: fixed;
        z-index: 10;
    }
  #hamburger-div a {
    color: #2e5171;
  }
  
  .cap-anjing {
    display: none;
  }
  }