/* ========================================================
   MODERN FRONTEND DESIGN SYSTEM (OEBELO-STYLE THEME)
   ======================================================== */
:root {
  --primary-orange: #ff6600;
  --primary-orange-hover: #e65c00;
  --primary-teal: #00897B;
  --primary-teal-dark: #0f3d35;
  --primary-teal-light: #155e52;
  --text-dark: #1F2937;
  --text-muted: #6B7280;
  --bg-light: #F9FAFB;
}

body, h1, h2, h3, h4, h5, h6, p, span, a, div, button, input, select, textarea {
  font-family: 'Poppins', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-cinzel, .church-sacred-title {
  font-family: 'Cinzel', 'Plus Jakarta Sans', serif !important;
  letter-spacing: 0.04em;
}

.font-inter {
  font-family: 'Inter', sans-serif !important;
}

.col_oran { color: var(--primary-orange) !important; }
.bg_oran { background-color: var(--primary-orange) !important; }
.col_teal { color: var(--primary-teal) !important; }
.bg_teal { background-color: var(--primary-teal) !important; }

/* Preloader */
#global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  animation: autoHideLoader 0.4s ease 0.6s forwards;
}

@keyframes autoHideLoader {
  0% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; pointer-events: none; }
}

.spinner-premium {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 102, 0, 0.15);
  border-top: 4px solid var(--primary-orange);
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Header & Top Bar */
.top-contact-bar {
  background: #0f172a;
  color: #94a3b8;
  font-size: 0.8rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #1e293b;
}

/* Navigation */
.navbar-oebelo {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.05);
}

.navbar-brand-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin-right: 12px;
  transition: all 0.3s ease;
}

.brand-site-name {
  font-weight: 800;
  color: var(--text-dark);
  font-size: 1.15rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.brand-sub-name {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary-teal);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
}

.nav-link-oebelo {
  font-weight: 700;
  font-size: 0.83rem;
  color: #374151 !important;
  padding: 0.48rem 0.65rem !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .nav-link-oebelo {
    font-size: 0.86rem;
    padding: 0.52rem 0.8rem !important;
  }
}

.nav-link-oebelo:hover {
  color: var(--primary-orange) !important;
  background: #fff7ed;
}

.nav-link-oebelo.active {
  color: var(--primary-orange) !important;
  background: #ffedd5;
}

/* Dropdown Menu (Desktop & Mobile) */
.navbar-oebelo .dropdown-toggle::after {
  display: none !important;
}

.navbar-oebelo .dropdown-toggle i.fa-chevron-down {
  font-size: 0.65rem;
  margin-left: 5px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
  opacity: 0.75;
}

.navbar-oebelo .nav-item.dropdown:hover .dropdown-toggle i.fa-chevron-down,
.navbar-oebelo .nav-item.dropdown.show .dropdown-toggle i.fa-chevron-down {
  transform: rotate(180deg);
  opacity: 1;
  color: var(--primary-orange);
}

.navbar-oebelo .dropdown-menu.dropdown-menu-modern {
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-radius: 16px !important;
  padding: 8px !important;
  min-width: 320px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 40px -8px rgba(15, 23, 42, 0.14), 0 4px 12px rgba(0, 0, 0, 0.04) !important;
  margin-top: 10px !important;
  transform-origin: top center;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Dropdown pointer / top notch for desktop */
@media (min-width: 992px) {
  .navbar-oebelo .dropdown-menu.dropdown-menu-modern::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 28px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-left: 1px solid rgba(226, 232, 240, 0.8);
    border-top: 1px solid rgba(226, 232, 240, 0.8);
    transform: rotate(45deg);
    border-radius: 3px 0 0 0;
    z-index: 1;
  }
  
  .navbar-oebelo .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    animation: navDropdownFade 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}

.navbar-oebelo .dropdown-item-modern {
  padding: 10px 12px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1) !important;
  margin-bottom: 4px !important;
  background: transparent;
  position: relative;
}

.navbar-oebelo .dropdown-item-modern:last-child {
  margin-bottom: 0 !important;
}

.navbar-oebelo .dropdown-icon-box {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: all 0.25s ease;
  font-size: 1rem;
}

.navbar-oebelo .dropdown-icon-box.bg-orange-soft {
  background-color: #fff7ed;
  color: #ea580c;
  border: 1px solid #ffedd5;
}

.navbar-oebelo .dropdown-icon-box.bg-teal-soft {
  background-color: #f0fdfa;
  color: #0d9488;
  border: 1px solid #ccfbf1;
}

.navbar-oebelo .dropdown-icon-box.bg-blue-soft {
  background-color: #eff6ff;
  color: #2563eb;
  border: 1px solid #dbeafe;
}

.navbar-oebelo .dropdown-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  line-height: 1.25;
}

.navbar-oebelo .dropdown-title {
  font-weight: 700;
  font-size: 0.88rem;
  color: #1e293b;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}

.navbar-oebelo .dropdown-desc {
  font-size: 0.74rem;
  color: #64748b;
  font-weight: 400;
  margin-top: 2px;
  transition: color 0.2s ease;
}

/* Hover States */
.navbar-oebelo .dropdown-item-modern:hover {
  background-color: #fff8f1 !important;
  transform: translateX(3px);
}

.navbar-oebelo .dropdown-item-modern:hover .dropdown-title {
  color: #ea580c;
}

.navbar-oebelo .dropdown-item-modern:hover .dropdown-desc {
  color: #9a3412;
}

.navbar-oebelo .dropdown-item-modern:hover .dropdown-icon-box {
  transform: scale(1.08);
  box-shadow: 0 4px 10px rgba(234, 88, 12, 0.18);
}

.navbar-oebelo .dropdown-item-modern:hover .dropdown-icon-box.bg-orange-soft {
  background-color: #ea580c;
  color: #ffffff;
  border-color: #ea580c;
}

.navbar-oebelo .dropdown-item-modern:hover .dropdown-icon-box.bg-teal-soft {
  background-color: #0d9488;
  color: #ffffff;
  border-color: #0d9488;
}

.navbar-oebelo .dropdown-item-modern:hover .dropdown-icon-box.bg-blue-soft {
  background-color: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

/* Active State */
.navbar-oebelo .dropdown-item-modern.active {
  background-color: #ffedd5 !important;
}

.navbar-oebelo .dropdown-item-modern.active .dropdown-title {
  color: #c2410c;
  font-weight: 800;
}

.navbar-oebelo .dropdown-item-modern.active .dropdown-icon-box {
  background-color: #ea580c;
  color: #ffffff;
}

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

.navbar-toggler {
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 8px !important;
  padding: 6px 10px !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: #f8fafc;
  cursor: pointer;
  transition: all 0.2s ease;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  background-color: #f1f5f9;
  border-color: var(--primary-orange) !important;
}

.navbar-toggler i {
  color: #1e293b;
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #ffffff;
    border-radius: 12px;
    margin-top: 0.75rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
  }
  .navbar-collapse.show {
    display: block !important;
  }
  .nav-link-oebelo {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.25rem;
    padding: 0.7rem 1rem !important;
  }
  .navbar-oebelo .dropdown-menu {
    border: none;
    box-shadow: none;
    background: #f8fafc;
    border-radius: 8px;
    padding: 0.35rem;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }
  .btn-apply-siloka {
    width: 100%;
    justify-content: center;
    margin-top: 0.75rem;
  }
}

.btn-apply-siloka {
  background: var(--primary-orange);
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.25);
  border: none;
}

.btn-apply-siloka:hover {
  background: var(--primary-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 102, 0, 0.4);
  color: #ffffff !important;
}

/* Hero Section */
.hero-slider-wrap {
  position: relative;
  background: #0f172a;
  overflow: hidden;
}

.hero-slider-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.88);
}

.hero-slider-title {
  font-size: clamp(1.4rem, 4.5vw, 3rem) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em;
  word-wrap: break-word;
}

.hero-slider-sub {
  font-size: clamp(0.68rem, 1.8vw, 0.82rem) !important;
}

.hero-slider-desc {
  font-size: clamp(0.88rem, 2vw, 1.15rem) !important;
  line-height: 1.55 !important;
}

@media (max-width: 991.98px) {
  .hero-slider-img {
    height: 440px;
  }
}

@media (max-width: 767.98px) {
  .hero-slider-img {
    height: 360px !important;
  }
  .hero-slider-title {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.5rem !important;
  }
  .hero-info-inner {
    flex-direction: column !important;
    text-align: center;
    gap: 1rem !important;
  }
  .hero-info-copy h1 {
    font-size: 1.25rem !important;
  }
  .hero-info-copy p {
    font-size: 0.84rem !important;
  }
  .hero-info-action {
    width: 100%;
  }
  .btn-selengkapnya {
    width: 100%;
    justify-content: center;
    display: inline-flex;
    padding: 10px 20px !important;
    font-size: 0.84rem !important;
  }
}

.hero-info-strip {
  background: linear-gradient(135deg, #0f3d35 0%, #155e52 48%, #ff6600 100%);
  color: #ffffff;
  padding: 1.5rem 0;
  position: relative;
  z-index: 5;
}

.hero-info-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.hero-info-kicker {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
}

.hero-info-copy h1 {
  margin: 0.2rem 0 0.4rem;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.hero-info-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.5;
}

.btn-selengkapnya {
  background: #ffffff;
  color: #0f3d35 !important;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  text-decoration: none !important;
}

.btn-selengkapnya:hover {
  background: #ffedd5;
  color: var(--primary-orange) !important;
  transform: translateY(-2px);
}

/* Subtitles & Headings */
.section-subtitle {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary-orange);
  display: block;
  margin-bottom: 0.5rem;
}

.section-main-title {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 900;
  color: var(--text-dark);
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

/* Sambutan Card */
.speech-card {
  background: #f8fafc;
  border-left: 4px solid var(--primary-orange);
  padding: 1.5rem;
  border-radius: 0 1rem 1rem 0;
  position: relative;
}

.speech-quote {
  font-size: 2.5rem;
  color: rgba(255, 102, 0, 0.2);
  position: absolute;
  top: 10px;
  right: 15px;
}

/* Stats / KPI Cards (qual_1li1) */
.qual_1li1 {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.75rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.qual_1li1:hover {
  border-color: var(--primary-orange);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -6px rgba(255, 102, 0, 0.2);
}

.qual_1li1 i {
  font-size: 2.25rem;
}

/* Feature Cards */
.feature-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  padding: 2rem 1.75rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.feature-card:hover {
  border-color: var(--primary-teal);
  transform: translateY(-4px);
  box-shadow: 0 16px 30px -8px rgba(0, 137, 123, 0.2);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 1rem;
  background: #f0fdf4;
  color: var(--primary-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}

/* Program Themed Media Cards */
.program-card {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.15);
}

.program-media {
  height: 160px;
  position: relative;
  overflow: hidden;
  background: #0f172a;
}

.program-media__overlay {
  position: absolute;
  inset: 0;
  opacity: 0.82;
}

.program-media__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem;
  color: #ffffff;
  z-index: 2;
}

.program-media__eyebrow {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.program-media__icon {
  font-size: 2.2rem;
  align-self: flex-end;
  opacity: 0.95;
}

.theme-sunrise .program-media__overlay {
  background: linear-gradient(135deg, rgba(255, 102, 0, 0.88), rgba(15, 23, 42, 0.65));
}
.theme-ocean .program-media__overlay {
  background: linear-gradient(135deg, rgba(14, 116, 144, 0.88), rgba(30, 64, 175, 0.65));
}
.theme-rose .program-media__overlay {
  background: linear-gradient(135deg, rgba(190, 24, 93, 0.88), rgba(124, 58, 237, 0.6));
}
.theme-forest .program-media__overlay {
  background: linear-gradient(135deg, rgba(0, 137, 123, 0.88), rgba(15, 61, 53, 0.7));
}

.btn-program {
  color: var(--primary-orange);
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
}

.btn-program:hover {
  color: var(--primary-orange-hover);
  transform: translateX(3px);
}

/* Footer & Visitor Counter */
.footer-oebelo {
  background: #0b1120;
  color: #94a3b8;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #1e293b;
}

.footer-oebelo h5 {
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}

.footer-oebelo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-oebelo ul li {
  margin-bottom: 0.65rem;
}

.footer-oebelo ul li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}

.footer-oebelo ul li a:hover {
  color: var(--primary-orange);
  padding-left: 4px;
}

.visitor-counter {
  background: #1e293b;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  border: 1px solid #334155;
}

/* Circular SVG Scroll Progress Indicator */
.progress-wrap {
  position: fixed;
  right: 28px;
  bottom: 28px;
  height: 48px;
  width: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 250ms ease;
  border: none;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap i {
  font-size: 18px;
  color: var(--primary-orange);
  transition: transform 0.2s ease;
}

.progress-wrap:hover {
  background: var(--primary-orange);
}

.progress-wrap:hover i {
  color: #ffffff;
  transform: translateY(-2px);
}

/* ========================================================
   FOOTER STYLING (OEBELO THEME)
   ======================================================== */
.footer-oebelo {
  background-color: #0f172a !important;
  color: #94a3b8;
  padding: 4.5rem 0 2rem 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.footer-oebelo h5 {
  color: #ffffff !important;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-oebelo h5::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background-color: var(--primary-orange);
  border-radius: 2px;
}

.footer-oebelo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-oebelo ul li {
  margin-bottom: 0.65rem;
}

.footer-oebelo ul li a {
  color: #94a3b8;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}

.footer-oebelo ul li a:hover {
  color: var(--primary-orange) !important;
  transform: translateX(4px);
}

.footer-oebelo .contact-list li {
  display: flex;
  align-items: flex-start;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #94a3b8;
}

.footer-oebelo .social-icons a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
}

.footer-oebelo .social-icons a:hover {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
  color: #ffffff;
  transform: translateY(-3px);
}

.footer-oebelo .visitor-counter {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.4rem 0.8rem;
  border-radius: 2rem;
  font-size: 0.78rem;
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* ========================================================
   UNIVERSAL RESPONSIVE ENHANCEMENTS (ALL DEVICES)
   ======================================================== */
@media (max-width: 767.98px) {
  /* Container Padding */
  .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  /* Typography */
  h1, .display-4 {
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
  }
  h2, .section-main-title {
    font-size: 1.35rem !important;
    line-height: 1.3 !important;
  }
  h3 {
    font-size: 1.2rem !important;
  }
  .section-subtitle {
    font-size: 0.72rem !important;
    letter-spacing: 0.1em !important;
  }

  /* Cards & Sections */
  .section-padding, section.py-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .speech-card {
    padding: 1.25rem !important;
  }

  /* Maps Responsive */
  .map-responsive iframe, .map-embed-container iframe {
    width: 100% !important;
    height: 280px !important;
    border-radius: 12px !important;
  }

  /* DataTables & Tables on Public Pages */
  .table-responsive {
    border: 0;
    margin-bottom: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive table {
    min-width: 540px;
  }

  /* Quick Action Buttons */
  .btn-filter-group {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    gap: 6px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  /* Modals */
  .modal-dialog {
    margin: 0.75rem !important;
  }
  .modal-content {
    border-radius: 14px !important;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand-img {
    width: 36px !important;
    height: 36px !important;
  }
  .brand-site-name {
    font-size: 0.95rem !important;
  }
  .brand-sub-name {
    font-size: 0.65rem !important;
  }
  .stats-card-modern h3 {
    font-size: 1.5rem !important;
  }
  .footer-oebelo {
    padding: 3rem 0 1.5rem 0 !important;
  }
}

/* ========================================================
   MODERN JADWAL PELAYANAN & IBADAH STYLES
   ======================================================== */
.jadwal-service-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06);
  padding: 1.75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.jadwal-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px -4px rgba(15, 23, 42, 0.12);
  border-color: #cbd5e1;
}

.jadwal-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.jadwal-service-card.theme-orange::before {
  background: linear-gradient(90deg, #ff6600, #f59e0b);
}

.jadwal-service-card.theme-teal::before {
  background: linear-gradient(90deg, #0d9488, #10b981);
}

.jadwal-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.jadwal-pill-badge.badge-orange {
  background: #fff7ed;
  color: #ea580c;
  border: 1px solid #ffedd5;
}

.jadwal-pill-badge.badge-teal {
  background: #f0fdfa;
  color: #0f766e;
  border: 1px solid #ccfbf1;
}

.jadwal-time-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 4px 12px;
  border-radius: 10px;
}

.jadwal-time-chip.chip-orange {
  color: #c2410c;
  background: #fff8f1;
}

.jadwal-time-chip.chip-teal {
  color: #0f766e;
  background: #f0fdfa;
}

.jadwal-info-box {
  background: #f8fafc;
  border-radius: 14px;
  padding: 1rem 1.15rem;
  border: 1px solid #f1f5f9;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}

.jadwal-info-row {
  display: flex;
  align-items: flex-start;
  font-size: 0.84rem;
  color: #475569;
  line-height: 1.4;
}

.jadwal-info-row i {
  width: 18px;
  min-width: 18px;
  font-size: 0.9rem;
  margin-right: 8px;
  margin-top: 2px;
}

.jadwal-kategorial-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.jadwal-kategorial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px -4px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.jadwal-kategorial-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.jadwal-kategorial-card:hover .jadwal-kategorial-icon {
  transform: scale(1.1);
}

/* ========================================================
   MODERN FOOTER (OEBELO STYLE)
   ======================================================== */
.footer-oebelo {
  background-color: #0b1329 !important;
  color: #94a3b8;
  padding: 4.5rem 0 2rem 0 !important;
  border-top: 1px solid #1e293b;
  position: relative;
  z-index: 10;
}

.footer-oebelo h5 {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff !important;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-oebelo h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--primary-orange);
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: #94a3b8 !important;
  font-size: 0.86rem;
  text-decoration: none !important;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.footer-links a:hover {
  color: var(--primary-orange) !important;
  transform: translateX(4px);
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-contact-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: rgba(255, 102, 0, 0.12);
  border: 1px solid rgba(255, 102, 0, 0.25);
  color: var(--primary-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  margin-top: 2px;
  transition: all 0.25s ease;
}

.footer-contact-item:hover .footer-contact-icon {
  background: var(--primary-orange);
  color: #ffffff;
  transform: scale(1.08);
}

.footer-contact-text {
  display: flex;
  flex-direction: column;
  font-size: 0.86rem;
  line-height: 1.45;
}

.footer-contact-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 2px;
}

.footer-contact-text span,
.footer-contact-text p {
  color: #cbd5e1;
  font-weight: 500;
  font-size: 0.85rem;
}

.footer-contact-text a {
  color: #cbd5e1 !important;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 0.85rem;
  transition: color 0.2s ease;
}

.footer-contact-text a:hover {
  color: var(--primary-orange) !important;
  text-decoration: underline !important;
}

.social-icons .social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1e293b;
  border: 1px solid #334155;
  color: #cbd5e1 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  margin-right: 6px;
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.social-icons .social-btn:hover {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.35);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}



