.image-bg-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
  }
  
  .image-bg-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.3); */
  }
  
  .image-content {
    position: relative;
    z-index: 2;
    color: white;
  }
  
  .section-divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 60px 0; /* jarak antar section */
    width: 100%;
  }
  
  /* DJI Section */
  .dji-enterprise-section {
    padding: 50px 0;
    background-color: #ffffff;
  }
  
  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
  }
  
  .section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 1.5rem;
  }
  
  .section-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  
  .drone-image {
    max-width: 100%;
    height: auto;
  }
  
  .product-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2rem;
    overflow: hidden;
    text-align: left !important;
  }
  
  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  }
  
  /* .product-image {
    width: 100%;
    height: 200px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
  } */
  
  .product-content {
    padding: 0.5rem;
  }
  
  .product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
  }
  
  .product-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  
  .download-btn {
    background-color: #6c5ce7;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
    width: 100%;
  }
  
  .download-btn:hover {
    background-color: #5a4fcf;
    color: white!important;
  }
  
  .download-btn i {
    margin-left: 0.5rem;
  }
  
  /* Splide Customization */
  .splide__slide {
    /* min-width: 100% !important; */
    padding: 0 10px;
  }

  @media (max-width: 767px) {

    .splide__slide {
      min-width: 100% !important;
      padding: 0 20px; /* Lebih banyak padding untuk layar besar */
    }
  }
  
  .splide__arrow {
    background: #6c5ce7;
    opacity: 0.8;
  }
  
  .splide__arrow:hover {
    opacity: 1;
  }
  
  .splide__arrow svg {
    fill: white;
  }
  
  .splide__pagination__page.is-active {
    background: #6c5ce7;
  }
  
  @media (max-width: 768px) {
    .section-title {
      font-size: 2rem;
    }
  
    .section-subtitle {
      font-size: 1.25rem;
    }
  
    .dji-enterprise-section {
      padding: 60px 0;
    }
  
    .splide__slide {
      padding: 0 5px;
    }
  }
  
  /* Tambahkan di bagian bawah file CSS */
  
  /* Mobile specific styling */
  @media (max-width: 768px) {
    .section-title {
      font-size: 2rem;
    }
  
    .section-subtitle {
      font-size: 1.25rem;
    }
  
    .dji-enterprise-section {
      padding: 60px 0;
    }
  
    .splide__slide {
      padding: 0 15px; /* Lebih banyak padding */
    }
  
    .product-card {
      margin-bottom: 1rem; /* Kurangi margin bottom */
      max-width: 100%; /* Pastikan full width */
    }
  
    /* Splide container padding */
    .splide__track {
      padding: 0 20px; /* Tambah padding di container */
    }
  
    .splide__list {
      margin: 0 -15px; /* Kompensasi padding slide */
    }
  }
  
  @media (max-width: 576px) {
    .splide__slide {
      padding: 0 10px; /* Padding lebih kecil untuk mobile kecil */
    }
  
    .splide__track {
      padding: 7px 15px;
    }
  
    .splide__list {
      margin: 0 -10px;
    }
  
    .product-content {
      padding: 1rem; /* Kurangi padding content untuk mobile kecil */
    }
  }
  

  /* Product Detail Brosur */
  .image-bg-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
  }
  
  .image-bg-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.3); */
  }
  
  .image-content {
    position: relative;
    z-index: 2;
    color: white;
  }
  
  .section-divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 60px 0; /* jarak antar section */
    width: 100%;
  }
  
  /* DJI Section */
  .dji-enterprise-section {
    padding: 50px 0;
    background-color: #ffffff;
  }
  
  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
  }
  
  .section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 1.5rem;
  }
  
  .section-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  
  .drone-image {
    max-width: 100%;
    height: auto;
  }
  
  .product-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2rem;
    overflow: hidden;
    text-align: left !important;
  }

  @media only screen and (max-width: 768px) {
    .product-card {
        padding: 10px !important;
    }
}
  
  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  }
  
  .product-image {
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
  }
  
  .product-content {
    padding: 0.5rem;
  }
  
  .product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
  }
  
  .product-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  
  .download-btn {
    background-color: #6c5ce7;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
    width: 100%;
  }
  
  .download-btn:hover {
    background-color: #5a4fcf;
    color: white;
  }
  
  .download-btn i {
    margin-left: 0.5rem;
  }
  
  /* Splide Customization */
  .splide__slide {
    padding: 5px 10px;
  }
  
  .splide__arrow {
    background: #6c5ce7;
    opacity: 0.8;
  }
  
  .splide__arrow:hover {
    opacity: 1;
  }
  
  .splide__arrow svg {
    fill: white;
  }
  
  .splide__pagination__page.is-active {
    background: #6c5ce7;
  }
  
  /* Product Detail Section - Single Card Layout */
 /* Product Detail Section */
.product-detail-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  min-height: 100vh;
}

/* Main container wrapper dengan border tipis */
.product-detail-main-container {
  background-image: url('../images/bg-detail.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

/* Inner content wrapper */
.product-detail-card {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Container untuk row */
.product-detail-section .row {
  margin: 0;
}

.product-detail-section .col-lg-6,
.product-detail-section .col-md-6 {
  padding: 0;
}

/* Left side - Product image and info */
.product-detail-image {
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-detail-image:hover img {
  transform: scale(1.05);
}

.product-detail-info {
  padding: 2rem;
  /* background: #f8f9fa; */
}

.product-detail-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.product-detail-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Right side - Form */
.download-form-card {
  padding: 2rem;
  /* background: #f8f9fa; */
  box-shadow: none;
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-left: 1px solid #dee2e6;
}

.form-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.download-form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.download-form .form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.form-input {
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background-color: #E8E8E8;
  
}

.form-input:focus {
  border-color: #6c5ce7;
  box-shadow: 0 0 0 0.2rem rgba(108, 92, 231, 0.15);
  background-color: #fff;
  outline: none;
}

.form-input::placeholder {
  color: #adb5bd;
  font-style: italic;
}

/* Custom Checkbox */
.custom-checkbox {
  margin-bottom: 1rem;
}

.custom-checkbox .form-check-input {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.1rem;
  margin-right: 0.75rem;
}

.custom-checkbox .form-check-label {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
  cursor: pointer;
}

/* Download Button */
.download-form-btn {
  background: linear-gradient(135deg, #6c5ce7 0%, #5a4fcf 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
}

.download-form-btn:hover {
  background: linear-gradient(135deg, #5a4fcf 0%, #4c43c7 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(108, 92, 231, 0.3);
  color: white;
}

.download-form-btn:active {
  transform: translateY(0);
}

.download-form-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.download-form-btn i {
  margin-left: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .product-detail-section {
    padding: 60px 0;
  }

  .product-detail-main-container {
    margin: 0 15px;
    border-radius: 8px;
  }

  .download-form-card {
    border-left: none;
    border-top: 1px solid #dee2e6;
    padding: 1.5rem;
  }

  .product-detail-info {
    padding: 1.5rem;
  }

  .product-detail-title {
    font-size: 1.5rem;
  }

  .form-title {
    font-size: 1.2rem;
  }

  .product-detail-image {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .product-detail-info,
  .download-form-card {
    padding: 1rem;
  }

  .download-form .form-group {
    margin-bottom: 1rem;
  }

  .form-input {
    padding: 0.6rem 0.8rem;
  }
}

/* Animation for form validation */
.form-input.is-invalid {
  border-color: #dc3545;
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}

/* Loading state */
.download-form-btn .fa-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}