/*
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

body {
  font-family: 'Montserrat', helvetica, arial, sans-serif;
  font-weight: 600;
}
*/

/* bootstrap gak jalan */
.text-center {text-align: center !important;}
.text-right {float:right !important;}
.text-left {float:left !important;}

.pull-right {float:right !important;}
.pull-left {float:left !important;}

.ahref {}
.ahref:hover {text-decoration: none;}

.img-fullwidth {width:100% !important;}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.dropdown-item {
    display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 600;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-item:hover {
  color: #FFF;
  background-color: #21409A;
}

.top-header-bar,
.site-utility {
  background-color: #EEEEEE;
  padding: 5px 0px;
}

.top-medsos {
  margin-top: 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0px 4px;
  font-size: 14pt;
  color: #FF0000;
}

.top-medsos a {
  color: #FF0000;
  transition: opacity 0.15s ease-in-out;
}

.top-medsos a:hover {
  opacity: 0.8;
  color: #CC0000;
}

.header-partner-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 10px 0;
}

.header-partner-logos img {
  max-height: 64px;
  max-width: 170px;
  width: auto;
}

@media (max-width: 767.98px) {
  .header-partner-logos {
    display: none;
  }
}

/* ========================================================
   MODERN TOPBAR UTILITY (Redesign)
   ======================================================== */
.modern-topbar {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e2e8f0;
  padding: 6px 0 !important;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #334155;
  font-size: 12px;
}

.modern-topbar .top-medsos {
  margin-top: 0;
  width: auto;
  height: auto;
  padding: 0;
  font-size: inherit;
  color: inherit;
  display: inline-flex;
}

.topbar-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #475569;
  margin: 0;
  letter-spacing: 0.1px;
}

.topbar-date-icon {
  color: #21409a;
  font-size: 13px;
}

.topbar-edition-badge {
  display: inline-block;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #dbeafe;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 8px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-left: 6px;
}

.topbar-search-form {
  position: relative;
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}

.topbar-search-input {
  width: 100%;
  height: 32px;
  padding: 0 34px 0 14px;
  font-size: 11.5px;
  color: #1e293b;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 9999px;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}

.topbar-search-input::placeholder {
  color: #94a3b8;
  font-size: 11.5px;
}

.topbar-search-input:focus {
  border-color: #21409a;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(33, 64, 154, 0.12);
}

.topbar-search-form .topbar-search-btn,
.site-search.topbar-search-form button {
  position: absolute !important;
  right: 3px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 26px !important;
  height: 26px !important;
  border: none !important;
  border-left: none !important;
  background: transparent !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #64748b !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
  padding: 0 !important;
  flex: none !important;
}

.topbar-search-form .topbar-search-btn:hover,
.site-search.topbar-search-form button:hover {
  color: #21409a !important;
  background: #f1f5f9 !important;
}

.topbar-search-form .topbar-search-btn i {
  font-size: 12px;
  line-height: 1;
}

/* Actions: Social Media */
.topbar-social-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.topbar-social-label {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  margin: 0 4px 0 0;
  white-space: nowrap;
}

.site-utility-social-links {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Sleek frameless social media glyphs (detik/kumparan/bloomberg style - tidak kaku, tidak bulet) */
.topbar-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #64748b !important;
  font-size: 13.5px;
  text-decoration: none !important;
  transition: color 0.15s ease, transform 0.15s ease;
  padding: 0;
}

.topbar-social-link:hover {
  transform: translateY(-1px);
}

.topbar-social-link.fb:hover { color: #1877F2 !important; }
.topbar-social-link.ig:hover { color: #E4405F !important; }
.topbar-social-link.yt:hover { color: #FF0000 !important; }
.topbar-social-link.tw:hover { color: #0f172a !important; }
.topbar-social-link.li:hover { color: #0A66C2 !important; }
.topbar-social-link.tk:hover { color: #000000 !important; }

/* Right Actions & INFOBRAND ID Dropdown */
.topbar-right-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.topbar-divider {
  width: 1px;
  height: 14px;
  background: #cbd5e1;
  margin: 0 2px;
}

/* User Dropdown Button (Default Biru INFOBRAND lebih menonjol, soft rounded) */
.topbar-user-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px !important;
  height: 28px;
  background: #21409a !important; /* Warna biru default menonjol */
  border: 1px solid #1a337a !important;
  border-radius: 5px !important; /* soft rounded, tidak bulet banget */
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  transition: all 0.18s ease;
  box-shadow: 0 1px 3px rgba(33, 64, 154, 0.25) !important;
  cursor: pointer;
}

.topbar-user-btn:hover,
.topbar-user-btn:focus,
.topbar-user-dropdown.show .topbar-user-btn {
  background: #162b66 !important;
  border-color: #112250 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(17, 34, 80, 0.35) !important;
}

.topbar-user-btn i {
  color: #ffffff !important;
  font-size: 12px;
}

.topbar-user-btn::after {
  color: #ffffff !important;
  margin-left: 5px;
  vertical-align: 1px;
  border-top-width: 4px;
  border-right-width: 3.5px;
  border-left-width: 3.5px;
}

.topbar-dropdown-menu {
  width: 220px !important;
  min-width: 220px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.12), 0 8px 10px -6px rgba(15, 23, 42, 0.04) !important;
  padding: 0 !important;
  margin-top: 6px !important;
  z-index: 1050;
  display: none;
  overflow: hidden;
}

.topbar-user-dropdown.show .topbar-dropdown-menu,
.topbar-dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Guest Card Header */
.ibid-monogram {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, #21409a 0%, #172d6e 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: -0.5px;
  flex-shrink: 0;
}

.ibid-card-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.ibid-card-subtitle {
  font-size: 10px;
  color: #64748b;
  margin-top: 2px;
  line-height: 1.2;
}

.ibid-card-divider {
  border-top: 1px solid #f1f5f9;
  border-bottom: none;
  margin: 10px 0;
}

/* Card Buttons (Masuk & Daftar) */
.btn-ibid-login {
  background: #21409a !important;
  border: 1px solid #1a337a !important;
  color: #ffffff !important;
  font-size: 11.5px !important;
  padding: 6px 12px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
  display: block;
}

.btn-ibid-login:hover {
  background: #172d6e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(33, 64, 154, 0.3) !important;
}

.btn-ibid-register {
  background: #f8fafc !important;
  border: 1px solid #cbd5e1 !important;
  color: #334155 !important;
  font-size: 11.5px !important;
  padding: 6px 12px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
  display: block;
}

.btn-ibid-register:hover {
  background: #f1f5f9 !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}

/* Authenticated User Profile */
.dropdown-user-header {
  background: #f8fafc;
}

.user-avatar-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
}

.user-menu-item {
  font-size: 12px;
  color: #334155 !important;
  padding: 7px 12px !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  transition: all 0.15s ease;
  text-decoration: none !important;
}

.user-menu-item:hover {
  background: #f1f5f9 !important;
  color: #0f172a !important;
}

/* Topbar Mobile Row & Tablet Tweaks */
.topbar-mobile-row {
  min-height: 32px;
}

.topbar-date-mobile {
  font-size: 11.5px;
  font-weight: 500;
  color: #475569;
}

@media (max-width: 767.98px) {
  .modern-topbar {
    padding: 5px 0 !important;
  }
  .topbar-user-btn {
    height: 26px;
    padding: 3px 8px !important;
    font-size: 10.5px !important;
  }
  .topbar-user-btn i {
    font-size: 11px;
  }
  .topbar-dropdown-menu {
    max-width: calc(100vw - 30px) !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .topbar-right-actions {
    gap: 4px;
  }
  .site-utility-social-links {
    gap: 3px;
  }
  .topbar-social-link {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .topbar-user-btn {
    padding: 3px 8px !important;
    font-size: 10.5px !important;
  }
}

/* Sidebar widgets spacing */
.sidebar-widget {
  margin-bottom: 32px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

/* Popular news */
    .popular-heading {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      border-bottom: 1px solid #e5e5e5;
    }

    .popular-heading .category_title {
      position: relative;
      margin: 0;
      padding: 0 0 10px 12px;
      font-size: 17px;
      line-height: 1;
    }

    .popular-heading .category_title::before {
      position: absolute;
      top: 0;
      bottom: 10px;
      left: 0;
      width: 4px;
      border-radius: 2px;
      background: #ed1c24;
      content: "";
    }

    .popular-heading-link {
      padding-bottom: 10px;
      color: #27384e;
      font-size: 12px;
      white-space: nowrap;
    }

    .popular-heading-link:hover {
      color: #ed1c24;
      text-decoration: none;
    }

    .popular-news {
      width: 100%;
    }

    .popular-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 10px 0;
      border-bottom: 1px solid #f1f5f9;
      position: relative;
      text-decoration: none !important;
      transition: background-color 0.15s ease;
    }

    .popular-item:last-child {
      border-bottom: none;
    }

    /* Rank column */
    .popular-rank-wrap {
      flex-shrink: 0;
      width: 26px;
      display: flex;
      justify-content: center;
      padding-top: 2px;
    }

    .popular-rank {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      border-radius: 6px;
      font-size: 12px;
      font-weight: 800;
      line-height: 1;
      color: #64748b;
      background: #f1f5f9;
    }

    .popular-rank.rank-1 {
      background: #ed1c24;
      color: #ffffff;
      box-shadow: 0 1px 4px rgba(237, 28, 36, 0.35);
    }

    .popular-rank.rank-2 {
      background: #21409a;
      color: #ffffff;
      box-shadow: 0 1px 4px rgba(33, 64, 154, 0.3);
    }

    .popular-rank.rank-3 {
      background: #475569;
      color: #ffffff;
    }

    /* Body column */
    .popular-body {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    .popular-title {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      overflow: hidden;
      font-size: 13.5px;
      font-weight: 600;
      line-height: 1.42;
      color: #0f172a;
      text-decoration: none !important;
      transition: color 0.15s ease;
    }

    .popular-title:hover {
      color: #21409a;
    }

    .popular-meta {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 11px;
      color: #94a3b8;
      margin-top: 5px;
      white-space: nowrap;
      overflow: hidden;
    }

    .popular-category {
      color: #ed1c24;
      font-weight: 700;
      font-size: 10px;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      max-width: 140px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .popular-dot {
      color: #cbd5e1;
      font-size: 6px;
      line-height: 1;
    }

    .popular-date {
      color: #64748b;
      font-size: 11px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    /* ========================================================
       MEDIA PORTAL CONTAINER & 2-COLUMN RESPONSIVE SPEC
       - max-width: 1080px (Standard media portal: Kompas/Detik)
       - Artikel utama: 720px - 750px (Optimal reading line length)
       - Sidebar: 300px (IAB standard MREC)
       - Gap: 30px (24px - 30px range)
       - Large monitors: Generous whitespace & side rails breathing room
       - Tablet & Mobile: Safe vertical stacking & fluid widths
       ======================================================== */
    @media (min-width: 1100px) {
      .container {
        max-width: 1080px !important;
      }
    }

    @media (min-width: 1366px) {
      .container {
        max-width: 1080px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }

    /* Desktop (≥ 992px): 720px-750px Artikel Utama + 30px Gap + 300px Sidebar */
    @media (min-width: 992px) {
      .home-layout > .row,
      .layout-two-column > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 30px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .home-layout > .row > main.col-md-9,
      .layout-two-column > .row > .layout-main {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        max-width: 750px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
      }

      .home-layout > .row > aside.col-md-3,
      .layout-two-column > .row > .layout-sidebar {
        flex: 0 0 300px !important;
        width: 300px !important;
        max-width: 300px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
    }

    /* Tablet (768px - 991.98px): Safe, clean vertical stack */
    @media (min-width: 768px) and (max-width: 991.98px) {
      .home-layout > .row,
      .layout-two-column > .row {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .home-layout > .row > main.col-md-9,
      .home-layout > .row > aside.col-md-3,
      .layout-two-column > .row > .layout-main,
      .layout-two-column > .row > .layout-sidebar {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
      }

      .home-layout > .row > aside.col-md-3,
      .layout-two-column > .row > .layout-sidebar {
        margin-top: 2rem !important;
      }

      .popular-title {
        font-size: 14px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
      }
    }

    /* Mobile (< 768px): Full-width with safe spacing */
    @media (max-width: 767.98px) {
      .home-layout > .row,
      .layout-two-column > .row {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .home-layout > .row > main.col-md-9,
      .home-layout > .row > aside.col-md-3,
      .layout-two-column > .row > .layout-main,
      .layout-two-column > .row > .layout-sidebar {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
      }

      .home-layout > .row > aside.col-md-3,
      .layout-two-column > .row > .layout-sidebar {
        margin-top: 2rem !important;
      }
    }

    @media (max-width: 767.98px) {
      .popular-heading .category_title {
        font-size: 17px;
      }

      .popular-item {
        padding: 12px 0;
        gap: 12px;
      }

      .popular-rank-wrap {
        width: 26px;
      }

      .popular-rank {
        width: 26px;
        height: 26px;
        font-size: 12.5px;
        border-radius: 6px;
      }

      .popular-title {
        font-size: 14px;
        line-height: 1.42;
        -webkit-line-clamp: 3;
        line-clamp: 3;
      }

      .popular-meta {
        font-size: 11px;
        margin-top: 5px;
      }

      .popular-category {
        font-size: 10.5px;
        max-width: 140px;
      }

      .popular-date {
        font-size: 10.5px;
      }
    }
.site-search:not(.topbar-search-form) button {
  display: grid;
  place-items: center;
  flex: 0 0 31px;
  height: 100%;
  padding: 0;
  border: 0;
  border-left: 1px solid #eee;
  background: #fff;
  color: #111;
  cursor: pointer;
}

.site-search:not(.topbar-search-form) button:hover,
.site-search:not(.topbar-search-form) button:focus {
  background: #f5f5f5;
}

.site-utility-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  white-space: nowrap;
}

.site-utility-social-links {
  display: flex;
  align-items: center;
  gap: 9px;
}

.site-utility a {
  color: #f00;
  line-height: 1;
}

.event-identity-link {
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  color: #21409a;
  text-decoration: none;
}

.event-identity-link:hover {
  color: #21409a;
  text-decoration: none;
}

.event-logo {
  width: auto;
  max-width: 100%;
  max-height: 100px;
}

.event-name {
  font-size: 1.75rem;
  font-weight: 700;
}

.event-partner small {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  letter-spacing: .04em;
}

.event-partner img {
  display: block;
  width: auto;
  max-width: 135px;
  height: 36px;
  object-fit: contain;
}

.event-navigation .nav-link {
  font-size: 13px;
  font-weight: 600;
}

.pressrelease-header {
  border-bottom: 1px solid #d7dce5;
}

.pressrelease-logo {
  max-height: 92px;
}

.pressrelease-energy {
  width: 200px;
  max-height: 72px;
  object-fit: contain;
}

.pressrelease-navigation,
.pressrelease-footer-main,
.pressrelease-footer-legal {
  background: #1b3d6e;
  color: #fff;
}

.pressrelease-navigation .nav-link {
  font-size: 13px;
  font-weight: 600;
}

.pressrelease-footer {
  margin-top: 3rem;
  font-size: 14px;
}

.pressrelease-footer a {
  color: #fff;
}

.pressrelease-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.pressrelease-social-links {
  display: flex;
  gap: 8px;
}

.pressrelease-social-links a {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #1b3d6e;
}

.pressrelease-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, .35);
  padding: 10px 0;
  font-size: 12px;
}

.pressrelease-footer-legal span {
  margin: 0 8px;
}

.ticketing-header img {
  width: auto;
  height: 44px;
}

.ticketing-site .site-footer {
  margin-top: 3rem;
}

@media (max-width: 767.98px) {
  .pressrelease-footer-nav {
    margin-bottom: 1.5rem;
  }
}

/* MODERN NAVBAR (#21409A Preserved) */
.navbar-infobrand {
  background-color: #21409a !important;
  border-radius: 8px;
  padding: 4px 8px;
  box-shadow: 0 4px 14px rgba(33, 64, 154, 0.22);
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-infobrand .navbar-nav {
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}

.navbar-infobrand .nav-item {
  margin: 1px 0;
}

.navbar-infobrand .nav-link {
  color: rgba(255, 255, 255, 0.92) !important;
  padding: 8px 13px !important;
  border-radius: 6px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.navbar-infobrand .nav-link:hover {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.navbar-infobrand .nav-item.active .nav-link,
.navbar-infobrand .nav-link.active {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.15);
}

.navbar-infobrand .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 6px 10px;
  border-radius: 6px;
  outline: none;
  transition: background-color 0.2s ease;
}

.navbar-infobrand .navbar-toggler:focus,
.navbar-infobrand .navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.navbar-infobrand .navbar-brand {
  color: #ffffff;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .navbar-infobrand {
    border-radius: 6px;
    padding: 8px 14px;
  }
  .navbar-infobrand .navbar-collapse {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .navbar-infobrand .navbar-nav {
    align-items: stretch;
    gap: 3px;
  }
  .navbar-infobrand .nav-link {
    padding: 10px 14px !important;
  }
}

/* Mobile Navigation Drawer: Member / Auth Card */
.nav-mobile-user-card-item {
  margin-bottom: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-mobile-user-card {
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px 12px;
  margin: 4px 2px;
}

.nav-mobile-auth-btns .btn {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.2px;
}

.nav-mobile-auth-btns .btn:hover {
  transform: translateY(-1px);
}

/* Mobile Navigation Drawer: Polished Search Bar */
.nav-mobile-search-item {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-mobile-search-form {
  margin: 2px 2px 6px;
}

.nav-mobile-search-inner {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 9999px;
  padding: 3px 4px 3px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.nav-mobile-search-inner:focus-within {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35), 0 2px 8px rgba(0, 0, 0, 0.2);
}

.nav-mobile-search-icon {
  color: #64748b;
  font-size: 13px;
  margin-right: 8px;
  flex-shrink: 0;
}

.nav-mobile-search-input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 12.5px;
  color: #1e293b;
  padding: 4px 0;
  height: 30px;
  min-width: 0;
}

.nav-mobile-search-input::placeholder {
  color: #94a3b8;
  font-size: 12px;
}

.nav-mobile-search-btn {
  background: #21409a;
  color: #ffffff;
  border: none;
  border-radius: 9999px;
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.15s ease, transform 0.15s ease;
  box-shadow: 0 1px 3px rgba(33, 64, 154, 0.3);
}

.nav-mobile-search-btn:hover {
  background: #172d6e;
  color: #ffffff;
  transform: translateY(-0.5px);
}


@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-infobrand {
    padding: 3px 6px;
    font-size: 11.5px;
  }
  .navbar-infobrand .nav-link {
    padding: 7px 9px !important;
  }
}

.home-rail {
  display: none;
}

@media (min-width: 1366px) {
  .home-rail {
    display: block;
    position: fixed;
    top: 120px;
    width: 130px;
    z-index: 1000;
  }

  .home-rail-left {
    left: calc(50% - 680px);
  }

  .home-rail-right {
    right: calc(50% - 680px);
  }

  .home-rail img {
    display: block;
    width: 130px;
    height: auto;
  }
}

.divider-title
  {
      display: block;
      height: 1px;
      border: 0;
      border-top: 2px solid #FF0000;
      margin: 0 0 10px 0;
      padding: 0;
  }

/* med-two-style */
.med-two-style {
  margin-bottom:10px;
}

.med-two-style img {
  width:100%;
  height:250px;
  padding:0;
  margin:0 0 10px 0;
}


.med-two-style .body {
  width:100%;
  height:100px;
}
.med-two-style a {
  color: #000000;
  font-weight:bold;
  font-size:larger;
}

.medina-body {
  height:110px;
  overflow:hidden;
}

/* med-last-style */
.med-last-style {
  margin-bottom:10px;
  display: flex;
}

.med-last-style img, .med-last-style div {
  display: inline-block;
  margin-right:10px;
  float:left;
  width:100px;
  height:100px;
}

.med-last-style .body {
  height: 110px;
  flex:1;
}

.med-last-style a {
  color: #000000;
  font-weight:bold;
}

@media (max-width: 900px) {
  .med-two-style {
    margin-bottom:10px;
  }

  .med-two-style img {
    display: inline-block;
    margin-right:10px;
    float:left;
    width:100px;
    height:100px;
  }

  .med-two-style .body {
    height: 110px;
  }

  .med-two-style a {
    color: #000000;
    font-weight:bold;
    font-size:unset;
  }
}



/* med-popular-style */
.popular-news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popular-news li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.popular-news li:last-child {
  border-bottom: none;
}

/* Rank dan konten utama dalam satu baris */
.popular-news .title-container {
  display: flex;
  align-items: flex-start; /* Agar rank tetap di atas teks */
}

/* Rank tetap dalam satu baris dengan judul */
.popular-news .rank {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin-right: 10px;
  flex-shrink: 0; /* Agar tidak mengecil */
}

/* Bungkus judul dan source dalam satu kolom */
.popular-news .text-content {
  display: flex;
  flex-direction: column; /* Menyusun judul & source vertikal */
  flex: 1; /* Isi penuh lebar yang tersisa */
}

.popular-news a {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  line-height: 1.4;
}

.popular-news a:hover {
  color: #0056b3;
}

/* Source selalu di bawah judul */
.popular-news .source {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

/* Responsive Design */
@media (max-width: 480px) {
  .popular-news .title-container {
      flex-direction: column; /* Rank, judul, dan source jadi vertikal di layar kecil */
  }

  .popular-news .rank {
      margin-bottom: 5px; /* Biar ada jarak antara rank dan judul */
  }
}



/* BANNER */
.banner-container {
  width: 100%;
  display: flex;
  flex-direction: column; /* Agar banner tampil berurut ke bawah */
  gap: 10px; /* Jarak antar banner */
}

.banner-item {
  width: 100%;
}

.banner-img {
  width: 100%; /* Pastikan gambar tidak melebihi container */
  height: auto;
  display: block;
  border: 1px solid #cccccc;
}
/* END BANNER */

/* YOUTUBE NIH */
.med-popular-style {
  margin-bottom:10px;
}
.med-popular-style img {
  width:100%;
  height:195px;
  padding:0;
  margin:0 0 10px 0;
  border:1px solid rgb(221, 221, 221);
}

@media (max-width: 900px) {
  .med-popular-style img {
    width:100%;
    height:200px;
  }
}
.med-popular-style .body {
  width:100%;
  height:100px;
}
.med-popular-style a {
  color: #000000;
  font-weight:bold;
}

#video-player {
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 10px;
}

#video-player .videoarea {
  list-style:none; width:100%; padding: 0px;
}

#video-player .videoarea iframe {
  width:100%;
}

@media (max-width: 900px) {
  #video-player .videoarea iframe {
    width:100%;
    height:auto;
    min-height:200px;
  }
}

#video-player .playlist {
  margin: 0px;
  padding:0px;
  list-style: none;
  position: relative;
}

#video-player .playlist img {
  width: 100%;
  height:150px;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  #video-player .playlist img {
    width: 100%;
    height:200px;
    margin-bottom: 10px;
  }
}

#video-player .playlist a {
  color: #000000;
  font-weight:bold;
}

#video-player .playlist a:hover {
  text-decoration: none;
}

#video-player .playlist li {
  cursor: pointer;
  overflow-y: hidden !important;
  line-height: 17pt;
  border-bottom: 1px dotted #FFFFFF;
  margin-bottom: 5px;
  height:210px;
}
#video-player .index {
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
}



/* NAVBAR (Legacy reference maintained)
-------------------------------------------------- */
@media (max-width: 900px) {
    .navbar-infobrand {
        min-height: 50px;
    }
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

#myCarousel,
.headline-carousel {
  overflow: hidden;
  border-radius: 10px;
  background: #121212;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

#myCarousel .carousel-inner,
#myCarousel .carousel-item,
.headline-carousel .carousel-inner,
.headline-carousel .carousel-item {
  height: auto;
  aspect-ratio: 16 / 10;
  min-height: 360px;
}

.headline-image-link,
.headline-image {
  display: block;
  width: 100%;
  height: 100%;
}

.headline-image {
  object-fit: cover;
}

.headline-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02) 25%, rgba(0, 0, 0, .14) 45%, rgba(0, 0, 0, .94) 100%);
}

.headline-content {
  position: absolute;
  right: 32px;
  bottom: 27px;
  left: 32px;
  color: #fff;
}

.headline-category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 13px;
  border-radius: 7px;
  background: #ed1c24;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
}

.headline-content h1 {
  max-width: 780px;
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 8px;
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
  font-weight: 700;
  line-height: 1.12;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.headline-content h1 a,
.headline-content h1 a:hover {
  color: #fff;
  text-decoration: none;
}

.headline-excerpt {
  display: -webkit-box;
  overflow: hidden;
  max-width: 720px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.headline-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
}

.headline-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.headline-meta i {
  font-size: 15px;
}

.headline-indicators {
  position: absolute;
  right: 29px;
  bottom: 25px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.headline-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 58px;
  place-items: center;
  border-radius: 6px;
  background: rgba(0, 0, 0, .38);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: background-color .15s ease, opacity .15s ease;
}

#myCarousel:hover .headline-control,
.headline-carousel:hover .headline-control,
.headline-control:focus {
  opacity: .85;
  pointer-events: auto;
}

.headline-control:hover,
.headline-control:focus {
  background: rgba(0, 0, 0, .68);
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.headline-control-prev {
  left: 16px;
}

.headline-control-next {
  right: 16px;
}

.headline-indicators button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .55) !important;
  cursor: pointer;
}

.headline-indicators button.active,
.headline-indicators button.active:focus {
  background-color: #ed1c24 !important;
  opacity: 1;
}

@media (max-width: 767.98px) {
  #myCarousel,
  .headline-carousel {
    border-radius: 8px;
  }

  #myCarousel .carousel-inner,
  #myCarousel .carousel-item,
  .headline-carousel .carousel-inner,
  .headline-carousel .carousel-item {
    min-height: 390px;
    aspect-ratio: 4 / 5;
  }

  .headline-content {
    right: 18px;
    bottom: 20px;
    left: 18px;
    padding-bottom: 22px;
  }

  .headline-category {
    margin-bottom: 8px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .headline-content h1 {
    margin-bottom: 7px;
    font-size: 1.42rem;
    line-height: 1.14;
    -webkit-line-clamp: 3;
  }

  .headline-excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .headline-meta {
    gap: 14px;
    font-size: 10px;
  }

  .headline-meta i {
    font-size: 13px;
  }

  .headline-indicators {
    right: 18px;
    bottom: 19px;
  }

  .headline-control {
    width: 34px;
    height: 46px;
  }

  .headline-control-prev {
    left: 10px;
  }

  .headline-control-next {
    right: 10px;
  }
}

/* Carousel base class */
.carousel {
    position:relative;
    margin-bottom: 10px;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  z-index: 10;
  width: 100%;
  background-color: #000;
  padding: 10px;
  margin: 0px;
  left:0;
  bottom:0;
}

.carousel-caption h2 {
  font-size: 30pt;
}

@media (max-width: 900px) {
    .carousel-caption {
    }
    .carousel-caption h2 {
      font-size: 12pt;
    }
}

.carousel-caption a {
  color: #FFFFFF;
  text-shadow: 0px 0px 1px rgb(12, 12, 12);
}
.carousel-caption a:hover {
  text-decoration:none;
}

/* Declare heights because of positioning of img element */

#carouselTokoh .carousel-item {
  height: 32rem;
  background-color: #777;
}
#carouselTokoh .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

@media (max-width: 900px) {

    #carouselTokoh .carousel-item {
      height: 16rem;
      background-color: #777;
    }
    #carouselTokoh .carousel-item > img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 16rem;
    }

}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.bannerPost {
  width:100%;
  margin-bottom:10px;
}
.bannerPost .text {
  text-align:center;
  font-size:8pt;
  margin-bottom: 5px;
}
.bannerPost img {
  width:100%;
}


/* MEDIA NEWS SEBELAH KANAN
--------------------------------------------------
*/

.news-list {
  /*max-width: 300px;  Batasi lebar maksimum agar sesuai */
  padding: 0 10px;
}

.news-list .news-item {
  display: flex;
  align-items: flex-start; /* Pastikan teks tetap sejajar dengan gambar */
  margin-bottom: 15px;
}

.news-list .news-img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 2px; /* Membuat sudut gambar melengkung */
  flex-shrink: 0; /* Pastikan gambar tidak mengecil */
}

.news-list .news-text {
  font-size: 14px;
  color:rgb(0, 0, 0); /* Warna default link Bootstrap */
  text-decoration: none;
  line-height: 1.4;
  flex-grow: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 600;
}

.news-list .news-text:hover {
  text-decoration: underline; /* Tambahkan efek hover agar terlihat seperti link */
}

/* Insight & Opportunity sidebar */
.insight-heading,
.opportunity-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 0;
  border-bottom: 1px solid #e5e5e5;
}

.insight-heading .category_title,
.opportunity-heading .category_title {
  position: relative;
  margin: 0;
  padding: 0 0 10px 12px;
  font-size: 17px;
  line-height: 1;
}

.insight-heading .category_title::before,
.opportunity-heading .category_title::before {
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  width: 4px;
  border-radius: 2px;
  background: #ed1c24;
  content: "";
}

.insight-heading-link,
.opportunity-heading-link {
  padding-bottom: 10px;
  color: #27384e;
  font-size: 12px;
  white-space: nowrap;
}

.insight-heading-link:hover,
.opportunity-heading-link:hover {
  color: #ed1c24;
  text-decoration: none;
}

.insight-item,
.opportunity-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 11px 0;
  border-bottom: 1px solid #e5e5e5;
}

.insight-thumb-link,
.insight-thumb,
.opportunity-thumb-link,
.opportunity-thumb,
.opportunity-img {
  display: block;
  width: 82px;
  height: 62px;
}

.insight-thumb,
.opportunity-thumb,
.opportunity-img {
  object-fit: cover;
  border-radius: 4px;
}

.insight-body,
.opportunity-body {
  min-width: 0;
}

.insight-title,
.opportunity-title {
  display: -webkit-box;
  overflow: hidden;
  color: #172236;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.28;
  text-decoration: none;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.insight-title:hover,
.opportunity-title:hover {
  color: #ed1c24;
  text-decoration: none;
}

.insight-meta,
.opportunity-meta {
  margin-top: 5px;
  color: #999;
  font-size: 10px;
  line-height: 1.2;
}

.opportunity-empty {
  padding: 14px 12px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 4px;
  margin: 12px 0;
}

.opportunity-empty a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #475569;
  font-size: 13px;
  text-decoration: none;
}

.opportunity-empty a:hover {
  color: #ed1c24;
}

.opportunity-empty-link {
  font-weight: 600;
  font-size: 11px;
  color: #ed1c24;
}

/* Opportunity Skeleton Wireframe */
.opportunity-skeleton-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 11px 0;
  border-bottom: 1px solid #e5e5e5;
}

.opportunity-skeleton-item .skeleton-thumb {
  width: 82px;
  height: 62px;
  border-radius: 4px;
  background: #edf2f7;
  position: relative;
  overflow: hidden;
}

.opportunity-skeleton-item .skeleton-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  min-width: 0;
}

.opportunity-skeleton-item .skeleton-line {
  height: 12px;
  border-radius: 3px;
  background: #edf2f7;
  position: relative;
  overflow: hidden;
}

.opportunity-skeleton-item .skeleton-title-1 {
  width: 95%;
}

.opportunity-skeleton-item .skeleton-title-2 {
  width: 68%;
}

.opportunity-skeleton-item .skeleton-meta {
  width: 38%;
  height: 9px;
  margin-top: 2px;
}

/* Shimmer Animation */
.opportunity-skeleton-item .skeleton-thumb::after,
.opportunity-skeleton-item .skeleton-line::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: skeleton-shimmer 1.5s infinite ease-in-out;
  content: "";
}

@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}

.opportunity-item.fade-in {
  animation: opportunityFadeIn 0.35s ease-out;
}

@keyframes opportunityFadeIn {
  from {
    opacity: 0;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .insight-list,
  .opportunity-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .insight-item,
  .opportunity-item,
  .opportunity-skeleton-item {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .insight-thumb-link,
  .insight-thumb,
  .opportunity-thumb-link,
  .opportunity-thumb,
  .opportunity-img,
  .opportunity-skeleton-item .skeleton-thumb {
    width: 96px;
    height: 68px;
  }
}

@media (max-width: 767.98px) {
  .insight-heading .category_title,
  .opportunity-heading .category_title {
    font-size: 18px;
  }

  .insight-item,
  .opportunity-item,
  .opportunity-skeleton-item {
    grid-template-columns: 106px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 0;
  }

  .insight-thumb-link,
  .insight-thumb,
  .opportunity-thumb-link,
  .opportunity-thumb,
  .opportunity-img,
  .opportunity-skeleton-item .skeleton-thumb {
    width: 106px;
    height: 80px;
  }

  .insight-title,
  .opportunity-title {
    font-size: 14px;
  }
}

/*
* News Depan
*/


/* Section Title */
.news-section .section-title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 3px solid #d50000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* General News Styling */
.news-section .news-img-wrapper {
  overflow: hidden;
  border-radius: 5px;
}

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

/* Berita Utama */
.news-section .main-news .news-img-wrapper {
  height: 270px;
}

.news-section .main-news .news-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: block;
  margin-top: 5px;
  text-align: left;
}

.news-section .main-news .news-title:hover {
  color: #d50000;
}

/* Berita Lainnya - Gambar di Kiri, Teks di Kanan */
.news-section .home-news {
  display: flex;
  align-items: center;
  gap: 10px; /* Jarak antara gambar dan teks */
  margin-bottom: 15px;
}

.news-section .home-news-img-wrapper {
  flex-shrink: 0;
  width: 100px; /* Pastikan gambar memiliki ukuran tetap */
  height: 100px;
  overflow: hidden;
  border-radius: 2px;
}

.news-section .home-news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-section .home-news-body {
  flex-grow: 1;
}

.news-section .home-news-title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: block;
}

.news-section .home-news-title:hover {
  color: #d50000;
}

.home-video-section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.home-video-section h2 {
  font-size: 30pt;
  margin: 10px 0;
}

.home-video-section h2 a {
  color: #000;
  text-decoration: none;
}

/* Responsiveness */
@media (max-width: 768px) {
  .news-section .main-news .news-img-wrapper {
      height: 180px;
  }
  .news-section .main-news .news-title {
      font-size: 14px;
  }

  .news-section .home-news {
      flex-direction: column;
      align-items: flex-start;
  }

  .news-section .home-news-img-wrapper {
      width: 100%;
      height: 180px;
  }

  .news-section .home-news-title {
      font-size: 14px;
  }
}


/*
* postView
*/
@media (max-width: 900px) {
    body {
      font-size:1.2rem;
    }
    .postView {
      font-size:1.2rem;
    }
    .postView .title {
        font-size:18pt !important;
        font-weight: 900;
     }
    .postView img {
        /* width:100% !important; */
        height:initial !important;
     }
}

.postView .detail {
  font-size:10pt;
}

/* LIST POST / NEWS */
.media {
  margin-bottom: 10px;
}

.media-object {
  margin-right: 10px;
  margin-left: 10px;
}

.m-center {
  width: 250px;
  height: 170px;
}

@media (max-width: 900px) {
  .m-center {
    width: 150px;
    height: 100px;
  }
}

.media-body {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 200px;
  font-weight: 600;
}
.media-body a {
    color: #000000;
    font-size: 15pt;
}
.media-body small {
    font-size: 13pt;
}
.media-body a:hover {
    text-decoration: none;
    color: #898989;
}
.mb-small {
  font-size: 10pt;
  line-height: 13pt;
}

@media (max-width: 900px) {
  .mb-small {
    font-size: 14pt;
    line-height:inherit;
  }
}
.mb-verysmall {
  font-size: 10pt;
  line-height: 13pt;
  height: 100px;
}
.mb-medium {
  font-size: 20pt;
  line-height: 15pt;
}
.mo-small {
  width: 120px;
  height: 120px;
}
.mo-verysmall {
  width: 100px;
  height: 100px;
}
.mo-medium {
  width: 250px;
  height: 170px;
}

.moduler {
  color: #00FFFF;
}
.category_title {
    /*font-family: "Times New Roman", Times, serif;*/
    font-size: 14pt;
    font-weight:bold;
    padding: 10px;
    border-bottom: 1px solid #000000;
}

.social-media {margin-bottom: 10px;}
.social-media p {
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
}

.social-media a {
  font-size:15pt;
  padding-right: 10px;
  color: #FFFFFF;
}

.row-space {
    margin-bottom: 10px;
}

footer .footer-bg {
    background-color: #000000;
    color: #FFFFFF;
    margin-top: 10px;
}

.site-footer .footer-bg {
  background: #21409a;
  color: #fff;
}

.site-footer .footer-bg a {
  color: #fff;
}

.site-footer .footer-address {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 11pt;
}

.site-footer .footer-nav-main a {
  color: #fff;
  line-height: 1.35;
}

.site-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: #fff;
  color: #000;
  text-decoration: none;
}

.site-footer .footer-social a.footer-opportunity {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 4px 6px;
  background: #fff;
    color: #21409a;
    white-space: normal;
    border-radius: 6px;
    overflow: hidden;
}

.site-footer .footer-social-links {
    display: grid;
    grid-template-columns: repeat(3, 34px);
    gap: 8px;
}

.site-footer .footer-social-links a {
    width: 34px;
    height: 34px;
    margin: 0;
    font-size: 18px;
    border-radius: 50%;
}

.site-footer .footer-social .infoopportunity-logo {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
    margin: 0 auto;
    border-radius: 3px;
}

.site-footer .footer-identity {
  padding: 14px 0;
  font-size: 10pt;
}

.site-footer .footer-identity p {
  margin-bottom: 8px;
}

.site-footer .footer-identity img {
  display: inline-block;
  max-height: 65px;
  width: auto;
  margin: 4px 5px;
    object-fit: contain;
}

.site-footer .footer-achievements,
.site-footer .footer-activities,
.site-footer .footer-members {
    text-align: center;
}

.site-footer .footer-award-grid,
.site-footer .footer-activity-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 6px;
}

.site-footer .footer-award-grid img {
    width: 65px;
    height: auto;
    max-height: none;
    margin: 0;
}

.site-footer .footer-activity-grid img {
    margin: 2px 4px;
    max-height: none;
}

.site-footer .footer-supported,
.site-footer .footer-research {
    margin-top: 12px;
}

.site-footer .footer-supported span,
.site-footer .footer-members > span,
.site-footer .footer-research span {
    display: block;
}

.site-footer .footer-supported img,
.site-footer .footer-members > img,
.site-footer .footer-research img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 7px auto 0;
    max-height: none;
}

.site-footer .footer-legal {
  padding: 8px 0;
  font-size: 10pt;
}

.site-footer .footer-legal span {
  padding: 0 8px;
}

footer .footer-bg a {
    color: #FFFFFF;
}

footer .footer-bg a:hover {
    text-decoration: none;
}

footer .footer-nav.footer-nav-main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-nav.footer-nav-main .nav-item {
    margin: 0;
}

footer .footer-nav.footer-nav-main .nav-link {
    display: block;
    padding: 0;
    line-height: 1.35;
}

footer .infoopportunity-logo {
    width: 100%;
    max-width: 100%;
}

footer .nav-link {
    color: #FFFFFF;
}
@media (max-width: 900px) {
footer .footer-nav.footer-nav-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 8px;
}

footer .infoopportunity-logo {
    width: auto;
    max-width: 220px;
}

footer .nav-link {
    font-size:12pt;
}
}

/* Responsive inline article images & figures */
.postView figure.article-inline-media,
.article-inline-media {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
    clear: both;
}
.postView figure.article-inline-media img,
.article-inline-media img {
    height: auto;
    border-radius: 8px;
    max-width: 100%;
}
.postView figure.article-inline-media figcaption,
.article-inline-media figcaption {
    font-size: 12px;
    color: #6c757d;
    margin-top: 6px;
    font-style: italic;
}

/* ==========================================================================
   EVENT MICROSITE STYLES (/events/{events})
   ========================================================================== */
.event-site {
    background-color: #f8fafc;
    color: #334155;
}

.event-site .event-identity {
    background-color: #ffffff;
}

.event-site .event-logo {
    max-height: 52px;
    width: auto;
    object-fit: contain;
}

.event-site .event-name {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.3px;
}

.event-site .event-partner small {
    display: block;
    font-size: 9.5px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.8px;
    margin-bottom: 2px;
}

.event-site .event-partner img {
    max-height: 32px;
    width: auto;
}

.event-site .event-navigation {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.event-site .event-navigation .nav-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 8px 14px !important;
    border-radius: 6px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.event-site .event-navigation .nav-link:hover,
.event-site .event-navigation .nav-item.active .nav-link {
    background-color: rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
}

.event-site .event-search-input {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    border-radius: 20px 0 0 20px;
}

.event-site .event-search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11.5px;
}

.event-site .event-search-input:focus {
    background: #ffffff;
    color: #0f172a;
    border-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.event-site .event-search-btn {
    border-radius: 0 20px 20px 0;
    border-color: rgba(255, 255, 255, 0.25);
}

.event-site .event-ticket-btn {
    border-radius: 20px;
    font-size: 11.5px;
    letter-spacing: 0.4px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.event-site .event-ticket-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.event-site .event-slide-img {
    height: 380px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .event-site .event-slide-img {
        height: 200px;
    }
}

.event-feature-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #e2e8f0;
}

.event-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
}

.event-news-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #e2e8f0;
}

.event-news-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06) !important;
}

.event-news-thumb-wrap {
    height: 180px;
}

.event-news-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-news-card:hover .event-news-img {
    transform: scale(1.04);
}

.event-news-title {
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.35;
}

.event-news-title:hover {
    color: #21409a !important;
}

.event-award-card,
.event-asset-card {
    border: 1px solid #e2e8f0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.event-award-card:hover,
.event-asset-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06) !important;
}

/* ==========================================================================
   TICKETING & INVITATION STYLES (/invitation/{ticketEvent})
   ========================================================================== */
.ticketing-site {
    background-color: #f1f5f9;
    color: #1e293b;
}

.ticketing-site .ticket-choice {
    border: 1.5px solid #e2e8f0;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ticketing-site .ticket-choice:focus-within,
.ticketing-site .ticket-choice:hover {
    border-color: #93c5fd;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.06);
}

.ticketing-site .attendee {
    animation: fadeInAttendee 0.25s ease-out;
}

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

.event-eticket-card {
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
}

.event-eticket-card .qr-code-box img {
    image-rendering: pixelated;
}

@media print {
    body.ticketing-site {
        background: #ffffff !important;
    }
    .ticketing-header,
    .site-footer,
    .btn,
    nav,
    header {
        display: none !important;
    }
    .container {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .event-eticket-card {
        page-break-inside: avoid;
        border: 2px solid #000000 !important;
        box-shadow: none !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767.98px) {
    .ticketing-checkout .h2 {
        font-size: 1.35rem;
        word-break: break-word;
    }
    .ticketing-checkout .card-body {
        padding: 1.25rem !important;
    }
    .event-site .event-name {
        font-size: 16px;
    }
    .event-site .event-navigation .navbar-nav {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .event-site .event-search-form {
        width: 100%;
        margin-bottom: 8px;
    }
    .event-site .event-search-form .input-group {
        width: 100%;
    }
    .event-site .event-ticket-btn {
        width: 100%;
        text-align: center;
    }
}

/* ========================================================
   GENERIC CONTENT SHOWCASE BLOCKS & CARDS
   Reusable 2-Lead + 4-Compact Grid Component System
   ======================================================== */
.content-block {
    margin-bottom: 2.25rem;
}

.content-block-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.25rem;
    position: relative;
}

.content-block-title-wrap {
    display: flex;
    flex-direction: column;
}

.content-block-accent-bar {
    width: 52px;
    height: 4px;
    border-radius: 2px;
    background-color: #1d4ed8;
    margin-bottom: 8px;
}

.content-block-accent-bar.bar-blue {
    background-color: #1d4ed8;
}

.content-block-accent-bar.bar-red {
    background-color: #dc2626;
}

.content-block-accent-bar.bar-dark {
    background-color: #111827;
}

.content-block-title {
    font-size: 1.75rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #111827;
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.5px;
    font-family: inherit;
}

.title-accent-blue {
    color: #1d4ed8;
}

.title-accent-red {
    color: #dc2626;
}

.title-accent-dark {
    color: #111827;
}

.content-block-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
    padding-bottom: 4px;
}

.content-block-more:hover {
    color: #1d4ed8;
    text-decoration: none;
}

.content-block-more-icon {
    color: #dc2626;
    font-size: 0.95rem;
    transition: transform 0.2s ease-in-out;
}

.content-block-more:hover .content-block-more-icon {
    transform: translateX(4px);
}

/* --- LEAD CARD (Primary Featured Item) --- */
.card-lead {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.card-lead-media {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #f1f5f9;
}

.card-lead-media a {
    display: block;
    width: 100%;
    height: 100%;
}

.card-lead-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.card-lead:hover .card-lead-img {
    transform: scale(1.03);
}

.card-lead-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    background-color: #dc2626;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    pointer-events: none;
}

.card-lead-body {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-lead-title {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.35;
    color: #111827;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-lead-title a {
    color: #111827;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.card-lead-title a:hover,
.card-lead:hover .card-lead-title a {
    color: #1d4ed8;
    text-decoration: none;
}

/* --- COMPACT CARD (Secondary / Grid Items) --- */
.card-compact {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.card-compact-media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-color: #f1f5f9;
}

.card-compact-media a {
    display: block;
    width: 100%;
    height: 100%;
}

.card-compact-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.card-compact:hover .card-compact-img {
    transform: scale(1.04);
}

.card-compact-body {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-compact-category {
    color: #dc2626;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    line-height: 1.2;
    display: block;
}

.card-compact-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-compact-title a {
    color: #111827;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.card-compact-title a:hover,
.card-compact:hover .card-compact-title a {
    color: #1d4ed8;
    text-decoration: none;
}

/* Shared Meta Style */
.card-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.825rem;
    color: #4b5563;
    font-weight: 600;
    margin-bottom: 6px;
}

.card-meta-icon {
    color: #6b7280;
    font-size: 0.85rem;
}

.card-compact .card-meta {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #6b7280;
    font-weight: 500;
}

/* Showcase Grid Alignment & Gap */
.grid-lead-showcase {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.grid-lead-showcase > [class*="col-"] {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.grid-compact-showcase {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.grid-compact-showcase > [class*="col-"] {
    flex: 1 1 calc(25% - 12px);
    max-width: calc(25% - 12px);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Tablet (768px - 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .grid-lead-showcase > [class*="col-"] {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .grid-compact-showcase {
        gap: 14px;
    }
    .grid-compact-showcase > [class*="col-"] {
        flex: 1 1 calc(25% - 11px);
        max-width: calc(25% - 11px);
    }
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .content-block-title {
        font-size: 1.35rem;
    }
    .card-lead-title {
        font-size: 1.05rem;
    }
    .card-compact-title {
        font-size: 0.875rem;
    }
    .grid-lead-showcase {
        gap: 16px;
    }
    .grid-lead-showcase > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid-compact-showcase {
        gap: 12px;
    }
    .grid-compact-showcase > [class*="col-"] {
        flex: 1 1 calc(50% - 6px);
        max-width: calc(50% - 6px);
        margin-bottom: 0.5rem;
    }
}



