:root{
    --pr-color : #F9E8CA;
}

html {
  scroll-behavior: smooth;
}

body {
font-family: "Montserrat", sans-serif;
font-family: "Kanit", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
background-color: #FCFAF7;
}

::-webkit-scrollbar {
  display: none;
}

/* NAVBAR STYLE */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
 height: 90px;
  z-index: 1000;
  background-color: #F9E8CA;
}

/* ==== NAVBAR BRAND ==== */
/* --- Tombol Primary Umum di Navbar --- */
.button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 127px;
  height: 35px;
  background-color: #FE6625;
  color: #FFFFFF;
  font-size: 17.5px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  /* ✅ Tambahkan stroke hanya di tombol (bukan teks) */
  border: 1px solid #000000;
}

.button a {
  color: #FFFFFF;
  font-size: 17.5px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 22px;
  text-decoration: none;

  /* ✅ Tidak perlu stroke teks di sini */
  /* -webkit-text-stroke: none; */
}




.button-primary.active-nav {
  font-weight: 700;
}

.button-primary:hover {
  background-color: #000000;
  color: #ff8551;
}

/* Instagram button */
.button-instagram {
  background-color: #FFFFFF;
  border: 2px solid white;
  border-radius: 8px;
  padding: 6px 12px;
  color: #1A120F;
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26.4768px;
  line-height: 40px;
  transition: 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.button-instagram:hover {
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
}


/* Efek sembunyi navbar */
.navbar-hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

/* Efek muncul navbar saat scroll ke atas */
.navbar-show {
  transform: translateY(0);
}

/*HERO SECTION*/

#hero-section {
  background-color: #F9E8CA;
  background-size: cover;
  background-position: center;
 min-height: 100vh;
  padding-top: 100px;
  position: relative;
  display: flex;
  align-items: flex-start; /* Sebelumnya center */
  justify-content: center;
  color: white;
  padding-top: 90px; /* Jarak dari atas */
}

.hero-background-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-belakang {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Atau 'contain' jika ingin full tanpa crop */
  display: block;
}

.hero-background-blur::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100px;
  background: linear-gradient(to bottom, white 0%, transparent 100%);
  z-index: 1;
}

.hero-yellow-wrapper {
  background-color: #F2A918;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  z-index: 1;
}

.hero-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px; /* Memberi jarak antar event-info dan register button */
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  z-index: 1;
}
.event-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-top: 0px;
}
.event-detail {
  display: flex;
  align-items: center;
  gap: 60px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px; /* Ukuran dikembalikan */
  font-weight: 700; /* Tebal */
  line-height: 1.3;
  text-align: center;
}

.event-detail-2 {
  display: flex;
  align-items: center;
  gap: 170px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px; /* Ukuran dikembalikan */
  font-weight: 700; /* Tebal */
  line-height: 1.3;
  text-align: center;
}
.event-detail-3 {
  display: flex;
  align-items: center;
  gap: 35px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 43px; /* Ukuran dikembalikan */
  font-weight: 700; /* Tebal */
  line-height: 1.3;
  text-align: center;
}

.price-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px; /* Spasi antar baris */
  font-size: 20px;
}


/* Bagian kiri */
.left-logo {
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
}

/* Bagian tengah */
.center-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  gap: 30px;
}

/* Logo dan Judul */
.hero-logo,
.judul-hero,
.logo-colab {
  height: 90px;
  width: auto;
}


.hero-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.hero-content {
  text-align: center;
  color: white;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0px;
  margin-top: 0px;
}

/* DESKRIPSI RESPONSIF */
.hero-description {
  position: relative;
  width: 100%;
  max-width: 100vw;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 1.6;
  text-align: justify;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0 2rem;
}

.hero-description .highlight {
  color: #FE6625;
  font-weight: 800;
  margin-top: 0 rem;
}

.register-button-wrapper {
  position: relative;
  width: 100%;
  max-width: 798px;
  margin: 40px auto 0 auto;
  padding-bottom: 0px;
  z-index: 1;
}

.register-button {
  width: 789px;
  height: 54px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(254, 102, 37, 0.75) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
  box-shadow: 7px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}

.register-button .register-text {
  background-color: transparent;
  border: none;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
}

/* Hover Effect */
.register-button .register-text:hover {
  letter-spacing: 2px;
  color: #ffffff;
  box-shadow: none;
}

/* Active Click Effect */
.register-button .register-text:active {
  transform: translateY(8px);
  transition: 100ms;
  color: #00000000;
  background-color: transparent;
  box-shadow: none;
}

.seru {
  position: absolute;
  right: 20px; /* agak menjauh dari tepi kanan */
  top: -20px;  /* bisa diatur sesuai tinggi gambarnya */
  z-index: 2;
}
.seru img {
  width: 40px; /* atur ukuran sesuai desain */
  height: auto;
}

/*===SECTION 2===*/

#about-section {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 0;
  display: block; /* ubah dari flex ke block */
  overflow: visible;
}
#about-section,
.info-container,
.info-box, .info-box-right {
  overflow: visible !important;
  position: relative;
}

.about-bg {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-2 {
   width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
  z-index: 0;
}

.about-content {
  margin: 0;
  padding: 0;
  font-size: 47px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.4;
  text-align: left;
  color: rgba(46, 46, 46, 0.9);
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about-content-container {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  top: 15px;
  left: 60px;
  z-index: 2;
}

.about-content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 47px;
  color: #2E2E2E;
  position: relative;
}

.garis-utama {
  position: relative;
  display: inline-block;
  
}

.garis-utama::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px; /* sedikit turun dari teks */
  width: 100%; /* sepanjang span */
  height: 14px;
  background-color: #FF7337;
  z-index: -1;
}

.garis-utama::before {
  content: "";
  position: absolute;
  left: calc(-100vw + 8px); /* Agar mulai dari kiri layar */
  bottom: 2px;
  width: 100vw;
  height: 14px;
  background-color: #FF7337;
  z-index: -1;
}

/* Countdown Timer */
/* Countdown Timer - Posisi dan Font */
.countdown-timer {
  display: flex;
  align-items: center;
  margin-top: 20px; /* Jarak dari judul */
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-left: 27%; /* Lebih ke kiri */
}

.timer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F9D28B;
  padding: 20px 20px;
  border-radius: 20px;
  margin-right: 8px;
  min-width: 60px;
  text-align: center;
}

.timer-value {
  font-size: 45px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
}

.timer-label {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  margin-top: 4px;
}

.colon {
  font-size: 60px;
  font-weight: 700;
  color: #000000;
  margin: 0 6px;
}

/* Info Box - Sekarang dengan position: relative */
.info-box {
  box-sizing: border-box;
  position: relative;
  width: 523px;
  height: 380px;
  background: #F0E8E5;
  border: 4px solid #1A120F;
  border-radius: 15px;
  z-index: 2;
  padding: 20px;
   display: flex;
  align-items: center;
  justify-content: flex-start;

}

.jalur {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.race-pack {
    max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}


.info-box-right {
  box-sizing: border-box;
  position: relative;
  width: 689px;
  height: 380px;
  background: #F0E8E5;
  border: 4px solid #1A120F;
  border-radius: 15px;
  padding-top: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
}


.info-container {
  display: flex;
  justify-content: flex-start; /* Atau use gap jika ingin jarak tetap */
  align-items: flex-start; /* Sejajarkan atasnya */
  margin-top: 50px;
  gap: 40px;
  padding: 0;
  margin-left: 0px;
  z-index: 1;
}

.info-box,
.info-box-right {
  position: relative;
  margin: 0 10px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.oval-badge {
  position: absolute;
  top: -6%;
  left: 4%;
  width: 368px;
  height: 49px;
  background-color: #DAC6BE;
  border-radius: 30px;
  border: 4px solid #6B4B3E;
  z-index: 3;

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.oval-badge h3,.oval-badge-right h3 {
  font-size: 40px;
  margin: 0;
  color: #1A120F; /* Atur warna sesuai kebutuhan */
}

.oval-badge-right {
  position: absolute;
  top: -6%;     /* relatif terhadap tinggi box */
  left: 3%;    /* relatif terhadap lebar box */
  width: 368px;
  height: 49px;
  background-color: #DAC6BE;
  border-radius: 30px;
  border: 4px solid #6B4B3E;
  z-index: 3;

    display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
/*==SECTION 3==*/

#sponsor-section {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-color: #FCFAF7;
  padding: 0;
}

.sponsor-bg{
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.sponsor-content-container {
  margin: 0;
  position: relative;
  top: 15px;
  left: 60px; 
  z-index: 2;
}

.sponsor-content, h2 {

  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 47px;
  color: #2E2E2E;
  position: relative;
}

.sponsor-content {
  margin: 0;
  padding: 0;
  font-size: 47px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.4;
  text-align: left;
color: rgba(46, 46, 46, 0.9);
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.sponsor-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px; /* Jarak antar kotak */
  margin-top: 20px;
  padding-left: 38px;
}

.sponsor-box, .sponsor-box-bawah {
  width: 1197px;
  border: 4px solid #3185FC;
  border-radius: 30px;
  display: flex;
  flex-direction: column; /* agar tulisan & gambar vertikal */
  align-items: center; /* center horizontal */
  justify-content: flex-start; /* agar mulai dari atas */
  padding-top: 10px;
  margin-left: 4%;
}

.sponsor-box {
  min-height: 0px;
  margin: 0;
}
.sponsor-box-bawah {
  min-height: 0px;
  margin: 0;
  height: 50%;
}

.sponsor-box h3 {
  font-size: 50px;
  font-family: 'Monserrat', sans-serif;
  color: #2E2E2E;
  font-weight: 700;
  margin: 0;
}
.sponsor-box-bawah h3 {
font-size: 35px;
  font-family: 'Monserrat', sans-serif;
  color: #2E2E2E;
  font-weight: 700;
  margin: 0;
}

.tulisan-box-atas {
  margin: 0;
}
.tulisan-box-atas h3{
  font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 61px;
text-align: center;
color: rgba(46, 46, 46, 0.9);
}

.tulisan-box-bawah h3{
  font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 61px;
text-align: center;
color: rgba(46, 46, 46, 0.9);
}

.tulisan-bawahh {
  margin-top: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.tulisan-bawah {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
}

.contact-table {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-collapse: collapse;
}

.contact-table td {
  vertical-align: top;
  font-size: 20px;
}

.contact-table a {
  color: black;
  text-decoration: underline;
}


.dummy-1, {
  width: 100%; /* atau ukuran tetap seperti 900px */
  height: 150px;
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 20px;
}

/*<!--Section Activity-->*/
#activity-section {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-color: #FCFAF7;
  padding: 0;
}

.activity-wrapper {
  position: relative;
}
/* Background & Image */
.bg-atas {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px; /* Agar tidak ketimpa oleh box */
}

.bg-atass {
  width: 100%;
  height: auto;
  max-height: 319px;
  object-fit: cover;
  display: block;
}
/* Overlay satu kesatuan */
.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  z-index: 2;
  display: flex;
  justify-content: space-between; /* Kiri dan kanan dipisah */
  align-items: center; /* Vertikal tengah */
  box-sizing: border-box;
}

.left-content {
  position: relative;
  top: -90px;     /* <--- Naikkan dengan nilai negatif */
  z-index: 3;
}

.judul-overlay {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 42px;
  color: #ffffff;
  background: linear-gradient(90deg, #045FD9 43.28%, rgba(255, 255, 255, 0) 91.35%);
  padding: 10px 30px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}

/* Konten Kanan - Subjudul + Statistik */
.right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 12px;
  max-width: 60%;
  margin-top: 250px; /* Tambahkan ini untuk menurunkan */
}

.judul-sub {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  bottom: 120px;
  right: 40px ;
}

/* Statistik */
.stat-box-container {
  position: absolute;
  bottom: 40px; /* Geser keluar ke bawah */
  right: 80px;
  display: flex;
  gap: 16px;
  z-index: 5;
}

.stat-box {
  background-color: #007bff;
  color: white;
  padding: 10px 18px;
  border-radius: 10px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
  min-width: 100px;
  z-index: 4;
}

.stat-number {
  font-size: 30px;
  display: block;
}

.stat-label {
  font-size: 25px;
  display: block;

}

.tulisan-tengah {
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.isi-tulisan-tengah {
  text-align: justify;
  font-family: 'Monserrat', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
}

.isi-tulisan-tengah span {
  font-weight: 800;
}

.gambar-berjejer {
  display: flex;
  justify-content: center;     /* Tengah-tengah horizontal */
  align-items: center;         /* Tengah-tengah vertikal (jika tinggi sama) */
  gap: 100px;                   /* Jarak antar gambar */
  flex-wrap: wrap;             
  margin: 30px 0;
}

.gambar-berjejer img {
  width: 200px;               
  height: auto;    
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gambar-berjejer img:hover {
  transform: scale(1.05);     
}


/*===SECTION CONTACT===*/

#contact{
  background-image: url(../Assets/img/bg-contact.png);
  background-size: cover;
  margin-top: 20px;
  width: 100%;
  min-height: 100vh;
  position: relative;
 z-index: 1;
  background-size: cover;
  background-position: center;
  padding: 0;
}

.container-fluid {
  width: 100vw;
  padding: 0;
  margin: 0;
}

#contact .container {
  padding: 20px 0 0 0;
}


.logo-bawah {
position: relative;
width: 219px;
height: 159px;
top: 50px;
}

.slogan-bawah {
  position: relative;
width: 271px;
height: 73px;
top: 370px;
}

.kontak-container {
  margin-top: 120px;
  position: relative;
}

.kontak-container h3 {
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-size: 35px;
line-height: 43px;
color: #FFFFFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-bottom: 20px;
}

.kontak-container a {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.kontak-container a {
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat';
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.kontak-container a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0); 
  transform-origin: center;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.kontak-container a:hover::after {
  transform: translateX(-50%) scaleX(1); 
}

.kontak-container img {
width: 50px;
height: 50px;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.kontak-container .lokasi-text {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 29px;
  margin-left: 15px;
}

.lokasi-text a {
  font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 24px;
color: #FFFFFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.lokasi-text img {
width: 50px;
height: 50px;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.lokasi-text a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
  display: inline; /* penting! agar line wrap tetap alami */
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.lokasi-text a:hover {
  border-bottom: 2px solid #FFFFFF;
}

.kontak-container .email,
.kontak-container .ig,
.kontak-container .linkedin {
  display: flex;
  align-items: center;
  gap: 30px; /* jarak antara icon dan tulisan */
  margin-bottom: 29px; 
  margin-left: 15px;
}

/* Jika dua teks seperti di ig, bisa tambahkan flex column untuk teksnya */
.kontak-container .ig a {
  display: block; /* tampilkan link instagram dalam 1 kolom */
  margin-top: 2px; /* sedikit jarak antar baris */
}

.kontak-container a {
  position: relative;
  text-decoration: none; /* Hilangkan underline bawaan */
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Montserrat';
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Efek underline dari tengah saat hover */
.kontak-container a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0); /* Mulai dari tengah dan tidak terlihat */
  transform-origin: center;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.kontak-container a:hover::after {
  transform: translateX(-50%) scaleX(1); /* Full garis saat hover */
}

.lokasi-text a {
  position: relative;
  text-decoration: none; 
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Montserrat';
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Efek underline dari tengah saat hover */
.lokasi-text a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0); /* Mulai dari tengah dan tidak terlihat */
  transform-origin: center;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.lokasi-text a:hover::after {
  transform: translateX(-50%) scaleX(1); /* Full garis saat hover */
}

/* Container utama tombol WhatsApp di pojok kanan bawah */
.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 999; /* pastikan di atas elemen lain */
}

/* Logo WhatsApp */
.logo-wa img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* Tombol teks WhatsApp */
.tombol-wa .wa-text {
  background-color: #00C851;
  color: white;
  border: none;
  border-radius: 40px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  text-decoration: none;
}

/* Hover efek untuk tombol */
.tombol-wa .wa-text:hover {
  background-color: #009e3ad3;
}

.copyright {
 margin-top: 340px;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: start;
}

.copyright h5 {
  margin: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
