@media (max-width: 768px) {
  .hero-caption h1 {
    font-size: 2rem;
  }

  .hero-caption .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .process-step:not(:last-child):after {
    display: none;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .feature-box {
    margin-bottom: 20px;
  }

  .quote-fixed .veil {
    max-width: 95%;
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .video-gallery-grid {
    grid-template-columns: 1fr;
  }

  .video-modal .modal-dialog {
    margin: 20px;
  }
}
