.section-captation-video-page {
  padding: 90px 20px;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn-captation-video-page 1s ease forwards;
}

.container-captation-video-page {
  max-width: 900px;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  padding: 40px;
  border-top-right-radius: 15%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  transition: transform 0.3s ease;
}

.container-captation-video-page:hover {
  transform: translateY(-5px);
}

.text-wrapper-captation-video-page {
  width: 100%;
}

.title-captation-video-page {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(to right, #ff6a00, #ee0979);
  -webkit-background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  animation: slideIn-captation-video-page 1s ease forwards;
}

.subtitle-captation-video-page {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #ff6a00;
  text-transform: uppercase;
}

.content-captation-video-page {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #ffffff;
}

.paragraph-captation-video-page {
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
  text-align: justify;
}

.content-captation-video-page::first-letter {
  font-size: 3rem;
  font-weight: 100;
  float: left;
  line-height: 1;
  margin-right: 8px;
  font-family: 'Poppins', sans-serif;
}

.paragraph-captation-video-page::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 80%;
  background: #ff9100;
  border-radius: 5px;
}

.image-wrapper-captation-video-page {
  padding: 5px;
  border-top: 1px solid #ff9100;
  border-bottom: 1px solid #ff9100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
}

.image-gallery-video-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.image-box {
  position: relative;
  width: 48%;
  height: 250px;
  overflow: hidden;
  border: 1px solid #ff9100;
  box-shadow: 0 2px 8px rgba(255, 145, 0, 0.2);
  transition: transform 0.3s ease;
}

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

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

.overlay-video-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  pointer-events: none;
}

.image-box:hover .overlay-video-page {
  background: rgba(0, 0, 0, 0.4);
}

.see-more-button-video-page {
  background: linear-gradient(to right, #713306aa, #360a1f86);
  color: #ffffff;
  border: 0.1px solid white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: 200;
  box-shadow: 0 1px 4px rgba(9, 207, 238, 0.528);
  transition: all 0.3s ease;
  z-index: 2; /* ✅ makes sure it's always above the overlay */
  pointer-events: auto; /* ensures the button is clickable */
}

.see-more-button-video-page:hover {
  background: none;
  border-radius: 50%;
  color: #ffffff;
  border: none;
}



/* Animations */
@keyframes fadeIn-captation-video-page {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn-captation-video-page {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

.section2-captation-video-page {
  padding: 60px 20px;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn-captation-video-page 1s ease forwards;
}

.container2-captation-video-page {
  max-width: 900px;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  padding: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  transition: transform 0.3s ease;
}

.container2-captation-video-page:hover {
  transform: translateY(-5px);
}

.title2-captation-video-page {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
  color: #ff6a00;
  text-transform: uppercase;
}

.content2-captation-video-page {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #ffffff;
  width: 100%;
}

.paragraph2-captation-video-page {
  margin-bottom: 20px;
  text-align: justify;
}

.list-captation-video-page {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.list-captation-video-page li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.list-captation-video-page li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0;
  color: #ff6a00;
  font-weight: bold;
  font-size: 1.2rem;
}

.list-captation-video-page li:hover {
  color: #ff6a00;
  transform: translateX(5px);
}

/* Keep animations and responsiveness consistent */
@keyframes fadeIn-captation-video-page {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn-captation-video-page {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

.contact-button-wrapper-captation-video-page {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.contact-button-captation-video-page {
  background: linear-gradient(to right, #ff6a00, #ee0979);
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 300;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.contact-button-captation-video-page:hover {
  background: linear-gradient(to right,#ee0979, #ff6a00);
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

#scrollToTopBtn:hover {
  box-shadow: 0 2px 4px white;
  background-color: darkgray;
  background: linear-gradient(to bottom, #05525e, #c5bfbff0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}



/* Responsive */
@media (max-width: 768px) {
  .title-captation-video-page {
      font-size: 2rem;
  }
  .subtitle-captation-video-page {
      font-size: 1.2rem;
  }
  .container-captation-video-page {
      padding: 20px;
      border-top-right-radius: 0;
  }
  .title2-captation-video-page {
    font-size: 1.8rem;
  }
  .container2-captation-video-page {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .image-box {
    width: 100%;
    height: 250px;
  }
}