#contact {
    padding: 60px 0;
  }
  
  #contact h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  #contact ul {
    list-style-type: none;
    padding: 0;
  }
  
  #contact ul li {
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  
  #contact ul li i {
    font-size: 24px;
    margin-right: 10px;
    color: #ff5e14;
  }
  
  .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;
}

  ul.list-unstyled li {
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  
  ul.list-unstyled li img {
    width: 24px; /* Adjust the image size */
    margin-right: 10px; /* Adds space between the image and text */
  }


.contact-section h2 {
  font-size: 2.5rem;  /* Ukuran font untuk heading */
  font-weight: bold;  /* Tebalkan teks heading */
  margin-bottom: 20px;  /* Spasi bawah dari heading */
}

.btn-orange {
  background-color: #ff6b00;
  color: white;
  padding: 15px 30px;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}

.btn-orange:hover {
  background-color: #e65c00;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
