.elementor-20165 .elementor-element.elementor-element-089e538:not(.elementor-motion-effects-element-type-background), .elementor-20165 .elementor-element.elementor-element-089e538 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://himsika.unsika.ac.id/wp-content/uploads/2026/04/Untitled-design-10.png");}.elementor-20165 .elementor-element.elementor-element-089e538{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-20165 .elementor-element.elementor-element-089e538 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-20165 .elementor-element.elementor-element-5ef9696{--spacer-size:102px;}.elementor-20165 .elementor-element.elementor-element-0b667a1 > .elementor-element-populated, .elementor-20165 .elementor-element.elementor-element-0b667a1 > .elementor-element-populated > .elementor-background-overlay, .elementor-20165 .elementor-element.elementor-element-0b667a1 > .elementor-background-slideshow{border-radius:50px 50px 50px 50px;}.elementor-20165 .elementor-element.elementor-element-dcd6876 .elementor-repeater-item-2eb6fa2 .swiper-slide-bg{background-color:#1abc9c;background-image:url(https://himsika.unsika.ac.id/wp-content/uploads/2025/11/UNSIKA_1-PhotoEdited.jpg);background-size:cover;}.elementor-20165 .elementor-element.elementor-element-dcd6876 .swiper-slide{height:400px;transition-duration:calc(5000ms*1.2);}.elementor-20165 .elementor-element.elementor-element-dcd6876 .swiper-slide-contents{max-width:66%;}.elementor-20165 .elementor-element.elementor-element-dcd6876 .swiper-slide-inner{text-align:center;}.elementor-20165 .elementor-element.elementor-element-1ab3120{text-align:center;}.elementor-20165 .elementor-element.elementor-element-1ab3120 .elementor-heading-title{color:#FFFFFF;}.elementor-20165 .elementor-element.elementor-element-1ab3120 > .elementor-widget-container{margin:41px 0px 0px 0px;}.elementor-20165 .elementor-element.elementor-element-552ec61{width:var( --container-widget-width, 101.03% );max-width:101.03%;--container-widget-width:101.03%;--container-widget-flex-grow:0;}/* Start custom CSS for column, class: .elementor-element-76bb168 *//* Efek muncul halus saat halaman dimuat */
.elementor-20165 .elementor-element.elementor-element-76bb168 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInSection 1.2s ease-out forwards;
}

/* Keyframes untuk animasi fade-in */
@keyframes fadeInSection {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fb18d4 *//* === ANIMASI AWAL === */
.fade-in {
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === NAVBAR === */
.navbar {
  width: 100%;
  background: rgba(70, 45, 30, 0.85); /* coklat transparan */
  padding: 14px 0; /* sedikit lebih besar biar lega */
  margin-top: 8px; /* JARAK ANTARA ATAS LAYAR DENGAN NAVBAR */
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  backdrop-filter: blur(6px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
  border-radius: 0 0 10px 10px; /* sudut bawah sedikit melengkung biar elegan */
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* === MENU === */
.nav-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap; /* biar kalau di HP bisa turun baris */
}

/* === LINK === */
.nav-link {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400; /* tipis sesuai request */
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Garis animasi bawah */
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: linear-gradient(90deg, #ffffff 0%, #f4d7a5 100%);
  transition: width 0.4s ease;
  border-radius: 2px;
}

.nav-link:hover::after {
  width: 100%;
}
.nav-link:hover {
  transform: translateY(-1px);
  color: #f4e5d0;
}

/* Active */
.nav-link.active {
  color: #f4e5d0;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .nav-menu {
    gap: 30px;
  }
  .nav-link {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 12px 0;
    margin-top: 6px;
  }
  .nav-menu {
    gap: 22px;
  }
  .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 10px 0;
    margin-top: 5px;
  }
  .nav-menu {
    gap: 16px;
    flex-wrap: wrap;
  }
  .nav-link {
    font-size: 13.5px;
  }
}/* End custom CSS */
/* Start custom CSS for slides, class: .elementor-element-dcd6876 */.elementor-20165 .elementor-element.elementor-element-dcd6876 .swiper-slide-bg {
  border-radius: 80px;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-0b667a1 */.slide-rounded .swiper-slide-bg {
  border-radius: 25px;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39f3d98 */.lomba-section {
  text-align: center;
  padding: 50px 20px;
  color: #fff;
}

.judul-lomba {
  font-size: 2rem;
  margin-bottom: 30px;
}

.lomba-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.lomba-card {
  background: #fff;
  color: #333;
  width: 90%;
  max-width: 350px;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.lomba-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.lomba-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.link-selengkapnya {
  color: #1abc9c;
  font-weight: 600;
  text-decoration: none;
}

.link-selengkapnya:hover {
  text-decoration: underline;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

.modal-content {
  background: #fff;
  color: #222;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  border-radius: 12px;
  text-align: left;
  overflow-y: auto;
  max-height: 90vh;
}

.modal-content img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.close {
  float: right;
  font-size: 1.8rem;
  cursor: pointer;
  color: #555;
}

/* Animasi */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-552ec61 */.footer-himsika {
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-logo {
  width: 70px;
  margin-bottom: 15px;
}

.footer-title {
    color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.footer-address {
  color: #eaeaea;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-email {
  color: #1e90ff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.footer-email:hover {
  color: #00bfff;
}

.footer-copy {
  margin-top: 20px;
  font-size: 0.85rem;
  color: #cfcfcf;
  border-top: 1px solid rgba(255,255,255,0.2);
  display: inline-block;
  padding-top: 10px;
}

.footer-img {
  width: 75px;   /* ubah sesuai kebutuhan, misal 150px */
  padding-bottom: 10px;
  height: auto;
  display: block;
  margin: 0 auto; /* biar di tengah */
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-089e538 */.elementor-20165 .elementor-element.elementor-element-089e538 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
}/* End custom CSS */