
      @font-face {
  font-family: 'LCNPetite';
  src: url('assets/LCNPetite-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Thêm đoạn này */
.map-link-text {
  font-family: 'LCNPetite', sans-serif;
  font-size: 20px;
  color: #aa4e63;
  font-weight: 500;
  margin-top: 8px;

}
.map-link {
  text-decoration: none;
}

.map-link * {
  text-decoration: none !important;
}



       body {
      font-family: 'Montserrat', sans-serif;
    }
    


    .map-link {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-link:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.map-hover {
  border-radius: 16px;
  transition: all 0.3s ease;
}

    .container {
      max-width: 480px;
      margin: auto;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background-color: #fff0f0;
      margin: 0;
      padding: 0;
      text-align: center;
    }

    .section-img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    /* .hero-img {
      width: 100%;
      max-width: 480px;
      height: auto;
      margin-top: 12px;
    }

    .hero {
      background: url('assets/BG\ macca.png') no-repeat top center;
      background-size: cover;
      padding: 40px 0;
    } */



    .section-wrapper {
      position: relative;
      margin: 60px 0 40px;
       min-height: auto;
       height: auto;
    }

    .section-title {
font-family: 'Montserrat', sans-serif;

      font-weight: 700;
      font-size: 10px;
      color: #fff;
      background-color: #e66375;
      padding: 8px 20px;
      border-radius: 20px;
      position: absolute;
      top: -28px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);

    }
    .bg-nensoc {
      background: url('assets/nensoc-macca.svg') repeat;
      background-size: contain;
    }

.glow-button {
  display: inline-block;
  padding: 10px 12px; /* tăng khoảng cách bên trong nút */
  font-size: 10px; /* tăng cỡ chữ */
  font-weight: bold;
  color: #e66375;
  background-color: #e16474;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 8px 24px rgba(225, 100, 116, 0.6), 0 4px 12px rgba(0,0,0,0.2);
  animation: pulse 2s infinite;
  transition: transform 0.3s, box-shadow 0.3s;
}


    .glow-button:hover {
      transform: scale(1.05);
      box-shadow: 0 12px 28px rgba(225, 100, 116, 0.7), 0 6px 16px rgba(0,0,0,0.25);
    }

    .glow-button:active {
      transform: scale(0.98);
      box-shadow: 0 0 0 6px rgba(225, 100, 116, 0.4);
    }

    .glow-button::after {
      content: '';
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border-radius: 999px;
      background: radial-gradient(circle, rgba(225,100,116,0.4) 0%, transparent 80%);
      z-index: -1;
      animation: pulseBorder 2s infinite;
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(225, 100, 116, 0.7);
      }
      70% {
        box-shadow: 0 0 0 14px rgba(225, 100, 116, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(225, 100, 116, 0);
      }
    }

    @keyframes pulseBorder {
      0% {
        opacity: 0.7;
        transform: scale(0.9);
      }
      50% {
        opacity: 0.3;
        transform: scale(1.1);
      }
      100% {
        opacity: 0.7;
        transform: scale(0.9);
      }
    }


 .section-confirm-row .glow-button {
  background: #e66375;
  color: white;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  padding: 16px 28px;
  border: none;
  border-radius: 30px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  margin-top: 16px;
}


    .section-confirm-row button {
      background: #e66375;
      color: white;
      font-weight: bold;
font-family: 'Montserrat', sans-serif;
      padding: 16px 28px;
      border: none;
      border-radius: 30px;
      font-size: 16px;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease;
      margin-top: 16px;
}



.section-confirm-row button:hover {
  background: #c94444;
  transform: scale(1.03);
}
input[type="radio"] {
  accent-color: #553be9; /* màu hồng nhạt hoặc bạn chỉnh theo ý */
}
  /* .social-buttons {
  position: fixed;
  top: 60%;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.social-buttons .btn {
  width: 50px;
  height: 50px;
  background: #007bff;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.social-buttons .btn:hover {
  transform: scale(1.1);
}

Riêng từng nút */
/* .social-buttons .fb {
  background: #1877f2;
}

.social-buttons .zalo {
  background: #008fe5;
}

.social-buttons .call {
  background: #e60000;
}

.social-buttons .to-top {
  background: #0d6efd;
} */


/*hiệu ứng zoom roll*/

/* lời iu thương
.zoom-in-section {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.zoom-in-section.show {
  opacity: 1;
  transform: scale(1);
}

/* bản đồ */
/* .zoom-on-scroll {
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.zoom-on-scroll.zoomed-in {
  transform: scale(1);
  opacity: 1;
} */ 
 .zoom-in-section {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

.zoom-in-visible {
  transform: scale(1);
  opacity: 1;
}

.zoom-on-scroll {
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.zoomed-in {
  transform: scale(1);
  opacity: 1;
}

.zoom-in-section {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3ss ease-in-out;
}

.zoom-in-visible {
  transform: scale(1);
  opacity: 1;
}

/* loading */
/* Spinner overlay cố định giữa màn hình */
#loadingSpinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  
  background-color: rgba(157, 157, 157, 0.4); /* giảm opacity để blur đẹp hơn */
  backdrop-filter: blur(6px); /* làm nền nhòe */
  
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

#loadingSpinner p {
  color: #ff5b81;
  font-size: 20px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8); /* chữ nổi bật hơn */
}


/* Khi active thì hiện ra */
#loadingSpinner.active {
  opacity: 1;
  visibility: visible;
}



  #music-toggle {
  position: fixed;
  bottom: 100px;
  left: 20px;
  width: 60px;
  height: 60px;
  background:#fff0f0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

/* Icon */
#music-icon {
  color: #e66375;
  font-size: 24px;
}

/* Hiệu ứng ripple */
#music-toggle::before,
#music-toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(210, 32, 32, 0.5);
  border-radius: 50%;
  animation: ripple 2s infinite;
}

#music-toggle::after {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/* Ẩn ripple khi nhạc đang phát */
.no-ripple::before,
.no-ripple::after {
  display: none;
}
/* Lắc nhẹ như chuông */
@keyframes ring {
  0%   { transform: rotate(0); }
  15%  { transform: rotate(10deg); }
  30%  { transform: rotate(-10deg); }
  45%  { transform: rotate(6deg); }
  60%  { transform: rotate(-6deg); }
  75%  { transform: rotate(3deg); }
  100% { transform: rotate(0); }
}

.ringing {
  animation: ring 1.2s infinite ease-in-out;
}


@keyframes shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(8deg); }
  50% { transform: rotate(-8deg); }
  75% { transform: rotate(8deg); }
  100% { transform: rotate(0deg); }
}

.shake {
  animation: shake 1s infinite;
  cursor: pointer;
}

/* banner sau ảnh hero */
.bg-pattern {
  position: relative;
  width: 100%;
  height: 450px; /* hoặc bạn chỉnh tùy theo độ cao mong muốn */
  background-image: url('assets/banner\ hero\ before.png'); /* ảnh nền bạn muốn */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-img {
 width: 100%;
      max-width: 600px;
      height: auto;
      margin-top: 12px;

}


/* Nền riêng cho từng section */
.bg-loimoi { /* thay bằng tên ảnh nền bạn muốn */
  min-height: 200px;
}


.bg-thoigian {
  background: url('assets/BG\ le.png') no-repeat center center/cover;
  min-height: 350px;
}

.bg-diadiem {
  background: url('assets/BG\ chan.png') no-repeat center center/cover;
  min-height: 610px;
}

.bg-dresscode {
  background: url('assets/BG\ le.png') no-repeat center center/cover;
  min-height: 400px;
}

/*click*/
.glow-button {
  position: relative;
  overflow: hidden;
}

.click-guide-inside {
  position: absolute;
  top: 100%;          /* nằm dưới chữ – bạn có thể thử 70%, 80% tùy ý */
  left: 50%;         /* canh giữa ngang */
  transform: translate(-50%, -50%);
  width: 35px;       /* chỉnh theo ý */
  height: auto;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4))
}


#popupForm label {
  display: block;
  margin-top: 5px;  /* Tạo khoảng cách giữa câu hỏi và câu hỏi trước đó */
  margin-bottom: 6px; /* Khoảng cách giữa câu hỏi và ô nhập */
}

#popupForm input[type="text"],
#popupForm input[type="tel"],
#popupForm input[type="email"] {
  margin-bottom: 16px; /* Khoảng cách sau ô nhập */
}


