/* .t3-footer {
  background-image: url(/images/joomlart/slideshow/sl-2.jpg);
} */

/* .wrap.t3-sl.t3-sl-8 {

  background-image: url(/images/content/bg-covid.jpg);
  background-position: 50%;
  background-size: cover;
}

.wrap.t3-sl.t3-sl-8::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
} */

/* top-nav */
.top-nav {
  display: flex;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
  font-size: 1px;
  /*font-family: proximanova;*/
}

.top-nav-left {
  display: flex;
  align-items: center;
}

.top-nav-left a {
  margin-right: 5px;
  color: #333;
  text-decoration: none;

}

.top-nav-right {
  display: flex;
  align-items: center;
}

.top-nav-right a {
  margin-left: 5px;
  color: #333;
  text-decoration: none;

}

.top-nav-right a:first-child {
  margin-left: 0;
}

.top-nav a {
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
  font-size: 11px;
  padding: 3px 6px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.top-nav a:before,
.top-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: -1;
}

.top-nav a:before {

  transform-origin: right;
  transform: scaleX(0);
}

.top-nav a:after {
  background-color: #005050;
  transform-origin: left;
  transform: scaleX(0);
}

.top-nav a:hover {
  color: #fff;

}

.top-nav a:hover:before,
.top-nav a:hover:after {
  transform: scaleX(1);
}

.top-nav a:hover:before {
  transform-origin: left;
}

.top-nav a:hover:after {
  transform-origin: right;
}
/* to-nav_end */


.portal-dosen {
  background-color: #5ebd81;
  color: #000;
}

.alumni-center {
  background-color: #b9dd39;
  color: #000;
}

.learning-system {
  background-color: #5bc1d3;
  color: #000;
}


/* custom-button.wbk */
.layanan,
.webeka {
  position: relative;
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  border: 1px solid #c7edeb;
  border-radius: 5px;
  padding: 5px;
  height: 85px;
  box-shadow: 2px 7px 7px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  overflow: hidden;
}

.layanan,
.custom-button.wbk,
.custom-button-2.wbk {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #c7edeb;
  border-radius: 5px;
  padding: 5px;
  height: 150px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  overflow: hidden;
}

.layanan,
.custom-button-2.wbk {
  padding: 12px;
  height: 280px;
  text-align: center;
}
.layanan {
  padding: 12px;
  height: 220px;
  text-align: center;
}

.layanan:hover,
.webeka:hover,
.custom-button.wbk:hover,
.custom-button-2.wbk:hover {
  background-color: #005050;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.layanan a,
.webeka.wbk a,
.custom-button.wbk a,
.custom-button-2.wbk a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.layanan:hover a,
.webeka.wbk:hover a,
.custom-button.wbk:hover a,
.custom-button-2.wbk:hover a {
  color: #fff;
  text-decoration: none !important;
}

.layanan img,
.webeka.wbk img,
.custom-button.wbk img,
.custom-button-2.wbk img {
  /*height: 80px;*/
  height: auto;
  margin-bottom: 10px;
  transition: filter 0.3s ease-in-out;
}



.custom-button-2.wbk img {
  height: 80px;
  margin-bottom: 10px;
  transition: filter 0.3s ease-in-out;
}

.layanan:hover img,
.webeka.wbk:hover img,
.custom-button.wbk:hover img,
.custom-button-2.wbk:hover img {
  filter: invert(1);
}

@media (max-width: 768px) {
  .custom-button-2.wbk span {
    display: none;
  }
}



/* Hero Section Background */
.custom-bg-tosca {
    background-color: #007a7a; /* Warna latar belakang tosca */
    /*padding: 100px 0;*/
}

/* Animations */
.animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slideInRight {
    animation-name: slideInRight;
}

/* Typography */
.hero-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color:#fff;
}

.hero-header p {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
    color:#fff;
}

/* Button Styling */
.btn-light {
    background-color: #fff;
    color: #007a7a;
    border: 2px solid #fff;
}

.btn-outline-light {
    color: #fff;
    border-color: #fff;
}

.btn-outline-light:hover {
    background-color: #fff;
    color: #007a7a;
}

/* Image Styling */
.hero-header img {
    max-width: 90%;
    height: auto;
    animation: slideInRight 1.5s ease-in-out;
}


/*--------------------------------------------------------------------*/
/* Atur field agar label dan value berada dalam satu baris */
/* Atur field agar label dan value berada dalam satu baris */
.field {
    display: flex; /* Membuat label dan value sejajar dalam satu baris */
    align-items: center; /* Vertikal sejajar jika teks tinggi */
    margin-bottom: 10px; /* Jarak antar field */
}

/* Atur jarak antara label dan value */
.field-label {
   display: inline-block; 
    min-width: 200px; /* Panjang tetap untuk label */
    font-weight: bold; /* Membuat label lebih menonjol */
    margin-right: 10px; /* Jarak antara titik dua dan value */
    text-align: left; /* Rata kiri untuk label */
}

/* Atur value */
.field-value {
    display: inline-block;
    flex-grow: 1; /* Membuat value menyesuaikan sisa ruang */
}



