:root{
    --green-color:#00712D;
    --light-green-color:#DEF9C4;
}

h1{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h3{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h4{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h5{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h6{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p{
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.btn-success{
    background-color: var(--green-color);
}

.text-primary {
    color: #025589 !important;
}

.text-success{
    color:var(--green-color);
}

.top-navbar {
    background-color: var(--green-color);
    color: white;
    padding: 5px 15px;
}
.nav-link {
    color: black !important;
}
.top-navbar span {
    margin-left: 15px;
}
@media (max-width: 768px) {
  .top-navbar {
    flex-direction: column !important;
    align-items: start !important;
    padding: 10px;
    gap: 5px;
  }

  .top-navbar span {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.card-beranda{
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    background-color: #f8f9fa;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


.card.custom-border {
    position: relative;
    padding-left: 20px;
  }

  .card.custom-border::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    border-radius: 6px 0 0 6px;
  }

  .border-blue::before {
    background-color: #0d6efd;
  }

  .border-green::before {
    background-color: #198754;
  }

  .border-red::before {
    background-color: #dc3545;
  }

  .border-yellow::before {
    background-color: #ffc107;
  }

  .icon-bg {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
    flex-shrink: 0;
  }
  /* Biarkan tinggi teks membungkus, dan card mengikuti tinggi maksimal */
  .card-body {
    display: flex;
    gap: 1rem;
    flex-direction: row;
  }

  .falsafah{
    background-color: var(--light-green-color);
}
  .lambang{
    background-color: var(--light-green-color);
}
.title-highlight {
    display: inline-block;
    position: relative;
  }
  
  .title-highlight::after {
    content: "";
    display: block;
    height: 4px;
    background-color: var(--green-color);
    width: 80px; /* Atur panjang garis di sini */
    margin-top: 4px;
  }
  


  /* footer */
  .footer {
    background: linear-gradient(rgba(0, 113, 45, 0.6), rgba(0, 113, 45, 0.6)), url('../images/silat3.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 40px 0;
}
.social-icons a {
    color: white;
    
    font-size: 24px;
}
.contact-info p {
    margin: 5px 0;
}
.map-container {
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
}
.footer-logo img {
    max-width: 200px;
}
.footer-bottom {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}