.navbar {
  background-color: white !important;
  padding: 0.2rem 1.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.navbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.navbar a img {
  width: 80px;
  height: auto;
  object-fit: contain;
  z-index: 1040;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  flex-wrap: nowrap;
}

.navbar-nav .nav-link {
  color: #333333 !important;
  font-size: 0.9rem;
  padding: 0.25rem 0;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #008080 !important;
  text-decoration: none;
}

.btn-hubungi {
  background-color: #ff7a00;
  color: white;
  padding: 12px 30px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  font-size: 0.9rem;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .btn-hubungi.d-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .btn-hubungi {
    display: inline-block;
  }
}

.btn-hubungi:hover {
  background-color: transparent;
  color: #ff7a00;
  border: 1px solid #ff7a00;
  text-decoration: none;
}

/* Navbar toggler button color */
.navbar-light .navbar-toggler {
  border-color: rgba(0,0,0,0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .navbar-nav {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .btn-hubungi {
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
  }
}

/* Hero Section Styling */
/* === Reset dasar === */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  color: #333;
}

/* === Hero Section === */
.hero {
  padding: 80px 20px 20px;
  background-color: #ffffff;
  position: relative;
  min-height: 100%;
}

.hero .container {
  max-width: 1400px;
  margin: 0 auto;
}

/* === Teks Kiri === */
.hero-content {
  padding-right: 20px;
}

.hero .headline {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.hero .subline {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
}

/* === Tombol Aksi === */
.hero-buttons .hero-btn {
  background-color: #ff7a00;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.hero-buttons .hero-btn:hover {
  background-color: transparent;
  border: 1px solid #ff7a00;
  color: #ff7a00;
  font-weight: 500;
}

/* === Video Kanan === */
.video-container {
  width: 75%;
  max-width: 75%;
  border-radius: 20px;
  overflow: hidden;
}

.hero-video {
  width: 75%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* === Responsif === */
@media (max-width: 992px) {
  .hero .row {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .video-container {
    margin: 0 auto;
  }
}

/* Responsive adjustments for hero section */
@media (max-width: 768px) {
  .hero-video {
    max-width: 90%;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-btn {
    width: 200px;
  }
}

/* Tentang Kami Section Styling */
.tentang-kami {
  padding: 80px 0;
  background-color: #ffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.tentang-kami .container {
  max-width: 1200px;
}

.tentang-kami .row {
  align-items: center;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: #008080;
  margin-bottom: 1.5rem;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #008080;
}

.tentang-deskripsi {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 2rem;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
}

.visi-misi {
  margin-top: 2rem;
}

.visi-misi h5 {
  color: #008080;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-family: 'Poppins', sans-serif;
}

.visi-misi p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
}

.visi-misi ul {
  color: #555;
  line-height: 1.6;
  padding-left: 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
}

.visi-misi li {
  margin-bottom: 0.5rem;
}

.logo-kami {
  max-width: 200px;
  width: 80%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* Responsive adjustments for Tentang Kami section */
@media (max-width: 991.98px) {
  .tentang-kami {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 2rem;
    text-align: center;
  }
  
  .section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .tentang-deskripsi {
    text-align: center;
    font-size: 1rem;
  }

  .visi-misi {
    text-align: center;
  }

  .visi-misi p {
    font-size: 1rem;
  }

  .visi-misi li {
    text-align: left;
    font-size: 1rem;
  }
  
  .logo-kami {
    max-width: 300px;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }
  
  .tentang-deskripsi {
    font-size: 1rem;
  }
  
  .logo-kami {
    max-width: 250px;
  }
}

/* Kenapa Harus Section Styling */
.kenapa-harus {
  padding: 80px 0;
  background-color: #008080;
  text-align: center;
}

.kenapa-harus .container {
  max-width: 1000px;
  margin: 0 auto;
}

.judul {
  font-size: 2rem;
  font-weight: 600;
  color: #ffff;
  margin-bottom: 3rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}

.penjelasan {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 2.5rem;
  font-family: 'Poppins', sans-serif;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.penjelasan:last-of-type {
  margin-bottom: 0;
}

/* Responsive adjustments for Kenapa Harus section */
@media (max-width: 991.98px) {
  .kenapa-harus {
    padding: 60px 0;
  }
  
  .judul {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
  
  .penjelasan {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .judul {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .penjelasan {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
}

/* Mitra Section Styling */
.mitra {
  padding: 40px 0;
  background-color: #E5FEFF;
  text-align: center;
}

.mitra .container {
  max-width: 1200px;
  margin: 0 auto;
}

.judul-mitra {
  font-size: 2rem;
  font-weight: 600;
  color: #008080;
  margin-bottom: 2rem;
  font-family: 'Poppins', sans-serif;
}

.mitra-slider {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  height: 200px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.mitra-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.mitra-img.active {
  opacity: 1;
}

/* Responsive adjustments for Mitra section */
@media (max-width: 991.98px) {
  .mitra {
    padding: 30px 0;
  }
  
  .judul-mitra {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  
  .mitra-slider {
    max-width: 180px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .judul-mitra {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  
  .mitra-slider {
    max-width: 150px;
    height: 150px;
  }
}

/* Program Section Styling */
.program {
  padding: 80px 0;
  background-color: white;
  text-align: center;
}

.program .container {
  max-width: 1200px;
  margin: 0 auto;
}

.program-title {
  font-size: 2rem;
  font-weight: 600;
  color: #008080;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
}

.program-description {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0.5rem;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
}

.program-author {
  font-size: 1rem;
  color: #888;
  margin-bottom: 3rem;
  font-family: 'Poppins', sans-serif;
}

.program-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #fff;
}

.card-button {
  display: inline-block;
  background-color: #ff7a00;
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  text-align: center;
}

.card-button:hover {
  background-color: transparent;
  border: 1px solid #ff7a00;
  color: #ff7a00;
  text-decoration: none;
  transform: translateY(-2px);
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 2px solid #008080;
}

.card-icon {
  width: 80px;
  height: 80px;
  background: #008080;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.card-icon i {
  font-size: 2rem;
}

.card-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
}

.card-description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-family: 'Poppins', sans-serif;
}

.card-button {
  display: inline-block;
  background-color: #ff7a00;
  color: white;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.card-button:hover {
  background-color: transparent;
  border: 1px solid #ff7a00;
  color: #ff7a00;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Responsive adjustments for Program section */
@media (max-width: 991.98px) {
  .program {
    padding: 60px 0;
  }
  
  .program-title {
    font-size: 2.2rem;
  }
  
  .program-description {
    font-size: 1.1rem;
  }
  
  .program-card {
    padding: 1.5rem;
  }
  
  .card-icon {
    width: 70px;
    height: 70px;
  }
  
  .card-icon i {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .program-title {
    font-size: 1.8rem;
  }
  
  .program-description {
    font-size: 1rem;
  }
  
  .program-author {
    font-size: 0.9rem;
  }
  
  .card-title {
    font-size: 1.2rem;
  }
  
  .card-description {
    font-size: 0.9rem;
  }
  
  .card-icon {
    width: 60px;
    height: 60px;
  }
  
  .card-icon i {
    font-size: 1.5rem;
  }
}

/* Testimoni Section Styling */
.Testimoni {
  padding: 80px 0;
  background-color: white;
  text-align: center;
}

.Testimoni .container {
  max-width: 1200px;
  margin: 0 auto;
}

.testimoni-header {
  margin-bottom: 3rem;
}

.judul-testimoni {
  font-size: 2rem;
  font-weight: 600;
  color: #ff7a00;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
}

.judul-testimoni h2{
  font-weight: 600;
}

.judul-testimoni .hijau {
  color: #008080;
}

.judul-testimoni .oranye {
  color: #ff7a00;
}

.penjelasan-testimoni {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

/* Swiper Container Styling */
.slide-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.swiper {
  padding: 20px 0;
}

.swiper-wrapper {
  align-items: stretch;
}

/* Card Styling */
.card.swiper-slide {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  border: 1px solid #f0f0f0;
  height: auto;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.card.swiper-slide:hover {
  transform: translateY(-5px);
  border: 2px solid #008080;
}

.image-content {
  position: relative;
  margin-bottom: 1.5rem;
}

.card-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
}

.description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
  flex: 1;
}

.address {
  font-size: 0.9rem;
  color: #888;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #ff7a00;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #ff7a00;
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.2rem;
}

/* Responsive adjustments for Testimoni section */
@media (max-width: 991.98px) {
  .Testimoni {
    padding: 60px 0;
  }
  
  .judul-testimoni {
    font-size: 2.2rem;
  }
  
  .penjelasan-testimoni {
    font-size: 1rem;
  }
  
  .card.swiper-slide {
    padding: 1.5rem;
  }
  
  .card-image {
    width: 80px;
    height: 80px;
  }
  
  .card-img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .judul-testimoni {
    font-size: 1.8rem;
  }
  
  .penjelasan-testimoni {
    font-size: 0.95rem;
  }
  
  .name {
    font-size: 1.2rem;
  }
  
  .description {
    font-size: 0.9rem;
  }
  
  .card-image {
    width: 70px;
    height: 70px;
  }
  
  .card-img {
    width: 100%;
    height: 100%;
  }
}


.contact-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden; /* Prevent horizontal scrolling */
}

.contact-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('asset/KontakBackground.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #008080;
  display: flex;
  align-items: center;
}

.contact-info {
  color: white;
  padding: 2rem;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: white;
}

.contact-subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: white;
}

.contact-tagline {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: white;
}

.contact-details h5,
.social-media h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
}

.contact-item,
.social-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: white;
}

.contact-item i,
.social-item i {
  margin-right: 1rem;
  font-size: 1.2rem;
  width: 20px;
  text-align: center;
}

.contact-item span,
.social-item span {
  font-size: 1rem;
  color: white;
}

.warehouse-location {
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.warehouse-location h3 {
  color: #008080;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.location-map {
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 1:1 aspect ratio */
  height: 0;
}

.location-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.location-description {
  color: #333;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.contact-form {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.contact-form h3 {
  color: #008080;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #008080;
  box-shadow: 0 0 0 0.2rem rgba(139, 69, 58, 0.25);
}

.btn-send {
  background-color: #ff7a00;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-send:hover {
  background: transparent;
  border: 2px solid #ff7a00;
  transform: translateY(-2px);
  color: #ff7a00;
}

/* Footer Styles */
.footer {
  background: #ffffff;
  color: white;
  padding: 2rem 0 1rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.footer-logo i {
  color: #28a745;
  margin-right: 0.5rem;
  font-size: 1.8rem;
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}

.footer-nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #008080;
}

.copyright {
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #5a5a5a;
}

/* Responsive Design for Contact Section */
@media (max-width: 768px) {
  .contact-section {
      min-height: auto;
      padding: 1rem 0;
  }
  
  .contact-overlay {
      padding: 0.5rem 0;
  }
  
  .contact-info {
      padding: 1rem;
      margin-bottom: 1rem;
  }
  
  .contact-title {
      font-size: 1.3rem;
      margin-bottom: 0.2rem;
  }
  
  .contact-subtitle {
      font-size: 1rem;
      margin-bottom: 0.2rem;
  }
  
  .contact-tagline {
      font-size: 0.85rem;
      margin-bottom: 0.8rem;
  }
  
  .contact-details h5,
  .social-media h5 {
      font-size: 0.9rem;
      margin-bottom: 0.4rem;
  }
  
  .contact-item,
  .social-item {
      margin-bottom: 0.4rem;
      font-size: 0.75rem;
  }
  
  .contact-item i,
  .social-item i {
      font-size: 0.8rem;
      margin-right: 0.4rem;
  }
  
  .warehouse-location {
      margin-bottom: 1rem;
      padding: 1rem;
  }
  
  .warehouse-location h3 {
      font-size: 1.1rem;
      margin-bottom: 0.6rem;
  }
  
  .location-map {
      padding-bottom: 60%;
  }
  
  .contact-form {
      padding: 1rem;
  }
  
  .contact-form h3 {
      font-size: 1.1rem;
      margin-bottom: 0.6rem;
  }
  
  .form-group {
      margin-bottom: 0.6rem;
  }
  
  .form-control {
      padding: 6px 8px;
      font-size: 0.75rem;
  }
  
  .btn-send {
      padding: 6px 16px;
      font-size: 0.8rem;
  }
  
  .footer-nav {
      justify-content: center;
      margin-top: 1rem;
      gap: 1rem;
  }
  
  .footer-logo {
      justify-content: center;
      margin-bottom: 1rem;
  }
}

/* Extra small devices and foldable phones */
@media (max-width: 480px) {
  .contact-section {
      padding: 0.8rem 0;
  }
  
  .contact-info {
      padding: 0.8rem;
      margin-bottom: 1rem;
  }
  
  .contact-title {
      font-size: 1.2rem;
  }
  
  .contact-subtitle {
      font-size: 0.9rem;
  }
  
  .contact-tagline {
      font-size: 0.8rem;
  }
  
  .warehouse-location,
  .contact-form {
      padding: 0.8rem;
      margin-bottom: 1rem;
  }
  
  .warehouse-location h3 {
      font-size: 1rem;
  }
  
  .contact-form h3 {
      font-size: 1rem;
  }
  
  .location-map {
      padding-bottom: 50%;
  }
  
  /* Footer improvements for very small screens */
  .footer {
      padding: 1.5rem 0 1rem;
  }
  
  .footer-logo {
      font-size: 1.2rem;
      justify-content: center;
      margin-bottom: 1rem;
  }
  
  .footer-logo img {
      width: 50px;
  }
  
  .footer-nav {
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.8rem;
  }
  
  .footer-nav a {
      font-size: 0.9rem;
      padding: 0.3rem 0.6rem;
  }
  
  .copyright {
      font-size: 0.8rem;
      margin-top: 1.5rem;
  }
}

/* Landscape orientation for mobile devices */
@media (max-width: 768px) and (orientation: landscape) {
  .contact-section {
      min-height: auto;
      padding: 0.5rem 0;
  }
  
  .contact-overlay {
      padding: 0.2rem 0;
  }
  
  .contact-info,
  .warehouse-location,
  .contact-form {
      margin-bottom: 0.5rem;
  }
  
  .contact-title {
      font-size: 1.1rem;
      margin-bottom: 0.1rem;
  }
  
  .contact-subtitle {
      font-size: 0.8rem;
      margin-bottom: 0.1rem;
  }
  
  .contact-tagline {
      font-size: 0.7rem;
      margin-bottom: 0.5rem;
  }
  
  .location-map {
      padding-bottom: 35%;
  }
  
  .contact-details h5,
  .social-media h5 {
      font-size: 0.8rem;
      margin-bottom: 0.3rem;
  }
  
  .contact-item,
  .social-item {
      margin-bottom: 0.3rem;
      font-size: 0.7rem;
  }
}

@media (max-width: 717px) and (min-width: 481px) {
  .contact-section {
      min-height: auto;
      padding: 1rem 0;
  }
  
  .contact-overlay {
      padding: 0.5rem 0;
  }
  
  .contact-info {
      padding: 1rem;
      margin-bottom: 1rem;
  }
  
  .contact-title {
      font-size: 1.3rem;
      margin-bottom: 0.2rem;
  }
  
  .contact-subtitle {
      font-size: 1rem;
      margin-bottom: 0.2rem;
  }
  
  .contact-tagline {
      font-size: 0.85rem;
      margin-bottom: 0.8rem;
  }
  
  .contact-details h5,
  .social-media h5 {
      font-size: 0.9rem;
      margin-bottom: 0.4rem;
  }
  
  .contact-item,
  .social-item {
      margin-bottom: 0.4rem;
      font-size: 0.75rem;
  }
  
  .contact-item i,
  .social-item i {
      font-size: 0.8rem;
      margin-right: 0.4rem;
  }
  
  .warehouse-location {
      margin-bottom: 1rem;
      padding: 1rem;
  }
  
  .warehouse-location h3 {
      font-size: 1.1rem;
      margin-bottom: 0.6rem;
  }
  
  .location-map {
      padding-bottom: 60%;
  }
  
  .contact-form {
      padding: 1rem;
  }
  
  .contact-form h3 {
      font-size: 1.1rem;
      margin-bottom: 0.6rem;
  }
  
  .form-group {
      margin-bottom: 0.6rem;
  }
  
  .form-control {
      padding: 6px 8px;
      font-size: 0.75rem;
  }
  
  .btn-send {
      padding: 6px 16px;
      font-size: 0.8rem;
  }
}

/* Ultra-wide mobile devices and landscape foldables */
@media (max-width: 480px) and (min-height: 600px) {
  .contact-section {
      min-height: 100vh;
      padding: 0.8rem 0;
  }
  
  .contact-overlay {
      padding: 0.4rem 0;
  }
  
  .contact-info {
      padding: 0.8rem;
      margin-bottom: 1rem;
  }
  
  .contact-title {
      font-size: 1.2rem;
  }
  
  .contact-subtitle {
      font-size: 0.9rem;
  }
  
  .contact-tagline {
      font-size: 0.8rem;
  }
  
  .warehouse-location,
  .contact-form {
      padding: 0.8rem;
      margin-bottom: 1rem;
  }
  
  .warehouse-location h3 {
      font-size: 1rem;
  }
  
  .contact-form h3 {
      font-size: 1rem;
  }
  
  .location-map {
      padding-bottom: 50%;
  }
}

/* Very small screens and compact devices */
@media (max-width: 360px) {
  .contact-section {
      padding: 0.6rem 0;
  }
  
  .contact-info {
      padding: 0.6rem;
      margin-bottom: 0.8rem;
  }
  
  .contact-title {
      font-size: 1.1rem;
  }
  
  .contact-subtitle {
      font-size: 0.8rem;
  }
  
  .contact-tagline {
      font-size: 0.7rem;
  }
  
  .contact-details h5,
  .social-media h5 {
      font-size: 0.8rem;
  }
  
  .contact-item,
  .social-item {
      font-size: 0.7rem;
  }
  
  .warehouse-location,
  .contact-form {
      padding: 0.6rem;
      margin-bottom: 0.8rem;
  }
  
  .warehouse-location h3 {
      font-size: 1rem;
  }
  
  .contact-form h3 {
      font-size: 1rem;
  }
  
  .location-map {
      padding-bottom: 45%;
  }
  
  .form-control {
      padding: 5px 6px;
      font-size: 0.7rem;
  }
  
  .btn-send {
      padding: 5px 12px;
      font-size: 0.7rem;
  }
}

/* Specific fix for Samsung Z Fold 5 and similar devices */
@media (max-width: 717px) and (min-width: 481px) and (max-height: 1000px) {
  .contact-section {
      min-height: auto;
      padding: 0.8rem 0;
  }
  
  .contact-overlay {
      padding: 0.4rem 0;
  }
  
  .contact-info,
  .warehouse-location,
  .contact-form {
      margin-bottom: 0.8rem;
  }
  
  .location-map {
      padding-bottom: 55%;
  }
}

/* Specific fix for Nest Hub and similar smart displays */
@media (min-width: 800px) and (max-width: 1200px) and (max-height: 800px) {
  .contact-section {
      min-height: auto;
      padding: 1rem 0;
  }
  
  .contact-overlay {
      padding: 0.5rem 0;
  }
  
  .contact-info {
      padding: 1rem;
      margin-bottom: 1rem;
  }
  
  .contact-title {
      font-size: 1.2rem;
      margin-bottom: 0.3rem;
  }
  
  .contact-subtitle {
      font-size: 0.9rem;
      margin-bottom: 0.2rem;
  }
  
  .contact-tagline {
      font-size: 0.8rem;
      margin-bottom: 0.8rem;
  }
  
  .contact-details h5,
  .social-media h5 {
      font-size: 0.9rem;
      margin-bottom: 0.4rem;
  }
  
  .contact-item,
  .social-item {
      margin-bottom: 0.4rem;
      font-size: 0.75rem;
  }
  
  .contact-item i,
  .social-item i {
      font-size: 0.8rem;
      margin-right: 0.4rem;
  }
  
  .warehouse-location {
      margin-bottom: 1rem;
      padding: 1rem;
  }
  
  .warehouse-location h3 {
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
  }
  
  .location-map {
      padding-bottom: 50%;
  }
  
  .contact-form {
      padding: 1rem;
  }
  
  .contact-form h3 {
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
  }
  
  .form-group {
      margin-bottom: 0.5rem;
  }
  
  .form-control {
      padding: 6px 8px;
      font-size: 0.75rem;
  }
  
  .btn-send {
      padding: 6px 14px;
      font-size: 0.8rem;
  }
}

/* Additional fix for Nest Hub Max and larger smart displays */
@media (min-width: 1000px) and (max-width: 1400px) and (max-height: 900px) {
  .contact-section {
      min-height: auto;
      padding: 1.2rem 0;
  }
  
  .contact-overlay {
      padding: 0.6rem 0;
  }
  
  .contact-info {
      padding: 1.2rem;
      margin-bottom: 1.2rem;
  }
  
  .contact-title {
      font-size: 1.3rem;
      margin-bottom: 0.4rem;
  }
  
  .contact-subtitle {
      font-size: 1rem;
      margin-bottom: 0.3rem;
  }
  
  .contact-tagline {
      font-size: 0.9rem;
      margin-bottom: 1rem;
  }
  
  .contact-details h5,
  .social-media h5 {
      font-size: 1rem;
      margin-bottom: 0.5rem;
  }
  
  .contact-item,
  .social-item {
      margin-bottom: 0.5rem;
      font-size: 0.8rem;
  }
  
  .contact-item i,
  .social-item i {
      font-size: 0.85rem;
      margin-right: 0.5rem;
  }
  
  .warehouse-location {
      margin-bottom: 1.2rem;
      padding: 1.2rem;
  }
  
  .warehouse-location h3 {
      font-size: 1.2rem;
      margin-bottom: 0.6rem;
  }
  
  .location-map {
      padding-bottom: 55%;
  }
  
  .contact-form {
      padding: 1.2rem;
  }
  
  .contact-form h3 {
      font-size: 1.2rem;
      margin-bottom: 0.6rem;
  }
  
  .form-group {
      margin-bottom: 0.6rem;
  }
  
  .form-control {
      padding: 7px 9px;
      font-size: 0.8rem;
  }
  
  .btn-send {
      padding: 7px 16px;
      font-size: 0.85rem;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) and (max-height: 700px) {
  .contact-section {
      min-height: auto;
      padding: 0.8rem 0;
  }
  
  .contact-overlay {
      padding: 0.4rem 0;
  }
  
  .contact-info {
      padding: 0.8rem;
      margin-bottom: 1rem;
  }
  
  .contact-title {
      font-size: 1.1rem;
      margin-bottom: 0.2rem;
  }
  
  .contact-subtitle {
      font-size: 0.85rem;
      margin-bottom: 0.15rem;
  }
  
  .contact-tagline {
      font-size: 0.75rem;
      margin-bottom: 0.7rem;
  }
  
  .contact-details h5,
  .social-media h5 {
      font-size: 0.85rem;
      margin-bottom: 0.3rem;
  }
  
  .contact-item,
  .social-item {
      margin-bottom: 0.3rem;
      font-size: 0.7rem;
  }
  
  .contact-item i,
  .social-item i {
      font-size: 0.75rem;
      margin-right: 0.3rem;
  }
  
  .warehouse-location {
      margin-bottom: 1rem;
      padding: 0.8rem;
  }
  
  .warehouse-location h3 {
      font-size: 1rem;
      margin-bottom: 0.4rem;
  }
  
  .location-map {
      padding-bottom: 45%;
  }
  
  .contact-form {
      padding: 0.8rem;
  }
  
  .contact-form h3 {
      font-size: 1rem;
      margin-bottom: 0.4rem;
  }
  
  .form-group {
      margin-bottom: 0.4rem;
  }
  
  .form-control {
      padding: 5px 7px;
      font-size: 0.7rem;
  }
  
  .btn-send {
      padding: 5px 12px;
      font-size: 0.75rem;
  }
}

/* Landscape orientation for all mobile devices */
@media (max-width: 768px) and (orientation: landscape) {
  .contact-section {
      min-height: auto;
      padding: 0.5rem 0;
  }
  
  .contact-overlay {
      padding: 0.2rem 0;
  }
  
  .contact-info,
  .warehouse-location,
  .contact-form {
      margin-bottom: 0.5rem;
  }
  
  .contact-title {
      font-size: 1.1rem;
      margin-bottom: 0.1rem;
  }
  
  .contact-subtitle {
      font-size: 0.8rem;
      margin-bottom: 0.1rem;
  }
  
  .contact-tagline {
      font-size: 0.7rem;
      margin-bottom: 0.5rem;
  }
  
  .location-map {
      padding-bottom: 35%;
  }
  
  .contact-details h5,
  .social-media h5 {
      font-size: 0.8rem;
      margin-bottom: 0.3rem;
  }
  
  .contact-item,
  .social-item {
      margin-bottom: 0.3rem;
      font-size: 0.7rem;
  }
}

/* Program Sekolah Kewirausahaan Section Styling */

.herolp {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent ;
  overflow: hidden;
}


.herolp-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.text-start .psk-content {
  text-align: left;
}

.psk-buttons {
  justify-content: center;
}

.text-start .herolp-buttons {
  justify-content: flex-start;
}

.video-container {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.herolp-video {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}

.herolp-title {
  font-size: 2,5rem;
  font-weight: 600;
  color: #333;
}

.herolp-subtitle {
  font-size: 16px;
  color: #333;
}

.video-container {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.herolp-video {
  width: 75%;
  max-width: 600px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}

.herolp-buttons {
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.herolp-btn {
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.herolp-btn-primary,
.btn-primary.herolp-btn {
  background-color: #ff7a00 !important;
  color: #fff !important;
  border: 2px solid #ff7a00 !important;
  font-weight: 500;
  transition: ease-in-out .3s;
}

.herolp-btn-primary:hover,
.btn-primary.herolp-btn:hover {
  background-color: transparent !important;
  border-color: #ff7a00 !important;
  color: #ff7a00 !important;
  transform: translateY(-2px);
}

/* Responsive adjustments for hero section */
@media (max-width: 768px) {
  .hero-video {
    max-width: 90%;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-btn {
    width: 200px;
  }
}

/* Responsive adjustments for PSK section */
@media (max-width: 991.98px) {
  .herolp {
    padding: 100px 0;
  }
  
  .herolp-title {
    font-size: 2.5rem;
  }
  
  .herolp-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-button {
    padding: 12px 30px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .herolp {
    padding: 80px 0;
    min-height: 40vh;
  }
  
  .herolp-title {
    font-size: 2rem;
  }
  
  .herolp-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-button {
    padding: 10px 25px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .herolp {
    padding: 60px 0;
    min-height: 10vh;
  }
  
  .herolp-title {
    font-size: 1.8rem;
  }
  
  .herolp-subtitle {
    font-size: 1rem;
  }
  
  .hero-button {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}

.psk {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008080 ;
  overflow: hidden;
}


.psk-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.text-start .psk-content {
  text-align: left;
}

.psk-buttons {
  justify-content: center;
}

.text-start .psk-buttons {
  justify-content: flex-start;
}

.video-container {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.psk-video {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.psk-image {
  width: 50%;
  max-width: 1000px;
  height: 50%;
  border-radius: 15px;
  object-fit: cover;
}

.psk-title {
  font-size: 2,5rem;
  font-weight: 600;
  color: #ffffff;
}

.psk-subtitle {
  font-size: 16px;
  color: #ffffff;
}

.video-container {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.psk-video {
  width: 75%;
  max-width: 600px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}

.psk-buttons {
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.psk-btn {
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.psk-btn-primary,
.btn-primary.psk-btn {
  background-color: #ff7a00 !important;
  color: #fff !important;
  border: 2px solid #ff7a00 !important;
  font-weight: 500;
  transition: ease-in-out .3s;
}

.psk-btn-primary:hover,
.btn-primary.psk-btn:hover {
  background-color: transparent !important;
  border-color: #ff7a00 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Responsive adjustments for hero section */
@media (max-width: 768px) {
  .hero-video {
    max-width: 90%;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .hero-btn {
    width: 200px;
  }
}

/* Responsive adjustments for PSK section */
@media (max-width: 991.98px) {
  .psk {
    padding: 100px 0;
  }
  
  .psk-title {
    font-size: 2.5rem;
  }
  
  .psk-subtitle {
    font-size: 1.2rem;
  }
  
  .hero-button {
    padding: 12px 30px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .psk {
    padding: 80px 0;
  }
  
  .psk-title {
    font-size: 2rem;
  }
  
  .psk-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-button {
    padding: 10px 25px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .psk {
    padding: 60px 0;
  }
  
  .psk-title {
    font-size: 1.8rem;
  }
  
  .psk-subtitle {
    font-size: 1rem;
  }
  
  .hero-button {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}

/* Detail Section Styling */
.detail-section {
  min-height: 100vh;
  display: flex;
  align-items: stretch;
}

.detail-text {
  flex: 1;
  background-color: #008080;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  position: relative;
}

.detail-text h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
}

.detail-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
}

.detail-video {
  flex: 1;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
}

.detail-video::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 120px;
  background-color: #e0e0e0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-video::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-video::after {
  content: '▶';
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.detail-video:hover::after {
  background-color: #f0f0f0;
  transform: scale(1.05);
}

/* Responsive adjustments for Detail section */
@media (max-width: 991.98px) {
  .detail-section {
    flex-direction: column;
  }
  
  .detail-text {
    padding: 60px 40px;
  }
  
  .detail-text h2 {
    font-size: 2.2rem;
  }
  
  .detail-text p {
    font-size: 1rem;
  }
  
  .detail-video {
    padding: 30px;
  }
  
  .detail-video::before {
    width: 180px;
    height: 100px;
  }
  
  .detail-video::after {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .detail-text {
    padding: 40px 30px;
  }
  
  .detail-text h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  
  .detail-text p {
    font-size: 0.95rem;
  }
  
  .detail-video {
    padding: 20px;
  }
  
  .detail-video::before {
    width: 150px;
    height: 80px;
  }
  
  .detail-video::after {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .detail-text {
    padding: 30px 20px;
  }
  
  .detail-text h2 {
    font-size: 1.6rem;
  }
  
  .detail-text p {
    font-size: 0.9rem;
  }
  
  .detail-video::before {
    width: 120px;
    height: 60px;
  }
  
  .detail-video::after {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
}

/* Tujuan Output Section Styling */
.tujuan-output {
  min-height: 100vh;
  padding: 80px 0;
  background-color: white;
  text-align: center;
}

.tujuan-output h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 3rem;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.tujuan-output h2 span {
  color: #ff7a00;
  position: relative;
}

.list-tujuan {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.list-tujuan .item {
  background: white;
  border-radius: 15px;
  padding: 1.5rem 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: all 0.3s ease;
  text-align: left;
}

.list-tujuan .item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid #008080;
}

.list-tujuan .icon {
  width: 60px;
  height: 60px;
  background-color: #008080;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.list-tujuan .icon img {
  width: 100%;
  height: 100%;
}

.list-tujuan .item p {
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
  margin: 0;
}

/* Responsive adjustments for Tujuan Output section */
@media (max-width: 991.98px) {
  .tujuan-output {
    padding: 60px 0;
  }
  
  .tujuan-output h2 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
  
  .list-tujuan {
    max-width: 700px;
  }
  
  .list-tujuan .item {
    padding: 1.2rem 1.5rem;
  }
  
  .list-tujuan .icon {
    width: 50px;
    height: 50px;
  }
  
  .list-tujuan .icon img {
    width: 50px;
    height: 50px;
  }
  
  .list-tujuan .item p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .tujuan-output h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .list-tujuan {
    max-width: 600px;
    gap: 1rem;
  }
  
  .list-tujuan .item {
    padding: 1rem 1.2rem;
    gap: 1rem;
  }
  
  .list-tujuan .icon {
    width: 45px;
    height: 45px;
  }
  
  .list-tujuan .icon img {
    width: 45px;
    height: 45px;
  }
  
  .list-tujuan .item p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .tujuan-output {
    padding: 40px 0;
    min-height: 40vh;
  }
  
  .tujuan-output h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  
  .list-tujuan {
    max-width: 100%;
    padding: 0 1rem;
  }
  
  .list-tujuan .item {
    padding: 0.8rem 1rem;
    gap: 0.8rem;
  }
  
  .list-tujuan .icon {
    width: 40px;
    height: 40px;
  }
  
  .list-tujuan .icon img {
    width: 40px;
    height: 40px;
  }
  
  .list-tujuan .item p {
    font-size: 0.9rem;
  }
}

/* Section Dapatkan Styling */
.section-dapatkan {
  padding: 80px 0;
  background-color: #E5FEFF;
  text-align: center;
}

.section-dapatkan .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-dapatkan h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 3rem;
  font-family: 'Poppins', sans-serif;
}

.section-dapatkan h2 .highlight {
  color: #ff7a00;
}

.grid-dapatkan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 2rem 3rem;
  margin-top: 3rem;
}

.grid-dapatkan .item {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.grid-dapatkan .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #008080;
}

.grid-dapatkan .item img {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
  object-fit: contain;
}

.grid-dapatkan .item p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #333;
  margin: 0;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 991.98px) {
  .section-dapatkan {
    padding: 60px 0;
  }

  .section-dapatkan h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .grid-dapatkan {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
  
  .grid-dapatkan .item {
    padding: 1.5rem;
  }
  
  .grid-dapatkan .item img {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
  }
  
  .grid-dapatkan .item p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .section-dapatkan h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .grid-dapatkan {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .grid-dapatkan .item {
    padding: 1.5rem;
  }
  
  .grid-dapatkan .item img {
    width: 45px;
    height: 45px;
    margin-bottom: 1rem;
  }
  
  .grid-dapatkan .item p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .section-dapatkan {
    padding: 40px 0;
  }
  
  .section-dapatkan h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .grid-dapatkan {
    margin-top: 1.5rem;
  }
  
  .grid-dapatkan .item {
    padding: 1.2rem;
  }
  
  .grid-dapatkan .item img {
    width: 40px;
    height: 40px;
    margin-bottom: 0.8rem;
  }
  
  .grid-dapatkan .item p {
    font-size: 0.9rem;
  }
}

/*Section Kurikulum*/
.section-kurikulum {
  padding: 80px 0;
  background-color: #E5FEFF;
  text-align: center;
}

.section-kurikulum .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-kurikulum h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 3rem;
  font-family: 'Poppins', sans-serif;
}

.section-kurikulum h2 .highlight {
  color: #ff7a00;
}

.section-kurikulum .item h2 {
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

.section-kurikulum .item li {
  text-align: left;
}

  .grid-kurikulum {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 2rem 3rem;
  margin-top: 3rem;
}

.grid-kurikulum .item {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.grid-kurikulum .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #008080;
}

.grid-kurikulum .item img {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
  object-fit: contain;
}

.grid-kurikulum .item p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #333;
  margin: 0;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 991.98px) {
  .section-kurikulum {
    padding: 60px 0;
  }

  .section-kurikulum h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .grid-kurikulum {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
  
  .grid-kurikulum .item {
    padding: 1.5rem;
  }
  
  .grid-kurikulum .item img {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
  }
  
  .grid-kurikulum .item p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .section-kurikulum h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .grid-kurikulum {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .grid-kurikulum .item {
    padding: 1.5rem;
  }
  
  .grid-kurikulum .item img {
    width: 45px;
    height: 45px;
    margin-bottom: 1rem;
  }
  
  .grid-kurikulum .item p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .section-kurikulum {
    padding: 40px 0;
  }
  
  .section-kurikulum h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .grid-kurikulum {
    margin-top: 1.5rem;
  }
  
  .grid-kurikulum .item {
    padding: 1.2rem;
  }
  
  .grid-kurikulum .item img {
    width: 40px;
    height: 40px;
    margin-bottom: 0.8rem;
  }
  
  .grid-kurikulum .item p {
    font-size: 0.9rem;
  }
}

/* Section Cocok */
.section-cocok {
  padding: 80px 0;
  background-color: #ffff;
  text-align: center;
}

.section-cocok .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-cocok h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 3rem;
  font-family: 'Poppins', sans-serif;
}

.section-cocok h2 .highlight {
  color: #ff7a00;
}

.grid-cocok {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 2rem 3rem;
  margin-top: 3rem;
}

.grid-cocok {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 2rem 3rem;
  margin-top: 3rem;
}

.grid-cocok .item {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.grid-cocok .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #008080;
}

.grid-cocok .item img {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
  object-fit: contain;
}

.grid-cocok .item p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #333;
  margin: 0;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 991.98px) {
  .section-cocok {
    padding: 60px 0;
  }

  .section-cocok h2 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .grid-cocok {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
  
  .grid-cocok .item {
    padding: 1.5rem;
  }
  
  .grid-cocok .item img {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
  }
  
  .grid-cocok .item p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .section-cocok h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .grid-cocok {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }
  
  .grid-cocok .item {
    padding: 1.5rem;
  }
  
  .grid-cocok .item img {
    width: 45px;
    height: 45px;
    margin-bottom: 1rem;
  }
  
  .grid-cocok .item p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .section-cocok {
    padding: 40px 0;
  }
  
  .section-cocok h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .grid-cocok {
    margin-top: 1.5rem;
  }
  
  .grid-cocok .item {
    padding: 1.2rem;
  }
  
  .grid-cocok .item img {
    width: 40px;
    height: 40px;
    margin-bottom: 0.8rem;
  }
  
  .grid-cocok .item p {
    font-size: 0.9rem;
    text-align: center;
  }
}

/* Additional CSS for daftar-sekarang-section in ProgramSekolahKewirausahaan.html */
/* Placed in PSPK.css to avoid conflicts with index.html styles */

.daftar-sekarang-section {
  padding: 60px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.daftar-sekarang-section h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #000;
  line-height: 1.2;
  padding-bottom: 50px;
}

.daftar-sekarang-section h2 .highlight {
  color: #008080;
  display: block;
  margin-top: 0.3rem;
  position: relative;
}

.daftar-sekarang-section h2 .highlight::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background-color: #008080;
  border-radius: 2px;
}

.daftar-card {
  background: white;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 128, 128, 0.15);
  text-align: left;
}

.daftar-card h4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ff7a00;
}

.daftar-card .include {
  font-size: .8rem;
  font-weight: 400;
  color: #666;
  margin-bottom: 1.5rem;
}

.daftar-card h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #008080;
  margin-bottom: 1rem;
}

.daftar-card p {
  font-size: .9rem;
  color: #000;
  margin-bottom: .6rem;
}

.price-original {
  font-size: 1rem;
  color: #ff1616;
  margin-bottom: 0.3rem;
}

.price-discount {
  font-size: 1.8rem;
  font-weight: 500;
  color: #008080;
}

.daftar-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.daftar-list li {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #333333;
  background-color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: transform .3 ease-in-out ,border .3s ease-in-out, box-shadow .3s ease-in-out;

}

.daftar-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #008080;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  font-size: 18px;
}

.daftar-list .checkmark-icon {
  width: 35px;
}

.daftar-button {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 12px 0;
  background-color: #ff7a00;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  text-decoration: none;
}

.daftar-button:hover {
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #ff7a00;
  color: #ff7a00;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .daftar-sekarang-section h2 {
    font-size: 2rem;
  }

  .daftar-card {
    padding: 20px 25px;
  }

  .daftar-card h3 {
    font-size: 1.5rem;
  }

  .price-discount {
    font-size: 1.5rem;
  }

  .daftar-list li {
    font-size: 0.95rem;
  }

  .daftar-button {
    width: 100%;
    font-size: 1rem;
  }
}

.social-media .social-item a {
  text-decoration: none;
  color: white;
}

.articles-section {
  padding: 120px 0;
  background-color: #008080;
  position: relative;
  overflow: hidden;
  font-family: 'poppins', sans-serif;
}

.articles-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

.articles-header {
  text-align: center;
  margin-bottom: 80px;
}

.articles-title {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

/* Articles Grid */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 60px;
}

.article-card {
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(30, 86, 49, 0.2);
  border: 1px solid #008080;
}

.article-image {
  width: 100%;
  height: 200px;
  background: #333;
  overflow: hidden;
  position: relative;
}

.article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-card:hover .article-img {
  transform: scale(1.05);
}

.article-content {
  padding: 1.5rem;
}

.article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.article-category {
  font-size: 0.9rem;
  font-weight: 600;
  color: #FF6B35;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-date {
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
}

.article-description {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

/* Hidden Articles */
.articles-grid.hidden {
  display: none;
}

/* View All Articles Button */
.view-all-container {
  text-align: center;
  margin-top: 2rem;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 15px 30px;
  background-color: #fff;
  color: #008080;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(30, 86, 49, 0.2);
}

.view-all-btn:hover {
  background-color: transparent;
  transform: translateY(-2px);
  color: #ffffff;
  border: 1px solid #fff;
  box-shadow: 0 8px 25px rgba(30, 86, 49, 0.3);
}

.btn-icon {
  transition: transform 0.3s ease;
}

.view-all-btn.expanded .btn-icon {
  transform: rotate(180deg);
}

/* Article Popup Modal */
.article-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.article-popup.active {
  display: flex;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.popup-content {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
  from {
      opacity: 0;
      transform: translateY(-50px) scale(0.9);
  }
  to {
      opacity: 1;
      transform: translateY(0) scale(1);
  }
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.popup-close:hover {
  background-color: #FFFFFF;
  transform: scale(1.1);
}

.popup-hero {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.popup-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-body {
  padding: 2rem;
}

.popup-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.popup-category {
  font-size: 0.9rem;
  font-weight: 600;
  color: #FF6B35;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.popup-date {
  font-size: 0.85rem;
  color: #666;
  font-weight: 500;
}

.popup-title {
  font-size: 2rem;
  font-weight: 700;
  color: #008080;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.popup-content-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.popup-content-text p {
  margin-bottom: 1rem;
}

.popup-content-text p:last-child {
  margin-bottom: 0;
}

/* Articles Decoration */
.articles-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.articles-decoration .bottom-deco {
  width: 300px;
  height: auto;
  opacity: 1;
  animation: float 12s ease-in-out infinite;
}

  .slider-button {
    text-align: center;
    padding: 60px 10px;
    align-items: center;
    justify-content: center;
    justify-items: center;
  }

  .title-button {
    font-size: 2.5rem;
    font-weight: 500;
    color: #008080;
    line-height: 1;
  }

  .p-button {
    color: #333;
    margin-bottom: 2rem;
  }

  .slider-nav {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    padding: 8px 6px;
    flex-wrap: nowrap;
    max-width: 90%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    
  }

  .slider-nav:active {
    cursor: grabbing;
  }

  .slider-nav::-webkit-scrollbar {
    display: none;
  }

  .slider-nav a {
    flex: 0 0 auto;
    font-weight: 500;
    background: #008080;
    padding: 8px 16px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    border: 1px solid #008080;
    transition: ease-in-out .3s;
  }

  .slider-nav a.active {
    background: #ff7a00;
    color: #fff;
    border: 1px solid transparent;
  }

  .slider-nav a:hover {
    background-color: transparent;
    border: 1px solid #008080;
    color: #008080;
  }



.koperasi3 .section-cocok .grid-cocok {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-auto-rows: auto;
  gap: 2rem 3rem;
  margin-top: 3rem;
}




