/* =============================================
   TABLETS — max-width: 992px
   ============================================= */

@media (max-width: 992px) {

   .video-container {
    height: 70vh;
  }
  /* Hero */
  .service-hero {
    height: 70vh;
  }

  .hero-box h1 {
    font-size: 36px;
  }

  .hero-box p {
    font-size: 16px;
  }

  /* Video Section */
  .service-videos-news {
    padding: 40px 0;
  }

  .video-wrapper {
    width: 100%;
    padding: 0 20px;
  }

  .video-wrapper h2 {
    font-size: 2rem;
  }

  .video-grid {
    gap: 1.5rem;
  }

  /* Included Services */
  .services-container {
    gap: 30px;
  }

  .services-cards h2 {
    font-size: 2rem;
  }

  /* Process */
  .process h2 {
    font-size: 2.2rem;
    margin-bottom: 60px;
  }

  .process-steps {
    gap: 40px;
  }

  /* Benefits */
  .benefits h2 {
    font-size: 2.2rem;
    margin-bottom: 60px;
  }

  .benefits-grid {
    gap: 40px;
  }

  /* CTA */
  .cta h2 {
    font-size: 2rem;
  }
}


/* =============================================
   MOBILE — max-width: 768px
   ============================================= */

@media (max-width: 768px) {

  .video-container {
    height: 60vh;
  }
  /* ── Nav ── */
  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: black;
    display: none;
  }

  .nav.active {
    display: block;
  }

  .nav-links {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    gap: 0px;
    padding: 20px 0;
  }

  .header-socials {
    display: none;
  }

  .dropdown-menu {
    position: static !important;
    max-height: 0;
    overflow: hidden;
     display: none !important;
    width: 100%;
    text-align: center;
    transition: max-height 0.35s ease, padding 0.35s ease;
  }

  .dropdown-menu.active {
    display: block !important;
    max-height: 500px;
    padding: 10px 0;
  }
.dropdown-menu a {
   display: block;
    padding: 14px 0;
    font-size: 16px;
    color: #ffd700;
    width: 100%;
}

  /* ── Hero ── */
  .service-hero {
    height: 60vh;
    min-height: 300px;
  }

  .hero-box {
    bottom: 8%;
    width: 92%;
    padding: 20px;
  }

  .hero-box h1 {
    font-size: 2rem;
  }

  .hero-box p {
    font-size: 1rem;
    margin-top: 10px;
  }

  /* ── Video Section ── */
  .service-videos-news {
    padding: 30px 0;
  }

  .video-wrapper {
    width: 100%;
    padding: 0 14px;
  }

  .video-wrapper h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
  }

  .video-grid {
    gap: 1.2rem;
  }

  .video-card {
    padding-bottom: 56.25% !important;
    border-radius: 8px;
  }

  /* ── Included Services ── */
  .included-services {
    padding: 60px 20px;
  }

  .services-container {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .services-image img {
    max-width: 100%;
  }

  .services-cards h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .card {
    font-size: 1rem;
    padding: 20px 16px;
  }

  /* ── Process ── */
  .process {
    padding: 70px 20px;
  }

  .process h2 {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }

  .process-steps {
    flex-direction: column;
    gap: 40px;
  }

  .process-step {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .process-step::after {
    display: none;
  }

  /* ── Benefits ── */
  .benefits {
    padding: 70px 20px;
  }

  .benefits h2 {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }

  .benefits-grid {
    gap: 40px;
  }

  .benefit-item {
    max-width: 100%;
    width: 100%;
  }

  /* ── CTA ── */
  .cta {
    padding: 60px 16px;
  }

  .cta h2 {
    font-size: 1.8rem;
  }

  .cta p {
    font-size: 1rem;
  }

  .cta-btn {
    padding: 14px 28px;
    font-size: 1rem;
  }
}


/* =============================================
   SMALL MOBILE — max-width: 480px
   ============================================= */

@media (max-width: 480px) {

   .video-container {
    height: 50vh;
  }
  /* ── Hero ── */
  .service-hero {
    height: 50vh;
    min-height: 260px;
  }

  .hero-box {
    bottom: 6%;
    width: 94%;
    padding: 16px;
  }

  .hero-box h1 {
    font-size: 1.5rem;
  }

  .hero-box p {
    font-size: 0.9rem;
  }

  /* ── Video Section ── */
  .service-videos-news {
    padding: 24px 0;
  }

  .video-wrapper {
    padding: 0 10px;
  }

  .video-wrapper h2 {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }

  .video-grid {
    gap: 1rem;
  }

  /* ── Included Services ── */
  .included-services {
    padding: 50px 14px;
  }

  .services-cards h2 {
    font-size: 1.5rem;
  }

  .card {
    font-size: 0.9rem;
    padding: 16px 14px;
    gap: 14px;
  }

  /* ── Process ── */
  .process {
    padding: 50px 14px;
  }

  .process h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  .process-step {
    width: 100%;
  }

  .process-step h3 {
    font-size: 1rem;
  }

  /* ── Benefits ── */
  .benefits {
    padding: 50px 14px;
  }

  .benefits h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  .benefit-item h3 {
    font-size: 1.1rem;
  }

  .benefit-item p {
    font-size: 0.9rem;
  }

  /* ── CTA ── */
  .cta {
    padding: 50px 14px;
  }

  .cta h2 {
    font-size: 1.5rem;
  }

  .cta p {
    font-size: 0.9rem;
  }

  .cta-btn {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
}