/* visituspbt-fixed.css - Clean & consistent version */
#main-content {
		
		margin: -280px auto 0 !important; /* ← naikkan ke atas */
		
}
/* Section */
.visitus-page .section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto 90px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  font-family: inherit;
}

.visitus-page .section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #001f3f;
  font-size: 32px;
  font-weight: 700;
  font-family: inherit;
}

/* Office Cards Container - Two column grid layout */
.visitus-page .office-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  font-family: inherit;
}

/* Office Card */
.visitus-page .office {
  background: #fff;
  padding: 25px 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 15px;
  font-family: inherit;
}

.visitus-page .office:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.visitus-page .office h4 {
  color: #0a4270;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  font-family: inherit;
}

.visitus-page .office p {
  margin: 6px 0;
  color: #333;
  line-height: 1.6;
  font-size: 15px;
  font-family: inherit;
}

.visitus-page .office i {
  color: #001f3f;
  margin-right: 6px;
}

/* Maps */
.visitus-page .map {
  margin-top: 20px;
}

.visitus-page .map iframe {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .visitus-page .office-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.office-section {
  background: linear-gradient(to bottom, #e6f0ff, #ffffff);
  padding: 180px 20px 90px; /* 👉 padding-top ditambah */
}


.office-section h2 {
  text-align: center;
  font-size: 28px;
  color: #001f3f;
  margin-top: 150px;      /* 👉 Tambah ni */
  margin-bottom: 40px;
}
