/**
* Template Name: BizLand - v3.5.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #475467;
}

/* Paragraph */
p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #667085;
  margin-bottom: 16px;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  color: #101828;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #106eea;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header + Navbar Final
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  z-index: 997;
  background: linear-gradient(
    135deg,
    rgba(15, 76, 167, 0.88) 0%,
    rgba(24, 97, 196, 0.84) 55%,
    rgba(42, 123, 232, 0.82) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 10px 28px rgba(7, 33, 84, 0.14);
  transition: all 0.35s ease;
}

#header.header-scrolled,
#header.fixed-top {
  height: 76px;
  background: linear-gradient(
    135deg,
    rgba(10, 56, 126, 0.78) 0%,
    rgba(16, 78, 170, 0.74) 100%
  );
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 14px 30px rgba(7, 33, 84, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#header::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0)
  );
}

#header .container.header-shell {
  max-width: 1180px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-brand-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 0;
  flex-shrink: 0;
}

#header .logo {
  margin: 0;
  line-height: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
}

#header .logo a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #fff;
}

.logo-mark {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease;
}

#header .logo a:hover .logo-mark {
  transform: translateY(-1px) scale(1.03);
  background: rgba(255, 255, 255, 0.14);
}

#header .logo img {
  max-height: 34px;
  max-width: 34px;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.logo-text strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  white-space: nowrap;
}

.logo-text small {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(230, 241, 255, 0.82);
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  justify-content: flex-end;
}

.navbar > ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 4px;
}

.navbar li {
  position: relative;
  display: flex;
  align-items: center;
}

.navbar a,
.navbar a:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  transition: all 0.3s ease;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 11px;
  line-height: 0;
  margin-left: 2px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
}

.navbar > ul > li > a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffffff 0%, #ffd54a 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.navbar > ul > li > a:hover::after,
.navbar > ul > li > a.active::after,
.navbar > ul > li:hover > a::after {
  transform: scaleX(1);
}

.header-quick {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 2px;
  flex-shrink: 0;
}

.header-quick a {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  transition: all 0.3s ease;
}

.header-quick a:hover {
  background: #ffffff;
  color: #106eea;
  transform: translateY(-1px);
}

.header-quick a::after {
  display: none;
}

/*--------------------------------------------------------------
# News Dropdown Desktop
--------------------------------------------------------------*/
.navbar .news-dropdown {
  position: relative;
}

.navbar .news-dropdown > .news-submenu {
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #ffffff;
  border: 1px solid rgba(16, 110, 234, 0.10);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(13, 29, 61, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 99;
}

.navbar .news-dropdown:hover > .news-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar .news-dropdown > .news-submenu > li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.navbar .news-dropdown > .news-submenu > li > a,
.navbar .news-dropdown > .news-submenu > li > a:focus {
  display: block;
  width: 100%;
  min-height: auto;
  padding: 10px 14px;
  border-radius: 10px;
  background: transparent !important;
  color: #243b5a !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  box-shadow: none !important;
}

.navbar .news-dropdown > .news-submenu > li > a:hover,
.navbar .news-dropdown > .news-submenu > li:hover > a {
  background: #f3f8ff !important;
  color: #106eea !important;
}

.navbar .news-dropdown > .news-submenu > li > a::after {
  display: none !important;
}

/*--------------------------------------------------------------
# Global Offset
--------------------------------------------------------------*/
body {
  padding-top: 84px;
}

main#main {
  padding-top: 0;
}

.scrolled-offset {
  margin-top: 0 !important;
}

.breadcrumbs {
  padding-top: 18px;
}

/*--------------------------------------------------------------
# Mobile Navigation Final
--------------------------------------------------------------*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.3s ease;
  z-index: 1001;
}

.mobile-nav-toggle.bi-x {
  color: #ffffff;
}

@media (max-width: 991px) {
  #header {
    height: 74px;
  }

  #header.header-scrolled,
  #header.fixed-top {
    height: 72px;
  }

  body {
    padding-top: 74px;
  }

  #header .container.header-shell {
    gap: 12px;
  }

  .logo-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  #header .logo img {
    max-width: 30px;
    max-height: 30px;
  }

  .logo-text strong {
    font-size: 17px;
  }

  .logo-text small {
    display: none;
  }

  .header-quick {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar > ul {
    display: none;
  }

  .breadcrumbs {
    padding-top: 14px;
  }

  .navbar.navbar-mobile > ul {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    position: fixed;
    top: 84px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding: 16px;
    margin: 0;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.18);
    z-index: 1000;
  }

  .navbar.navbar-mobile li {
    display: block;
    width: 100%;
  }

  .navbar.navbar-mobile a,
  .navbar.navbar-mobile a:focus {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 15px;
    color: #1f2d3d;
    background: transparent;
  }

  .navbar.navbar-mobile a:hover,
  .navbar.navbar-mobile .active,
  .navbar.navbar-mobile li:hover > a {
    color: #106eea;
    background: #f3f8ff;
  }

  .navbar.navbar-mobile a:hover::after,
  .navbar.navbar-mobile .active::after,
  .navbar.navbar-mobile li:hover > a::after {
    display: none;
  }

  .navbar.navbar-mobile .news-submenu {
    display: none;
    position: static;
    margin: 4px 0 0 10px;
    padding: 8px;
    list-style: none;
    background: #f8fbff;
    border: 1px solid #e1ebfa;
    border-radius: 14px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .navbar.navbar-mobile .news-submenu.dropdown-active {
    display: block !important;
  }

  .navbar.navbar-mobile .news-submenu > li {
    width: 100%;
  }

  .navbar.navbar-mobile .news-submenu > li > a,
  .navbar.navbar-mobile .news-submenu > li > a:focus {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 10px 12px;
    border-radius: 10px;
    color: #355070 !important;
    background: transparent !important;
    font-size: 14px;
    font-weight: 600;
  }

  .navbar.navbar-mobile .news-submenu > li > a:hover,
  .navbar.navbar-mobile .news-submenu > li:hover > a {
    background: #edf5ff !important;
    color: #106eea !important;
  }
}

@media (max-width: 575px) {
  .logo-text strong {
    font-size: 15px;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .logo-mark {
    width: 42px;
    height: 42px;
  }

  #header .logo img {
    max-width: 27px;
    max-height: 27px;
  }

  body {
    padding-top: 74px;
  }

  .breadcrumbs {
    padding-top: 10px;
  }

  .navbar.navbar-mobile > ul {
    top: 78px;
    left: 12px;
    right: 12px;
    max-height: calc(100vh - 92px);
    padding: 14px;
    border-radius: 18px;
  }
}

/*--------------------------------------------------------------
# Sub Heading
--------------------------------------------------------------*/
h4 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 17px;
  font-weight: 700;
}

/* ===============================
   HERO SECTION - FINAL CLEAN UI
================================= */
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* 🔥 Gradient overlay */
#hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(5, 20, 50, 0.85) 20%,
    rgba(10, 40, 90, 0.6) 60%,
    rgba(10, 40, 90, 0.2) 100%
  );
  backdrop-filter: blur(2px);
}

/* Container */
#hero .container {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50px);
}

/* Badge */
.hero-badge {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffc107;
  margin-bottom: 12px;
  font-weight: 600;
}

/* ===============================
   TEXT STYLE
================================= */

/* Title utama */
.hero-title {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Subtitle */
.hero-subtitle {
  font-size: 20px;
  color: #cbd5f5;
  margin-bottom: 10px;
}

/* Divider */
.hero-divider {
  width: 315px;
  height: 3px;
  background: #ffc107;
  margin: 18px auto;
  border-radius: 10px;
}

/* Tagline */
.hero-tagline {
  font-size: 17px;
  color: #e0e7ff;
  line-height: 1.6;
  margin-bottom: 35px;
  max-width: 500px;
  margin: 0 auto 30px;
}

.hero-content {
  opacity: 0;
  transform: translateY(30px);
  animation: heroFade 1s ease forwards;
}

/* ===============================
   BUTTON STYLE
================================= */

/* Wrapper tombol */
.hero-buttons {
  display: flex;
  justify-content: center; /* 🔥 center tombol */
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Semua tombol base */
#hero .btn-get-started,
#hero .btn-watch-video {
  padding: 10px 22px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 500;
}

/* Primary */
#hero .btn-get-started {
  background: linear-gradient(135deg, #ffc107, #ffcd39);
  color: #000;
  box-shadow: 0 4px 14px rgba(255, 193, 7, 0.35);
}

/* Secondary */
#hero .btn-watch-video {
  border: 1.8px solid rgba(255,255,255,0.7);
  color: #fff;
  font-size: 14px;
}

/* Hover halus */
#hero .btn-get-started:hover,
#hero .btn-watch-video:hover {
  transform: translateY(-2px);
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 768px) {
  #hero .container {
    text-align: center;
    margin: 0 auto;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-divider {
    margin: 15px auto;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .hero-tagline {
    margin-left: auto;
    margin-right: auto;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 10px;
  }
}

@keyframes heroFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# Home News Section
--------------------------------------------------------------*/
#news {
  padding: 56px 0 88px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.news-section-title {
  text-align: center;
  margin-bottom: 34px;
}

.news-badge-title {
  display: inline-block;
  padding: 8px 18px;
  margin-bottom: 0;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.10);
  color: #106eea;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-section-title h2 {
  margin-bottom: 12px;
}

.news-section-title p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.8;
  color: #667085;
}

.news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.10);
  border-color: rgba(16, 110, 234, 0.14);
}

.news-img {
  display: block;
  width: 100%;
  height: 255px;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.news-card:hover .news-img img {
  transform: scale(1.05);
}

.news-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 22px 22px 24px;
}

.news-date {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #98a2b3;
}

.news-content h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.news-content h3 a {
  color: #1f2d3d;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.news-card:hover .news-content h3 a {
  color: #106eea;
}

.read-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #106eea;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.read-more:hover {
  color: #0b5ed7;
  gap: 10px;
}

.news-action {
  margin-top: 34px;
}

.btn-all-news {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #106eea, #2f89ff);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(16, 110, 234, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-all-news:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(16, 110, 234, 0.24);
}

@media (max-width: 992px) {
  .news-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-img {
    height: 230px;
  }
}

@media (max-width: 576px) {
  #news {
    padding: 46px 0 70px;
  }

  .news-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .news-content {
    padding: 18px 18px 20px;
  }

  .news-content h3 {
    font-size: 17px;
  }

  .news-img {
    height: 215px;
  }

  .btn-all-news {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Daftar Komisariat dan Permohonan SK
--------------------------------------------------------------*/
.public-featured-services {
  padding: 36px 0 82px;
}

.public-service-grid {
  row-gap: 28px;
}

.public-service-card {
  position: relative;
  width: 100%;
  padding: 30px 26px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.public-service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.public-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 52px rgba(16, 110, 234, 0.14);
  border-color: rgba(16, 110, 234, 0.16);
}

.public-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.public-service-card .icon {
  width: 68px;
  height: 68px;
  margin: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #106eea 0%, #54a4ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(16, 110, 234, 0.18);
}

.public-service-card .icon i {
  color: #fff;
  font-size: 30px;
}

.public-service-card .title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
  color: #1d2939;
}

.public-service-card .description {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.9;
  color: #667085;
}

.public-service-card .service-actions {
  margin-top: auto;
  padding-top: 22px;
}

@media (max-width: 991px) {
  .public-featured-services {
    padding: 24px 0 72px;
  }

  .public-service-card {
    padding: 28px 24px 22px;
  }

  .public-service-card .title {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .public-featured-services {
    padding: 18px 0 60px;
  }

  .public-service-card {
    padding: 22px 18px 18px;
    border-radius: 20px;
  }

  .public-service-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .public-service-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .public-service-card .icon i {
    font-size: 26px;
  }

  .public-service-card .title {
    font-size: 19px;
  }

  .public-service-card .description {
    font-size: 14px;
    line-height: 1.8;
  }

  .public-service-card .service-link {
    width: 100%;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Daftar Komisariat Page
--------------------------------------------------------------*/
.komisariat-page {
  padding: 56px 0 88px;
  background:
    radial-gradient(circle at top left, rgba(16, 110, 234, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 193, 7, 0.08), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
}

.komisariat-hero {
  margin-bottom: 30px;
}

.komisariat-summary {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  margin-bottom: 28px;
}

.komisariat-summary-card,
.komisariat-stat-card {
  position: relative;
  padding: 26px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.komisariat-summary-card::before,
.komisariat-stat-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.komisariat-summary-card h4,
.komisariat-stat-card h4 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  color: #1d2939;
}

.komisariat-summary-card p,
.komisariat-stat-card p {
  margin: 0;
  color: #667085;
  font-size: 14.5px;
  line-height: 1.9;
}

.komisariat-stat-value {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.komisariat-stat-badge {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #106eea 0%, #54a4ff 100%);
  color: #fff;
  font-size: 28px;
  box-shadow: 0 12px 24px rgba(16, 110, 234, 0.18);
}

.komisariat-stat-number {
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  color: #1d2939;
}

.komisariat-table-shell {
  padding: 26px 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.komisariat-table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.komisariat-table-head h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #1d2939;
}

.komisariat-table-head p {
  margin: 0;
  color: #667085;
  font-size: 14px;
}

.komisariat-table {
  margin-bottom: 0;
  vertical-align: middle;
}

.komisariat-table thead th {
  border-bottom: none;
  background: #f5f9ff;
  color: #344054;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 16px 14px;
}

.komisariat-table tbody td {
  padding: 18px 14px;
  border-color: #edf2f7;
  color: #475467;
  font-size: 14.5px;
}

.komisariat-table tbody tr {
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.komisariat-table tbody tr:hover {
  background-color: #f9fbff;
}

.komisariat-row-name {
  font-weight: 700;
  color: #1d2939;
}

.komisariat-row-campus {
  color: #667085;
}

.komisariat-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(18, 183, 106, 0.12);
  color: #039855;
  font-size: 13px;
  font-weight: 700;
}

.komisariat-status-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #12b76a;
}

.komisariat-empty {
  padding: 18px;
  border-radius: 18px;
  background: #f8fafc;
  color: #667085;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 991px) {
  .komisariat-page {
    padding: 46px 0 72px;
  }

  .komisariat-summary {
    grid-template-columns: 1fr;
  }

  .komisariat-summary-card,
  .komisariat-stat-card,
  .komisariat-table-shell {
    padding: 22px 18px;
  }

  .komisariat-table-head h4 {
    font-size: 21px;
  }

  .komisariat-stat-number {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .komisariat-page {
    padding: 40px 0 60px;
  }

  .komisariat-summary-card,
  .komisariat-stat-card,
  .komisariat-table-shell {
    border-radius: 22px;
  }

  .komisariat-table thead th,
  .komisariat-table tbody td {
    padding: 14px 12px;
    font-size: 13.5px;
  }

  .komisariat-stat-badge {
    width: 54px;
    height: 54px;
    font-size: 24px;
  }

  .komisariat-stat-number {
    font-size: 26px;
  }
}

/*--------------------------------------------------------------
# Permohonan SK UI
--------------------------------------------------------------*/
.permohonan-sk-page {
  padding: 56px 0 90px;
  background:
    radial-gradient(circle at top left, rgba(16, 110, 234, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 193, 7, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
}

.permohonan-title {
  margin-bottom: 40px;
}

.submission-alert {
  border-radius: 18px;
  margin-bottom: 24px;
}

.submission-entry-panel {
  margin-bottom: 34px;
}

.submission-entry-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.primary-entry {
  position: relative;
  overflow: hidden;
}

.primary-entry::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.secondary-entry {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.entry-badge,
.form-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.08);
  color: #106eea;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.submission-entry-card h4,
.submission-form-head h4 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  color: #1d2939;
}

.submission-entry-card p,
.submission-form-head p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.9;
  color: #667085;
}

.entry-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.entry-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #355070;
  font-size: 13.5px;
  font-weight: 600;
}

.entry-meta i {
  color: #106eea;
  font-size: 16px;
}

.entry-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #106eea, #2f89ff);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(16, 110, 234, 0.18);
  transition: all 0.3s ease;
}

.entry-action-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(16, 110, 234, 0.24);
}

.submission-form-shell {
  padding: 34px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.submission-form-head {
  margin-bottom: 26px;
}

.submission-field-card,
.submission-upload-card {
  height: 100%;
  padding: 20px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e6eefb;
}

.submission-upload-group {
  padding: 24px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid rgba(16, 110, 234, 0.08);
}

.upload-group-head {
  margin-bottom: 20px;
}

.upload-group-head h5 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #1d2939;
}

.upload-group-head p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.8;
}

.submission-input {
  border-radius: 14px;
  border: 1px solid #d9e4f2;
  min-height: 50px;
  padding: 12px 14px;
  box-shadow: none;
  font-size: 14px;
}

.submission-input:focus {
  border-color: #106eea;
  box-shadow: 0 0 0 4px rgba(16, 110, 234, 0.10);
}

.submission-upload-card .form-label,
.submission-field-card .form-label {
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: 700;
  color: #344054;
}

.submission-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 8px;
  flex-wrap: wrap;
}

.submission-note {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
}

.submission-note i {
  color: #106eea;
  font-size: 18px;
  margin-top: 1px;
}

.submission-submit-btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(135deg, #106eea, #3b8af2);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(16, 110, 234, 0.20);
}

.submission-submit-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(16, 110, 234, 0.26);
}

@media (max-width: 991px) {
  .permohonan-sk-page {
    padding: 46px 0 74px;
  }

  .submission-form-shell {
    padding: 28px 22px;
  }

  .submission-entry-card h4,
  .submission-form-head h4 {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .permohonan-sk-page {
    padding: 40px 0 60px;
  }

  .submission-entry-panel {
    margin-bottom: 26px;
  }

  .submission-entry-card,
  .submission-form-shell {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .submission-field-card,
  .submission-upload-card,
  .submission-upload-group {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .submission-entry-card h4,
  .submission-form-head h4 {
    font-size: 19px;
  }

  .entry-action-btn,
  .submission-submit-btn {
    width: 100%;
    justify-content: center;
  }

  .submission-form-footer {
    flex-direction: column;
    align-items: stretch;
  }
}

/*--------------------------------------------------------------
# Permohonan SK UX
--------------------------------------------------------------*/
.submission-entry-panel {
  margin-bottom: 34px;
}

.submission-entry-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.primary-entry {
  position: relative;
  overflow: hidden;
}

.primary-entry::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.secondary-entry {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.entry-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.08);
  color: #106eea;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.submission-entry-card h4 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  color: #1d2939;
}

.submission-entry-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.9;
  color: #667085;
}

.entry-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.entry-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #355070;
  font-size: 13.5px;
  font-weight: 600;
}

.entry-meta i {
  color: #106eea;
  font-size: 16px;
}

.entry-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #106eea, #2f89ff);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(16, 110, 234, 0.18);
  transition: all 0.3s ease;
}

.entry-action-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(16, 110, 234, 0.24);
}

.submission-form-head {
  margin: 8px 0 22px;
}

.submission-form-head h4 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
  color: #1d2939;
}

.submission-form-head p {
  margin: 0;
  color: #667085;
  font-size: 14.5px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .submission-entry-card {
    padding: 24px 20px;
  }

  .submission-entry-card h4 {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .submission-entry-panel {
    margin-bottom: 26px;
  }

  .submission-entry-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .submission-entry-card h4 {
    font-size: 19px;
  }

  .entry-action-btn {
    width: 100%;
    justify-content: center;
  }

  .submission-form-head h4 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Cek Status Pengajuan
--------------------------------------------------------------*/
.cek-status-page {
  padding: 56px 0 90px;
  background:
    radial-gradient(circle at top left, rgba(16, 110, 234, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 193, 7, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
}

.cek-status-title {
  margin-bottom: 40px;
}

.status-entry-shell {
  margin-bottom: 28px;
}

.status-entry-card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.status-entry-info {
  position: relative;
  overflow: hidden;
}

.status-entry-info::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.status-entry-action {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.status-entry-card h4,
.status-form-head h4,
.status-result-head h4 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  color: #1d2939;
}

.status-entry-card p,
.status-form-head p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.9;
  color: #667085;
}

.status-alert {
  border-radius: 18px;
  margin-bottom: 24px;
}

.status-form-shell {
  padding: 34px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  margin-bottom: 32px;
}

.status-form-head {
  margin-bottom: 24px;
  text-align: center;
}

.status-form-card {
  padding: 20px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e6eefb;
}

.status-form-card .form-label {
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: 700;
  color: #344054;
}

.status-input {
  border-radius: 14px;
  border: 1px solid #d9e4f2;
  min-height: 52px;
  padding: 12px 14px;
  box-shadow: none;
  font-size: 14px;
}

.status-input:focus {
  border-color: #106eea;
  box-shadow: 0 0 0 4px rgba(16, 110, 234, 0.10);
}

.status-submit-btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(135deg, #106eea, #3b8af2);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(16, 110, 234, 0.20);
}

.status-submit-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(16, 110, 234, 0.26);
}

.status-result-shell {
  margin-top: 10px;
}

.status-result-head {
  margin-bottom: 18px;
}

.status-result-card {
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.status-result-table th {
  color: #1d2939;
  font-weight: 700;
}

.status-result-table td {
  color: #667085;
}

@media (max-width: 991px) {
  .cek-status-page {
    padding: 46px 0 74px;
  }

  .status-entry-card,
  .status-form-shell,
  .status-result-card {
    padding: 28px 22px;
  }

  .status-entry-card h4,
  .status-form-head h4,
  .status-result-head h4 {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .cek-status-page {
    padding: 40px 0 60px;
  }

  .status-entry-card,
  .status-form-shell,
  .status-result-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .status-form-card {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .status-entry-card h4,
  .status-form-head h4,
  .status-result-head h4 {
    font-size: 19px;
  }

  .status-submit-btn,
  .status-form .entry-action-btn {
    width: 100%;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.section-bg {
  background:
    radial-gradient(circle at top left, rgba(16, 110, 234, 0.10), transparent 35%),
    linear-gradient(135deg, #f8fbff 0%, #eef4ff 50%, #f9fcff 100%);
}

.about {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.about .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.about-badge {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.10);
  color: #106eea;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about .section-title h3 {
  font-size: 34px;
  font-weight: 800;
  color: #1f2d3d;
  margin-bottom: 12px;
}

.about .section-title h3 span {
  color: #106eea;
}

.about-lead {
  max-width: 700px;
  margin: 0 auto;
  color: #667085;
  font-size: 16px;
  line-height: 1.8;
}

.about-wrapper {
  position: relative;
  align-items: flex-start !important;
}

.about-media {
  position: relative;
  padding: 14px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(240,246,255,0.95));
  box-shadow: 0 20px 50px rgba(16, 110, 234, 0.10);
}

.about-media img {
  width: 100%;
  display: block;
  border-radius: 22px;
  object-fit: cover;
}

.about-side-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.grand-design-card {
  padding: 24px 24px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 110, 234, 0.10);
  box-shadow: 0 14px 34px rgba(16, 110, 234, 0.08);
  backdrop-filter: blur(10px);
}

.grand-design-card h4 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 800;
  color: #1f2d3d;
}

.grand-design-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.9;
  color: #667085;
}

.grand-design-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.grand-design-tags span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(16, 110, 234, 0.10), rgba(62, 160, 255, 0.08));
  border: 1px solid rgba(16, 110, 234, 0.12);
  color: #106eea;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .about-side-stack {
    gap: 18px;
  }

  .grand-design-card {
    padding: 22px 20px;
  }

  .grand-design-card h4 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .grand-design-card h4 {
    font-size: 18px;
  }

  .grand-design-card p {
    font-size: 14px;
    line-height: 1.8;
  }

  .grand-design-tags span {
    font-size: 11px;
    padding: 8px 12px;
  }
}

.about-floating-card {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 24px;
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(14, 30, 62, 0.82);
  backdrop-filter: blur(8px);
  color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.about-floating-card small {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #9ec5ff;
  margin-bottom: 8px;
}

.about-floating-card h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.about .content {
  padding-left: 24px;
}

.section-kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #106eea;
  margin-bottom: 12px;
}

.vision-box,
.mission-box {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(16, 110, 234, 0.08);
}

.vision-box {
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}

.vision-box .section-kicker {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #106eea;
  margin-bottom: 14px;
}

.vision-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #1d2939;
  font-weight: 600;
}

.vision-box p b {
  display: block;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 800;
  background: linear-gradient(135deg, #1f2d3d, #106eea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e7eefb;
  transition: all 0.3s ease;
}

.mission-list li + li {
  margin-top: 16px;
}

.mission-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(16, 110, 234, 0.10);
  border-color: rgba(16, 110, 234, 0.18);
}

.mission-list i {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #106eea, #3ea0ff);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 10px 20px rgba(16, 110, 234, 0.18);
}

.mission-list h5 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
  color: #1d2939;
}

.mission-list p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: #667085;
}

@media (max-width: 575px) {
  .vision-box p b {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .about .content {
    padding-left: 0;
    margin-top: 30px;
  }

  .about-floating-card {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 16px 18px;
  }

  .about .section-title h3 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .about {
    padding: 60px 0;
  }

  .vision-box,
  .mission-box {
    padding: 22px;
  }

  .mission-list li {
    padding: 18px;
    gap: 14px;
  }

  .mission-list i {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .about-floating-card h4 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}
.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services Modern UI
--------------------------------------------------------------*/
.services {
  position: relative;
  padding: 40px 0 80px;
  background:
    radial-gradient(circle at top left, rgba(16, 110, 234, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 193, 7, 0.08), transparent 25%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
  overflow: hidden;
}

.services::before,
.services::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.services::before {
  width: 220px;
  height: 220px;
  top: 40px;
  left: -70px;
  background: rgba(16, 110, 234, 0.08);
}

.services::after {
  width: 180px;
  height: 180px;
  right: -40px;
  bottom: 20px;
  background: rgba(255, 193, 7, 0.10);
}

.service-title-wrap {
  text-align: center;
  margin-bottom: 48px;
}

.service-badge-heading {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.10);
  color: #106eea;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.services .section-title h2 {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #106eea;
}

.services .section-title h3 {
  display: block;
  position: relative;
  margin: 0 auto 14px;
  padding-bottom: 16px;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.2;
  color: #1f2d3d;
}

.services .section-title h3::after {
  content: "";
  width: 104px;
  height: 4px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.services .section-title h3 span {
  color: #106eea;
}

.services .section-title p {
  max-width: 760px;
  margin: 0 auto;
  color: #667085;
  font-size: 15px;
  line-height: 1.9;
}

.service-grid {
  row-gap: 28px;
}

.services .col-lg-4,
.services .col-md-6 {
  display: flex;
}

.services .icon-box {
  position: relative;
  width: 100%;
  padding: 28px 24px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.services .icon-box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.services .icon-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(16, 110, 234, 0.14);
  border-color: rgba(16, 110, 234, 0.16);
}

.icon-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.services .icon-box .icon {
  width: 68px;
  height: 68px;
  margin: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #106eea 0%, #54a4ff 100%);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(16, 110, 234, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services .icon-box:hover .icon {
  transform: scale(1.06);
  box-shadow: 0 16px 28px rgba(16, 110, 234, 0.24);
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 30px;
  transition: ease-in-out 0.3s;
}

.service-kind {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.08);
  color: #106eea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.services .icon-box h4 {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.45;
}

.services .icon-box h4 a {
  color: #1d2939;
  transition: color 0.3s ease;
  text-decoration: none;
}

.services .icon-box:hover h4 a {
  color: #106eea;
}

.services .icon-box p {
  margin: 0;
  color: #667085;
  font-size: 14.5px;
  line-height: 1.9;
}

.service-actions {
  margin-top: auto;
  padding-top: 22px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 14px;
  background: rgba(16, 110, 234, 0.08);
  border: 1px solid rgba(16, 110, 234, 0.12);
  color: #106eea;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-link:hover {
  background: #106eea;
  color: #fff;
  box-shadow: 0 12px 24px rgba(16, 110, 234, 0.20);
}

.service-link i {
  font-size: 18px;
}

@media (max-width: 991px) {
  .services {
    padding: 65px 0;
  }

  .services .icon-box {
    padding: 26px 22px 20px;
  }

  .services .icon-box h4 {
    font-size: 19px;
  }
}

@media (max-width: 575px) {
  .services {
    padding: 55px 0;
  }

  .service-title-wrap {
    margin-bottom: 36px;
  }

  .services .section-title h2 {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .services .section-title h3 {
    font-size: 28px;
    padding-bottom: 14px;
  }

  .services .section-title p {
    font-size: 14px;
    line-height: 1.8;
  }

  .services .icon-box {
    padding: 22px 18px 18px;
    border-radius: 20px;
  }

  .icon-box-top {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .services .icon-box .icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .services .icon-box .icon i {
    font-size: 26px;
  }

  .services .icon-box h4 {
    font-size: 18px;
  }

  .services .icon-box p {
    font-size: 14px;
    line-height: 1.8;
  }

  .service-link {
    width: 100%;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Slides Berita
--------------------------------------------------------------*/
@media (max-width: 992px) {
    .news-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .news-wrapper {
        grid-template-columns: 1fr;
    }
}

.news-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.news-img {
  width: 100%;
  height: 220px; /* kunci biar tidak gepeng */
  overflow: hidden;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* biar full & proporsional */
  transition: 0.4s;
}

.news-card:hover .news-img img {
  transform: scale(1.08);
}

.news-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-date {
  font-size: 12px;
  color: #98a2b3;
  margin-bottom: 6px;
}

.news-content h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 6px 0 10px 0;
  line-height: 1.4;
}

.news-content h3 a {
    color: #333;
    transition: 0.3s;
    /* text-decoration: none; */
}

.news-card:hover .news-content h3 a {
  color: #0d6efd; /* biru seperti di gambar */
}

.news-content h3 a {
  color: #333;
  text-decoration: none;

  display: -webkit-box;
  -webkit-line-clamp: 2; /* maksimal 2 baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more {
  font-size: 14px;
  color: #0d6efd;
  font-weight: 600;
  margin-top: auto;
  transition: 0.3s; /* dorong ke bawah */
}

.news-card:hover .read-more {
  color: #0a58ca;
}

/* ===============================
   PORTFOLIO MODERN UI
================================= */
.portfolio {
  position: relative;
  padding: 40px 0 80px;
  background:
    radial-gradient(circle at top left, rgba(16, 110, 234, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 193, 7, 0.08), transparent 25%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
  overflow: hidden;
}

.portfolio::before,
.portfolio::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.portfolio::before {
  width: 240px;
  height: 240px;
  top: 40px;
  left: -80px;
  background: rgba(16, 110, 234, 0.08);
}

.portfolio::after {
  width: 180px;
  height: 180px;
  right: -50px;
  bottom: 30px;
  background: rgba(255, 193, 7, 0.10);
}

.portfolio-title-wrap {
  text-align: center;
  margin-bottom: 48px;
}

.portfolio-badge-heading {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.10);
  color: #106eea;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portfolio .section-title h2 {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #106eea;
}

.portfolio .section-title h3 {
  display: block;
  position: relative;
  margin: 0 auto 18px;
  padding-bottom: 18px;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.2;
  color: #1f2d3d;
}

.portfolio .section-title h3::after {
  content: "";
  width: 108px;
  height: 4px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.portfolio .section-title h3 span {
  color: #106eea;
}

.portfolio-lead {
  max-width: 760px;
  margin: 0 auto 20px;
  color: #667085;
  font-size: 15px;
  line-height: 1.9;
}

.portfolio-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.portfolio-summary span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(16, 110, 234, 0.10);
  color: #355070;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(8px);
}

.portfolio-summary i {
  color: #106eea;
  font-size: 16px;
}

.portfolio-grid {
  row-gap: 28px;
}

.portfolio .col-lg-4,
.portfolio .col-md-6 {
  display: flex;
}

.portfolio .portfolio-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(12px);
}

.portfolio .portfolio-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(16, 110, 234, 0.14);
  border-color: rgba(16, 110, 234, 0.16);
}

.portfolio-thumb {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.portfolio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.portfolio .portfolio-item:hover .portfolio-thumb img {
  transform: scale(1.08);
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 20, 45, 0.68) 0%,
    rgba(8, 20, 45, 0.18) 45%,
    rgba(8, 20, 45, 0.05) 100%
  );
}

.portfolio-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #106eea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.portfolio-content {
  position: relative;
  margin-top: -42px;
  z-index: 3;
  padding: 0 18px 18px;
}

.portfolio-content::before {
  content: "";
  position: absolute;
  inset: 0 18px 0 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  z-index: -1;
}

.portfolio-meta {
  padding: 18px 18px 8px;
}

.portfolio-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #106eea;
  font-size: 13px;
  font-weight: 700;
}

.portfolio-meta i {
  font-size: 16px;
}

.portfolio-content h4 {
  margin: 0;
  padding: 0 18px;
  color: #1d2939;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  min-height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.portfolio-actions {
  display: flex;
  gap: 10px;
  padding: 18px;
  margin-top: 8px;
}

.portfolio-actions a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.portfolio-actions .preview-link {
  background: rgba(16, 110, 234, 0.08);
  color: #106eea;
  border: 1px solid rgba(16, 110, 234, 0.12);
}

.portfolio-actions .preview-link:hover {
  background: #106eea;
  color: #fff;
  box-shadow: 0 10px 24px rgba(16, 110, 234, 0.22);
}

.portfolio-actions .details-link {
  background: linear-gradient(135deg, #106eea 0%, #2f89ff 100%);
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(16, 110, 234, 0.18);
}

.portfolio-actions .details-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(16, 110, 234, 0.26);
}

.portfolio-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 42px 28px;
  border-radius: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.portfolio-empty-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #106eea, #5ba8ff);
  color: #fff;
  font-size: 32px;
  box-shadow: 0 14px 28px rgba(16, 110, 234, 0.18);
}

.portfolio-empty h4 {
  margin-bottom: 10px;
  color: #1d2939;
  font-size: 22px;
  font-weight: 800;
}

.portfolio-empty p {
  margin: 0;
  color: #667085;
  line-height: 1.8;
  font-size: 15px;
}

@media (max-width: 991px) {
  .portfolio {
    padding: 65px 0;
  }

  .portfolio-thumb {
    height: 230px;
  }

  .portfolio-content h4 {
    font-size: 17px;
  }
}

  @media (max-width: 575px) {
    .portfolio .section-title h2 {
      font-size: 12px;
      letter-spacing: 3px;
    }

    .portfolio .section-title h3 {
      font-size: 28px;
      padding-bottom: 14px;
      margin-bottom: 14px;
    }

    .portfolio-lead {
      font-size: 14px;
      line-height: 1.8;
    }
  }

  .portfolio-summary {
    gap: 10px;
  }

  .portfolio-summary span {
    font-size: 12px;
    padding: 9px 12px;
  }

  .portfolio-thumb {
    height: 220px;
  }

  .portfolio-content {
    padding: 0 14px 14px;
  }

  .portfolio-meta {
    padding: 16px 16px 8px;
  }

  .portfolio-content h4 {
    padding: 0 16px;
    font-size: 16px;
    min-height: auto;
  }

  .portfolio-actions {
    padding: 16px;
    flex-direction: column;
  }

  .portfolio-actions a {
    width: 100%;
  }

/*--------------------------------------------------------------
# Team Modern UI
--------------------------------------------------------------*/
.team {
  position: relative;
  padding: 40px 0 80px;
  background:
    radial-gradient(circle at top left, rgba(16, 110, 234, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 193, 7, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
  overflow: hidden;
}

.team::before,
.team::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.team::before {
  width: 220px;
  height: 220px;
  top: 30px;
  left: -70px;
  background: rgba(16, 110, 234, 0.08);
}

.team::after {
  width: 180px;
  height: 180px;
  right: -40px;
  bottom: 20px;
  background: rgba(255, 193, 7, 0.10);
}

.team-title-wrap {
  text-align: center;
  margin-bottom: 48px;
}

.team-badge-heading {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.10);
  color: #106eea;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team .section-title h2 {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #106eea;
}

.team .section-title h3 {
  display: block;
  position: relative;
  margin: 0 auto 14px;
  padding-bottom: 16px;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.2;
  color: #1f2d3d;
}

.team .section-title h3::after {
  content: "";
  width: 104px;
  height: 4px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.team .section-title h3 span {
  color: #106eea;
}

.team .section-title p {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.team-grid {
  row-gap: 28px;
}

.team .col-lg-3,
.team .col-md-6 {
  display: flex;
}

.team .member {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
}

.team .member:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(16, 110, 234, 0.14);
  border-color: rgba(16, 110, 234, 0.16);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 4.8;
  background: linear-gradient(180deg, #dfeeff 0%, #f8fbff 100%);
}

.team .member .member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.team .member:hover .member-img img {
  transform: scale(1.06);
}

.team .member .member-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(9, 23, 49, 0.82) 0%,
    rgba(9, 23, 49, 0.18) 45%,
    rgba(9, 23, 49, 0.04) 100%
  );
  opacity: 0.96;
  transition: opacity 0.3s ease;
}

.team .member:hover .member-overlay {
  opacity: 1;
}

.team .member .member-role-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

.team .member .member-role-badge span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #106eea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.team .member .social {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.3s ease;
}

.team .member:hover .social {
  opacity: 1;
  transform: translateY(0);
}

.team .member .social a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.team .member .social a:hover {
  background: #ffc107;
  border-color: #ffc107;
  color: #1f2d3d;
  transform: translateY(-2px);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 22px 20px 24px;
  text-align: center;
}

.team .member .member-position {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.08);
  color: #106eea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.team .member .member-info h4 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  color: #1d2939;
}

.team .member .member-divider {
  width: 58px;
  height: 3px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.team .member .member-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #667085;
}

.team-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 42px 28px;
  border-radius: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.team-empty-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #106eea, #5ba8ff);
  color: #fff;
  font-size: 32px;
  box-shadow: 0 14px 28px rgba(16, 110, 234, 0.18);
}

.team-empty h4 {
  margin-bottom: 10px;
  color: #1d2939;
  font-size: 22px;
  font-weight: 800;
}

.team-empty p {
  margin: 0;
  color: #667085;
  line-height: 1.8;
  font-size: 15px;
}

@media (max-width: 991px) {
  .team {
    padding: 65px 0;
  }

  .team .member .member-info h4 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .team {
    padding: 55px 0;
  }

  .team-title-wrap {
    margin-bottom: 36px;
  }

  .team .section-title h2 {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .team .section-title h3 {
    font-size: 28px;
    padding-bottom: 14px;
  }

  .team .section-title p {
    font-size: 14px;
  }

  .team .member {
    border-radius: 20px;
  }

  .team .member .social {
    opacity: 1;
    transform: none;
  }

  .team .member .social a {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .team .member .member-info {
    padding: 20px 18px 22px;
  }

  .team .member .member-info h4 {
    font-size: 18px;
  }

  .team .member .member-info p {
    font-size: 13.5px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #3b8af2;
}
.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: #106eea;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/* ===============================
   CONTACT MODERN UI
================================= */

.contact {
  position: relative;
  padding: 40px 0 80px;
  background:
    radial-gradient(circle at top left, rgba(16, 110, 234, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 193, 7, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
  overflow: hidden;
}

.contact::before,
.contact::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.contact::before {
  width: 220px;
  height: 220px;
  top: 40px;
  left: -70px;
  background: rgba(16, 110, 234, 0.08);
}

.contact::after {
  width: 180px;
  height: 180px;
  right: -40px;
  bottom: 20px;
  background: rgba(255, 193, 7, 0.10);
}

.contact-title-wrap {
  text-align: center;
  margin-bottom: 48px;
}

.contact-kicker {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.10);
  color: #106eea;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact .section-title h2 {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #106eea;
}

.contact .section-title h3 {
  display: block;
  position: relative;
  margin: 0 auto 14px;
  padding-bottom: 16px;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.2;
  color: #1f2d3d;
}

.contact .section-title h3::after {
  content: "";
  width: 104px;
  height: 4px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.contact .section-title h3 span {
  color: #106eea;
}

.contact .section-title p {
  max-width: 760px;
  margin: 0 auto;
  color: #667085;
  font-size: 15px;
  line-height: 1.9;
}

.contact-top-grid {
  row-gap: 24px;
  margin-bottom: 12px;
}

.contact .info-box {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  padding: 26px 24px;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(16, 110, 234, 0.08);
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  height: 100%;
  backdrop-filter: blur(10px);
}

.contact .info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(16, 110, 234, 0.12);
  border-color: rgba(16, 110, 234, 0.16);
}

.contact .info-box-icon {
  flex-shrink: 0;
}

.contact .info-box i {
  font-size: 26px;
  color: #fff;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #106eea 0%, #54a4ff 100%);
  box-shadow: 0 12px 24px rgba(16, 110, 234, 0.18);
  margin-bottom: 0;
}

.contact .info-box-content {
  flex: 1;
}

.contact .info-label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.08);
  color: #106eea;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.contact .info-box h3 {
  font-size: 20px;
  font-weight: 800;
  color: #1f2d3d;
  margin-bottom: 8px;
}

.contact .info-box a {
  display: inline-block;
  font-size: 14.5px;
  color: #667085;
  line-height: 1.8;
  text-decoration: none;
  transition: color 0.3s ease;
  word-break: break-word;
}

.contact .info-box a:hover {
  color: #106eea;
}

.contact-main-grid {
  margin-top: 16px;
}

.contact-form-card,
.contact-map-card {
  height: 100%;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
}

.contact-card-head {
  margin-bottom: 22px;
}

.contact-card-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.08);
  color: #106eea;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.contact-card-head h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  color: #1d2939;
}

.contact-card-head p {
  margin: 0;
  color: #667085;
  font-size: 14.5px;
  line-height: 1.8;
}

.contact-alert {
  border-radius: 16px;
  margin-bottom: 20px;
}

.contact-form .form-label {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #344054;
}

.contact-form .form-control {
  border-radius: 14px;
  border: 1px solid #dce5f3;
  font-size: 14px;
  padding: 13px 15px;
  min-height: 50px;
  box-shadow: none;
  transition: all 0.25s ease;
}

.contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.contact-form .form-control:focus {
  border-color: #106eea;
  box-shadow: 0 0 0 4px rgba(16, 110, 234, 0.10);
}

.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #106eea, #3b8af2);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(16, 110, 234, 0.24);
  transition: all 0.3s ease;
}

.contact-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(16, 110, 234, 0.30);
}

.contact-submit-btn i {
  font-size: 18px;
}

.map-section {
  margin-top: 0;
}

.map-section iframe {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
  transition: 0.3s ease;
}

.map-section iframe:hover {
  transform: scale(1.01);
}

.contact-map-note {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f6f9ff;
  border: 1px solid #e1eaf8;
  color: #667085;
  font-size: 13.5px;
  line-height: 1.7;
}

.contact-map-note i {
  color: #106eea;
  font-size: 18px;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .contact {
    padding: 65px 0;
  }

  .contact-form-card,
  .contact-map-card {
    padding: 24px;
  }

  .contact-card-head h3 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .contact {
    padding: 55px 0;
  }

  .contact-title-wrap {
    margin-bottom: 36px;
  }

  .contact .section-title h2 {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .contact .section-title h3 {
    font-size: 28px;
    padding-bottom: 14px;
  }

  .contact .section-title p {
    font-size: 14px;
    line-height: 1.8;
  }

  .contact .info-box {
    padding: 22px 18px;
    border-radius: 20px;
    flex-direction: column;
    gap: 14px;
  }

  .contact .info-box h3 {
    font-size: 18px;
  }

  .contact-form-card,
  .contact-map-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .contact-card-head h3 {
    font-size: 22px;
  }

  .map-section iframe {
    height: 320px;
    border-radius: 18px;
  }

  .contact-submit-btn {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0e2a63 0%, #123778 48%, #174493 100%);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  padding: 0;
}

#footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at bottom left, rgba(120, 190, 255, 0.12), transparent 32%);
  pointer-events: none;
}

#footer .footer-top {
  position: relative;
  z-index: 1;
  padding: 52px 0 26px;
}

#footer .footer-top .row {
  align-items: flex-start;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

#footer .footer-top .row > div {
  margin-bottom: 0;
}

/* Kolom pertama */
#footer .footer-top .footer-contact {
  position: relative;
  height: 100%;
  padding: 24px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 32px rgba(6, 20, 58, 0.2);
  text-align: center;
}

#footer .footer-top .footer-contact::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 22px;
  right: 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4db2ff, #87d1ff);
}

#footer .footer-top .footer-contact h3 {
  margin: 22px 0 14px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

#footer .footer-top .footer-contact h3 span {
  color: #ffffff;
}

#footer .footer-top .footer-contact .footer-tagline,
#footer .footer-top .footer-contact p {
  max-width: 250px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}

#footer .footer-top .footer-contact strong,
#footer .footer-top .footer-contact a {
  display: none;
}

/* Kolom umum */
#footer .footer-top .footer-links {
  height: 100%;
  padding-top: 4px;
}

#footer .footer-top h4 {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#footer .footer-top h4::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #74c5ff;
  box-shadow: 0 0 0 6px rgba(116, 197, 255, 0.12);
}

#footer .footer-top h4::after {
  display: none;
}

/* Links */
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 5px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul i {
  margin-top: 4px;
  font-size: 14px;
  color: #8fd3ff;
  flex-shrink: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.25s ease, transform 0.25s ease;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

#footer .footer-top .footer-links p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
  max-width: 220px;
}

/* Kolom social */
#footer .footer-top .row > div:last-child {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

#footer .footer-top .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

#footer .footer-top .social-links a {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.28s ease;
}

#footer .footer-top .social-links a:hover {
  transform: translateY(-4px) scale(1.03);
  background: #ffffff;
  color: #135fd1;
  box-shadow: 0 14px 24px rgba(7, 39, 98, 0.22);
}

#hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-badge {
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 12px;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

section .container {
  padding-left: 12px;
  padding-right: 12px;
}

* {
  box-sizing: border-box;
}

/* Responsive tweak Gallery Portfolio */
@media (max-width: 768px) {
  .portfolio .portfolio-item img {
    height: 200px;
  }
}

/* Tambahan jarak visual antar kolom desktop */
@media (min-width: 992px) {
  #footer .footer-top .row > div:nth-child(2) {
    transform: translateX(22px);
  }

  #footer .footer-top .row > div:nth-child(3) {
    transform: translateX(10px);
  }
}

/* Responsive */
@media (max-width: 991px) {
  #footer .footer-top {
    padding: 44px 0 20px;
  }

  #footer .footer-top .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
  }

  #footer .footer-top .footer-contact {
    padding: 22px 18px;
  }

  #footer .footer-top .row > div:nth-child(2),
  #footer .footer-top .row > div:nth-child(3) {
    transform: none;
  }

  #footer .footer-top .row > div:last-child {
    padding: 0;
    background: transparent;
    border: 0;
  }
}

@media (max-width: 768px) {
  #footer .footer-top {
    padding: 38px 0 16px;
  }

  #footer .footer-top .footer-contact h3 {
    font-size: 24px;
  }

  #footer .footer-top .footer-contact .footer-tagline,
  #footer .footer-top .footer-contact p,
  #footer .footer-top .footer-links ul a,
  #footer .footer-top .footer-links p {
    font-size: 14px;
  }

  #footer .footer-top .footer-contact .footer-tagline,
  #footer .footer-top .footer-contact p,
  #footer .footer-top .footer-links p {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Recent Blog Posts Modern UI
--------------------------------------------------------------*/
.recent-blog-posts {
  position: relative;
  padding: 40px 0 20px 0;
  background:
    radial-gradient(circle at top left, rgba(16, 110, 234, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 193, 7, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
  overflow: hidden;
}

.recent-blog-posts::before,
.recent-blog-posts::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.recent-blog-posts::before {
  width: 220px;
  height: 220px;
  top: 30px;
  left: -70px;
  background: rgba(16, 110, 234, 0.08);
}

.recent-blog-posts::after {
  width: 180px;
  height: 180px;
  right: -40px;
  bottom: 20px;
  background: rgba(255, 193, 7, 0.10);
}

.news-title-wrap {
  text-align: center;
  margin-bottom: 48px;
}

.news-title-wrap h3 {
  display: block;
  position: relative;
  margin: 0 auto 14px;
  padding-bottom: 16px;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.2;
}

.news-title-wrap h3::after {
  content: "";
  width: 104px;
  height: 4px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.news-title-wrap h3 span {
  color: #106eea;
}

.news-badge-heading {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.10);
  color: #106eea;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.recent-blog-posts .section-title h2 {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #106eea;
}

.recent-blog-posts .section-title h3 {
  display: block;
  position: relative;
  margin: 0 auto 14px;
  padding-bottom: 16px;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.2;
  color: #1f2d3d;
}

.recent-blog-posts .section-title h3::after {
  content: "";
  width: 104px;
  height: 4px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #106eea 0%, #ffc107 100%);
}

.recent-blog-posts .section-title h3 span {
  color: #106eea;
}

.recent-blog-posts .section-title p {
  max-width: 760px;
  margin: 0 auto;
  color: #667085;
  font-size: 15px;
  line-height: 1.9;
}

.news-grid {
  row-gap: 18px;
}

.recent-blog-posts .col-lg-4,
.recent-blog-posts .col-md-6 {
  display: flex;
}

.recent-blog-posts .post-box {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 110, 234, 0.08);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
}

.recent-blog-posts .post-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(16, 110, 234, 0.14);
  border-color: rgba(16, 110, 234, 0.16);
}

.recent-blog-posts .post-box .post-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef4ff;
}

.recent-blog-posts .post-box .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: scale(1.08);
}

.post-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(9, 23, 49, 0.68) 0%,
    rgba(9, 23, 49, 0.18) 45%,
    rgba(9, 23, 49, 0.05) 100%
  );
}

.post-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #106eea;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.recent-blog-posts .post-box .post-content {
  position: relative;
  margin-top: -28px;
  z-index: 3;
  padding: 0 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.recent-blog-posts .post-box .post-content::before {
  content: "";
  position: absolute;
  inset: 0 18px 0 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  z-index: -1;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 18px 10px;
}

.post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 110, 234, 0.06);
  color: #5c6f91;
  font-size: 12.5px;
  font-weight: 700;
}

.post-meta span i {
  color: #106eea;
  font-size: 14px;
}

.recent-blog-posts .post-box .post-title {
  margin: 0;
  padding: 0 18px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
  color: #162033;
}

.recent-blog-posts .post-box .post-title a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
  min-height: 90px;
}

.recent-blog-posts .post-box:hover .post-title a {
  color: #106eea;
}

.post-footer {
  margin-top: auto;
  padding: 18px;
}

.recent-blog-posts .post-box .readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 14px;
  background: rgba(16, 110, 234, 0.08);
  border: 1px solid rgba(16, 110, 234, 0.12);
  color: #106eea;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.recent-blog-posts .post-box .readmore:hover {
  background: #106eea;
  color: #fff;
  box-shadow: 0 12px 24px rgba(16, 110, 234, 0.20);
}

.recent-blog-posts .post-box .readmore i {
  font-size: 16px;
  transition: transform 0.25s ease;
}

.recent-blog-posts .post-box .readmore:hover i {
  transform: translateX(4px);
}

.news-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 42px 28px;
  border-radius: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 110, 234, 0.08);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.news-empty-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #106eea, #5ba8ff);
  color: #fff;
  font-size: 32px;
  box-shadow: 0 14px 28px rgba(16, 110, 234, 0.18);
}

.news-empty h4 {
  margin-bottom: 10px;
  color: #1d2939;
  font-size: 22px;
  font-weight: 800;
}

.news-empty p {
  margin: 0;
  color: #667085;
  line-height: 1.8;
  font-size: 15px;
}

.news-pagination-wrap {
  margin-top: 18px;
}

.news-pagination-wrap .pagination {
  justify-content: center;
}

@media (max-width: 575px) {
  .news-title-wrap {
    margin-bottom: 34px;
  }

  .news-title-wrap h3 {
    font-size: 28px;
    padding-bottom: 14px;
  }

  .news-title-wrap p {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 991px) {
  .recent-blog-posts {
    padding: 65px 0;
  }

  .recent-blog-posts .post-box .post-title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .recent-blog-posts {
    padding: 55px 0;
  }

  .news-title-wrap {
    margin-bottom: 36px;
  }

  .recent-blog-posts .section-title h2 {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .recent-blog-posts .section-title h3 {
    font-size: 28px;
    padding-bottom: 14px;
  }

  .recent-blog-posts .section-title p {
    font-size: 14px;
    line-height: 1.8;
  }

  .recent-blog-posts .post-box {
    border-radius: 20px;
  }

  .recent-blog-posts .post-box .post-content {
    padding: 0 14px 14px;
  }

  .recent-blog-posts .post-box .post-content::before {
    inset: 0 14px 0 14px;
    border-radius: 18px;
  }

  .post-meta {
    padding: 16px 16px 10px;
  }

  .recent-blog-posts .post-box .post-title {
    padding: 0 16px;
    font-size: 17px;
  }

  .recent-blog-posts .post-box .post-title a {
    min-height: auto;
  }

  .post-footer {
    padding: 16px;
  }

  .recent-blog-posts .post-box .readmore {
    width: 100%;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #012970;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #4154f1;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #4154f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #4154f1;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #012970;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #4154f1;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  margin-top: 0;
  padding-left: 5em;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #012970;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}

.blog .blog-pagination {
  color: #024ed5;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #012970;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #4154f1;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #012970;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #4154f1;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #4154f1;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

/* pagination */
ul.page-numbers {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  vertical-align: middle;
  width: 46px;
}

ul.page-numbers li>a,
ul.page-numbers li>span {
  background-color: #d0d4fc;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  height: 46px;
  line-height: 46px;
  margin: 0;
  outline: 0 none;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  -webkit-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  width: 46px;
  font-size: 15px;
  font-weight: 400;
}

ul.page-numbers li>a:hover,
ul.page-numbers li span.current {
  background-color: #212121;
  color: #fff;
}