

body {
  background: url('/images/BG-awan.png') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  /* width: 100vw;     */
  position: relative;
  overflow-x: hidden;
}
html, body {
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  /* overflow: hidden; optional: avoid two-finger scrolling triggering zoom */
  overflow-y: auto; /* allow vertical scroll */
  overflow-x: hidden; /* optionally prevent horizontal scroll */
}
.cloud {
  position: absolute;
  z-index: 1;
}

.cloud-1 {
  position: absolute;
  top: 80px;
  left: 30%;
  width: 339px;
  height: 228px;
  left: -72px;
  mix-blend-mode: screen;
  opacity: 0.1; /* optional for more blending */
}

.cloud-2 {
  position: absolute;
  top: 300px;
  width: 400px;
  height: 228px;
  right: 72px;
  mix-blend-mode: screen;
  opacity: 20%; /* optional for more blending */
}

.cloud-3 {
  position: absolute;
  top: 800px;
  width: 400px;
  height: 228px;
  right: 72px;
  mix-blend-mode: screen;
  opacity: 0.3; /* optional for more blending */
}

.uler1 {
  position: absolute;
  top: 1100px;
  width: 400px;
  height: 228px;
  right: -890px;
  mix-blend-mode: screen;
  opacity: 0.1; /* optional for more blending */
}

.melungker-1 {
  position: absolute;
  top: 90%;
  left: 15%;
  width: 900px;
  height: 900px;
  transform: translate(-50%, -90%);
  mix-blend-mode: darken;
  opacity: 100%;
  z-index: -1;
}
.melungker-2 {
  position: absolute;
  top: 90%;
  left: 15%;
  width: 900px;
  height: 900px;
  transform: translate(-50%, -70%);
  mix-blend-mode: darken;
  opacity: 100%;
  z-index: -1;
}
.melungker-2-daftar {
  position: absolute;
  top: 89%;
  left: 25%;
  width: 900px;
  height: 900px;
  transform: translate(-60%, -80%);
  mix-blend-mode: darken;
  opacity: 100%;
  z-index: -1;
}
.cloud-wrapper {
  position: absolute; /* or fixed, depending on layout */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* IMPORTANT! allows clicks to pass through */
  z-index: 1;
}
.daftar-button {
  text-decoration: none;
}

.table-ukuran {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.table-ukuran thead {
  background-color: #a5cd39;
  color: #003399;
}

.table-ukuran td, th {
  padding: 10px;
  border: 1px solid #ccc;
}
.white-bg {
  background-color: white;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .melungker-1 {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, -65%);
    width: 434px;
    height: 370px;
    mix-blend-mode: darken;
    opacity: 20%;
    z-index: 1;
  }
  .melungker-2 {
    position: absolute;
    top: 87%;
    left: 45%;
    width: 434px;
    height: 370px;
    transform: translate(-60%, -80%);
    mix-blend-mode: darken;
    opacity: 100%;
    z-index: -1;
  }
  .melungker-2-daftar {
    position: absolute;
    top: 89%;
    left: 45%;
    width: 434px;
    height: 370px;
    transform: translate(-60%, -80%);
    mix-blend-mode: darken;
    opacity: 100%;
    z-index: -1;
  }
  .melungker-1-about {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, -85%);
    width: 434px;
    height: 370px;
    mix-blend-mode: darken;
    opacity: 20%;
    z-index: -1;
  }
  .awan-atas{
    position: absolute;
    left: 154px;
    top: 153px;
    transform: translate(-90%, -5%);
    width: 380px;
    height: 211px;
    mix-blend-mode: screen;
    opacity: 80%;
  }
  .awan-tengah{
    position: absolute;
    left: 296px;
    top: 310px;
    transform: translate(-30%, -5%);
    width: 380px;
    height: 211px;
    mix-blend-mode: screen;
    opacity: 80%;
    z-index: -1;
  }
  .awan-atas-about {
    position: absolute;
    left: 60px;
    top: 720px;
    transform: translate(-70%, 40%);
    width: 450px;
    height: 201px;
    mix-blend-mode: screen;
    opacity: 80%;
    z-index: -1;
  }
  .awan-tengah-about {
    position: absolute;
    left: 402px;
    top: 788px;
    transform: translate(-70%, 40%);
    width: 440px;
    height: 323px;
    mix-blend-mode: screen;
    opacity: 60%;
    z-index: -1;
  }
  .awan-bawah-about {
    position: absolute;
    left: 167px;
    top: 888px;
    transform: translate(-70%, 40%);
    width: 440px;
    height: 323px;
    mix-blend-mode: screen;
    opacity: 60%;
    z-index: -1;
  }
  .awan-bawah-about-1 {
    position: absolute;
    left: 107px;
    top: 988px;
    transform: translate(-70%, 170%);
    width: 370px;
    height: 300px;
    mix-blend-mode: screen;
    opacity: 70%;
    z-index: -1;
  }
  .awan-bawah {
    position: absolute;
    left: 154px;
    bottom: 100px;
    transform: translate(-80%, -95%);
    width: 380px;
    height: 211px;
    mix-blend-mode: screen;
    opacity: 80%;
  }
  .cloud-1 {
    width: 150px;
    height: 100px;
    top: 40px;
    left: 10px;
    mix-blend-mode: screen;
    opacity: 0.2;
  }
  
  .cloud-2 {
    width: 500px;
    height: 200px;
    top: 200px;
    right: 10px;
    mix-blend-mode: screen;
    opacity: 20%;
  }
  .faq-title {
    text-align: center;
    color: #0E4DA2;
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
  }
}
/* FAQ */


.faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}

.faq-title {
  text-align: center;
  color: #0E4DA2;
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}

.search-container {
  position: relative;
  margin-bottom: 40px;
}

.search-input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 30px;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #aaa;
}

.search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #b5d56a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon svg {
  width: 16px;
  height: 16px;
  fill: white;
}

/* FAQ */
.faq-item {
  border: 1px solid #91c83c;
  border-radius: 10px;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  /* padding: 16px; */
  cursor: pointer;
  color: #0E4DA2;
  padding: 12px 50px 12px 16px;
}

.faq-question {
  font-size: 20px;
  color: #0E4DA2;
  flex: 1;
  padding: 20px;
}

.faq-toggle svg {
  width: 24px;
  height: 24px;
  fill: black;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  background-color: #8fc10A;
  background: url("/images/ROUNDED-FAQ-ANSWER-DESKTOP.png") no-repeat;
  background-size: cover; /* This ensures the image covers the entire area */
  background-position: center; /* Centers the background image */
  color: white;
  padding: 20px;
  font-size: 20px;
  line-height: 1.6;
}


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

.faq-item.active .faq-toggle svg {
  transform: rotate(90deg); /* right to down */
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"] {
  text-align: center;
}
/* ✅ Mobile Styles */
@media (max-width: 600px) {
  .faq-item {
    width: 100%;     /* full width on mobile */
    height: auto;    /* height adjusts to content */
    font-size: 12px;
  }
  
  .faq-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px;
    color: #0E4DA2;
  }
  
  .faq-question {
    font-size: 11px;
    padding-left: 10px;
    padding:1px;
    color: #0E4DA2;
  }

  .faq-answer {
    font-size: 14px;
    background: url("/images/ROUNDED-FAQ-ANSWER-DESKTOP.png") no-repeat;
    background-size: cover; /* This ensures the image covers the entire area */
    background-position: center; /* Centers the background image */
    padding: 20px;
  }

  .faq-toggle {
    align-self:self-end;
    transition: transform 0.3s ease;
    transform: translateY(-50%);
    padding-right: 10px;
  }
}

/* CONTACT US */
.title-contactus {
  color: #1a428a;
  font-size: 50px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}

@media (max-width: 768px) {
  .title-contactus {
    color: #1a428a;
    height: 65px;
    font-size: 50px; /* Reduce font size for mobile */
    line-height: 100%; /* Slightly more readable line height */
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
  }
  
}
.subtitle-contactus {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #1a428a;
  font-size: 28px;
  line-height: 28px;
  font-family: 'DM Sans', sans-serif;
}
.container-contactus {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.contact-item-button {
  display: none; /* Show only on mobile */
}
@media (max-width: 768px) {
  .subtitle-contactus {
    margin-top: 20px;
    color: #1a428a;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
  }
  .contact-item {
    display: none; /* Show only on mobile */
  }
  .contact-item-button {
    display: block;
    margin: 0 auto; /* Center horizontally */
  }
  .contact-button {
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: transparent;
    border: 2px solid #1a428a;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
  }

  .contact-button:hover {
    background-color: rgba(26, 66, 138, 0.1);
  }

  .contact-button .contact-text {
    color: #1a428a;
    text-decoration: none;
    font-weight: 500;
  }
  .email-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border: 2px solid #1a428a;
    background-color: transparent;
    border-radius: 40px;
    cursor: pointer;
    height: 26px;
    width: 270px;
  }
  .social-button{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border: 2px solid #1a428a;
    background-color: transparent;
    border-radius: 40px;
    cursor: pointer;
    height: 26px;
    width: 270px;
  }
  .email-text {
    color: #1a428a;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: Arial, sans-serif;
  }
  
  /* Optional: Center it inside a container */
  /* .contact-item {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  } */
}


@media (min-width: 768px) {
  /* Tablets and up */
  .container-contactus {
    max-width: 750px;
    padding: 30px;
  }
  
}

@media (min-width: 992px) {
  /* Desktops */
  .container-contactus {
    max-width: 1200px;
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  /* Large desktops */
  .container-contactus {
    /* max-width: 1500px; */
    padding: 50px;
  }
}
.form-container-contact {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.group-acara {
  flex-wrap:nowrap!important;
}
.form-left {
  flex: 1;
  min-width: 100%; /* Full width on small screens */
}
/* For tablets and larger */
@media (min-width: 768px) {
  .form-left {
    min-width: 300px; /* Side-by-side layout on larger screens */
    max-width: 600px;
  }
}

.form-contact {  /* background-color: #ffffffdd; */
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(239, 237, 237, 0.1);
  width: 100%;
  max-width: 600px;
  align-items: center;
}
.form-right {
  flex: 1;
  min-width: 300px;
  padding-top: 20px;
}
.form-group-contact {
  margin-bottom: 25px;
}

.submit-btn-contact {
  background-color: #b5d56a;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 7px 26px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  
  display: block;          /* needed for margin auto to work */
  margin: 20px auto;       /* centers horizontally */
}

.submit-btn-contact:hover {
  background-color: #9fc350;
}

input, textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #b5d56a;
  border-radius: 30px;
  font-size: 16px;
  outline: none;
}

textarea {
  height: 240px;
  resize: none;
  border-radius: 20px;
}
.navbar {
  width: 100%;
  position: fixed;       /* Sticks to top */
  top: 0;
  left: 0;
  justify-content: flex-start; /* Align content to the left */
  z-index: 100;         /* Ensures it stays above other content */
  display: flex;
  align-items: center;
  padding: 25px 20px;
  background-color: #8FC10A;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-logo {
  width: 100%;
  
}
.hide-desktop {
  display: list-item;
}
.jersey-rounded-table {
  background-color: #C7EFF6;
  border-radius: 1rem;
  padding: 1rem;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0rem!important;
}
/* On desktop: hide FAQ and Contact Us */
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

.logo-container {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.logo-img {
    height: 70px;
    margin-right: 10px;
}

.logo-img-header {
  height: 70px;
  margin-right: 10px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-patch {
    color: #254f8d;
    font-weight: bold;
    font-size: 1.1rem;
}

.brand-tastic {
    color: #254f8d;
    font-weight: bold;
    font-size: 1.1rem;
}

.brand-day {
    color: #254f8d;
    font-weight: bold;
    font-size: 1.1rem;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    margin-right: 20px;
}

.menu-toggle .bar {
    height: 3px;
    width: 100%;
    background-color: #254f8d;
    border-radius: 10px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
}

.menu-toggle .bar {
    height: 3px;
    width: 100%;
    background-color: #254f8d;
    border-radius: 10px;
}

.nav-links {
    display: flex;
    list-style: none;
    margin-right: 20px;
    font-family: 'DM Sans', sans-serif;
}

.nav-links li {
    margin-left: 120px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight: 1000;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #254f8d;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }
    
    .nav-links {
        position: absolute;
        top: 70px;
        left: 180px;
        right: 0;
        background-color:#8FC10A;
        width: 100%;
        display: none;
        flex-direction: column;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        z-index: 100;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links li {
        margin: 15px 20px;
    }
}
/* MAPS */
.contact-card {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* default: stacked layout (desktop) */
  margin-bottom: 80px;
}

/* Map container */
.map-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 100px;
}

/* Contact info container */
.contact-info-container {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-info {
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.map-container iframe {
  width: 100%;
  max-width: 1050px;
  height: 500px;
  border: 0;
  border-radius: 10px;
}
.contact-title-map {
  color: #003CA6; /* Lighter blue for subtitle */
}
.contact-subtitle-map{
  color: #003CA6; /* Lighter blue for subtitle */
}
.contact-subtitle-phone{
  color: #003CA6; /* Lighter blue for subtitle */
}
/* 🔄 On mobile: reverse layout — show map on left, text on right */
@media (max-width: 768px) {
  .contact-info{
    display: flex;
    align-items:first baseline;
  }
  .contact-card {
    flex-direction: row;
    margin-bottom: 80px;
  }

  .map-container,
  .contact-info-container {
    margin-top: 0;
    padding: 10px;
  }
  .map-container iframe {
    margin-top: 10px;
    height: 200px;
    max-width: 1050px;
  }
  .contact-title-map {
    color: #003CA6; /* Lighter blue for subtitle */
    font-size: 11px;
    line-height: 17px;
    margin-top: 95px;
  }
  .contact-subtitle-map {
      color: #6688aa; /* Lighter blue for subtitle */
      font-size: 8px;
      margin-top: 5px;
      line-height: 17px;
  }
  .contact-subtitle-phone {
    font-size: 8px;
    margin-top: 5px;
    line-height: 17px;
  }
}


.map-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.map-wrapper iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.map-text {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 1;
  color: rgba(0, 0, 0, 0.1);
  font-size: 48px;
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  .map-wrapper iframe {
    height: 300px;
  }

  .map-text {
    font-size: 24px;
    right: 10px;
    top: 60%;
  }
}

/* ABOUT US */
/* Container styling */
.your-slider {
  width: 80%;
  margin: 20px auto;
  padding: 0 10px;
  box-sizing: border-box;
  padding: 30px;
}

.your-slider .slick-slide {
  text-align: center;
  padding: 10px;
}

.your-slider img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Slick dots (pagination) */
.slick-dots li button:before {
  font-size: 12px;
  color: #999;
}
.slick-dots li.slick-active button:before {
  color: #333;
}


/* Optional: remove padding background for mobile */
@media (max-width: 480px) {
  .slider .slick-slide {
    padding: 10px;
    background: transparent;
    border: none;
  }
}

.button-wrapper-aboutus {
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: center;  /* center the location-button inside wrapper */
  margin: 90px;
}
.header-aboutus {
  text-align: center;
  margin-top: 220px;
  margin-bottom: 10px;
  color: #333;
}
/* @font-face {
  font-family: 'Suisse Intl';
  src: url('/fonts/SuisseIntl-Regular.woff2') format('woff2'),
       url('/fonts/SuisseIntl-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

.events-title-aboutus {
  color: #0044aa; /* Blue color for the title */
  font-size: 50px;
  font-weight: 700 !important;
  line-height: 32px; 
  margin: 0;
  padding-bottom: 70px;
  font-family: 'DM Sans', sans-serif;
}

.events-subtitle-aboutus {
  color: #0044aa; /* Blue color for the title */
  font-size: 32px;
  margin: 0;
  margin-top: 40px;
}

.events-subtitle-aboutus-1 {
  color: #0044aa; /* Blue color for the title */
  font-size: 28px;
  margin: 0;
  line-height: 38px;
  margin-top: 40px;
}

.container-aboutus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.responsive-img {
  width: 100vw;      /* Full viewport width */
  height: auto;
  display: block;
  border-radius: 0;  /* Remove rounding if you want edge-to-edge */
  margin: 0;         /* Remove any margin */
  padding: 0;        /* Remove any padding */
  object-fit: cover; /* Optional: cover for cropping */
}

.mini-images-grid {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  gap: 0px;
}

.mini-img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
  cursor: pointer; /* optional */
}
.main-photo {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}
  
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.photo {
  flex: 1;
  min-width: 300px;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

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

.header-contactus {
  text-align: center;
  padding-bottom: 20px;
  color: #333;
}
@media (max-width: 768px) {
  .header-contactus {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #333;
  }  

}
.header {
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}

.button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 20px; /* bigger gap between buttons */
  
  border-radius: 10px; /* optional container rounded corners */
  padding: 20px;
}

.btn {
  flex: 1 1 auto;
  max-width: 180px; /* bigger buttons */
  padding: 18px 30px; /* bigger clickable area */
  font-size: 20px; /* bigger text */
  cursor: pointer;
  background-color: #fff; /* white background */
  border: 2px solid #ccc; /* light border */
  border-radius: 12px; /* rounded corners */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* subtle shadow */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover {
  background-color: #e6e6e6; /* slightly darker on hover */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.sponsor-label {
  color: #003CA6; /* Same blue */
  font-size: 40px;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 80px;
}
.custom-arrow {
  background-color: #91c83c; /* green circle */
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.custom-arrow .arrow-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-right: 4px solid #0033a0; /* blue arrow color */
  border-top: 4px solid #0033a0;
  transform: rotate(45deg);
  margin: auto;
}

.custom-arrow.left {
  left: -25px;
}

.custom-arrow.right {
  right: -25px;
}

.custom-arrow .arrow-icon.left {
  transform: rotate(-135deg);
}

.custom-arrow .arrow-icon.right {
  transform: rotate(45deg);
}

/* Responsive: stack on mobile */
@media (max-width: 480px) {
  .your-slider {
    width: 90%;
    margin: 40px auto;
  }
  
  /* Individual slide */
  .your-slider .slick-slide {
    text-align: center;
    padding: 10px;
  }
  
  .your-slider img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .header-aboutus {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .button-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px; /* vertical gap */
  }
  .btn {
    max-width: 100%;
    margin-bottom: 0;
  }
  .events-subtitle-aboutus-1 {
    color: #0044aa; /* Blue color for the title */
    font-size: 13px;
    margin-top: 40px;
    line-height:20px;
    font-weight: 400;
    font: 'DM Sans', sans-serif;
  }

  .events-title-aboutus {
    color: #003CA6;
    font-size: 25px;             /* Large for visibility like the image */
    font-weight: 700!important;            /* Exact bold weight */
    line-height: 23px;
    margin: 0;
    padding-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
    text-align: center;   
  }
  .events-subtitle-aboutus {
    color: #0044aa; /* Blue color for the title */
    font-size: 16px;
    margin: 0;
    margin-top: 40px;
  }
  
}

/* sponsor */
.sponsors-container,
        .sponsors-container-2,
        .sponsors-container-3 {
            max-width: 1400px;
            margin: 40px auto;
            display: grid;
            padding: 0 20px;
            align-items: center;
            justify-items: center;
        }

        /* Row 1 - 4 columns */
        .sponsors-container {
            grid-template-columns: repeat(4, 1fr);
            gap: 60px 40px;
        }

        /* Row 2 - 4 columns */
        .sponsors-container-2 {
            grid-template-columns: repeat(4, 1fr);
            gap: 60px 40px;
        }

        .sponsor-button-2:nth-child(1) img {
          max-width: 190px;
          margin-right: 0; /* margin between 2nd and 3rd */
        }

                /* Optional size override for urban.png (2nd item) */
        .sponsor-button-2:nth-child(2) img {
          max-width: 360px;
          padding-right: 120px; /* margin between 2nd and 3rd */
        }
/* 👇 Mobile View Adjustments */
      @media (max-width: 768px) {
        .sponsors-container-2 {
            grid-template-columns: repeat(2, 1fr); /* 2 per row on small screens */
            gap: 30px 20px;
        }

        .sponsor-button-2:nth-child(2) img {
            max-width: 140px;
            padding-right: 40px; /* Smaller space for mobile */
        }

        .sponsor-button-2:nth-child(3) img {
            margin-left: 10px; /* Optional: fine-tune if needed */
        }
      }
        /* Add extra margin between 3rd and 4th if needed */
        .sponsor-button-2:nth-child(3) {
          padding-right: 20px;
        }

        /* Row 3 - 3 columns */
        .sponsors-container-3 {
            grid-template-columns: repeat(3, 1fr);
            gap: 60px 60px;
            margin-bottom: 80px;
        }

.sponsor-button {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: white; */
  color: #4a75c4; /* Blue text color */
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  border-radius: 50px; /* Fully rounded corners */
  text-decoration: none;
  text-align: center;
  /* border: 1px solid #8dc63f; Green border */
  transition: all 0.3s ease;
  min-width: 180px;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.05); */
}

.sponsor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .sponsors-container {
    max-width: 100%;
    margin: 20px 10px;
    grid-template-columns: repeat(4, 1fr); /* 2 columns on tablets and smaller */
    gap: 20px;
    padding: 0 10px;
    overflow-x: visible;
    
  }
  .sponsors-container-2 {
    max-width: 100%;
    margin: 20px 10px;
    grid-template-columns: repeat(4, 1fr); /* 2 columns on tablets and smaller */
    gap: 40px;
    padding: 0 10px;
    overflow-x: visible;
    
  }
  .sponsors-container-3 {
    max-width: 900px;
    margin: 10px auto;       /* centers horizontally */
    /* remove margin-left */
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* fixed 4 columns */
    gap: 5px;
    padding: 0 20px;
    overflow-x: auto;
    justify-content: center; /* optional: centers grid items if smaller */
    margin-bottom: 60px;
  }
  .sponsor-button-1 {
    font-size: 16px;
    padding: 10px 0;
    min-width: auto;
    width: 80px;
    border-radius: 30px;
    box-shadow: none;
    margin: 0px;
  }
  .sponsor-button-2 {
    font-size: 16px;
    padding: 0px 0;
    min-width: auto;
    width: 60px;
    border-radius: 30px;
    box-shadow: none;
    margin: 0px;
  }
  .sponsor-button {
    font-size: 16px;
    padding: 12px 20px;
    min-width: auto;
    width: 100%; /* Full width buttons */
    border-radius: 30px;
    box-shadow: none;
  }
}

@media (max-width: 480px) {
  /* .sponsors-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  } */

  .sponsor-button {
    font-size: 15px;
    padding: 10px 16px;
    border-radius: 25px;
  }
}


/* BODY */
    .events-header {
        position: relative;
        padding-top: 140px;
        text-align: center;
    }
    .events-header::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
      
    }
    .events-title {
        color: #0044aa; /* Blue color for the title */
        font-size: 50px;
        /* font-weight: bold; */
        margin: 0;
    }
    .events-title-index {
      color: #0044aa; /* Blue color for the title */
      font-family: 'DM Sans';
      font-weight: 700;
      font-size: 50px;
      letter-spacing: 0;
      text-align: center;
      text-transform: uppercase;
    }
    .events-subtitle {
        color: #6688aa; /* Lighter blue for subtitle */
        font-size: 28px;
        margin-top: 5px;
    }

   
    .contact-title {
      color: #003CA6; /* Lighter blue for subtitle */
      font-size: 28px;
      margin-top: 5px;
    }
    .contact-subtitle {
        color: #6688aa; /* Lighter blue for subtitle */
        font-size: 18px;
        margin-top: 5px;
    }
    .contact-info-container {
      width: 100%;
      max-width: 100%;       /* Prevents it from going over screen width */
      margin: 0 auto;         /* Centers the container */
      padding: 0 25px;       /* Desktop side padding */
      text-align: left;
      margin-bottom: 90px;
    }
    
    .contact-info-container .contact-title,
    .contact-info-container .contact-subtitle {
      margin: 0 0 10px;
      font-family: Arial, sans-serif;
    }
    
    /* Center the first two paragraphs */
    .contact-info-container .contact-title,
    .contact-info-container .contact-subtitle:not(.phone) {
      text-align: center;
    }
    
    /* Left-align the phone number */
    .contact-info-container .phone {
      text-align: left;
      font-weight: bold;
    }
    .events-subtitle-area {
      color: #6688aa; /* Lighter blue for subtitle */
      font-size: 17px;
      margin-bottom: 55px;
      font-family: 'DM Sans',;
  }
    /* 🔁 Responsive for mobile view */
    @media (max-width: 768px) {
      .events-subtitle {
        color: #003CA6;/* Lighter blue for subtitle */
        font-size: 10px;
        margin-top: 5px;
    }
        .events-subtitle-area {
          color: #6688aa; /* Lighter blue for subtitle */
          font-size: 10px;
          margin-bottom: 55px;
      }
      .events-title {
          color: #003CA6; /* Blue color for the title */
          font-size: 50px;
          font-weight: 900;
          font-family: 'DM Sans', sans-serif;
          margin: 0;
          border: #003CA6;
      }
      .events-header {
          position: relative;
          padding-top: 20px;
          padding-bottom: 5px;
          text-align: center;
      }
      .events-title-index {
        display: block;
        color: #0044aa; /* Blue color for the title */
        font-weight: 700;
        font-size: 50px;
        /* height: 65%; */
        text-transform: uppercase;
      }
      .contact-info-container {
        padding: 0 20px; /* Reduce padding on smaller screens */
      }
    
      .contact-info-container .contact-title,
      .contact-info-container .contact-subtitle:not(.phone) {
        text-align: center; /* Optionally keep centered or switch to left */
      }
    
      .contact-info-container .phone {
        text-align: left;
      }
      .contact-title {
        color: #003CA6; /* Lighter blue for subtitle */
        font-size: 16px;
        line-height: 20px;
        font-weight: 600px;
        margin-top: 5px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
      }

    }
    .responsive-map-image {
      width: 100%;
      max-width: 1049px;
      height: auto;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      display: block;
      border-radius: 16px; /* 👈 adjust the radius as needed */
    }
    
  .container {
      max-width: 100%!important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

  .header {
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 1rem; */
  }
  .logo-salonpas{
    height: 68px;
  }
  .logo img {
    height: 90px; /* Default for desktop */
    transition: height 0.3s ease;
  }
  
  /* Mobile view (screens smaller than 768px) */
  @media (max-width: 767px) {
    .logo {
      flex-direction: column; /* Stack on mobile */
      gap: 0.5rem;
    }
  
    .logo img{
      height: 190px; /* Smaller image on mobile */
    }
    .logo-salonpas{
      height: 62px;
    }
  }
  
  /* Desktop view (768px and up) */
  @media (min-width: 768px) {
    .logo {
      flex-direction: row;
    }
  
    .logo img {
      height: 700px;
      padding-top: 60px;
      padding-bottom: -90px;
    }
  }
  

  .header h1 {
    color: #1f3c88;
    font-size: 2rem;
    margin-top: 1rem;
  }

  .description {
    color: #1f3c88;
    padding: 1.5rem;
    border-radius: 12px;
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 90px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .description b {
    color: #1f3c88;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }

  .gallery img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .scroll-down {
    text-align: center;
    margin-top: 2rem;
    font-size: 2rem;
    color: #00a86b;
    animation: bounce 2s infinite;
  }

  @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
  }


  .grid-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .left-img {
    grid-row: span 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  
  .right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  
  .img-wrapper {
    overflow: hidden;
  }
  
  /* Optional: Specific sizing if needed */
  .top-right-img, .bottom-right-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  
 
  
  .daftar-button {
    background-color: #8dc63f;  /* green background */
    color: white;
    border: none;
    padding: 7px 25px;
    font-size: 33px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .daftar-button:hover {
    background-color: #75b234; /* slightly darker green on hover */
  }

  .country-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .image-wrapper {
    margin: 0;
    padding: 0;
  }
  .price-image {
    width: 100vw;
    height: auto;
    display: block;
  }
  .country-image {
    width: 2000px;    /* Full viewport width */
    height: 100vh;   /* Full viewport height */     /* remove default margins */
  } 
  .pinpoint-1 {
    position: absolute; 
    top: 45%; 
    left: 55%; 
    width: 5vw;
    height: auto; 
    transform: translate(-50%, -50%); 
    pointer-events: none;
  } 
  .pinpoint-2 {
    position: absolute;
    top: 65%;
    left: 40%;
    width: 5vw; /* responsive size based on viewport width */
    height: auto;
    transform: translate(-50%, -50%);
    pointer-events: none;
  } 
  .pinpoint-3 {
    position: absolute;
    top: 67%;
    left: 43%;
    width: 5vw; /* responsive size based on viewport width */
    height: auto;
    transform: translate(-50%, -50%);
    pointer-events: none;
  } 
  .pinpoint-4 {
    position: absolute;
    top: 60%;
    left: 48%;
    width: 5vw; /* responsive size based on viewport width */
    height: auto;
    transform: translate(-50%, -50%);
    pointer-events: none;
  } 
  /* Mobile view: adjust for smaller screens */
@media (max-width: 768px) {
  .daftar-button {
    background-color: #8dc63f;  /* green background */
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  .description {
    color: #1f3c88;
    padding: 0.5rem;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .country-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
  @media (max-width: 600px) {
    .pinpoint {
      width: 30px;
    }
  }
    /* Button */

    .location-button {
        display: flex;
        align-items: center;
        background-color: white;
        border-radius: 30px;
        padding: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        max-width: 300px;
        border: 2px solid #a8ce4e;
    }
    
    .location-icon {
        background-color: #f0f0f4;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        color: white;
        font-size: 16px;
    }
    
    .location-text {
        flex-grow: 1;
        color: #3a3a8c;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    
    .arrow-button {
        background-color: #a8ce4e;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 16px;
    }

    .buttons-container {
        display: flex;
        flex-direction: column;     /* stack vertically */
        align-items: center;        /* center horizontally */
        justify-content: center;    /* center vertically if container height set */
        min-height: 100vh;          /* full viewport height */
        gap: 20px;                  /* space between buttons */
        padding: 20px;
        box-sizing: border-box;
      }
      
      /* Optional: make each button-wrapper full width up to max */
      .button-wrapper-lokasi {
        width: 100%;
        max-width: 320px;
        /* display: flex; */
        justify-content: center;  /* center the location-button inside wrapper */
        margin: 40px;
      }
      .button-wrapper {
        width: 100%;
        max-width: 320px;
        display: flex;
        justify-content: center;  /* center the location-button inside wrapper */
        margin: 40px;

        z-index: 10;
      }
      .categories-button {
        background-color: transparent;
        color: blue;
        border: 2px solid blue;
        cursor: pointer;
        font-weight: bold;
        font-size: 16px;
        padding: 8px 20px;
        border-radius: 30px; /* Sudut sangat melengkung */
        transition: background-color 0.3s ease, color 0.3s ease;
      }
      
     /*  PRICING CARD*/
     .full-section {
        width: 100%;
        padding: 0;
      }
     .pricing-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; /* Better for precision than 'center' */
      gap: 20px;
      /* padding: 20px; */
      width: 100%;
      margin: 0;
      box-sizing: border-box;
    }
    
    
    @media (max-width: 767px) {
      .pricing-container {
        width: 100%;
        display: block;
        max-width: 100%;
        margin: 20px auto;
        background-color: white;
        /* border-radius: 15px; */
        /* padding: 50px; */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    
    .pricing-option {
        flex: none;
        width: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border: none;
        border-bottom: 1px solid #e3e3e3;
    }
    
    .pricing-option:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    
    .option-title {
      color: #C8DF8C;
      background-color: #003CA6;   /* Blue background */
      font-size: 28px;
      font-weight: bold;
      /* margin-bottom: 10px; */
      text-align: left;
      padding: 10px 15px;       /* Optional: padding for spacing inside */
      width: 100%;              /* Full width */
      box-sizing: border-box;   /* Include padding in width */
      display: block;           /* Ensure it's treated as a block element */
      /* border-radius: 10px 10px 0 0; */
  }
    
    .option-description {
        color: #5975b1;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    .price {
        color: #1a3c8d;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
  
    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }
  }
    /* Card Styles */
   
    
    /* Responsive layout */
    .pricing-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      /* gap: 20px; */
      max-width: 1200px;
      margin: 40px auto;
      /* padding: 20px; */
  }
  
  .pricing-option {
      background-color: #fff;
      border: 2px solid #a3cb38;
      border-radius: 15px;
      padding: 30px 20px;
      text-align: center;
      width: 100%;
      max-width: 430px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      flex: 1 1 300px;
  }
  
  /* Title */

  /* Description */
  .option-description {
      color: #3c6382;
      font-size: 10px;
      line-height: 18px;
      margin-bottom: 20px;
  }
  
  /* Price */
  .price {
      color: #1e3799;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
  }
  
  /* Button */
  .register-btn {
      background-color: #a3cb38;
      color: white;
      border: none;
      border-radius: 30px;
      padding: 10px 25px;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      text-transform: uppercase;
  }
  
  /* Mobile-specific styles */
  @media (max-width: 767px) {
      body {
          background-color: #e4f2f1;
      }
      
      .pricing-container {
          display: block;
          max-width: 100%;
          margin: 0;
          /* padding: 20px; */
          background-color: white;
          border-radius: 10px 10px 0 0;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      }
      
      .pricing-option {
          max-width: 100%;
          margin-bottom: 20px;
          padding: 0 0 0 0;
          border: none;
          box-shadow: none;
          text-align: left;
      }
      
      .pricing-option:last-child {
          border-bottom: none;
          margin-bottom: 0;
      }
      
      
      .option-description {
          color: #5975b1;
          font-size: 16px;
          line-height: 1.4;
          margin-bottom: 20px;
          text-align: left;
          padding: 20px 20px;
      }
      
      .price-button-container {
          display: flex;
          justify-content: space-between;
          align-items: center;
      }
      
      .price {
          color: #1a3c8d;
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 0;
          display: flex;
          gap: 70px; 
          padding-left: 15px;
      }
      
      .register-btn {
          background-color: #9dce4a;
          color: white;
          border: none;
          border-radius: 25px;
          padding: 7px 26px;
          font-size: 16px;
          font-weight: bold;
          cursor: pointer;
          text-transform: uppercase;
          float: right;
          transition: background-color 0.3s;
          align-items: right;
      }
      .button-daftar {
        padding: 20px 20px;
      }
  }
    
    .divider {
        height: 1px;
        background-color: #a3cb38;
        margin: 30px 0;
    }
    
    /* Last pricing option doesn't need margin-bottom or divider */
    .pricing-option:last-child {
        margin-bottom: 0;
    }
    
    .pricing-option:last-child .price-register {
        margin-bottom: 0;
    }

    /* FORM */
    .form-container {
      max-width: 1200px;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      /* padding: 20px; */
      box-sizing: border-box;
    }
    #pesertaContainer {
      width: 100%;              /* Full width of parent */
      margin: 0 auto;           /* Center it if max-width is used */
      box-sizing: border-box;   /* Include padding in total width */
      display: flex;            /* For flexible layout */
      flex-wrap: wrap;          /* Wrap items on smaller screens */
      justify-content: center;  /* Or space-between / space-evenly */
      gap: 20px;                /* Space between children */
    }
    .form-group {
      flex: 1 1 100%;
      display: flex;
      flex-direction: column;
    }
    
    .form-group label {
      /* font-weight: bold; */
      color: #1e3799;
      margin-bottom: 6px;
      text-align: center;
    }
    
    .form-group input,
    .form-group select {
      padding: 10px 16px;
      font-size: 16px;
      border-radius: 30px;
      border: 2px solid #a3cb38;
      outline: none;
    }
    
    /* Counter styling */
    .jumlah-tiket .counter {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .jumlah-tiket .counter button {
      background-color: #a3cb38;
      color: white;
      font-weight: bold;
      border: none;
      border-radius: 20px;
      width: 32px;
      height: 32px;
      font-size: 18px;
      cursor: pointer;
    }
    
    /* Desktop: 2-column */
    @media (min-width: 768px) {
      .form-group {
        flex: 1 1 calc(50% - 20px); /* Two per row with gap */
      }
    }

    .form-row {
      display: flex;
      flex-direction: column; /* default: stacked on mobile */
      gap: 20px;
    }
    
    /* make them appear side-by-side on larger screens */
    @media (min-width: 768px) {
      .form-row {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
      }
    
      .form-row .form-group {
        flex: 1 1 calc(50% - 10px); 
      }
    }
    
    .counter {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .counter button {
      background-color: #a3cb38;
      color: white;
      border: none;
      border-radius: 20px;
      width: 32px;
      height: 32px;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
    }
    
    
    h2 {
        background-color: white;
        border: 2px solid #2f56b0;
        color: #2f56b0;
        padding: 10px 20px;
        border-radius: 20px;
        margin-bottom: 30px;
      }
  
      
      
     
      label {
        display: block;
        margin-top: 15px;
        /* font-weight: bold; */
        color: #1a237e;
        text-align: center!important;
      }
  
      input, select {
        width: 100%;
        padding: 10px 16px;
        margin-top: 5px;
        border: 2px solid #8bc34a;
        border-radius: 30px;
        font-size: 14px;
        box-sizing: border-box;
        font-size: 16px;
        outline: none;
      }
  
      .row {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
      }
  
      .row > div {
        width: 48%;
      }
  
      .ticket-control {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 2px solid #8bc34a;
        border-radius: 25px;
        padding: 0px 8px;
        background-color: white;
      }
  
      .ticket-control button {
        background-color: #8bc34a;
        border: none;
        color: white;
        font-size: 18px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: flex;               /* Add this */
        align-items: center;         /* Vertically center */
        justify-content: center;     /* Horizontally center */
        line-height: 1;              /* Optional: prevent text shift */
        padding: 0;                  /* Optional: remove default padding */
      }
      
  
      .ticket-control input {
        border: none;
        text-align: center;
        font-size: 16px;
        width: 50px;
      }

      /* Payment Detail */

      .payment-details {
        padding: 25px;
        border-radius: 20px;
        margin-top: 30px;
        margin-left: 60px;
        width: 100%;
        max-width: 500px;
        box-sizing: border-box;
        text-align: center;
      }
      
      .payment-details h2 {
        background-color: #0d47a1;
        color: white;
        padding: 12px;
        border-radius: 15px 15px 0 0;
        text-align: center;
        margin-top: 0;
      }
      
      .payment-details h3 {
        text-align: center;
        margin: 20px 0 10px 0;
        font-size: 18px;
        color: #0d47a1;
      }
      .order-table {
        width: 100%;
        border-collapse: collapse; /* Ensures borders don't double up */
        margin-bottom: 10px;
        border: 3px solid #0d47a1; /* Outer border of the table */
      }
      
      .order-table thead tr,
      .order-table tbody tr {
        border: 3px solid #0d47a1; /* Borders around each row */
      }
      
      .order-table th,
      .order-table td {
        border: 2px solid #0d47a1; /* Borders for columns (cells) */
        padding: 10px;
        text-align: center;
      }
      
      .total {
        font-weight: bold;
        color: #0d47a1;
        margin-bottom: 20px;
      }
      
      .bank-info {
        text-align: center;
        margin-bottom: 25px;
        color: #333;
        font-size: 14px;
      }
      
      .upload-wrapper {
        background-color: #fafff2;
        border: 2px solid #a7d129;
        border-radius: 25px;
        padding: 10px;
        text-align: center;
      }
      
      .upload-wrapper input[type="file"] {
        border: none;
        width: 100%;
        padding: 5px;
        background: transparent;
      }
      
      .upload-button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 300px; /* Set a specific width */
        padding: 8px 12px; /* Smaller padding */
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 20px; /* Slightly smaller border-radius */
        cursor: pointer;
        font-size: 14px; /* Slightly smaller font */
        color: #aaa;
        overflow: hidden;
        text-align: center;
    }
    
    .upload-button input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }
    
    .center-container {
      display: flex;
      justify-content: center; /* Center horizontally */
      align-items: center;     /* Center vertically (optional) */          /* Full height for vertical centering */
    }
    
    .upload-icon {
        background-color: #8ec73f;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        z-index: 1;
    }
    

      /* FORM PESERTA */
      .container-peserta {
        background-color: rgba(255, 255, 255, 0.2); /* 20% opacity */
        border-radius: 15px;
        padding: 20px;
        width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      }

      .select-wrapper {
          position: relative;
          display: inline-block;
          width: 100%; /* set desired width */
      }
      .select-wrapper select {
        width: 100%;
        padding-right: 30px; /* space for the icon */
        background-color: white;
        color: black;

      }
      .select-wrapper-size {
        width: 100%;
        padding-left: 70px!important; /* space for the icon */
        background-color: white;
        color: black;
      }
      .select-wrapper .info-icon {
        position: absolute;
        top: 50%;
        /* right: 10px; */
        transform: translateY(-50%);
        pointer-events: auto;
        cursor: pointer;
      }
      .form-peserta {
        flex: 1 1 calc(50% - 20px); /* Two per row with gap */
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        gap: 20px;
      }
      .form-pemesan {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        gap: 20px;
        
    }
   
    
      .form-group-peserta {
        flex: 1;
        min-width: 300px;
      }
       label {
            display: block!important;
            margin-bottom: 8px;
            font-size: 18px;
            color: #3f51b5;
            text-align: center!important;
            /* font-weight: bold; */
        }
        
      @media (max-width: 768px) {
        .activity-jersey {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
        }
        
        .form-group-peserta {
            min-width: 48%;
        }
        
        /* Reorder form groups on mobile */
        .activity-group {
            order: 2;
        }

        .form-group-pemesan {
          min-width: 48%;
        }
        .activity-pemesan {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
        }
        .activity-group-pemesan {
            order: 2;
        }

        .jersey-group {
            order: 1;
        }

        .info-icon {
          display: inline-block;
          margin-left: 6px;
          color: #E6F7B7;
          border-radius: 50%;
          width: 18px;
          height: 18px;
          font-size: 18px;
          font-weight: bold;
          text-align: center;
          line-height: 18px;
          cursor: pointer;
        }


        /* table size */

        table {
          width: 50%;
          border-collapse: collapse;
          margin: 25px 0;
          font-family: Arial, sans-serif;
        }
        
        th {
            color: black;
            font-weight: bold;
            padding: 10px;
            text-align: center;
            border: 1px solid black;
        }
        
        td {
            padding: 10px;
            text-align: center;
            border: 1px solid black;
        }
        
        .size-cell-size {
            font-weight: bold;
            font-size: 1.2em;
        }
        
        .title-size {
            font-size: 1.8em;
            font-weight: bold;
            text-align: center;
            margin-bottom: 15px;
        }
        .payment-details {
          padding: 15px;
          border-radius: 20px;
          margin-top: 30px;
          margin-left: auto!important;
          width: 100%;
          max-width: 500px;
          box-sizing: border-box;
          text-align: center;
        }
  /* Footer */
  
}

/* BODY GRID IMAGE NEW */
.photo-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 190px;
}

/* Top row grid */
.grid-row-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 15px;
  margin-bottom: 15px;
}

.feature-image {
  /* grid-row: span 2; */
  position: relative;
}

.top-right-grid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 15px;
}

/* Bottom row grid */
.grid-row-bottom {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 15px;
}

.small-images-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}

/* Image styling */
.grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

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

/* Logo watermark */


/* Responsive adjustments */
@media (max-width: 768px) {
  .grid-row-top, .grid-row-bottom {
      grid-template-columns: 1fr;
  }
  
  .feature-image {
      grid-row: auto;
  }
  
  .top-right-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
  }
  
  .small-images-container {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
  }
}


/* FOOTER */
/* .footer {
  position: relative;
  width: 100%;
  padding: 100px 0 110px 0;
  background: url("/images/footerbg.png") no-repeat;
  background-size: cover;
  background-attachment: scroll;
} */

.footer {
  position: relative;
  background: url("/images/ijoBG.png") no-repeat ;
  padding: 110px 0 40px;
  color: white;
  background-size: cover;
  background-attachment: scroll; /* Better for mobile performance */
  min-height: 200px; /* Ensures minimum height on very small screens */
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .footer {
    padding: 60px 20px 30px; /* Reduced top/bottom padding, added horizontal padding */
    background-size: cover;
    background-position: center center;
    min-height: 150px;
  }
}

/* For very small screens */
@media (max-width: 480px) {
  .footer {
    padding: 40px 15px 20px;
    min-height: 120px;
  }
}
/* Wavy top border */


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

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* Left side with menu items */
.footer-left {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

.footer-brand {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
/* Responsive adjustments */

.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 180px;
}

@media (max-width: 768px) {
  .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 100px;
  }
 
  .footer {
    background: url("/images/ijoBGmobile.png") no-repeat bottom center;
    position: relative;
    background-size: 100% 350px;
    padding: 110px 0 40px;
    width: 100%;
    color: white;
  }
}
.footer-menu a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.2s;
  display: block;
}

.footer-menu a:hover {
  opacity: 0.8;
}

/* Right side with social icons */
.footer-right {
  margin-top: 90px;
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon img {
  width: 22px;
  height: 22px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-content {
      flex-direction: column;
  }
  
  .footer-left {
      margin-bottom: 5px;
      margin-left: 15px;
      width: 100%;
  }
  
  .footer-right {
      margin-top: 20px;
      margin-left: 30px;
  }
}


.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin-left: 10px;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.daftar-button[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.map-container-image {
  position: relative;
  display: inline-block;
}

.responsive-map-image {
  width: 100%;
  height: auto;
  display: block;
}
.map-container-image {
  position: relative;
  text-align: center; /* helps center the button on mobile */
}

/* Default: Button positioned over the image */
.map-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #8FC10A;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}

/* Mobile view: move button below image and center it */
@media (max-width: 768px) {
  .map-button {
    position: static;
    display: inline-block;
    margin-top: 15px;
  }
}

.map-button:hover {
  background-color: #218838; /* Darker green on hover */
}





/* ZONA  IMAGE*/


  .zona-container {
      max-width: 1800px;
      margin: 0 auto;
  }

  .zona-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      color: #2c5aa0;
      margin-bottom: 40px;
      text-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .zona-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      padding: 0 20px;
  }

  .zona-card {
      border-radius: 20px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
  }

  .zona-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  }

  .zona-card-header {
      display: flex;
      height: 120px;
  }

  .zona-date-section {
      background: #8BC34A;
      width: 120px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #2c5aa0;
      font-weight: bold;
  }

  .zona-date-day {
      font-size: 3rem;
      line-height: 1;
  }

  .zona-date-month {
      font-size: 0.9rem;
      margin-top: 5px;
  }

  .zona-city-section {
      flex: 1;
      background: white;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .zona-city-badge {
      background: #2c5aa0;
      color: white;
      padding: 12px 30px;
      border-radius: 25px;
      font-size: 1.2rem;
      font-weight: bold;
      letter-spacing: 1px;
  }

  .zona-leaf-decoration {
      position: absolute;
      top: 10px;
      right: 15px;
      width: 40px;
      height: 40px;
      background: #8BC34A;
      border-radius: 50%;
      opacity: 0.3;
  }

  .zona-leaf-decoration::before {
      content: '';
      position: absolute;
      top: -5px;
      right: 10px;
      width: 20px;
      height: 30px;
      background: #8BC34A;
      border-radius: 50% 0;
      transform: rotate(45deg);
  }

  .zona-content {
      padding: 25px;
  }

  .zona-activity {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      color: #2c5aa0;
  }

  .zona-icon {
      width: 20px;
      height: 20px;
      margin-right: 12px;
      color: #2c5aa0;
  }

  .zona-activity-text {
      font-size: 1rem;
      font-weight: 500;
  }

  .zona-workshop {
      display: flex;
      align-items: flex-start;
      color: #2c5aa0;
  }

  .zona-workshop-icon {
      width: 20px;
      height: 20px;
      margin-right: 12px;
      margin-top: 2px;
      color: #2c5aa0;
  }

  .zona-workshop-text {
      font-size: 1rem;
      line-height: 1.4;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
      .zona-title {
          font-size: 18px;
          font-weight: 500;
          font-family: 'DM Sans', sans-serif;
          margin-bottom: 30px;
      }

      .zona-grid {
          grid-template-columns: 1fr;
          gap: 20px;
          padding: 0 10px;
      }

      .zona-card-header {
          height: 100px;
      }

      .zona-date-section {
          width: 100px;
      }

      .zona-date-day {
          font-size: 2.5rem;
      }

      .zona-city-badge {
          font-size: 1rem;
          padding: 10px 20px;
      }

      .zona-content {
          padding: 20px;
      }
  }

  @media (max-width: 480px) {
      .zona-title {
          font-size: 18px;
          margin-bottom: 20px;
      }

      .zona-card-header {
          height: 80px;
      }

      .zona-date-section {
          width: 80px;
      }

      .zona-date-day {
          font-size: 2rem;
      }

      .zona-date-month {
          font-size: 0.8rem;
      }

      .zona-city-badge {
          font-size: 0.9rem;
          padding: 8px 16px;
      }

      .zona-content {
          padding: 15px;
      }

      .zona-activity-text,
      .zona-workshop-text {
          font-size: 0.9rem;
      }
  }

  /* Large Desktop */
  @media (min-width: 1200px) {
      .zona-grid {
          grid-template-columns: repeat(2, 1fr);
          max-width: 100%;
          margin: 0 auto;
      }
  }