/* CSS Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* ===== GLOBAL RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
  font-family: 'poppins', sans-serif;
    background: linear-gradient(to right, #56ccf2, #ffffff);
}

/* Header Styles */
header {
  background-color: #ffffff;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; /* Ini yang menyelaraskan vertikal */
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background-color: #2563eb; /* Warna biru seperti gambar */
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 9999px; /* Biar tombolnya oval */
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'poppins', sans-serif;
}

.dropbtn:hover {
  background-color: #1e40af; /* Biru lebih gelap saat hover */
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.notification {
    padding: 15px 20px;
    margin: 20px auto;
    max-width: 1200px;
    border-radius: 5px;
    color: white;
    animation: fadeInDown 0.5s; 
}

.notification.success {
    background-color: #2ecc71;
}

.notification.error {
    background-color: #e74c3c;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Logo Styles */
.logo {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center; /* Menyelaraskan vertikal */
}
.highlightlogo{
  color: #007bff;
}

/* Navigation Styles */
nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  height: 100%;
  align-items: center; /* Menyelaraskan vertikal */
}

nav li {
  display: flex;
  align-items: center; /* Menyelaraskan vertikal */
  height: 100%;
}

nav li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 0;
  position: relative;
  display: flex;
  align-items: center; /* Menyelaraskan vertikal */
}

/* Button Styles */
.contact-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s;
  display: flex;
  align-items: center; /* Menyelaraskan vertikal */
  height: 40px;
}

.contact-btn:hover {
  background-color: #0069d9;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
  /* ===== HERO SECTION ===== */
  .hero {
    display: flex;
    align-items: center;
    min-height: 80vh;
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    gap: 4rem;
    flex-direction: row-reverse; /* Ini yang diubah */
  }
  
  .hero-content {
    flex: 1;
    text-align: left; /* Rata kanan untuk teks */
    padding-left: 2rem; /* Memberi jarak dari gambar */
    font-size: 2rem;
  }
  
  .hero-image {
    flex: 1;
    text-align: left; /* Gambar di kiri */
  }
  .highlight {
    color: #007bff;
  }
  
  /* Animasi disesuaikan */
  .hero-content {
    animation: fadeInUp 1s ease;
  }
  
  .hero-image {
    animation: fadeInLeft 1.5s ease;
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .hero {
      flex-direction: column; /* Tetap column di mobile */
    }
    
    .hero-content {
      text-align: center; /* Teks ditengah di mobile */
      padding-left: 0;
      order: 2; /* Teks di bawah di mobile */
    }
    
    .hero-image {
      order: 1; /* Gambar di atas di mobile */
      text-align: center;
    }
  }
/* ===== ABOUT SECTION ===== */
.about-section {
  padding: 6rem 8%;
  position: relative;
  text-align: center; /* Tambahkan ini untuk memastikan judul di tengah */
}

.about-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.about-section .section-title {
  font-size: 2.5rem;
  color: #2c3e50; /* Ganti var(--primary) dengan nilai hex */
  text-align: center; /* Pastikan judul about di tengah */
  margin-bottom: 3rem;
  position: relative;
  display: block; /* Tambahkan ini */
  width: 100%; /* Tambahkan ini */
}

.about-section .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #2c3e50; /* Ganti var(--primary) */
  margin: 1rem auto 0; /* Pastikan garis bawah di tengah */
  border-radius: 2px;
}

.about-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 4rem;
  text-align: left; /* Konten teks tetap rata kiri */
}

.about-text {
  flex: 1;
}

.about-text h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #2c3e50; /* Ganti var(--dark) */
}

.about-text p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.about-image {
  flex: 1;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  border-radius: 16px;
  border: 5px solid white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s;
}

.about-image img:hover {
  transform: scale(1.02);
}
/* ====== BAGIAN DI LUAR KOTAK PUTIH ====== */
.section-header-out {
  text-align: center;
  margin-bottom: 20px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #2c3e50;
  margin: 10px auto 0;
}

.section-subtitle {
  font-size: 16px;
  color: #7f8c8d;
  margin-top: 10px;
}

/* ====== CONTAINER UTAMA ====== */
.portofolio-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  position: relative; /* Untuk positioning tombol tambah */
}

/* ====== HEADER & TOMBOL TAMBAH ====== */
.section-header-in {
  position: relative;
  padding: 30px;
}

.btn-tambah {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background-color: #3498db;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn-tambah:hover {
  background-color: #2980b9;
}
/* ====== TABEL ====== */
.table-container {
  width: 100%;
  overflow-x: auto;
}

.portfolio-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 0 auto; /* Pusatkan tabel */
}

.portfolio-table thead {
  background-color: #3498db;
  color: #fff;
}

.portfolio-table th, 
.portfolio-table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.portfolio-table th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.portfolio-table tbody tr:hover {
  background-color: #f8f9fa;
}

/* ====== KOLOM KHUSUS ====== */
.activity-number {
  font-weight: bold;
  color: #3498db;
  width: 50px;
}

.activity-name {
  text-align: left;
  padding-left: 20px;
}

.activity-date {
  white-space: nowrap;
}

/* ====== TOMBOL AKSI ====== */
.activity-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.proof-link {
  display: inline-block;
  padding: 6px 12px;
  background-color: #e8f4fc;
  color: #3498db;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}

.proof-link:hover {
  background-color: #3498db;
  color: white;
}

.btn-edit, 
.btn-delete {
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}

.btn-edit {
  background-color: #2ecc71;
  color: white;
}

.btn-edit:hover {
  background-color: #27ae60;
}

.btn-delete {
  background-color: #e74c3c;
  color: white;
}

.btn-delete:hover {
  background-color: #c0392b;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
  .portfolio-container {
    padding: 20px;
  }
  
  .portfolio-table {
    display: block;
    overflow-x: auto;
  }
  
  .activity-actions {
    flex-direction: column;
    gap: 5px;
  }
}


/* Opinion Grid - Layout Baru */
/* Opinion Grid */

.opini-section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #3498db;
}

.opini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.opini-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: 350px;
}

.opini-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.opini-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  color: white;
  padding: 30px 20px;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(20px);
}

.opini-card:hover .opini-overlay {
  opacity: 1;
  transform: translateY(0);
}

.opini-card:hover .opini-image {
  transform: scale(1.05);
}

.opini-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.opini-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* ===== CONTACT SECTION ===== */
.contact-section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #3498db;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background: linear-gradient(to right, #56ccf2, #ffffff);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 20px;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  text-align: left;
}

.contact-map {
  flex: 1;
  min-width: 300px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #2c3e50;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: all 0.3s;
}

.form-control:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.submit-btn {
  background: #3498db;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}

.submit-btn:hover {
  background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.map-container {
  height: 100%;
  min-height: 400px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}


/* ===== FOOTER STYLES ===== */
.footer {
  background-color: #2c3e50;
  color: #ffffff;
  padding: 60px 0 30px;
  margin-top: 60px;
}

.footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-col {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}

.footer-logo .highlight {
  color: #3498db;
}

.footer-about p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #ecf0f1;
}

.footer-links h3, 
.footer-contact h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-links h3::after,
.footer-contact h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #3498db;
}

.footer-links ul {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #ecf0f1;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
}

.footer-links a:hover {
  color: #3498db;
  transform: translateX(5px);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.contact-icon {
  color: #3498db;
  margin-right: 15px;
  font-size: 1.2rem;
  margin-top: 3px;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  color: white;
  background: rgba(255,255,255,0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.social-links a:hover {
  background: #3498db;
  transform: translateY(-3px);
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #bdc3c7;
  font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
  }
  
  .footer-col {
    flex: 100%;
    margin-bottom: 30px;
  }
  
  .footer-links h3,
  .footer-contact h3 {
    margin-bottom: 15px;
  }
}
/* ===== FORM TAMBAH KEGIATAN ===== */
.portfolio-container {
    max-width: 1200px;
    margin: 40px auto;
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ecf0f1;
}

.section-title {
    font-size: 28px;
    color: #2c3e50;
    font-weight: 600;
}

.btn-kembali {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    background-color: #3498db;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.btn-kembali:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.form-kegiatan {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-weight: 500;
    color: #2c3e50;
    font-size: 16px;
}

.form-group input[type="text"],
.form-group input[type="date"],
.form-group input[type="file"] {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
}

.form-group input[type="text"]:focus,
.form-group input[type="date"]:focus {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.form-group input[type="file"] {
    padding: 10px;
    background: #f8f9fa;
}

.form-group small {
    font-size: 13px;
    color: #7f8c8d;
}

.btn-submit {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    width: 100%;
    margin-top: 10px;
}

.btn-submit:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .portfolio-container {
        padding: 20px;
        margin: 20px auto;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .btn-kembali {
        align-self: flex-start;
    }
    
    .form-group input[type="text"],
    .form-group input[type="date"],
    .form-group input[type="file"] {
        padding: 10px 12px;
    }
}
/* ===== FORM TAMBAH KEGIATAN ===== */
.portfolio-container {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 30px;
  margin: 20px auto;
  max-width: 800px;
}

.section-title {
  color: #2c3e50;
  font-size: 24px;
  margin-bottom: 20px;
}

.form-kegiatan {
  display: grid;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-weight: 600;
  color: #34495e;
}

.form-input {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-input-file {
  width: 100%;
}

.btn-submit {
  background: #3498db;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Untuk tampilan tabel di screenshot */
table {
  width: 100%;
  border-collapse: collapse;
}

table td {
  padding: 12px;
  border: 1px solid #eee;
}

/* ===== TAMBAHAN CSS RESPONSIF MOBILE ===== */
/* Tambahkan di akhir file CSS yang sudah ada */

/* Mobile First - Breakpoint untuk layar kecil */
@media (max-width: 480px) {
  /* Header Mobile */
  .container {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  
  .logo {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  nav ul {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  
  nav li {
    width: 100%;
    text-align: center;
  }
  
  .contact-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
  }
  
  /* Hero Section Mobile */
  .hero {
    flex-direction: column;
    min-height: auto;
    padding: 2rem 1rem;
    gap: 2rem;
    text-align: center;
  }
  
  .hero-content {
    padding-left: 0;
    font-size: 1.5rem;
  }
  
  .hero-content h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  
  .hero-image img {
    max-width: 100%;
    height: auto;
  }
  
  /* About Section Mobile */
  .about-section {
    padding: 3rem 4%;
  }
  
  .about-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  
  .about-text h3 {
    font-size: 1.5rem;
  }
  
  .about-text p {
    font-size: 1rem;
  }
  
  /* Portfolio Table Mobile */
  .portofolio-container {
    margin: 20px 10px;
    padding: 15px;
  }
  
  .section-header-in {
    padding: 15px;
  }
  
  .btn-tambah {
    position: static;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  
  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .portfolio-table {
    font-size: 14px;
    min-width: 600px;
  }
  
  .portfolio-table th,
  .portfolio-table td {
    padding: 8px 5px;
    font-size: 12px;
  }
  
  .activity-actions {
    flex-direction: column;
    gap: 5px;
    min-width: 80px;
  }
  
  .proof-link,
  .btn-edit,
  .btn-delete {
    font-size: 11px;
    padding: 4px 8px;
  }
  
  /* Opinion Grid Mobile */
  .opini-section {
    padding: 2rem 4%;
  }
  
  .opini-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .opini-card {
    height: 300px;
  }
  
  .opini-title {
    font-size: 1.2rem;
  }
  
  .opini-text {
    font-size: 0.9rem;
  }
  
  /* Contact Section Mobile */
  .contact-section {
    padding: 2rem 4%;
  }
  
  .contact-container {
    flex-direction: column;
    padding: 15px;
  }
  
  .contact-form,
  .contact-map {
    min-width: 100%;
    padding: 10px;
  }
  
  .map-container {
    min-height: 250px;
  }
  
  /* Footer Mobile */
  .footer {
    padding: 40px 0 20px;
  }
  
  .footer-container {
    width: 95%;
    flex-direction: column;
    gap: 20px;
  }
  
  .footer-col {
    min-width: 100%;
    text-align: center;
  }
  
  .footer-logo {
    font-size: 24px;
  }
  
  .social-links {
    justify-content: center;
  }
  
  /* Form Mobile */
  .portfolio-container {
    margin: 10px;
    padding: 20px 15px;
  }
  
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .form-group input[type="text"],
  .form-group input[type="date"],
  .form-group input[type="file"] {
    font-size: 16px; /* Prevent zoom on iOS */
  }
  
  /* Dropdown Mobile */
  .dropdown-content {
    right: auto;
    left: 0;
    min-width: 200px;
  }
  
  /* Notification Mobile */
  .notification {
    margin: 10px;
    padding: 12px 15px;
    font-size: 14px;
  }
}

/* Tablet Portrait */
@media (min-width: 481px) and (max-width: 768px) {
  .hero {
    padding: 3rem 2rem;
    gap: 3rem;
  }
  
  .hero-content {
    font-size: 1.8rem;
  }
  
  .about-section {
    padding: 4rem 6%;
  }
  
  .opini-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .portofolio-container {
    margin: 30px 20px;
    padding: 25px;
  }
  
  .portfolio-table {
    font-size: 15px;
  }
  
  .contact-container {
    padding: 20px;
  }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .hero {
    min-height: 70vh;
    flex-direction: row;
  }
  
  .hero-content {
    font-size: 1.4rem;
  }
  
  .about-content {
    flex-direction: row;
  }
}

/* Fix untuk input di iOS */
@media (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="date"],
  textarea {
    font-size: 16px !important; /* Prevent zoom */
    -webkit-appearance: none;
     appearance: none;
    border-radius: 0;
  }
}

/* Utility classes untuk mobile */
@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
  
  .mobile-center {
    text-align: center !important;
  }
  
  .mobile-full-width {
    width: 100% !important;
  }
}

/* Smooth scrolling untuk mobile */
@media (max-width: 768px) {
  html {
    scroll-behavior: smooth;
  }
  
  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}