.footer {
  background: linear-gradient(135deg, #0f3d3e, #2e7d6b);
  color: white;
  padding: 60px 20px 20px;
  font-family: 'Times New Roman', Times, serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1 1 250px;
}

.footer h3, .footer h4 {
  margin-bottom: 15px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 12px;
}

.footer a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer a i {
  margin-right: 8px;
  color: #ffd369;
}

.footer a:hover {
  color: #ffd369;
  padding-left: 5px;
}

.map iframe {
  width: 100%;
  height: 150px;
  border-radius: 8px;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.3);
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }
}
/* =========================
   GLOBAL FIX
========================= */

body {
  margin: 0 !important; 
  padding: 0 !important; 
  overflow-x: hidden !important;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

/* =========================
   TABLET (max 992px)
========================= */
@media (max-width: 992px) {
  .about-container,
  .container,
  .footer-container,
  .testimoni1,
  .panels {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .about-images {
    justify-content: center !important;
  }

  .about-images img {
    width: 180px !important;
    height: 180px !important;
  }

  .form {
    width: 100% !important;
  }

  .donasi_item {
    margin-top: 40px !important;
  }
}

/* =========================
   MOBILE (max 768px)
========================= */
@media (max-width: 768px) {
  .header h1 {
    font-size: 22px !important;
  }

  .headline {
    font-size: 14px !important;
  }

  .panels {
    gap: 15px !important;
  }

  .panel {
    width: 100% !important;
  }

  .form1 input,
  .form1 textarea,
  .form1 select,
  .form1 button {
    width: 100% !important;
  }

  .submit,
  .btn_donasi {
    width: 100% !important;
  }

  .footer-col {
    width: 100% !important;
    margin-bottom: 30px !important;
    text-align: center !important;
  }

  iframe {
    width: 100% !important;
    height: 250px !important;
  }
}

/* =========================
   SMALL MOBILE (max 480px)
========================= */
@media (max-width: 480px) {
  h1 {
    font-size: 20px !important;
  }
  h2 {
    font-size: 18px !important;
  }
  h3 {
    font-size: 16px !important;
  }

  .about-images img {
    width: 150px !important;
    height: 150px !important;
  }

  .isi_nominal button {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
}
