.elementor-3371 .elementor-element.elementor-element-3fce025 .elementor-main-swiper{height:600px;}.elementor-3371 .elementor-element.elementor-element-3fce025.elementor-skin-slideshow .elementor-main-swiper{margin-bottom:10px;}.elementor-3371 .elementor-element.elementor-element-3fce025 .elementor-main-swiper .swiper-slide{border-radius:0px;}.elementor-3371 .elementor-element.elementor-element-3fce025 .elementor-swiper-button{font-size:20px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-3371 .elementor-element.elementor-element-3fce025.elementor-skin-slideshow .elementor-main-swiper{margin-bottom:10px;}}@media(max-width:767px){.elementor-3371 .elementor-element.elementor-element-3fce025.elementor-skin-slideshow .elementor-main-swiper{margin-bottom:10px;}}/* Start custom CSS *//* =============================================
   FTI ITB – Homepage CSS
   Untuk WordPress Elementor (Custom CSS)
   ============================================= */

/* ---- RESET &amp; BASE ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", "Roboto", Arial, sans-serif;
  font-size: 15px;
  color: #333;
  background: #fff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* =============================================
   TOP BAR
   ============================================= */
.topbar {
  background: #002147;
  color: #ccc;
  font-size: 12px;
  padding: 6px 0;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-right {
  display: flex;
  gap: 8px;
  align-items: center;
}
.topbar-right a {
  color: #aaa;
  transition: color 0.2s;
}
.topbar-right a.active {
  color: #f9c440;
  font-weight: 700;
}
.topbar-right a:hover {
  color: #fff;
}

/* =============================================
   HEADER
   ============================================= */
.site-header {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 20px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.logo img {
  width: 54px;
  height: auto;
}
.logo-text {
  display: flex;
  flex-direction: column;
}
.logo-title {
  font-size: 14px;
  font-weight: 700;
  color: #002147;
  line-height: 1.2;
}
.logo-subtitle {
  font-size: 12px;
  color: #555;
}

/* Main Nav */
.main-nav ul {
  display: flex;
  gap: 2px;
  align-items: center;
}
.main-nav ul li a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 12px;
  font-size: 12.5px;
  font-weight: 600;
  color: #002147;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: background 0.2s, color 0.2s;
  border-radius: 4px;
  white-space: nowrap;
}
.main-nav ul li a:hover {
  background: #002147;
  color: #fff;
}

/* Dropdown */
.has-dropdown {
  position: relative;
}
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13);
  border-top: 3px solid #002147;
  z-index: 1000;
  border-radius: 0 0 6px 6px;
}
.dropdown li a {
  padding: 10px 16px !important;
  font-size: 12.5px !important;
  color: #333 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}
.dropdown li a:hover {
  background: #f0f4f8 !important;
  color: #002147 !important;
}

/* Hamburger */
.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  color: #002147;
  cursor: pointer;
}

/* =============================================
   HERO SECTION
   ============================================= */
.hero-section {
  position: relative;
  overflow: hidden;
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 520px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 33, 71, 0.75) 0%,
    rgba(0, 33, 71, 0.35) 100%
  );
}

.hero-content {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
.hero-tag {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f9c440;
  margin-bottom: 14px;
}
.hero-content h1 {
  font-size: clamp(22px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  max-width: 760px;
  margin: 0 auto;
}

/* Slider Dots */
.slider-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border: 2px solid #fff;
  transition: background 0.3s;
}
.dot.active {
  background: #f9c440;
  border-color: #f9c440;
}

/* =============================================
   NEWS SECTION
   ============================================= */
.section-news {
  padding: 64px 0 56px;
  background: #f7f9fc;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.section-title {
  font-size: 26px;
  font-weight: 700;
  color: #002147;
  border-left: 4px solid #f9c440;
  padding-left: 14px;
}
.btn-more {
  font-size: 13px;
  font-weight: 600;
  color: #002147;
  border: 2px solid #002147;
  padding: 8px 18px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.btn-more:hover {
  background: #002147;
  color: #fff;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.news-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  transition: transform 0.25s, box-shadow 0.25s;
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
}

.news-img {
  position: relative;
  overflow: hidden;
}

/* Gambar nyata (dari WordPress featured image) */
.news-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s;
  display: block;
}
.news-card:hover .news-img img {
  transform: scale(1.05);
}

/* Placeholder — tampil saat tidak ada featured image */
.news-img-placeholder {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s;
}
.news-img-placeholder i {
  font-size: 52px;
  color: rgba(255, 255, 255, 0.45);
}
.news-card:hover .news-img-placeholder {
  transform: scale(1.05);
}

.news-category {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #002147;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news-body {
  padding: 18px 20px 20px;
}
.news-date {
  font-size: 12px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.news-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.news-title a {
  color: #002147;
  transition: color 0.2s;
}
.news-title a:hover {
  color: #c8930a;
}

.news-excerpt {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn-read-more {
  font-size: 12.5px;
  font-weight: 600;
  color: #002147;
  border-bottom: 2px solid #f9c440;
  padding-bottom: 1px;
  transition: color 0.2s;
}
.btn-read-more:hover {
  color: #c8930a;
}

/* Pesan kosong jika tidak ada post */
.no-posts {
  text-align: center;
  color: #888;
  font-style: italic;
  padding: 40px 0;
}

/* =============================================
   WORDPRESS / ELEMENTOR POSTS WIDGET OVERRIDE
   -----------------------------------------------
   CSS Class "news-grid" di-set di:
   tab Advanced → CSS Classes pada widget Posts.
   Class tersebut diterapkan ke wrapper:
     .elementor-widget-posts.news-grid
   bukan ke .elementor-posts-container langsung,
   sehingga body.elementor-page-3371 memakai descendant (spasi).
   ============================================= */

/* Grid container */
.elementor-widget-posts.news-grid .elementor-posts-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
}

/* Tiap card */
.elementor-widget-posts.news-grid .elementor-post {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}
.elementor-widget-posts.news-grid .elementor-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
}

/* Thumbnail */
.elementor-widget-posts.news-grid .elementor-post__thumbnail {
  overflow: hidden;
  position: relative;
}
.elementor-widget-posts.news-grid .elementor-post__thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s;
  display: block;
}
.elementor-widget-posts.news-grid .elementor-post:hover .elementor-post__thumbnail img {
  transform: scale(1.05);
}

/* Teks area */
.elementor-widget-posts.news-grid .elementor-post__text {
  padding: 18px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Judul */
.elementor-widget-posts.news-grid .elementor-post__title {
  margin-bottom: 10px;
}
.elementor-widget-posts.news-grid .elementor-post__title a {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #002147 !important;
  line-height: 1.4 !important;
}
.elementor-widget-posts.news-grid .elementor-post__title a:hover {
  color: #c8930a !important;
}

/* Meta (tanggal) */
.elementor-widget-posts.news-grid .elementor-post__meta-data {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
  order: -1; /* tampil sebelum judul */
}

/* Excerpt */
.elementor-widget-posts.news-grid .elementor-post__excerpt {
  flex: 1;
}
.elementor-widget-posts.news-grid .elementor-post__excerpt p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 14px;
}

/* Read More */
.elementor-widget-posts.news-grid .elementor-post__read-more {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #002147 !important;
  border-bottom: 2px solid #f9c440 !important;
  padding-bottom: 2px !important;
  text-decoration: none !important;
  width: fit-content;
  margin-top: auto;
}
.elementor-widget-posts.news-grid .elementor-post__read-more:hover {
  color: #c8930a !important;
}

/* Badge / Kategori */
.elementor-widget-posts.news-grid .elementor-post__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #002147;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

/* Responsive */
@media (max-width: 960px) {
  .elementor-widget-posts.news-grid .elementor-posts-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 640px) {
  .elementor-widget-posts.news-grid .elementor-posts-container {
    grid-template-columns: 1fr !important;
  }
}

/* ---- Fallback: jika class ditaruh di inner container ---- */
.elementor-posts-container.news-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
}
@media (max-width: 960px) {
  .elementor-posts-container.news-grid { grid-template-columns: repeat(2,1fr) !important; }
}
@media (max-width: 640px) {
  .elementor-posts-container.news-grid { grid-template-columns: 1fr !important; }
}

/* =============================================
   WISUDA SECTION
   ============================================= */
.section-wisuda {
  padding: 64px 0;
  background: #002147;
  color: #fff;
}
.wisuda-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.wisuda-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 12px;
}
.wisuda-text h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #f9c440;
}
.wisuda-text p {
  font-size: 14.5px;
  line-height: 1.8;
  margin-bottom: 24px;
  color: #cdd8e5;
}

.wisuda-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.btn-wisuda {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #c0392b;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  width: fit-content;
  transition: background 0.2s, transform 0.2s;
}
.btn-wisuda:hover {
  background: #a93226;
  transform: translateX(4px);
}
.btn-wisuda-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f9c440;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s;
}
.btn-wisuda-link:hover {
  color: #fff;
}

.wisuda-image img {
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* =============================================
   ABOUT SECTION
   ============================================= */
.section-about {
  padding: 56px 0;
  background: #fff;
}
.about-text {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  max-width: 900px;
  margin: 0 auto 16px;
  text-align: center;
}

/* =============================================
   STATS SECTION
   ============================================= */
.section-stats {
  padding: 64px 0;
  background: linear-gradient(135deg, #002147 60%, #003580 100%);
  color: #fff;
}
.section-title-center {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 14px;
}
.section-title-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #f9c440;
}

.stats-top {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}
.stat-item.highlight {
  text-align: center;
}
.stat-item.highlight .stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #a8c0d6;
  line-height: 1.5;
  margin-bottom: 6px;
}
.stat-item.highlight .stat-number {
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: #f9c440;
}

.stats-detail {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 28px 0;
  max-width: 760px;
  margin: 0 auto 32px;
}
.stat-level {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
}
.stat-level-badge {
  font-size: 26px;
  font-weight: 800;
  background: #f9c440;
  color: #002147;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-level-data {
  text-align: center;
}
.stat-big {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.stat-label-sm {
  font-size: 12px;
  color: #a8c0d6;
  display: block;
  margin-top: 2px;
}
.stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  align-self: stretch;
}

.stats-cta {
  text-align: center;
}
.btn-outline {
  display: inline-block;
  padding: 10px 28px;
  border: 2px solid #f9c440;
  color: #f9c440;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: background 0.2s, color 0.2s;
}
.btn-outline:hover {
  background: #f9c440;
  color: #002147;
}

/* =============================================
   PROGRAM STUDI SECTIONS
   ============================================= */
.section-prodi {
  padding: 56px 0;
}
.section-prodi-s1 {
  background: #f7f9fc;
}
.section-prodi-s2 {
  background: #fff;
}
.section-prodi-s3 {
  background: #f7f9fc;
}

.section-title-left {
  font-size: 22px;
  font-weight: 700;
  color: #002147;
  margin-bottom: 28px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f9c440;
  display: inline-block;
}

.prodi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
}
.prodi-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 16px;
  background: #fff;
  border-radius: 10px;
  border: 1.5px solid #e5eaf0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  color: #002147;
}
.prodi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0, 33, 71, 0.14);
  border-color: #002147;
}
.section-prodi-s2 .prodi-card:hover {
  border-color: #8b1a1a;
}
.section-prodi-s3 .prodi-card:hover {
  border-color: #1a4a2e;
}

.prodi-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 14px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2f7;
}
.prodi-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.prodi-card h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #002147;
}
.section-prodi-s2 .prodi-card h4 {
  color: #8b1a1a;
}
.section-prodi-s3 .prodi-card h4 {
  color: #1a4a2e;
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: #001633;
  color: #b0bec5;
  font-size: 13px;
}

/* Footer Banners */
.footer-banners {
  background: #002147;
  padding: 18px 0;
  border-bottom: 1px solid #003069;
}
.footer-banners-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-banners img {
  height: 40px;
  width: auto;
  border-radius: 3px;
  object-fit: contain;
  filter: brightness(0.85);
  transition: filter 0.2s;
}
.footer-banners img:hover {
  filter: brightness(1);
}

/* Footer Main */
.footer-main {
  padding: 48px 0 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
  gap: 36px;
}

.footer-col h6 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #003069;
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-col ul li a {
  color: #8fa8be;
  font-size: 12.5px;
  transition: color 0.2s;
  padding-left: 10px;
  position: relative;
}
.footer-col ul li a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #f9c440;
}
.footer-col ul li a:hover {
  color: #fff;
}

/* Campus Info */
.footer-campus .campus-item {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  align-items: flex-start;
}
.footer-campus .campus-item img {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}
.footer-campus .campus-item h6 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  border-bottom: none;
  padding-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}
.footer-campus .campus-item p {
  font-size: 11.5px;
  color: #7a9ab2;
  line-height: 1.6;
}
.footer-campus .campus-item a {
  color: #f9c440;
}
.footer-campus .campus-item a:hover {
  color: #fff;
}

/* Footer Bottom */
.footer-bottom {
  background: #000f22;
  padding: 14px 0;
  text-align: center;
  font-size: 12px;
  color: #5a7a94;
}

/* =============================================
   BACK TO TOP
   ============================================= */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #002147;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.back-to-top:hover {
  transform: translateY(-3px);
  background: #003580;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .main-nav ul li a {
    padding: 10px 9px;
    font-size: 11.5px;
  }
}

@media (max-width: 960px) {
  .hamburger {
    display: block;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 100;
  }
  .main-nav.open {
    display: block;
  }
  .main-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 8px 0;
  }
  .main-nav ul li a {
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 0;
  }
  .dropdown {
    position: static;
    box-shadow: none;
    border-top: none;
    padding-left: 16px;
  }

  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wisuda-wrapper {
    grid-template-columns: 1fr;
  }
  .wisuda-image img {
    height: 240px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-top {
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .hero-slider {
    height: 360px;
  }
  .hero-content {
    bottom: 60px;
  }
  .hero-content h1 {
    font-size: 20px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }
  .prodi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-detail {
    flex-direction: column;
    align-items: center;
  }
  .stat-divider {
    width: 80%;
    height: 1px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .stats-top {
    flex-direction: column;
    gap: 20px;
  }
}

/* =============================================
   ELEMENTOR CUSTOM CSS HELPER CLASSES
   (Paste these in Elementor &gt; Custom CSS per widget)
   ============================================= */

/* Section padding override */
.elementor-section.fti-section-news .elementor-container {
  max-width: 1200px;
}
.elementor-section.fti-section-stats .elementor-container {
  max-width: 1200px;
}
.elementor-section.fti-section-prodi .elementor-container {
  max-width: 1200px;
}

/* Card hover effects for Elementor widgets */
.elementor-widget-image-box:hover {
  transform: translateY(-6px);
  transition: transform 0.25s;
}

/*agenda*/
.section-agenda {
  padding: 60px 0;
  background: #f5f7fa;
}

.agenda-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

/* garis bawah kecil */
.agenda-title::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #1a6ea8;
  display: block;
  margin-top: 10px;
  border-radius: 3px;
}

/* WRAPPER */
.agenda-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* CARD */
.agenda-card {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 3px solid #1a6ea8;
  border-radius: 16px;
  padding: 25px;
  max-width: 600px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* DATE */
.agenda-date {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.agenda-date .day {
  font-size: 50px;
  font-weight: 800;
  color: #0b3d6e;
}

.agenda-date .month {
  font-size: 22px;
  font-weight: 600;
  color: orange;
}

/* CONTENT */
.agenda-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.agenda-location {
  color: #1a6ea8;
  font-size: 14px;
}

/* BUTTON */
.agenda-btn a {
  border: 2px solid #1a6ea8;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  color: #1a6ea8;
  font-weight: 600;
  transition: 0.3s;
}

.agenda-btn a:hover {
  background: #1a6ea8;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .agenda-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .agenda-card {
    max-width: 100%;
  }

  .agenda-btn {
    align-self: flex-start;
  }
}


/*last update*/
..section-article {
  padding: 40px 0;
}

.article-box {
  background: #2e2f7f;
  padding: 20px;
  border-radius: 16px;
 
}

.article-list {
  background: #fff;
  border-radius: 12px;
  padding: 10px 20px;
max-height: 600px;
  overflow-y: auto;
}

/* ITEM */
.article-item {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-top: 2px dotted #2e2f7f;
}

.article-item:first-child {
  border-top: none;
}

/* ICON */
.article-icon {
  width: 60px;
  height: 60px;
  background: #3b1e78;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* META */
.article-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}

.tag {
  color: #2e2f7f;
  font-weight: 600;
}

.date {
  color: #2e2f7f;
}

/* LINK TITLE */
.article-link {
  font-size: 18px;
  text-decoration: none;
  color: #2b6ea6;
  line-height: 1.6;
  display: block;
}

.article-link:hover {
  text-decoration: underline;
  color: #0b3d6e;
}

/* SLIDER WRAPPER */
.news-slider {
  position: relative;
  overflow: hidden;
}

/* TRACK */
.news-track {
  display: flex;
  transition: transform 0.4s ease;
  gap: 20px;
}

/* CARD WIDTH */
.news-card {
  min-width: calc(33.333% - 14px);
  flex-shrink: 0;
}

/* DOTS */
.news-dots {
  text-align: center;
  margin-top: 20px;
}

.news-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  background: #ccc;
  cursor: pointer;
}

.news-dots button.active {
  background: #1a6ea8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .news-card {
    min-width: 100%;
  }
}

.berita-section {
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.berita-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.berita-title {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.berita-title::before {
  content: "";
  width: 6px;
  height: 30px;
  background: #f4b400;
  margin-right: 12px;
  border-radius: 3px;
}

/* SLIDER */
.slider-container {
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .slide {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .slide {
    grid-template-columns: 1fr;
  }
}

/* CARD */
.card {
  background: #f7f7f7;
  border-radius: 12px;
  overflow: hidden;
}

.card-top {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}

.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #0d2b4c;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 6px;
}

.card-body { padding: 18px; }

.date { font-size: 13px; color: #888; margin-bottom: 8px; }
.title { font-size: 18px; font-weight: bold; color: #0d2b4c; margin-bottom: 10px; }
.desc { font-size: 14px; color: #666; margin-bottom: 15px; }

.read-more {
  font-weight: bold;
  color: #0d2b4c;
  text-decoration: none;
  border-bottom: 3px solid #f4b400;
}

.blue { background: linear-gradient(135deg, #1e4e79, #2c6aa0); }
.red { background: linear-gradient(135deg, #8b1c1c, #c0392b); }
.green { background: linear-gradient(135deg, #1e5631, #2e8b57); }

.icon { font-size: 40px; opacity: 0.6; }

/* DOT */
.dots {
  text-align: center;
  margin-top: 15px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 5px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background: #1b3556;
}/* End custom CSS */