
.payment-section {
    margin: 0 auto;
    margin-top: 30px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.bg-main-color {
    background-color: #1a3179;
}

.pay-button {
    margin-top: 24px;
    background: linear-gradient(to right, #1a3179, #1a3179);
    color: white;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 999px;
    padding: 14px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.pay-button:hover {
    opacity: 0.85;
}

.pay-button svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: white;
}

#pay-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: white; /* Atau sesuai warna navbar kamu */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional: efek bayangan */
}

.event-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.card-custom {
    margin-top: 25px;
    z-index: 10;
    position: relative;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    padding: 2rem;
    align-self: flex-start;
    /* max-height: 530px; */
}

.card-custom-contestant {
    margin-top: -50px;
    z-index: 10;
    position: relative;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    padding: 2rem;
}

.calendar-btn {
    background: linear-gradient(to right, #ff6a00, #ee0979);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .card-custom, .card-custom-contestant {
    margin-top: 1rem;
    padding: 1.5rem;
    }
}

.contestant-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: transform 0.2s ease;
}

.contestant-card:hover {
    transform: translateY(-2px);
}

.contestant-left {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 250px;
}

.contestant-number {
    font-weight: bold;
    font-size: 1.25rem;
    margin-right: 1rem;
    width: 30px;
}

.contestant-image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    margin-right: 1rem;
}

.contestant-info {
    display: flex;
    flex-direction: column;
}

.finalist-label {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 4px;
}

.contestant-name {
    font-weight: 600;
    font-size: 1.1rem;
}

.support-btn {
    display: inline-block;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    border-radius: 25px;
    transition: all .3s;
}

.support-btn:hover {
    background-color: #1a3179;
    color: #fff;
}

@media (max-width: 768px) {
    .contestant-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    }

    .contestant-left {
    margin-bottom: 1rem;
    }

    .support-btn {
    width: 100%;
    }
}

.event-title {
    font-weight: 700;
    font-size: 1.25rem;
}

.organizer-section {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.organizer-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 1rem;
}

.organizer-text small {
    color: #666;
}

.section-title {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.icon-text i {
    color: #1a3179;
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.price {
    color: #1a3179;
    font-weight: 700;
    font-size: 1.5rem;
}

.timezone {
    color: #007bff;
    font-style: italic;
}

.section-fitur {
    padding: 4rem 2rem;
}
.fitur-heading span {
    color: #007bff;
    font-weight: 600;
}
.fitur-heading h2 {
    font-weight: 800;
    font-size: 2.5rem;
}
.icon-box {
    background-color: #007bff;
    color: white;
    border-radius: 16px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}
.fitur-text {
    font-weight: 600;
    color: #000;
}
.image-area img {
    max-width: 100%;
}
@media (max-width: 768px) {
    .fitur-heading h2 {
    font-size: 1.8rem;
    text-align: center;
    }
    .fitur-heading {
    text-align: center;
    }
}

.partner-logo {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: transform 0.3s;
}

.partner-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.partner-logo img {
    max-height: 100px;
    object-fit: contain;
}

.footer {
  background: #0f172a;
  color: #f1f5f9;
  padding: 60px 20px 30px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-logo span {
  color: #38bdf8; /* biru cerah khas tech */
}

.footer-about p {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}

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

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #38bdf8;
}

.footer-socials {
  display: flex;
  gap: 15px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1e293b;
  color: #f1f5f9;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  background: #38bdf8;
  color: #0f172a;
  transform: translateY(-3px);
}

.contact-info li {
  /* display: flex; */
  align-items: center;
  gap: 8px;
  color: #cbd5e1;
  font-size: 0.9rem;
}

.contact-info i {
  color: #38bdf8;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #1e293b;
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #94a3b8;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 768px) {
  .footer-container {
    text-align: center;
  }
  .footer-socials {
    justify-content: center;
  }
  .contact-info {
    justify-content: center;
  }
}

  .search-box {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    width: 280px;
  }

  .search-box i {
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 14px;
    margin-right: 10px;
  }

  .search-box input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 16px;
    color: #333;
  }

  .search-box input::placeholder {
    color: #888;
    font-weight: 600;
  }

  .search-box:focus-within {
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    background: #fff;
  }

.search-event-list {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.search-event-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease, transform 0.2s ease;
}

.search-event-item:hover {
    background: #f8f9ff;
    transform: translateY(-2px);
}

.search-event-img {
    width: 150px;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    margin-right: 14px;
    flex-shrink: 0;
}

.search-event-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-event-name {
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}

.search-event-date {
    font-size: 0.9rem;
    color: #777;
    margin: 0;
}

.search-event-btn {
    border: 1.5px solid #1a3179;
    background: #fff;
    color: #1a3179;
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 0.9rem;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

.search-event-btn:hover {
    background: #1a3179;
    color: #fff;
}

/* 📱 Responsive */
@media (max-width: 600px) {
    .search-event-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .search-event-img {
        width: 100%;
        height: 160px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .search-event-btn {
        align-self: flex-end;
        margin-top: 10px;
    }
}

.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #1a3179;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .empty-state-img {
    max-width: 200px;
    width: 60%;
    height: auto;
    opacity: 0.9;
  }
  
  .empty-state-text {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 16px;
    color: #1a3179;
  }
  
  @media (max-width: 576px) {
    .empty-state {
      padding: 20px;
    }
  
    .empty-state-img {
      max-width: 150px;
    }
  
    .empty-state-text {
      font-size: 1rem;
    }
  }
  

  .tutorial-container {
    max-width: 100%;
    /* margin: 40px auto; */
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 40px 30px;
  }

  h1 {
    text-align: center;
    color: #1a3179;
    margin-bottom: 10px;
  }

  .subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
  }

  .step {
    background: #f0fdfa;
    border-left: 5px solid #1a3179;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .step:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }

  .step-number {
    font-weight: 600;
    color: #1a3179;
    font-size: 18px;
    margin-bottom: 6px;
  }

  .step p {
    margin: 6px 0;
    font-size: 15px;
  }

  .tips {
    background: #fff3cd;
    color: #856404;
    border-left: 5px solid #ffc107;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px;
  }

  .tips ul {
    margin: 10px 0 0 20px;
  }

  @media (max-width: 600px) {
    .tutorial-container {
      padding: 25px 20px;
    }

    h1 {
      font-size: 22px;
    }
  }
  
  .logo img {
    max-height: 50px;
    width: 150px !important;
  }
  
  /* Search bar for desktop */
  .search-container {
    flex: 1;
    max-width: 400px;
    padding-bottom: 30px;
  }
  
  .search-box {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 25px;
    padding: 5px 15px;
  }
  
  .search-box i {
    color: #999;
    margin-right: 10px;
  }
  
  .search-box input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
  }

  
  /* RESPONSIVE DESIGN */
  @media (max-width: 768px) {
    .main-nav {
      justify-content: space-between;
    }
  
    .search-container {
      display: none !important;
    }
  
    .menu-trigger {
      font-size: 1.1rem;
    }
  
    .btn-link {
      color: #000;
      text-decoration: none;
    }
  
    .btn-link:hover {
      color: #007bff;
    }
  }
  /* ===== Struktur kiri: logo + search ===== */
.left-section {
    display: flex;
    align-items: center;
    gap: 15px; /* Atur jarak rapat antara logo dan search */
    flex: 1;
  }
  
  /* Navbar utama */
  .navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between; /* kiri & kanan terpisah */
    background: #fff;
    padding: 10px 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  
  /* Search bar */
  .search-bar {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 999px;
    padding: 6px 15px;
    width: 40%;
    max-width: 400px;
    margin: 0; /* Hapus margin horizontal */
  }

  /* Tombol search untuk mobile */
.mobile-search {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #1d3375, #2a4cb4);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

    /* Efek klik */
    .mobile-search:active {
        transform: scale(0.95);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    }
    
    /* Efek glow halus di sekitarnya */
    .mobile-search::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(29, 51, 117, 0.6);
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .mobile-search:hover::after {
        opacity: 1;
    }
  
  .search-bar input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 15px;
    color: #555;
  }
  
  .search-bar .search-icon {
    border: none;
    background: none;
    color: #555;
    font-size: 16px;
    cursor: pointer;
  }
  
  /* Nav Links */
  .nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
  }
  
  .nav-links a {
    color: #222;
    text-decoration: none;
    font-size: 15px;
  }
  
  .vote-btn {
    display: flex;
    align-items: center;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s ease;
  }
  
  .vote-btn .icon {
    background: #1d3375;
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .vote-btn:hover {
    background: #333;
  }
  
  /* Hamburger menu (mobile only) */
  .hamburger {
    display: none;
    font-size: 22px;
    color: #222;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .hamburger.open {
    transform: rotate(90deg);
  }
  
  /* Responsif */
  @media (max-width: 900px) {
    .navbar {
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 10px 20px;
    }
  
    .search-bar {
      order: 3;
      margin: 10px 0;
      width: 100%;
      max-width: none;
    }

    .search-bar {
        display: none;
    }

    .mobile-search {
        display: block;
    }
  
    .hamburger {
      display: block;
      order: 2;
    }
  
    .nav-links {
      position: absolute;
      top: 60px;
      right: 0;
      background: #fff;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      border-bottom: 1px solid #eee;
    }
  
    .nav-links.active {
      max-height: 300px;
      padding: 10px 20px;
    }
  
    .nav-links a,
    .vote-btn {
      width: 100%;
      text-align: left;
      margin: 10px 0;
    }
  
    .vote-btn {
      justify-content: flex-start;
    }
  }
  
  /* Tambahan kecil untuk layar sangat kecil */
  @media (max-width: 500px) {
  
    .search-bar input {
      font-size: 14px;
    }
  }

.participant-image-wrapper {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(20,30,40,0.08);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  display: flex;
  align-items: center;
  justify-content: center;
}

.participant-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s ease, filter .35s ease;
}


.participant-image-wrapper:hover .participant-img {
  transform: scale(1.03);
  filter: saturate(1.05);
}


.participant-avatar {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.participant-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .participant-image-wrapper {
    border-radius: 12px;
  }
}

.participant-image-wrapper.brand-border {
  border: 2px solid #0f3b82;
}

.participant-image-wrapper.square {
  aspect-ratio: 1 / 1;
  max-width: 240px;
  margin: 0 auto;
}










.vote-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
  padding-top: 50px;
}

.card-top {
  width: 250px;
  border: 2px solid #009879;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  background: white;
  position: relative;
  padding-bottom: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.participant-img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #eee;
}

.top-name {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 1rem 0 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: black;
}

.vote-count {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 1rem 0 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
}
.card-top h3 {
  /* margin: 1rem 0 0.5rem; */
  font-size: 2rem;
  font-weight: bold;
  color: black;
}
.crown {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  height: 45px;
}

.rank-badge {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  background: orange;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.card-top.first {
  transform: scale(1.15);
  z-index: 10;
}

/* Responsif hanya untuk nama peserta */
@media (max-width: 992px) {
  .top-name, .finalist-label, .contestant-name {
    font-size: 0.95rem;
  }
  .vote-count {
    font-size: 1.95rem;
  }
}

@media (max-width: 768px) {
  .top-name, .finalist-label, .contestant-name {
    font-size: 0.9rem;
  }
  .vote-count {
    font-size: 1.4rem;
  }
}

@media (max-width: 600px) {
  .top-name, .finalist-label, .contestant-name {
    font-size: 0.85rem;
  }
  .vote-count {
    font-size: 1.35rem;
  }
}

@media (max-width: 400px) {
  .top-name, .finalist-label, .contestant-name {
    font-size: 0.8rem;
  }
  .vote-count {
    font-size: 1.3rem;
  }
}

.card-top.first .rank-badge { background: orange; }
.card-top.second .rank-badge { background: #aaa; }
.card-top.third .rank-badge { background: #b87333; }

.faq-container {
  max-width: 1400px;
  margin: 60px auto;
  background: var(--card-bg);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 40px;
}

h1 {
  text-align: center;
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 30px;
}

.faq-item {
  border-bottom: 1px solid var(--border-color);
  padding: 15px 0;
}

.faq-question {
  cursor: pointer;
  position: relative;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease;
}

.faq-question:hover {
  color: var(--primary-color);
}

.faq-icon {
  font-size: 1.5rem;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  margin-top: 10px;
  line-height: 1.6;
  color: #4b5563;
  animation: fadeIn 0.3s ease;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

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

@media (max-width: 600px) {
  .faq-container {
    margin: 20px;
    padding: 20px;
  }
}

/* WhatsApp Floating Button - Styles */
#whatsapp-floating-btn {
  --wa-size: 56px;
  --wa-bg: #25D366; /* warna WA */
  --wa-hover: #20b85a;
  --wa-shadow: 0 6px 18px rgba(37, 211, 102, 0.25);

  position: fixed;
  right: 20px;
  bottom: 22px;
  width: var(--wa-size);
  height: var(--wa-size);
  border-radius: 50%;
  background: linear-gradient(180deg, var(--wa-bg), #1ebe55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  z-index: 9999;
  box-shadow: var(--wa-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
  opacity: 0.98;
}

/* Slight floating animation */
@keyframes wa-bounce {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}
#whatsapp-floating-btn.wa-animate {
  animation: wa-bounce 2.5s ease-in-out infinite;
}

/* Hover/focus */
#whatsapp-floating-btn:hover,
#whatsapp-floating-btn:focus {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 10px 26px rgba(30, 150, 80, 0.25);
  background: linear-gradient(180deg, var(--wa-hover), #1aa950);
  outline: none;
}

/* Icon inside */
#whatsapp-floating-btn .wa-icon {
  display: block;
  width: 28px;
  height: 28px;
  color: #fff;
}

/* Tooltip */
#whatsapp-floating-btn .wa-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  background: #111827;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.875rem;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
  font-weight: 600;
}

/* Show tooltip on hover/focus */
#whatsapp-floating-btn:hover .wa-tooltip,
#whatsapp-floating-btn:focus .wa-tooltip {
  opacity: 1;
  transform: translateY(0);
}

/* Hide tooltip on small screens to save space */
@media (max-width: 480px) {
  #whatsapp-floating-btn .wa-tooltip { display: none; }
  #whatsapp-floating-btn { right: 12px; bottom: 16px; --wa-size: 50px; }
  #whatsapp-floating-btn .wa-icon { width: 24px; height: 24px; }
}

.about-votelino {
  background-color: #f9fafc;
  padding: 80px 0;
}

.about-votelino .container {
  margin: 0 auto;
  padding: 0 1rem;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #222;
}

.about-text h2 span {
  color: #1a3179;
}

.about-text p {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.btn-learn-more {
  display: inline-block;
  background-color: #1a3179;
  color: white;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-learn-more:hover {
  background-color: #1a3179;
  transform: translateY(-2px);
}

.about-image {
  flex: 1;
  text-align: center;
  min-width: 280px;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* 📱 Responsiveness */
@media (max-width: 992px) {
  .about-content {
    flex-direction: column;
    text-align: center;
  }

  .about-text h2 {
    font-size: 1.75rem;
  }

  .about-text p {
    font-size: 0.95rem;
  }

  .btn-learn-more {
    margin-top: 10px;
  }

  .about-image {
    order: -1;
  }
}

.partners-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  text-align: center;
  overflow: hidden;
}

.partners-container {
  max-width: 1200px;
  margin: 0 auto;
}

.partners-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f3a72;
  margin-bottom: 10px;
}

.partners-subtitle {
  font-size: 1rem;
  color: #4b5563;
  max-width: 600px;
  margin: 0 auto 40px;
}

/* SLIDER AREA */
.slider {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.slide-track {
  display: flex;
  width: calc(250px * 12); /* jumlah logo dikali lebar logo */
  animation: scroll 30s linear infinite;
}

.slide {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.slide img {
  max-width: 150px;
  height: auto;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Infinite Scroll Animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-250px * 6)); } /* setengah dari total logo */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .partners-title {
    font-size: 1.6rem;
  }
  .partners-subtitle {
    font-size: 0.95rem;
  }
  .slide-track {
    animation: scroll 40s linear infinite; /* lebih lambat di mobile */
  }
}

.footer-logo-img {
  width: 180px;
  height: auto;
  margin-bottom: 15px;
}

.result-section-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #1a3179;
}
.faq-beli-tiket-header {
    background: #1a3179;
    color: white;
    padding: 20px 25px;
    border-radius: 10px 10px 0 0;
}

.faq-beli-tiket-modal .modal-content {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
}

.faq-beli-tiket-item {
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    transition: all 0.25s ease;
    cursor: pointer;
}

.faq-beli-tiket-item:hover {
    background: #fafafa;
    padding-left: 10px;
    border-radius: 6px;
}

.faq-beli-tiket-item h6 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faq-beli-tiket-icon {
    font-size: 18px;
    color: #1a3179;
}

.beli-tiket-section {
        background: #ffffff;
        padding: 25px 30px;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0,0,0,0.08);
        margin-bottom: 20px;
    }

    .beli-tiket-title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 18px;
        color: #b30000;
    }

    .beli-tiket-info-item {
        margin-bottom: 18px;
    }

    .beli-tiket-info-item h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .beli-tiket-info-item p {
        margin: 0;
        font-size: 15px;
        line-height: 1.6;
        color: #333;
    }

    .beli-tiket-map-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #d60000;
        font-weight: 600;
        text-decoration: none;
        margin-top: 5px;
    }

    .beli-tiket-map-link:hover {
        text-decoration: underline;
    }

