:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Nunito", sans-serif;
  --header-height: 60px;
  --nav-font: "Poppins", sans-serif;
  --background-color: #ffffff;
  --default-color: #444444;
  --heading-color: #012970;
  --accent-color: #4154f1;
  --nav-color: #012970;
  --nav-hover-color: #4154f1;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #212529;
  --nav-dropdown-hover-color: #4154f1;
  scroll-behavior: smooth
}

@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Italic.ttf') format('truetype');
    font-weight: 400; 
    font-style: italic;
    font-display: swap;
}

.php-email-form .error-message,
.php-email-form .loading,
.php-email-form .sent-message {
  display: none;
  padding: 15px;
  margin-bottom: 24px
}

.header,
body {
  padding-top: var(--header-height);
  color: var(--default-color);
  background-color: var(--background-color);
}

.topik-card,
a,
a:hover {
  text-decoration: none
}

body {
  font-family: var(--default-font);
  scrollbar-gutter: stable
}

a {
  color: var(--accent-color);
  transition: .3s
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font)
}

.php-email-form .error-message {
  background: #df1529;
  color: #fff;
  text-align: left;
  font-weight: 600
}

.php-email-form .sent-message {
  color: #fff;
  background: #059652;
  text-align: center;
  font-weight: 600
}

.php-email-form .loading {
  background: var(--surface-color);
  text-align: center
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: 1s linear infinite php-email-form-loading
}

.footer,
.footer .footer-newsletter,
.recent-post,
.services {
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%)
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

.header {
  padding:0;
  transition: .5s;
  z-index: 997;
  min-height: 50px
}

.scrolled .header {
  box-shadow: 0 0 18px rgba(0, 0, 0, .1)
}

.footer,
.footer .footer-newsletter,
.footer .social-links a,
.recent-post,
.services {
  background-color: color-mix(in srgb, var(--accent-color), transparent 97%)
}

.footer {
  color: var(--default-color);
  font-size: 14px;
  position: relative
}

.footer .footer-newsletter,
.recent-post,
.services {
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  padding: 50px 0
}

.footer .footer-newsletter h4 {
  font-size: 24px
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-shadow: 0 2px 25px rgba(0, 0, 0, .1);
  display: flex;
  transition: .3s;
  border-radius: 4px
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color)
}

.page-title .heading {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%)
}

.contact .php-email-form button[type=submit]:hover,
.footer .footer-newsletter .newsletter-form input[type=submit]:hover,
.search-widget form button:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%)
}

.footer .footer-top {
  padding-top: 50px
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  font-size: 16px;
  color: var(--accent-color);
  margin-right: 10px;
  transition: .3s
}

.footer .social-links a:hover{
  color: var(--contrast-color);
  background-color: var(--accent-color)
}

.footer h4 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px
}

.footer .footer-links,
.categories-widget ul,
.footer .footer-links ul,
.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color)
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center
}

.footer .footer-links ul li:first-child {
  padding-top: 0
}

.footer .footer-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1
}

.section-title p .description-title{
  color: var(--accent-color)
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font)
}

.footer .footer-contact p {
  margin-bottom: 5px
}

.recent-posts-widget .post-item:last-child,
.widget-item:last-child {
  margin-bottom: 0
}
.btn-custom-hover {
  --bs-btn-hover-bg: #6f42c1;   
  --bs-btn-hover-border-color: #6f42c1;
  --bs-btn-hover-color: #fff;    
}
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: .4s
}

.page-title,
.section,
section {
  color: var(--default-color);
  background-color: var(--background-color)
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color)
}

.scroll-top.active {
  visibility: visible;
  opacity: 1
}

.page-title {
  position: relative;
  margin-bottom: 20px
}

.page-title .heading {
  padding: 40px 0 10px
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 10px 0
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600
}

.page-title nav ol li+li {
  padding-left: 10px
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%)
}

.section,
section {
  padding: 60px 0;
  scroll-margin-top: 98px;
  overflow: clip
}

.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font)
}

.section-title p {
  color: var(--heading-color);
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 700
}

.hero {
  position: relative;
  display: flex;
  background: url(../img/hero-bg.webp) top center/cover no-repeat
}

.hero h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px;
  font-size: 16px;
  font-weight: 400
}

#hero{
    min-height:100vh; /* atau tinggi hero yang digunakan */
    display:flex;
    align-items:center; /* center vertical */
}

#hero .container{
    width:100%;
}
.swiper-pagination {
  margin-top: 20px;
  position: relative
}
.swiper-pagination{
        display:none;
    }

@media (max-width:640px) {
  .hero h1 {
    font-size: 24px;
    line-height: 20px
  }
  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px)
  }
  100% {
    transform: translateY(-10px)
  }
}

.hero .form-floating{
  padding-left: 2px;
  padding-right: 2px
}

.contact .php-email-form input[type=email]:focus,
.contact .php-email-form input[type=text]:focus,
.contact .php-email-form textarea:focus{
  border-color: var(--accent-color)
}

.about .content {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 40px
}

.values .card {
  padding: 30px;
  background-color: var(--surface-color)
}

.about .content h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-color);
  text-transform: uppercase
}

.about .content h2,
.services .service-item h3 {
  font-size: 24px;
  font-weight: 700
}

.about .content p {
  margin: 15px 0 30px;
  line-height: 24px;
  text-align: justify
}

.values .card {
  color: var(--default-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  text-align: center;
  transition: .3s;
  height: 100%;
  border: 0
}

.services .service-item,
.stats .stats-item,
.values .card:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.values .card img {
  padding: 20px;
  transition: .5s;
  transform: scale(1.1);
  aspect-ratio: 4/3
}

.values .card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px
}

.values .card:hover img {
  transform: scale(1.2)
}

.values h1 {
  font-size: 28px;
  font-weight: 700
}

.stats .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px
}

.stats .stats-item span {
  color: var(--heading-color);
  font-weight: 600
}

.stats .stats-item span {
  font-size: 36px;
  display: block
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-size: 16px
}

.services .service-item {
  background-color: var(--surface-color);
  height: 100%;
  padding: 30px;
  font-size: 15px;
  text-align: center;
  transition: .3s;
  border-radius: 5px
}

.services .service-item .icon {
  font-size: 36px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: .3s
}

.services .service-item .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px
}

.services .service-item .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px
}

.services .service-item.item-cyan {
  border-bottom: 3px solid #0dcaf0
}

.services .service-item.item-cyan .icon {
  color: #0dcaf0;
  background: rgba(13, 202, 240, .1)
}

.services .service-item.item-cyan .read-more {
  color: #0dcaf0
}

.services .service-item.item-cyan:hover {
  background: #0dcaf0
}

.services .service-item.item-orange {
  border-bottom: 3px solid #fd7e14
}

.services .service-item.item-orange .icon {
  color: #fd7e14;
  background: rgba(253, 126, 20, .1)
}

.services .service-item.item-orange .read-more {
  color: #fd7e14
}

.services .service-item.item-orange:hover {
  background: #fd7e14
}

.services .service-item.item-teal {
  border-bottom: 3px solid #20c997
}

.services .service-item.item-teal .icon {
  color: #20c997;
  background: rgba(32, 201, 151, .1)
}

.services .service-item.item-teal .read-more {
  color: #20c997
}

.services .service-item.item-teal:hover {
  background: #20c997
}

.services .service-item.item-red {
  border-bottom: 3px solid #df1529
}

.services .service-item.item-red .icon {
  color: #df1529;
  background: rgba(223, 21, 4, .1)
}

.services .service-item.item-red .read-more {
  color: #df1529
}

.services .service-item.item-red:hover {
  background: #df1529
}

.services .service-item.item-indigo {
  border-bottom: 3px solid #6610f2
}

.services .service-item.item-indigo .icon {
  color: #6610f2;
  background: rgba(102, 16, 242, .1)
}

.services .service-item.item-indigo .read-more {
  color: #6610f2
}

.services .service-item.item-indigo:hover {
  background: #6610f2
}

.services .service-item.item-pink {
  border-bottom: 3px solid #f3268c
}

.services .service-item.item-pink .icon {
  color: #f3268c;
  background: rgba(243, 38, 140, .1)
}

.services .service-item.item-pink .read-more {
  color: #f3268c
}

.services .service-item.item-pink:hover {
  background: #f3268c
}

.services .service-item:hover .read-more,
.services .service-item:hover h3,
.services .service-item:hover p {
  color: #fff
}

.services .service-item:hover .icon {
  background: #fff
}

.categories-widget ul li{
  padding-bottom: 10px
}

@media (max-width:1199px) {
  .section,
  section {
    scroll-margin-top: 56px
  }
 
}

.recent-posts .post-item {
  background-color: var(--surface-color);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
  transition: .3s
}

.contact .info-item,
.contact .php-email-form {
  background: color-mix(in srgb, var(--default-color), transparent 96%)
}

.recent-posts .post-item .post-img img {
  transition: .5s;
  min-height: 250px
}

.recent-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500
}

.recent-posts .post-item .post-content {
  padding: 30px
}

.recent-posts .post-item .post-title {
  color: var(--heading-color);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  transition: .3s;
  margin-bottom: 15px;
  text-align: justify
}

.recent-posts .post-item .meta i {
  font-size: 16px;
  color: var(--accent-color)
}

.recent-posts .post-item .meta span {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 50%)
}

.recent-posts .post-item hr {
  color: color-mix(in srgb, var(--default-color), transparent 80%);
  margin: 20px 0
}

.recent-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: .3s;
  color: color-mix(in srgb, var(--default-color), transparent 40%)
}

.recent-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px
}

.contact .info-item {
  padding: 30px
}

.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: var(--accent-color)
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0
}

.contact .php-email-form {
  padding: 30px;
  height: 100%
}

.contact .php-email-form input[type=email],
.contact .php-email-form input[type=text],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%)
}

.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%)
}

.contact .php-email-form button[type=submit] {
  background: var(--accent-color);
  color: #fff;
  border: 0;
  padding: 10px 30px;
  transition: .4s;
  border-radius: 4px
}

.topik-badge,
.topik-blue .topik-icon {
  color: #3b5bfd
}

.topik-section {
  background: #f7f8fc;
  padding: 80px 0
}

.topik-badge {
  background: #e9ecff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px
}

.topik-title {
  margin-top: 14px;
  font-weight: 700;
  color: #0b2c5a
}

.topik-wrapper {
  position: relative
}

.topik-card {
  display: block;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  border: 1px solid #eef1f4;
  transition: .25s
}

.topik-card:hover {
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12)
}

.topik-icon {
  margin-bottom: 6px;
  min-height: 36px
}

.topik-name {
  font-weight: 600;
  font-size: 14px;
  color: #333
}

.topik-count {
  font-size: 12px;
  color: #000;
  margin-top: 3px
}

.topik-green .topik-icon {
  color: #2ecc71
}

.topik-teal .topik-icon {
  color: #1abc9c
}

.topik-purple .topik-icon {
  color: #8e44ad
}

.topik-orange .topik-icon {
  color: #f39c12
}

.topik-red .topik-icon {
  color: #e74c3c
}

.topik-next,
.topik-prev {
  position: absolute;
  top: 45%;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
  cursor: pointer;
  z-index: 5;
  transition: .25s
}

.topik-prev {
  left: -20px
}

.topik-next {
  right: -20px
}

.topik-next:hover,
.topik-prev:hover {
  background: #3b5bfd;
  color: #fff
}



.main{
  min-height:100vh;
}
.header {
  z-index: 1030;
}

.navbar {
  min-height: 60px;
  transition: all .3s ease;
}

.navbar-brand img {
  display: block;
  max-height: 56px;
  object-fit:contain;
}

.about img{
   aspect-ratio: 696 / 522; 
}

/* Hover effect elegan */
.navbar .nav-link {
  position: relative;
  font-weight: 500;
  padding: 8px 12px;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 0;
  height: 2px;
  background: #0d6efd;
  transition: 0.3s;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  width: calc(100% - 24px);
}

@media (max-width:1199px){
  .navbar .nav-link{
    min-height:48px;
    padding:12px 16px;
  }
}
.dropdown-menu {
  border-radius: 12px;
  border: none;
  padding: 10px 0;

  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);

  margin-top: -8px;
}
.dropdown-toggle{
  min-height:48px;
  display:flex;
  align-items:center;
}

/* Animasi default */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  display: block; /* override bootstrap */
  pointer-events: none;
}

/* Active */
.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-item {
  font-size: 14px;
  padding: 8px 18px;
  color: #333;
  transition: 0.2s;
}

.dropdown-item:hover {
  background: rgba(13,110,253,0.08);
  color: #0d6efd;
  padding-left: 22px;
}

.dropdown {
  position: relative;
}

.mega-dropdown {
  position: static;
}

/* Mega menu */
.mega-menu {
  position: absolute;
  top: calc(100% - 25px)!important; /* FIX gap */
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 0;
  width: 100%;
  max-width: 1200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.25s ease;
  border-radius: 16px;
  backdrop-filter: blur(12px);
  background: rgba(250,250,250,0.96);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
}

@media (min-width: 1200px) {
  .nav-item.mega-dropdown:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* Mobile */
@media (max-width: 1199px) {
  .mega-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    box-shadow: none;
    backdrop-filter: none;
    margin-top: 0;
  }
}

@media (max-width: 1199px) {

  /* Container mega menu */
  .mega-menu {
    padding: 15px !important;
    border-radius: 12px;
  }

  /* Judul kategori */
  .mega-title {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 6px;
  }

  /* Link utama */
  .mega-link.fw-bold {
    display: block;
    padding: 8px 0;
    font-size: 14px;
  }

  /* List */
  .mega-list {
    list-style: none;
    padding-left: 0;
    margin: 8px 0 12px;
  }

  .mega-list li {
    margin-bottom: 6px;
  }

  .mega-list li a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #444;
    border-radius: 6px;
    text-decoration: none;
  }

  .mega-list li a:hover {
    background: rgba(13,110,253,0.08);
    color: #0d6efd;
  }

  /* Divider lebih halus */
  .mega-menu hr {
    margin: 10px 0;
    opacity: 0.2;
  }

}


/* Kolom */
.mega-menu .col-lg-3 {
  min-width: 200px;
}

/* Title */
.mega-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top:10px;
  color: #0d6efd;
}

/* Link */
.mega-link {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.mega-link:hover {
  color: #0d6efd;
  padding-left: 6px;
}

/* Divider */
.mega-menu hr {
  margin: 6px 0;
}

/* Mobile fix */
@media (max-width: 1199px) {
  .mega-menu {
    width: 100%;
  }
}

.nav-item.dropdown > .dropdown-menu {
  transition: 
  opacity 0.2s ease,
  transform 0.2s ease,
  visibility 0s linear 0.15s; 
}

/* Default hidden */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
}

/* Hover aktif */
.nav-item.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;

  transition-delay: 0s; /* langsung muncul */
}

.mega-menu {
  transition: 
  opacity 0.25s ease,
  transform 0.25s ease,
  visibility 0s linear 0.2s;
}

.nav-item.dropdown:not(:hover) > .dropdown-menu {
  transition-delay: 0.2s;
}

.mobile-link{
  width: 100%;
  text-align: left;
  padding: 12px 10px;
  font-weight: 600;
  border: none;
  background: none;
  font-size: 16px;
  position: relative;
  color: #000
}

.mobile-toggle {
  width: 100%;
  text-align: left;
  padding: 12px 10px;
  font-weight: 600;
  border: none;
  background: none;
  font-size: 16px;
  position: relative;
   min-height:48px;
  display:flex;
  align-items:center;
}

.mobile-toggle::after {
  content: "▾";
  position: absolute;
  right: 10px;
  transition: 0.3s;
}

.mobile-item.active .mobile-toggle::after {
  transform: rotate(180deg);
}

/* Panel utama */
.mobile-panel {
  max-height: 0;
  overflow: scroll;
  transition: max-height 0.3s ease;
  padding-left: 10px;
}

.mobile-panel a {
  display: block;
  padding: 8px 15px;
  color: #444;
  text-decoration: none;
}

/* Sub menu */
.mobile-sub-toggle {
  width: 100%;
  text-align: left;
  padding: 10px;
  font-weight: 500;
  background: #f8f9fa;
  border-radius: 6px;
  margin-top: 8px;
}

.mobile-sub-panel {
  max-height: 0;
  overflow-y: scroll;
  transition: 0.3s;
  padding-left: 10px;
}

.mobile-sub-panel a {
  padding: 6px 0;
  font-size: 14px;
}



@media (max-width:768px){
.search-box{
flex-direction:column;
}

.search-box button{
width:100%;
}

}

.nav-link {
    background-position: 10px center;
}

/*DISABILITAS MENU*/
.disabilitas-widget{
    position: fixed;
    bottom: 70px;
    left: 20px;
    z-index: 9999;
  }
  
  @media(max-width:768px){

.disabilitas-widget{
    position: fixed;
    bottom: 40px;
    left: 5px;
    z-index: 9999;
  }
    
     #disabilitas-toggle{
    width:40px;
    height:40px;
    border-radius:50%;
    border:none;
    background:#0d6efd;
    color:white;
    cursor:pointer;
    box-shadow:0 6px 15px rgba(0,0,0,0.25);
    transition:0.3s;
    position:relative;
    
  }
  #disabilitas-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

}

@media(min-width:768px){
  #disabilitas-toggle{
    width:55px;
    height:55px;
    border-radius:50%;
    border:none;
    background:#0d6efd;
    color:white;
    cursor:pointer;
    box-shadow:0 6px 15px rgba(0,0,0,0.25);
    transition:0.3s;
    position:relative;
  }
  #disabilitas-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
}

  #disabilitas-toggle:hover{
    transform:scale(1.1);
  }

    #disabilitas-close{
        height:28px;
      border:none;
      border-radius:50%;
      color:#333;
      font-size:16px;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      transition:all .25s ease;
    }
    
     #disabilitas-close hover{
      background:#dc3545;
      color:#fff;
      transform:rotate(90deg);
    }
    
    #disabilitas-close focus{
      outline:2px solid #0d6efd;
    }
    
    
  .disabilitas-panel{
    position:fixed;
    top:0;
    right:0;
    width:300px;
    height:100%;
    background:#D8E5F3;
    padding:0;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
    display:none;
    animation:fadeIn .3s;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.2s ease;
  }
    
    .disabilitas-panel.active {
      display: block;
      opacity: 1;
      transform: translateY(0);
    }
 

.disabilitas-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    height: 55px;
    font-weight: 700 !important;
    background-color: #0848ca !important;
}

.disabilitas-title {
    font-size: 16px !important;
    color: #fff !important;
}

.disabilitas-panel-content {
    padding:  20px;
}

.disabilitas-panel-div
 {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 5px;
}

.disabilitas-panel-label{
    display: flex;
    justify-content: flex-start;
}

  @keyframes fadeIn{
    from{opacity:0; transform:translateY(-10px);}
    to{opacity:1; transform:translateY(0);}
  }

  .disabilitas-panel h6{
    font-size:13px;
    margin-top:10px;
    font-weight:bold;
  }

  .disabilitas-panel button{
    margin:3px;
    padding:6px 8px;
    border-radius:6px;
    border:1px solid #ddd;
    background:#10A23D;
    color: #fff!important;
    cursor:pointer;
    font-size: 14px !important;
    font-weight: 600 !important;
    
  }

  .disabilitas-panel button:hover{
    background:#0d6efd;
    color:white;
  }

  .reset-btn{
    margin-top:10px;
    background:#dc3545;
    color:blue;
  }

  .high-contrast{
    background:#000 !important;
    color:#fff !important;
  }

  .high-contrast p,
  .high-contrast span,
  .high-contrast label,
  .high-contrast div,
  .high-contrast li,
  .high-contrast small{
    color:#fff !important;
  }

  .high-contrast h1,
  .high-contrast h2,
  .high-contrast h3,
  .high-contrast h4,
  .high-contrast h5,
  .high-contrast h6{
    color:#ffff00 !important;
  }

  .high-contrast a{
    color:#00ffff !important;
    text-decoration: underline;
  }
  
  .high-contrast .disabilitas-item span{
      color:#fff !important;
    }
    
    .high-contrast label{
      color:#fff !important;
    }
    
    .high-contrast .disabilitas-panel{
      background:#000 !important;
    border:1px solid #fff;
    }
  .high-contrast input,
    .high-contrast select,
    .high-contrast th,
     .high-contrast td,
    .high-contrast textarea{
      background:#000;
      color:#fff;
      border:1px solid #fff;
    }
    
    .high-contrast i{
      color:#fff !important;
    }
    
    .high-contrast,
    .high-contrast body,
    .high-contrast section,
    .high-contrast header,
    .high-contrast main,
    .high-contrast footer,
     .high-contrast .page-title,
     .high-contrast .box,
     .high-contrast .widgets-container,
    .high-contrast .pencarian-widget form,
    .high-contrast .service-item,
    .high-contrast .post-content,
    .high-contrast .nav-tabs,
    .high-contrast .bg-white,
    .high-contrast .nav-search-trigger,
    .high-contrast .disabilitas-panel-div,
     .high-contrast .list-group-item,
     .high-contrast .box p,
     .high-contrast th,
     .high-contrast td,
     .high-contrast .topik-card,
     .high-contrast .timeline-content,
     .high-contrast .timeline-date
    {
  background:#000 !important;
  background-image:none !important;
}
 .high-contrast .topik-prev,
     .high-contrast .topik-next
    {
  background:#0526FA !important;
    }

.high-contrast ::placeholder{
  color:#ffffff !important;
  opacity:1;
}

.high-contrast :-ms-input-placeholder{
  color:#ffffff !important;
}

.high-contrast ::-ms-input-placeholder{
  color:#ffffff !important;
}

.high-contrast ::-webkit-input-placeholder{
  color:#ffffff !important;
}

.high-contrast{
  color:#fff !important;
}

.high-contrast p,
.high-contrast span,
.high-contrast div,
.high-contrast label{
  color:#fff !important;
}

.high-contrast h1,
.high-contrast h2,
.high-contrast h3,
.high-contrast h4,
.high-contrast h5,
.high-contrast h6{
  color:#ffff00 !important;
}

.high-contrast a,
.high-contrast .dropdown a,{
  color:#00ffff !important;
  text-decoration:underline;
}

.high-contrast input,
.high-contrast select,
.high-contrast textarea{
  background:#000 !important;
  color:#fff !important;
  border:1px solid #fff !important;
}

.high-contrast ul{
  background:#000 !important;
  border:1px solid #fff !important;
}

.high-contrast .dropdown-menu .dropdown-item{
  color:#fff !important;
}

.high-contrast .dropdown-menu .dropdown-item:hover{
  background:#222 !important;
  color:#ffff00 !important;
}

.high-contrast .card,
.high-contrast .container,
.high-contrast .form-control{
  background:#111 !important;
  color:#fff !important;
}

.high-contrast .stretched-link,
.high-contrast .stretched-link *{
  color:#00ffff !important;
  background:transparent !important;
}

.high-contrast .service-item p
{
  color:#ffffff !important;
}

.high-contrast .post-centent div
{
  color:#ffffff !important;
}

.high-contrast .service-item .stretched-link{
  color:#00ffff !important;
  border-color:#00ffff !important;
}


  .grayscale{
    filter: grayscale(100%);
  }

  .highlight-links a{
    background: yellow;
    color:black !important;
  }

  .dyslexia-font{
    font-family: "OpenDyslexic", Arial, sans-serif !important;
    letter-spacing: 0.05em;
  }

  .line-spacing{
    line-height:2 !important;
  }

  .big-cursor{
    cursor: zoom-in;
  }

  .disabilitas-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:8px 0 0;
    font-size:13px;
  }
  
  .disabilitas-item span{
      color: #000!important;
      font-size: 14px !important;
    font-weight: 600 !important;
  }

  .switch{
    position:relative;
    display:inline-block;
    width:40px;
    height:22px;
  }

  .switch input{
    opacity:0;
    width:0;
    height:0;
  }

  .slider{
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#ccc;
    transition:.3s;
    border-radius:20px;
  }

  .slider:before{
    position:absolute;
    content:"";
    height:16px;
    width:16px;
    left:3px;
    bottom:3px;
    background:white;
    transition:.3s;
    border-radius:50%;
  }

  input:checked + .slider{
    background:#0d6efd;
  }

  input:checked + .slider:before{
    transform:translateX(18px);
  }
  
  
  .reading-guide{
  position: fixed;
  left:0;
  width:100%;
  height:40px;
  background:rgba(255,255,0,0.2);
  pointer-events:none;
  z-index:10;
}
  
    .floating-toolbar {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  z-index: 1000;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-toolbar button {
  width: 50px;
  height: 50px;
  border: none;
  background: #4154f1;
  color: #fff;
  font-size: 18px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-toolbar button:hover {
  background: #6fa52f;
  border-radius: 0;
}

.floating-toolbar svg {
  transition: transform 0.3s ease; /* Smooth transition */
}

.floating-toolbar svg:hover {
  transform: scale(1.2); /* Enlarges by 20% */
}

@media (max-width: 768px){
  .floating-toolbar {
    right: 8px;
    top: 50%;
  
  }
}


body { z-index: 1; }

.navbar { z-index: 100; }

.floating-toolbar { z-index: 1000; }

#disabilitas-panel { z-index: 2000; }

.reading-guide { z-index: 1500; }

  .star-rating-result {
    color:#ffc107;
  }
  .star-rating {
    direction: rtl;
    font-size: 2.5rem;
  }

  .star-rating input {
    display: none;
  }

  .star-rating label {
    color: #ddd;
    cursor: pointer;
    padding: 0 5px;
  }

  .star-rating input:checked ~ label,
  .star-rating label:hover,
  .star-rating label:hover ~ label {
    color: #ffc107;
  }

  .rating-text {
    font-size: 0.9rem;
    margin-top: 5px;
    color: #4B4A4A;
  }
  
  
  .app-disclaimer{text-align:justify;}
  
.btn svg {
  transition: transform 0.2s ease;
}
.btn:hover svg {
  transform: scale(1.1);
}
.footer svg{
    color: white;
}


.search-option{
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    color: #4a5568;
    font-weight: 500;
}

.search-option input{
    display: none;
}

/* custom checkbox */
.checkmark{
    width: 22px;
    height: 22px;
    border-radius: 7px;
    border: 2px solid #c7cfdb;
    background: #fff;
    position: relative;
    transition: all .25s ease;
}

.search-option input:checked + .checkmark{
    background: #4b63ff;
    border-color: #4b63ff;
    box-shadow: 0 4px 10px rgba(75,99,255,0.25);
}

.search-option input:checked + .checkmark::after{
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #edf2f7;
    box-shadow: 0 4px 12px rgba(0,0,0,.04);
    transition: all .25s ease;
}

.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.stat-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(37,99,235,.08);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-card-icon i {
    font-size: 1.4rem;
}

.stat-card-label {
    font-size: .9rem;
    color: #64748b;
    margin-bottom: 2px;
}

.stat-card-value {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #0f172a;
}

@media (max-width:768px){

    .stat-card{
        padding:16px;
    }

    .stat-card-value{
        font-size:1.5rem;
    }

    .stat-card-icon{
        width:44px;
        height:44px;
    }

    .stat-card-icon i{
        font-size:1.2rem;
    }
}



/* CHATBOT */
#chatbot-toggle img{
    width: 50px;
    height: 50px;
}

@media(max-width:768px){
    #chatbot-toggle img{
        width: 40px;
        height: 40px;
    }
}

#chatbot-wrapper{
    position: fixed;
    right: 20px;
    bottom: 140px;
    z-index: 9998;
}

#chatbot-container{
    position: fixed;
    right: 10px;
    bottom: 80px;
    width: 420px;
    max-width: calc(100vw - 40px);

    /*height: 600px;*/
    height: min(550px, 70vh);
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
}


#chatbot-container.maximized {
    width: 70vw;
    max-width: 1000px;
}

#chatbot-maximize{
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 6px;
    background: rgba(255,255,255,.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    padding: 0;
}

#chatbot-maximize:hover{
    background: rgba(255,255,255,.25);
}

#chatbot-maximize svg{
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.chatbot-actions{
    display: flex;
    align-items: center;
    gap: 4px;
}

.chat-chips{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
}

.chat-chip{
    border:none;
    padding:6px 12px;
    margin-bottom:15px;
    border-radius:20px;
    background:#e9f2ff;
    color:#0d6efd;
    font-size:13px;
    cursor:pointer;
    transition:all .2s ease;
}

.chat-chip:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateY(-1px);
}

.chat-chip:active{
    transform:translateY(0);
}

#chatbot-messages .message{
    font-size:14px;
}

#chatbot-container.show{    opacity: 1;
    visibility: visible;

    transform: translateY(0);

}
#chatbot-container.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.chatbot-header{

    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#0d6efd;
    color:#fff;
    padding:12px 16px;
}

.chatbot-header h5{
    font-size:18px;
    margin-bottom:2px;
    color:#fff;
}

.chatbot-header small{
    opacity:.8;
}

@media (max-width:768px){

    #chatbot-container{
        right:10px;
        left:10px;
        width:auto;
        bottom:90px;
        height:70vh;
    }

    #chatbot-toggle{
        right:10px;
        bottom:80px;
    }
    #chatbot-maximize{ display:none;}

}

#chatbot-toggle{
    position:fixed;
    right:5px;
    bottom:30%;
    z-index:9999;
    display:flex;
    align-items:center;
    gap:8px;
    padding:3px;
    background:rgba(255,255,255,.55);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.35);
    color:#fff;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    box-shadow:
        0 4px 12px rgba(0,0,0,.25),
        0 0 0 1px rgba(255,255,255,.1) inset;
    transition:all .3s ease;
}

#chatbot-toggle:hover{
    background:rgba(255,255,255,.75);
    border-color:rgba(255,255,255,.5);
    transform:translateX(-2px);
}

#chatbot-toggle:focus{
    outline:none;
}

#chatbot-messages{
    flex:1;
    overflow-y:auto;
    padding:20px;
    background:#f5f7fb;
}

.message{
    max-width:85%;
    padding:12px 15px;
    border-radius:12px;
    margin-bottom:15px;
    word-wrap:break-word;
    line-height:1.5;
}

.message.user{
    margin-left:auto;
    background:#0d6efd;
    color:#fff;
    border-bottom-right-radius:4px;
}

.message.bot{
    margin-right:auto;
    background:#fff;
    color:#333;
    border:1px solid #e9ecef;
    border-bottom-left-radius:4px;
}

.chatbot-input{
    display:flex;
    gap:10px;
    padding:15px;
    border-top:1px solid #dee2e6;
    background:#fff;
}

.chatbot-input input{
    flex:1;
}

.chatbot-input button{
    min-width:100px;
}

@media (max-width: 768px){

    #chatbot-wrapper{
        right:10px;
        left:10px;
        bottom:90px;
    }

    #chatbot-container{
        width:100%;
        height:70vh;
        max-height:70vh;
    }
    
    .swiper-pagination{
        display:none;
    }

    
}

.chatbot-container mark{
    padding: 0 3px;
    border-radius: 3px;
    font-weight: 600;
}

.hero::before{
    content:'';
    position:absolute;
    inset:0;
    background: rgba(0,62,122,.40);
}

.hero h1{
    color:#fff!important;
    font-weight:700;
    text-shadow:0 2px 8px rgba(0,0,0,.3);
}
.hero p{
    color:#f8f9fa!important;
}

/* HERO SEARCH FORM */
.hero .search-form1{
     background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 16px;
    padding: 20px;
}
.search-form1 .form-control{
    background: rgba(255,255,255,.85);
    border: none;
}
/* INPUT */
.hero .search-form1 input[type=text],
.hero .search-form1 select{
   background: rgba(255,255,255,.85);
    border: none !important;
    border-radius: 8px !important;
    color: #212529 !important;
    min-height: 58px;
}

/* LABEL */
.hero .search-form1 .form-floating label{
    color: #495057 !important;
    font-weight: 500;
}

/* FOCUS */
.hero .search-form1 input[type=text]:focus,
.hero .search-form1 select:focus{
    background: #fff !important;

    box-shadow: 0 0 0 .2rem rgba(37,99,235,.25) !important;
}

/* BUTTON */
.hero .search-form1 button[type=submit]{
    border-radius: 10px !important;

    padding: 12px 30px !important;

    font-weight: 600;
}

.hero .search-form1 .search-option{
    color:#fff;
}

/* MOBILE */
@media (max-width:768px){

    .hero .search-form1{
        padding: 15px !important;
    }

    .hero .search-form1 button[type=submit]{
        width: 100%;
    }

}



.search-option{
    margin:0;
    display:flex;
    align-items:center;
    gap:10px;
}

#btn-search-peraturan{
    min-width:140px;
}

.search-option{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    margin:0;
}

#btn-search-peraturan{
    white-space:nowrap;
    min-width:120px;
}

@media (max-width:768px){

    .search-action{
        flex-direction:column;
        align-items:stretch;
    }

    #btn-search-peraturan{
        width:100%;
    }

}

.search-action{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:20px;
    margin-top:10px;
}

.search-option{
    margin:0;
    display:flex;
    align-items:center;
    gap:10px;
}

#btn-search-peraturan{
    min-width:140px;
}

.search-option{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
    color:#fff;
    font-weight:500;
}

#btn-search-peraturan{
    width:140px;
    height:50px;

    border:none;
    border-radius:10px;

    background:#2563eb;
    color:#fff;

    font-weight:600;

    transition:.3s;
}

#btn-search-peraturan:hover{
    background:#1d4ed8;
}

.hero{
    position:relative;
    overflow:hidden;
    padding-top: 120px!important;
    min-height: calc(85vh - var(--header-height));

    background-image:none !important;
}

.hero-bg{
    position: absolute;
    inset: 0;
    /*top:80px;*/
    width: 100%;
    height: 100%;
    background-image: url('../img/hero/hero-bg.webp');

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    z-index: 0;
    transition: opacity 1s ease-in-out;
}




@media (max-width: 768px) {
    .hero-bg {
        background-image: url('../img/hero/kubah.webp'); 
    }
}

.hero-bg::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,62,122,.40);
    background: rgba(0,62,122,.50);
     background: rgba(0,0,8,.50);
}

.hero .container{
    position: relative;
    z-index: 2;
}

.archived-img{
    filter: grayscale(100%);
    opacity: .7;
}

.pengumuman-cover {
    width: auto;
    max-width: 100%;
    max-height: 250px;
    padding: 4px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}



.pengumuman-content {
    line-height: 1.3;
    text-align: justify;
}

.pengumuman-content h3 {
    font-size: 22px;
}

.pengumuman-content p {
    margin-bottom: .1rem;
}

.pengumuman-content i{
        font-size: 16px;
        line-height: 1.3;
}

#pengumuman-terbaru{
    background-color: 
 color-mix(in srgb, #4154f1, transparent 95%);
}

#form-survey textarea{
    resize: vertical;
    min-height: 120px;
    border-radius: 10px;
}

#form-survey textarea:focus{
    box-shadow: 0 0 0 .2rem rgba(13,110,253,.15);
}

#form-survey small{
    display:block;
    margin-top:5px;
}

/*AGENDA KEGIATAN*/
#agenda .agenda-timeline{
    position:relative;
    max-width:900px;
    margin:0 auto;
}

#agenda .agenda-timeline::before{
    content:"";
    position:absolute;
    left:40px;
    top:0;
    bottom:0;
    width:3px;
    background:#dbe7f5;
}

#agenda .timeline-item{
    position:relative;
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

#agenda .timeline-date{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:80px;
    height:80px;

    border-radius:50%;

    background:#f8fbff;
    border:3px solid #dbe7f5;

    position:relative;
    z-index:2;
}

#agenda .timeline-date.empty{
    background:transparent;
    border:none;
    box-shadow:none;
}

#agenda .timeline-date.empty .day,
#agenda .timeline-date.empty .month{
    display:none;
}

#agenda .timeline-date .day{
    display:block;
    font-size:28px;
    font-weight:700;
    color:#0d6efd;
    line-height:1;
}

#agenda .timeline-date .month{
    font-size:12px;
    font-weight:600;
    color:#6c757d;
    letter-spacing:1px;
}

#agenda .timeline-content{
    flex:1;
    background:#fff;
    border-radius:14px;
    padding:18px 20px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s;
}

#agenda .timeline-content:hover{
    transform:translateY(-3px);
}

#agenda .timeline-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}

#agenda .timeline-header h3{
    font-size:16px;
    line-height:1;

}

#agenda .timeline-meta{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    color:#6c757d;
    font-size:14px;
}

#agenda .agenda-location svg{
    flex-shrink:0;
    margin-top:2px;
}

@media (max-width: 768px) {
    #agenda .agenda-timeline{
        padding-right:20px;
    }
    #agenda .agenda-timeline::before{
        left:25px;
        top:12px;
    }

    #agenda .timeline-item{
        gap:15px;
        margin-bottom:20px;
    }

    #agenda .timeline-date{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;

    border-radius:50%;

    background:#f8fbff;
    border:3px solid #dbe7f5;

    position:relative;
    z-index:2;
}

    #agenda .timeline-date::after{
        left:20px;
        right:auto;
        top:18px;
        width:14px;
        height:14px;
    }

    #agenda .timeline-date .day{
        font-size:18px;
        line-height:1;
    }

    #agenda .timeline-date .month{
        font-size:11px;
    }

    #agenda .timeline-content{
        width:100%;
        padding:15px;
    }

   #agenda .timeline-header{
        flex-direction:column;
        align-items:flex-start;
        gap:6px;
    }

    #agenda .timeline-header h5{
        overflow-wrap: break-word; 
        word-wrap: break-word; 
        font-size:15px;
        line-height:1.4;
        padding-right:30px;

    }

    #agenda .timeline-meta{
        padding-right:30px;
        max-width: 350px;
        display:flex;
        flex-direction:column;
        gap:6px;
        font-size:13px;
    }

    #agenda .timeline-meta span{
        display:flex;
        align-items:flex-start;
        gap:6px;
    }
    
    #agenda .timeline-meta .agenda-location:last-child{
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }

}

.tooltip {
  z-index: 10000!important;
}

.tooltip-lebar .tooltip-inner {
    max-width: 300px;
    width: 300px;
}

#accordionAgenda .timeline-item{
    position:relative;
    padding-left:40px;
    margin-bottom:20px;
}

#accordionAgenda .timeline-item::before{
    content:'';
    position:absolute;
    left:8px;
    top:0;
    bottom:-20px;
    width:2px;
    background:#dee2e6;
}

#accordionAgenda .timeline-dot{
    position:absolute;
    left:2px;
    top:5px;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#007bff;
}

#accordionAgenda .timeline-content h6{
    margin-bottom:3px;
    font-size:.95rem;
}

#accordionAgenda .timeline-date{
    display:inline-block;
    padding:6px 12px;
    margin-bottom:15px;
    margin-top:15px;

    background:#114A66;
    color:#fff;
    border-radius:20px;
    border:none;
    min-width:200px;
}


.img-value {
    width: 100%;
    height: 107px;
    object-fit: cover; 
    object-position: center; 
}

.post-item .post-img {
    height: 240px;
    overflow: hidden;
}

.post-item .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .post-item .post-img {
        height: 200px;
    }
}

.sr-only {
  position: absolute;
  top:0;
  left:0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.btn-login{
  min-height:48px;
  padding:12px 20px;
}

.meta-value .abs-frame{
    width:100%;
    height:500px;
    border:1px solid #dee2e6;
    border-radius:8px;
}