/* ===== HERO SECTION ===== */
/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  width: 100%;
  height: 100vh; /* full layar */
  overflow: hidden;
}

.hero .swiper {
  width: 100%;
  height: 100%;
}

.hero .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* overlay hitam semi transparan */
  z-index: 2;
  display: flex;
  align-items: center;
}

/* ===== TEKS HERO ===== */
.hero-text {
  z-index: 3;
  position: absolute;
  bottom: 12%;         
  left: 50px;          
  color: #fff;
  max-width: 750px;
  text-align: left; /* semua konten rata kiri */
}

.hero-text h2 {
  font-size: 1.6rem;   /* kecil (sekitar 25px) */
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: left;    /* judul rata kiri */
}

.hero-text p {
  font-size: 15px !important;   /* dinaikkan sedikit */
  line-height: 1.8 !important;
  text-align: left !important;
  margin-bottom: 10px;
  color: #fff !important;       /* ubah jadi putih */
}



/* ===== TOMBOL ===== */
.hero-text {
  text-align: left;       /* semua konten rata kiri */
  display: block;         /* pastikan block supaya tombol ikut flow */
}

.btn-selengkapnya {
  display: inline-block;
  margin-top: 10px;       /* beri jarak dari teks */
  padding: 8px 20px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;

  /* Tambahan supaya tombol ke kiri */
  float: left;            /* tombol menempel ke kiri */
}
.btn-selengkapnya:hover {
  background: orange;
  color: #fff;
  box-shadow: 0 6px 16px rgba(0,200,255,0.4);
}


/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero-text {
    left: 20px;
    bottom: 10%;
    max-width: 90%;
  }

  .hero-text h2 {
    font-size: 1.2rem; /* sekitar 18–19px di HP */
  }

  .hero-text p {
    font-size: 0.55rem; /* super kecil lagi (≈ 8–9px) */
    line-height: 1.3;
  }

  .hero-text a {
    padding: 6px 16px;
    font-size: 0.65rem;
  }
}

/* Tombol slider berbentuk lingkaran kecil dengan ikon panah */
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5); /* warna latar tombol */
  border-radius: 50%; /* bikin lingkaran */
  color: white; /* warna ikon panah */
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

/* Hover effect */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(240, 240, 240, 0.8);
}

/* Kecilkan ikon panah */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px; /* kecilkan ikon panah default swiper */
}


/* ==== SLIDER SEJARAH ==== */
.section-2011 {
  max-width: 800px;
  margin: 80px 0 80px 60px; /* margin kiri ditambah */
  padding: 0 20px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.small-text {
  font-size: 50px;
  color: #555;
  margin-bottom: 10px;
}

.main-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left; /* judul rata kiri */
}

.highlight-year {
  color: #e1571a;
  font-weight: 500;
  margin-left: 10px;
}

.description {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  text-align: justify; /* teks rata kiri-kanan */
  margin-bottom: 20px;
}


.sejarah-slider {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.sejarah-slide {
  position: relative;
  width: 100vw;
  height: 250px; /* diperkecil dari 300px ke 250px */
}

.sejarah-slide img.gambar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tombol di tengah gambar */
.btn-selengkapnya-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  color: black;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #222;
  transition: all 0.3s ease;
  text-transform: none; /* ini penting */
}

.btn-selengkapnya-inside:hover {
  background-color: orange;
  color: black;
}



/* Tombol di tengah gambar */
.btn-selengkapnya-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  color: black;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #222;
  transition: all 0.3s ease;
}

.btn-selengkapnya-inside:hover {
  background-color: orange;
  color: black;
}

.product-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
}

.judul-pilihan {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* bukan left */
}

.judul-kuning {
  font-size: 24px;
  font-weight: 600;
  color: #ef6c00;
}

.judul-hitam {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  margin-top: -5px;
}
/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  .judul-kuning {
    font-size: 20px;
  }

  .judul-hitam {
    font-size: 34px; /* diperbesar untuk tablet & HP */
  }
}

@media (max-width: 480px) {
  .judul-kuning {
    font-size: 18px;
  }

  .judul-hitam {
    font-size: 36px; /* lebih menonjol di HP kecil */
  }
}

.btn-lihat {
  font-size: 14px;
  padding: 10px 18px;
  background-color: #222;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.btn-lihat:hover {
  background-color: orange;
  color: #fff;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 250, 250, 0.95);
  border-radius: 8px;
  margin-top: 6px;
  min-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  padding: 20px;
  gap: 40px;
  justify-content: space-between;
}

.dropdown:hover .mega-menu {
  display: flex;
}

.mega-menu .column {
  flex: 1;
}

.mega-menu .column li {
  list-style: none;
}

.mega-menu .column li a {
  padding: 8px 14px;
  font-size: 12px;
  display: block;
  color: rgb(11, 11, 11);
  white-space: nowrap;
  text-decoration: none;
}

.mega-menu .column li a:hover {
  background-color: rgba(12, 12, 12, 0.1);
}

.product-section {
  padding: 40px;
  background: #fff;
  text-align: center;
}

.product-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.product-section h2 span {
  color: orange;
  display: block;
  font-weight: bold;
}

.product-slider .swiper-slide {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.product-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  flex: 1;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-card h3 {
  font-size: 16px;
  margin: 12px 0 8px;
  font-weight: bold;
}

.product-card p {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn {
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}

.btn.orange {
  background-color: #ef6c00;
  color: white;
}

.btn.blue {
  background-color: navy;
  color: white;
}

.product-slider {
  position: relative;
  padding: 40px 0;
}

.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
  color: #333;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.product-slider .swiper-button-next:hover,
.product-slider .swiper-button-prev:hover {
  background: orange;
  color: white;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000; /* Bisa diganti sesuai desain */
  z-index: 10;
}

.footer-line {
  position: relative;
  left: 0;
  right: 0;
  width: 100vw; /* Gunakan lebar layar penuh */
  height: 25px;
  background: linear-gradient(to right, #007bff, #ff7f00); /* gradasi biru ke oranye */
  margin: 0;
  padding: 0;
  border: none;
}
.footer-line {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}



/* ==== MAPP ==== */
/* ==== MAPP ==== */
.shipping-map {
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.map-title {
  font-size: 42px;
  font-weight: bold;
  color: #002c5f;
  margin-bottom: 20px;
}

.map-container {
  width: 100%;
  max-width: 1400px; /* batasi lebar maksimal */
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.map-image {
  width: 100%;
  height: auto;
  max-height: 480px; /* batasi tinggi maksimal */
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

.map-pin {
  width: 32px;
  height: 32px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.logo-sjl {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 180px; /* Diperbesar agar lebih jelas */
  height: auto;
  z-index: 3;
}

/* ==== MOBILE RESPONSIVE ==== */
@media (max-width: 768px) {
  .map-title {
    font-size: 28px; /* lebih kecil agar muat di layar */
    margin-bottom: 16px;
  }

  .map-container {
    padding: 0 10px;
  }

  .map-image {
    max-height: 300px; /* batasi tinggi agar tidak kepotong */
    border-radius: 8px;
  }

  .map-pin {
    width: 20px;
    height: 20px;
    border: 1px solid white;
  }

  .logo-sjl {
    width: 120px; /* lebih kecil di mobile */
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .map-title {
    font-size: 22px;
  }

  .map-image {
    max-height: 220px;
  }

  .map-pin {
    width: 16px;
    height: 16px;
  }

  .logo-sjl {
    width: 100px;
  }
}

/* ==== FOOTER ==== */
/* Footer area full biru full lebar */
        /* Reset dan Base Styles */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
        }
        
        /* Footer Styles */
        .site-footer {
            background-color: #2c3e50;
            color: #ecf0f1;
            padding: 40px 0;
        }
        
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: 1.8fr 1.2fr 2fr 0.5fr; /* Kolom peta lebih lebar */
            gap: 10px; /* Gap sangat kecil */
        }
        
          .footer-logo-section {
      display: flex;
      flex-direction: column;
      align-items: flex-start; /* tetap rata kiri */
  }
          
          .footer-logo {
              width: 100%; /* mengikuti lebar kolom */
      max-width: 280px; /* dibatasi lebih besar */
      height: auto;
      margin-bottom: 15px;
          }
        
        .footer-copy {
            font-size: 14px;
            color: #bdc3c7;
        }
        
        .footer-nav {
            display: flex;
            flex-direction: column;
            margin-left: 20px;
        }
        
        .footer-nav a {
            color: #ecf0f1;
            text-decoration: none;
            margin-bottom: 12px;
            font-size: 15px;
            transition: color 0.3s;
        }
        
        .footer-nav a:hover {
            color: #3498db;
        }
        
        .footer-embed {
            width: 100%;
            margin-left: -30px; /* Negatif margin untuk mendekatkan */
        }
        
        .footer-embed iframe {
            width: 100%;
            height: 150px; /* Lebih pendek */
            border-radius: 8px;
            border: none;
            min-width: 300px; /* Lebar minimum */
        }
        
        .footer-social {
            display: flex;
            flex-direction: column;
            gap: 15px;
            align-items: flex-end;
            padding-left: 0;
            margin-left: -20px; /* Negatif margin untuk mendekatkan */
        }
        
        .footer-social img {
            width: 36px;
            height: 36px;
            transition: transform 0.3s;
        }
        
.footer-social img:hover {
    transform: scale(1.1);
}
/* ====== Responsive Adjustments Tanpa Map ====== */

/* Tablet / Medium Devices */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
    
    .footer-logo-section {
        grid-column: 1 / span 2;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .footer-nav {
        grid-column: 1 / span 1;
        margin-left: 0;
        align-items: center;
    }
    
    .footer-social {
        grid-column: 1 / span 2;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
        margin-left: 0;
        gap: 15px;
    }

    @media (max-width: 992px) {
      .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        padding: 20px;
        border-radius: 0 0 20px 20px;
      }

      .nav-links.active {
        display: flex;
      }

      .dropdown-container {
        position: static;
        padding: 15px 0 0 20px;
        background-color: transparent;
        box-shadow: none;
      }

      .dropdown-list a {
        color: white !important;
      }

      .mobile-menu-toggle {
        display: block;
      }

      .dropdown-produk > a::after,
      .dropdown-panduan > a::after {
        display: none;
      }

      .product-container {
        flex-direction: column;
        margin-top: 100px;
      }

      .slider-content {
        flex-direction: column-reverse;
        align-items: center;
      }

      .thumbnails {
        flex-direction: row;
        margin-top: 15px;
      }

      .product-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
      }
      
      .btn-lihat {
        align-self: flex-end;
      }

      .footer-container {
        grid-template-columns: 1fr 1fr;
      }

      .footer-logo-section {
        grid-column: 1 / span 2;
        align-items: center;
        text-align: center;
      }

      .footer-nav {
        grid-column: 1 / span 1;
        margin-left: 0;
        align-items: center;
      }

      .footer-embed {
        grid-column: 2 / span 1;
        margin-left: 0;
      }

      .footer-social {
        grid-column: 1 / span 2;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
      }
    }
  }
    @media (max-width: 768px) {
      .price-buttons {
        flex-direction: column;
        gap: 8px;
      }

      .buttons {
        flex-direction: column;
      }
      
      .judul-kuning,
      .judul-hitam {
        font-size: 20px;
      }

      .footer-container {
        grid-template-columns: 1fr;
      }

      .footer-logo-section,
      .footer-nav,
      .footer-embed,
      .footer-social {
        grid-column: 1 / span 1;
        align-items: center;
        text-align: center;
      }

      .footer-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px 10px;
      }

      .footer-embed iframe {
        height: 120px;
        min-width: 100%;
      }

      .footer-social {
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
      }

      .footer-logo {
        max-width: 200px;
      }
      
      .product-slider .swiper-button-next,
      .product-slider .swiper-button-prev {
        display: none;
      }
    }

    @media (max-width: 480px) {
      .navbar {
        padding: 10px 15px;
      }

      .logo img {
        height: 30px;
      }

      .product-container {
        gap: 20px;
        padding: 10px;
      }

      .details h2 {
        font-size: 24px;
      }

      .main-price {
        font-size: 28px;
      }

      .logo-banner {
        height: 180px;
      }
      
      .product-section {
        padding: 20px 15px;
      }
      
      .product-card {
        padding: 15px;
      }
      
      .btn-group {
        flex-direction: column;
      }
    }