.elementor-10382 .elementor-element.elementor-element-c252760{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-10382 .elementor-element.elementor-element-c252760 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-10382 .elementor-element.elementor-element-f1ed16c > .elementor-widget-container{margin:0px 0px -117px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f1ed16c *//* HERO SECTION */
.program-s2-hero {
  position: relative;
  width: 100%;
  min-height: clamp(400px, 55vh, 600px); /* dikurangi tinggi background */
  
  /* Background gradient + image */
  background: linear-gradient(
      135deg,
      rgba(26,138,203,0.85) 0%,
      rgba(19,123,181,0.88) 35%,
      rgba(11,95,138,0.92) 70%,
      rgba(8,61,98,0.95) 100%
    ),
    url("http://map.ugm.ac.id/wp-content/uploads/sites/290/2026/01/DSC02392-scaled-e1769575151699.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* Inner container, gunakan column flex */
.program-s2-hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center; /* teks di tengah */
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  padding: 20px 0;
  gap: clamp(30px, 5vh, 60px); /* jarak teks &amp; gambar sedikit mengecil */
  z-index: 1;
}

/* Hero Text */
.program-s2-hero-text {
  margin-top: clamp(20px, 1vh, 60px); /* turunkan teks ke posisi lebih pas */
}

.program-s2-hero-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(40px, 3.5vw, 48px);
  font-weight: 900;
  color: #ffffff;
  margin: 0;
}

.program-s2-hero-text p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  opacity: 0.95;
}

/* IMAGE BAWAH TEKS: DIPAKSA DI TENGAH &amp; PADA BOTTOM */
.program-s2-hero-photo {
  width: 100%;
  display: flex;
  justify-content: center; /* center horizontal */
}

.program-s2-hero-photo img {
  width: clamp(400px, 200%, 900px); /* ukuran gambar lebih besar */
  height: auto;
  display: block;
  border-radius: 0; 
  box-shadow: none; 
  object-fit: cover;
  object-position: bottom center; 
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .program-s2-hero-inner {
    gap: 20px;
  }
  .program-s2-hero-text {
    margin-top: clamp(15px, 5vh, 40px);
  }
  .program-s2-hero-photo img {
    width: 80%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35631b5 *//* Container tab menu */
.tab-menu {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #ffffff;
  border-top: 6px solid #ffc107; /* garis tebal kuning */
  border-bottom: 1px solid #ddd; /* garis bawah */
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* shadow halus */
  padding: 5px 0;
  font-family: 'Montserrat', sans-serif;
  z-index: 1000;
}

/* Horizontal list */
.tab-menu ul {
  display: flex;
  gap: 25px; /* jarak antar tab */
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap; /* responsive */
  position: relative;
}

/* Tab items */
.tab-menu li a {
  display: block;
  padding: 12px 28px; /* lebih besar, nyaman klik */
  text-decoration: none;
  color: #1e3a5f; /* teks biru default */
  font-weight: 700;
  font-size: 16px;
  border-radius: 12px 12px 0 0;
  transition: all 0.3s ease;
  position: relative;
}

/* Hover effect */
.tab-menu li a:hover {
  background: linear-gradient(145deg, #2b5391, #3a6bb9); /* gradient biru */
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* Active tab */
.tab-menu li.active a {
  background: linear-gradient(145deg, #1e3a5f, #30588c);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}

/* Bottom yellow indicator with smooth transition */
.tab-menu li.active a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffc107;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease;
}

/* Responsive: scrollable tabs on mobile */
@media (max-width: 768px) {
  .tab-menu ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }
  .tab-menu li {
    flex: 0 0 auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d890994 */.card-s2{
  display:block;
  width:100%;
  height:120px;          /* 🔥 sebelumnya 140px */
  border-radius:18px;
  overflow:hidden;
  position:relative;

  text-decoration:none !important;
  font-family:Montserrat,Arial,sans-serif;

  box-shadow:0 14px 30px rgba(0,0,0,.15);
}

/* Gradient */
.s2-overlay{
  position:absolute;
  inset:0;

  background:linear-gradient(
    135deg,
    #2f5c8f 0%,
    #3f7fbc 55%,
    #69a7e0 100%
  );
}

/* Konten */
.s2-inner{
  position:relative;
  z-index:2;
  height:100%;

  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

/* Title */
.s2-title{
  color:#ffffff;
  font-size:32px;
  font-weight:900;
  letter-spacing:.3px;
  line-height:1.15;
}

/* Anti underline */
.card-s2,
.card-s2 *{
  text-decoration:none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f45d49d *//* FONT */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&amp;display=swap');

.info-pendaftaran {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  background: #f0f4fa; /* Warna latar lembut */
}

.info-pendaftaran__content {
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.info-pendaftaran__title {
  background-color: #1e3a5f;
  color: #fff;
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 25px;
  transform: rotate(-1deg);
}

.info-pendaftaran__box {
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  text-align: left;
}

.info-pendaftaran__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
}

.info-pendaftaran__row a {
  color: #1e3a5f;
  text-decoration: none;
}

.info-pendaftaran__row a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .info-pendaftaran__box {
    padding: 20px 25px;
  }

  .info-pendaftaran__title {
    font-size: 20px;
    padding: 10px 20px;
  }

  .info-pendaftaran__row {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .info-pendaftaran__row span {
    margin-bottom: 5px;
  }
}/* End custom CSS */
/* Start custom CSS *//* Terapkan Montserrat ke semua heading */
h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
}/* End custom CSS */