/* ===============================
   CONTACT SECTION
================================ */

.contact-section {
  background: #000;
  padding-left: 80px;
  padding-right: 80px;
}

.contact-container {
  max-width: 1280px;
  margin: auto;
}

/* ===== HEADER ===== */

.creations-header {
  margin-bottom: 48px;
}

.creations-label {
  font-family: Orbitron;
  font-size: 14px;
  color: #A882FF;
  letter-spacing: 0.05em;
}

.creations-title {
  font-family: Orbitron;
  font-weight: 900;
  font-size: 48px;
  line-height: 64px;
  color: #fff;
  margin: 12px 0;
}

.creations-desc {
  font-family: Lato;
  font-size: 20px;
  line-height: 28px;
  color: #DBDBDB;
  max-width: 640px;
}

/* ===============================
   FORM CARD
================================ */

.contact-form {
  background: linear-gradient(180deg, #2b2b2b 0%, #1a1a1a 100%);
  border-radius: 24px;
  padding: 32px;
  box-shadow:
    inset 0 0 32px rgba(255, 255, 255, 0.12),
    0 16px 40px rgba(0, 0, 0, 0.6);
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.form-group label {
  font-family: Orbitron;
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
}

.form-group label span {
  color: #ff4d4d;
}

.form-group input,
.form-group textarea {
  background: #3a3a3a;
  border: none;
  border-radius: 10px;
  padding: 14px 16px;
  font-family: Lato;
  font-size: 16px;
  color: #fff;
  outline: none;
}

.form-group textarea {
  min-height: 140px;
  resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #bdbdbd;
}

.form-group input:focus,
.form-group textarea:focus {
  background: #444;
  box-shadow: 0 0 0 1px #7d86ed;
}

.send-btn {
  width: 100%;
  margin-top: 12px;
  padding: 14px;
  font-family: Orbitron;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(101deg, #93c3fd, #7d86ed, #5b63ed);
}

.send-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(125, 134, 237, 0.5);
}

/* ===============================
   INFO SECTION
================================ */

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 120px;
}

.info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.info-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #93c3fd, #5b63ed);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.info-item h4 {
  font-family: Orbitron;
  font-size: 18px;
  color: #fff;
  margin-bottom: 6px;
}

.info-item p,
.info-item a,
.info-item span {
  font-family: Lato;
  font-size: 16px;
  color: #DBDBDB;
  /* text-decoration: none; */
}

/* ===============================
   RESPONSIVE
================================ */

/* Tablet */
@media (max-width: 1023px) {
  .contact-section {
    padding-left: 32px;
    padding-right: 32px;
    overflow: hidden;
  }

  .contact-info {
    margin-top: 40px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .creations-title {
    font-size: 32px;
    line-height: 42px;
  }

  .creations-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-form {
    padding: 24px;
    border-radius: 20px;
  }
}

/* contact sec e */

/* map sec s */

.map-section {
  background: #000;
  padding: 80px 80px;
}

/* ===============================
   CONTAINER
================================ */
.map-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* ===============================
   HEADER
================================ */
.creations-header {
  margin-bottom: 44px;
}

.creations-label {
  font-family: Orbitron;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #A882FF;
  text-transform: uppercase;
}

.creations-title {
  font-family: Orbitron;
  font-weight: 900;
  font-size: 48px;
  line-height: 64px;
  color: #fff;
  margin: 12px 0;
}

.creations-desc {
  font-family: Lato;
  font-size: 20px;
  line-height: 28px;
  color: #DBDBDB;
  max-width: 640px;
}

/* ===============================
   MAP BOX
================================ */
.map-box {
  width: 100%;
  height: 451px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

/* iframe always fills map box */
.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ===============================
   1024px (same as desktop)
================================ */
@media (max-width: 1024px) {
  .map-section {
    padding: 80px 80px;
  }
}

/* ===============================
   TABLET (≤ 768px)
================================ */
@media (max-width: 768px) {
  .map-section {
    padding: 60px 32px;
  }

  .creations-title {
    font-size: 40px;
    line-height: 56px;
  }

  .creations-desc {
    font-size: 18px;
    line-height: 26px;
  }

  .map-box {
    height: 380px;
  }
}

/* ===============================
   MOBILE (≤ 425px)
================================ */
@media (max-width: 425px) {
  .map-section {
    padding: 48px 20px;
  }

  .creations-title {
    font-size: 32px;
    line-height: 44px;
  }

  .creations-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .map-box {
    height: 320px;
  }
}

/* ===============================
   SMALL MOBILE (≤ 375px)
================================ */
@media (max-width: 375px) {
  .creations-title {
    font-size: 28px;
    line-height: 40px;
  }

  .map-box {
    height: 280px;
  }
}