/* Default link navbar */
.navbar-main .nav-link,
.navbar-main .navbar-brand {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Hover / focus: ganti warna teks */
.navbar-main .nav-link:hover,
.navbar-main .nav-link:focus {
    color: #fcd200 !important;
    text-decoration: none !important;
}

/* Active menu (opsional) */
.navbar-main .nav-item.active .nav-link {
    color: #f7ad03 !important;
    font-weight: 600;
}

/* HAMBURGER ICON BS4 - PUTIH */
.navbar-main .navbar-toggler {
    border-color: rgba(255,255,255,.6);
}

.navbar-main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* FOOTER LINK */
footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

/* Hover footer */
footer a:hover,
footer a:focus {
    color: #fcd200 !important;
    text-decoration: none !important;
}

/* Footer heading */
footer h6 {
    font-weight: 600;
    margin-bottom: 12px;
}

/* Footer spacing */
footer ul li {
    margin-bottom: 6px;
}

.select2-container--custom .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #0243f5;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #0a7cff 100%);
  background-image: -o-linear-gradient(top, white 50%, #0a7cff 100%);
  background-image: linear-gradient(to bottom, white 50%, #0a7cff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--custom .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--custom .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--custom .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--custom .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--custom .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #0243f5;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #0a7cff 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #0a7cff 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #0a7cff 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--custom .select2-selection--single .select2-selection__arrow b {
      border-color: #0a7cff transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--custom[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--custom[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #0243f5;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--custom.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--custom.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--custom.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #0a7cff transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--custom.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #0a7cff 50%);
  background-image: -o-linear-gradient(top, white 0%, #0a7cff 50%);
  background-image: linear-gradient(to bottom, white 0%, #0a7cff 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--custom.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #0a7cff 50%, white 100%);
  background-image: -o-linear-gradient(top, #0a7cff 50%, white 100%);
  background-image: linear-gradient(to bottom, #0a7cff 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--custom .select2-selection--multiple {
  background-color: white;
  border: 1px solid #0243f5;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--custom .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--custom .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--custom .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--custom .select2-selection--multiple .select2-selection__choice {
    background-color: #0a7cff;
    border: 1px solid #0243f5;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--custom .select2-selection--multiple .select2-selection__choice__remove {
    color: #0a7cff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--custom .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--custom[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--custom[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--custom.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--custom.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--custom.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--custom .select2-search--dropdown .select2-search__field {
  border: 1px solid #0243f5;
  outline: 0; }

.select2-container--custom .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--custom .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--custom .select2-dropdown--above {
  border-bottom: none; }

.select2-container--custom .select2-dropdown--below {
  border-top: none; }

.select2-container--custom .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--custom .select2-results__option[role=group] {
  padding: 0; }

.select2-container--custom .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--custom .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--custom .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--custom.select2-container--open .select2-dropdown {
  border-color: #5897fb; }


/* Header Informasi */
.info-header {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* Card Header */
.card-header.bg-poltek-blue-semi {
    background: linear-gradient(135deg, #1565c0, #1e88e5);
    border-bottom: none;
}

/* Card hover effect (halus) */
.card {
    transition: all 0.3s ease;
}
.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
    
    width: 56px;
    height: 56px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(0,0,0,.35);
    transition: all .3s ease;
}

.whatsapp-float:hover {
    background: #1ebe5d;
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;
}

/* === ANIMASI SCROLL === */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* === PEMISAH SECTION === */
.section-divider {
    width: 100%;
    height: 80px;
    position: relative;
}

.section-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #0d6efd, #198754);
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

/* WARNA KHUSUS SECTION */
.bg-pendaftaran {
    background: #f8fbff;
}

.bg-prodi {
    background: #f8fdf9;
}

