body {
  margin: 0;
  line-height: normal;
}

.popup-overlay {
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
}

:root {
  /* Fonts */
  --font-montserrat: Montserrat;
  --font-inter: Inter;

  /* font sizes */
  --font-size-4xs: 9px;
  --font-size-3xs: 10px;
  --font-size-2xs: 11px;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-3xl: 22px;
  --font-size-5xl: 24px;
  --font-size-13xl: 32px;
  --font-size-16xl: 35px;
  --font-size-21xl: 40px;
  --font-size-77xl: 96px;

  /* Colors */
  --color-black: #000;
  --color-darkslateblue-100: #00489a;
  --color-darkslateblue-200: #023875;
  --color-darkslateblue-300: #023874;
  --color-dodgerblue: #4087f4;
  --color-gainsboro-100: #d9d9d9;
  --color-gray-100: #757575;
  --color-gray-200: #272443;
  --color-greenyellow: #b3ff00;
  --color-khaki: #fefba8;
  --color-lemonchiffon: #fffecc;
  --color-linen: #f2efe9;
  --color-paleturquoise: #88dcd6;
  --color-white: #fff;

  /* Gaps */
  --gap-214xs: -201px;
  --gap-0: 0px;
  --gap-3xs: 10px;
  --gap-2xs: 11px;
  --gap-xs: 12px;
  --gap-smi: 13px;
  --gap-sm: 14px;
  --gap-xl: 20px;
  --gap-5xl: 24px;
  --gap-6xl: 25px;
  --gap-10xl: 29px;
  --gap-11xl: 30px;
  --gap-21xl: 40px;
  --gap-51xl: 70px;

  /* Paddings */
  --padding-12xs: 1px;
  --padding-4xs: 9px;
  --padding-3xs: 10px;
  --padding-xs: 12px;
  --padding-sm: 14px;
  --padding-mini: 15px;
  --padding-lgi: 19px;
  --padding-xl: 20px;
  --padding-6xl: 25px;
  --padding-12xl: 31px;
  --padding-31xl: 50px;
  --padding-41xl: 60px;
  --padding-42xl: 61px;
  --padding-140xl: 159px;

  /* Border radiuses */
  --br-3xs: 10px;
  --br-11xl: 30px;
}

.dropdown-menu .nav-item a { color: #000 !important; }
.dropdown-toggle:after { content: none; }
.dropdown-menu .dropdown-menu { margin-left: 0; margin-right: 0; }
.dropdown-menu li { position: relative }
.nav-item .submenu { display: none; position: absolute; left: 100%; top: -7px; }
.dropdown-menu>li:hover { background-color: #f1f1f1; }
.dropdown-menu>li:hover>.submenu { display: block; }
.navbar-menu { position: relative; }

/* FAQ Accordion Styles */

.faq-category h3 {
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
}

.faq-accordion {
    margin-bottom: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
}

.faq-accordion button {
    width: 100%;
    padding: 1rem 1.5rem;
    text-align: left;
    background-color: #f8f9fa;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1rem;
    color: #374151;
}

.faq-accordion button:hover {
    background-color: #e9ecef;
}

.faq-accordion button[aria-expanded="true"] {
    border-bottom: 1px solid #e5e7eb;
    background-color: #e9ecef;
}

.faq-accordion svg {
    transition: transform 0.2s ease;
    width: 20px;
    height: 20px;
}

.faq-accordion button[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.faq-content {
    padding: 1rem 1.5rem;
    background-color: white;
    font-size: 15px;
}

.faq-content.hidden {
    display: none;
}

.faq-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #4a5568;
}

.faq-content ul,
.faq-content ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.faq-content li {
    margin-bottom: 0.5rem;
    color: #4a5568;
}

  /* Make all images in the content responsive */
.artikel-sec-1 img {
max-width: 100% !important;
height: auto !important;
display: block;
margin: 1rem auto;
}

/* Add responsive container for iframes (like embedded videos) */
.artikel-sec-1 iframe {
max-width: 100% !important;
width: 100% !important;
height: auto !important;
aspect-ratio: 16/9;
}

/* Ensure tables are also responsive */
.artikel-sec-1 table {
max-width: 100% !important;
width: 100% !important;
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

/* Optional: Add some spacing and borders to images */
.artikel-sec-1 img {
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
.artikel-sec-1 {
    padding: 0 15px;
}
}

/* Featured News Carousel Styles */
.carousel-item-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.img-berita-utama-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.berita-utama-frame {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 2rem;
  border-radius: 0 0 8px 8px;
}

.text-container {
  max-width: 800px;
  margin: 0 auto;
}

.berita-utama-title {
  color: white;
  font-size: 1.5rem;
  line-height: 1.3;
  display: block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.no-content-message {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.no-content-message p {
  color: #666;
  font-size: 1rem;
}

/* Splide Carousel Custom Styles */
.splide__arrow {
  background: rgba(255, 255, 255, 0.9) !important;
}

.splide__pagination__page {
  background: rgba(255, 255, 255, 0.7) !important;
}

.splide__pagination__page.is-active {
  background: white !important;
}

@media (max-width: 768px) {
  .carousel-item-wrapper {
    height: 300px;
  }
  
  .berita-utama-title {
    font-size: 1.25rem;
  }
  
  .berita-utama-frame {
    padding: 1.5rem;
  }
}