body,
html {
    font-family: "Roboto", sans-serif;

    font-style: normal;
    align-items: center;
    background-color: #fdfbe4;
}

header {
    background-color: #046A75;
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Back button styling */
.back-button {
    background-color: #67CEDF;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.navbar h6 {
    font-size: 0.6rem;
}



.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;

}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.roboto-bold-super {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 80px;
}
h1 {
    background: linear-gradient(135deg, #07586e, #67CEDF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.roboto-grad {
    background: linear-gradient(135deg, #07586e, #67CEDF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;

}


label {
    display: block;
    margin-top: 10px;
}

input,
select {
    margin-bottom: 10px;
}

button {
    padding: 10px 20px;
    background-color: #2E8B57;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #3CB371;
}

.head-logo h6 {

    font-size: 10px;
    text-align: center;
}

.head-logo img {
    width: 150px;

    text-align: center;
}

/* Container styling */
.quote-box {
    position: relative;
    background-color: #fefbe5;
    /* Light yellowish background */
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #07586e;
    /* Border around the quote */

    font-family: 'Georgia', serif;
    font-style: italic;
    line-height: 1.6;
    text-align: center;
}

/* Decorative quotation mark */
.quote-box::before {
    content: " “ ";
    font-size: 40px;
    background-color: #fefbe5;
    color: #c6d284;
    /* Light green color for the quotation mark */
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
}

/* Text content styling */
.quote-text {
    color: #07586e;
    /* Dark green color */
    padding-left: 10px;
    /* Add padding to the left to make space for the quotation mark */
}


/* Info Box container */
.info-box {
   
    background: linear-gradient(135deg, #046A75, #67CEDF);
   
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Icon for each box */
.info-box-icon {
    font-size: 2rem;
    color: #67CEDF;
}

/* Info box content */
.info-box-content {
    display: flex;
    flex-direction: column;
}

.info-box-title {
    font-weight: bold;
    color: #D9F2F7;
}

/* Small line below title */
.info-box-title span {
    display: block;
    font-size: 0.9rem;
    margin-top: 5px;
    color: #D9F2F7;
}

/* Smaller text below */
.info-box-text {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #D9F2F7;
}


.result {
    margin-top: 20px;
    padding: 10px;
    background-color: #e0f7fa;
    /* Light cyan background for results */
    border-radius: 5px;
    color: #00497a;
    /* Text color for results */
}

.note {
    margin-top: 20px;
    font-size: 12px;
    color: #666;
}

.head-card{
    text-align: bottom;
}

@media screen and (max-width: 601px) {

}


.card {
    cursor: pointer;
    transition: transform 0.2s;
  }

  .card:hover {
    transform: scale(1.02); /* Optional hover effect */
  }

  .card-gradient {
    background: linear-gradient(135deg, white, #d5ebc6); /* Example gradient */
    color: white; /* Optional: white text to contrast with gradient */
  }
  
  
  .card-gradient .card-body {
    padding: 20px;
  }
  
  .social-icons a {
    color: #005b63; /* Custom color for icons */
    font-size: 1.5rem;
    margin-right: 15px;
    text-decoration: none;
  }
  .social-icons a:hover {
    color: #003f44; /* Darker color on hover */
  }
  .social-container {
   
    padding: 10px 15px;
  }
  .text-link {
    color: #005b63;
    font-weight: bold;
    text-decoration: none;
    margin-left: 15px;
  }
  .text-link:hover {
    color: #003f44; /* Darker hover effect */
  }

  /* Sticky Menu */
  .sticky-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 1000;
  }

  /* Menu Item */
  .sticky-menu a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    text-align: center;
    flex: 1;
  }

  .sticky-menu a .icon {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
  }

  .sticky-menu a:hover {
    color: #007bff;
  }

/* CSS untuk floating menu */
.navbar-collapse {
    position: fixed; /* Menu akan mengambang di atas konten */
    top: 60px; /* Sesuaikan dengan tinggi navbar */
    right: 20px; /* Posisi dari kanan */
    background-color: white; /* Warna background menu */
    border-radius: 8px; /* Membuat sudut menu lebih rounded */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Shadow untuk efek mengambang */
    z-index: 1000; /* Memastikan menu muncul di atas elemen lain */
    padding: 10px; /* Padding untuk menu items */
    width: auto; /* Lebar menyesuaikan konten */
    max-width: 300px; /* Lebar maksimal menu */
}

.navbar-nav {
    flex-direction: column; /* Menu items ditampilkan secara vertikal */
}

.navbar-toggler {
    border: none; /* Menghilangkan border pada tombol toggler */
}

.navbar-toggler:focus {
    outline: none; /* Menghilangkan outline saat tombol toggler diklik */
}

/* Efek hover pada list item */
.navbar-nav .nav-item .nav-link {
    padding: 8px 16px; /* Padding untuk link */
    border-radius: 4px; /* Membuat sudut link lebih rounded */
    transition: background-color 0.3s ease, color 0.3s ease; /* Animasi transisi */
}

.navbar-nav .nav-item .nav-link:hover {
    background-color: #f8f9fa; /* Warna background saat hover */
    color: #007bff; /* Warna teks saat hover */
}

/* Tambahan untuk tampilan responsif */
@media (max-width: 991.98px) {
    .navbar-collapse {
        left: 20px; /* Posisi dari kiri pada layar kecil */
        right: auto; /* Menonaktifkan posisi dari kanan */
    }
}