.contact-wrapper {
  width: 100%;
  min-height: 100vh;
  padding: 120px 20px 60px;
  background: url("../asset/style2.png") center top / cover no-repeat fixed;
}

@media(max-width:768px){
  .contact-wrapper {
    background: url("../asset/style1.png") center top / cover no-repeat fixed;
    padding-top: 100px;
  }
}

/* TITLE */
.contact-title {
  font-family: "Allura", cursive !important;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0;
}

/* CONTACT GRID */
.contact-grid {
  width: 90%;
  max-width: 1100px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

@media(max-width:768px){
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* LEFT BOX */
.contact-box {
  background: rgba(255,255,255,0.28);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  font-family: "Poppins", sans-serif;
  color: #003B52;
}

.contact-box h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

/* RIGHT FORM */
.contact-form {
  background: rgba(255,255,255,0.28);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form label {
  font-weight: 600;
  color: #003B52;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.60);
  font-size: 1rem;
  outline: none;
  color: #003B52;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

.contact-form button {
  margin-top: 10px;
  padding: 12px;
  border-radius: 50px;
  background: #003B52;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
}

/* BUTTONS */
.contact-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.call-btn,
.wh-btn {
  padding: 12px 20px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.call-btn { background:#2962ff; }
.wh-btn   { background:#00c853; }

/* MAP */
.map-box {
  width: 90%;
  max-width: 1100px;
  margin: 40px auto;
  padding: 50px;
  background: rgba(255,255,255,0.18);
  border-radius: 22px;
  text-align: center;
  color: #003B52;
  backdrop-filter: blur(10px);
  font-size: 1.5rem;
}
/* =========================================
   CONTACT TITLE (Anniversary Pink Style)
   ========================================= */
.ribbon-title {
 color: #003B52
}

.contact-title {
  color: #003B52
  
}
