@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
}

.jumbotron {
    background-image: url('../a_data/bg_frontpage.jpg');
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
  }

  .jumbotron {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    margin-bottom: 0;
  }
  
  .jumbotron h1,
  .jumbotron p {
    margin-bottom: 20px;
  }

  .jumbotron {
    color: white;
  }
  
  .jumbotron h1 {
    font-weight: bold;
  }

  .navbar {
    background-color: rgb(184, 119, 16);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8888;
  }

  #modal_form{
    z-index: 9999;
  }

  #exampleModal{
    z-index: 9998;
  }
  
  .navbar .navbar-nav .nav-link {
    color: #ffffff;
  }

  .navbar-light .navbar-brand {
    color: rgb(255, 255, 255);
}


  /* -----PROFILE --------- */

  .bg-cream {
    background-color: #f5f5dc;
  }
  
  .section-description {
    margin-top: 20px;
  }

  .py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  .text-center {
    text-align: center;
  }


  /* ---------- FASILITAS ----------------------- */

#fasilitas {
  margin-top: 60px;
}

/* Custom CSS */
.fasilitas-item {
  margin-bottom: 30px;
}

.fasilitas-item h3 {
  margin-bottom: 10px;
}


/* Custom CSS */
.fasilitas-item {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 5px;
}

.fasilitas-item h3 {
  margin-bottom: 10px;
}

.fasilitas-item i {
  margin-right: 5px;
}


  


  /* ----------------------------------- MARKETING ----------------- */

  .marketing-block {
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .marketing-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  
  .marketing-name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .marketing-phone {
    font-size: 14px;
    color: #888;
  }

  #marketing {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }

  .marketing-block:hover {
    background-color: #f5f5f5;
  } 
  
  .section-title {
    text-align: center;
    padding-bottom: 10px;
  }
  
  .section-subtitle {
    text-align: center;
    padding-bottom: 20px;
  }


  /* ---------- DENAH ---------------- */

  #denah {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 20px;
  }
  
  .denah-svg {
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  }

  /* --------------------------------------------------------- */

  .footer {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 20px 0;
  }
  
  .footer .footer-menu .nav-link {
    color: #ffffff;
  }
  
  .footer .footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .footer .footer-menu .nav-link {
    color: #ffffff;
    margin: 0 10px;
  }
  
  .footer .footer-menu .nav-link:hover {
    text-decoration: underline;
  }