/* Responsive Adjustments */
@media (max-width: 1200px) {
    .hero-text h1 {
        font-size: 3rem;
    }
      .testimonial-card {
    min-height: 240px;
  }

  .testimonial-card .card-text {
    top: auto;
    bottom: -30px;       /* push text below the image center */
    transform: translateX(-50%); 
    
  }

  .testimonial-card h5 {
    font-size: 13px;
    margin-bottom: 4px;
    color: white ;
  }

  .testimonial-card p {
    font-size: 11px;
    line-height: 1.2;
    color: white;
  }
}

@media (max-width: 992px) {
    .hero-text h1 {
        font-size: 2.5rem;
    }

    .quote {
        font-size: 1.2rem;
    }

    .navbar-nav {
        text-align: center;
        padding: 10px 0;
    }
    .mini-card::after{
        display: none;
    }
      .testimonial-card {
    min-height: 240px;
  }

  .testimonial-card .card-text {
    top: auto;
    bottom: -30px;       /* push text below the image center */
    transform: translateX(-50%); 
    
  }

  .testimonial-card h5 {
    font-size: 13px;
    margin-bottom: 4px;
    color: white ;
  }

  .testimonial-card p {
    font-size: 11px;
    line-height: 1.2;
    color: white;
  }
  .what-we-do .right-side-do{
    text-align: center;
  }
  .what-we-do .we-do-icon{
    align-content: center;
    padding-left: 10px;
  }
  .what-we-do h2{
    font-size: 20px;
  }

}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding: 80px 0 40px;
    }

    .hero-text h1 {
        font-size: 2.2rem;
    }

    .text-container {
        margin: 30px auto;
        padding: 25px;
    }

    .quote {
        font-size: 1.1rem;
    }

    .desc {
        font-size: 1rem;
    }


    /* Mini Card */
    .mini-card {
    display: none;
    }

    .navbar-brand {
        font-size: 20px;
    }

    .nav-link {
        margin: 5px 0;
    }

    .price-box {
        background-size: auto;
       
    }

    .price-box .quote {
        font-size: 15px !important;
        line-height: 20px;
    }

    .price-box .desc {
        font-size: 12px !important;
    }
    .image-container .exp-box{
      font-size: 7px !important;
    }
    .about-card h2 , 
    .service-section h2 {
      font-size: 25px !important;
      line-height: normal !important;
    }
    .about-card p{
      font-size: 12px !important;
    }
    .fly-section h2 {
      font-size: 30px !important;
    }
    .fly-section h4{
      font-size: 20px !important;
    }
      .testimonial-card {
    min-height: 240px;
  }

  .testimonial-card .card-text {
    top: auto;
    bottom: -30px;       /* push text below the image center */
    transform: translateX(-50%); 
    
  }

  .testimonial-card h5 {
    font-size: 13px;
    margin-bottom: 4px;
    color: white ;
  }

  .testimonial-card p {
    font-size: 11px;
    line-height: 1.2;
    color: white;
  }
  
}

@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 20px !important;
        padding-top: 0;
        padding-bottom: 100px;
    }



    .quote {
        font-size: 1rem;
    }

    .desc {
        font-size: 0.95rem;
    }
    .testimonial-card {
    min-height: 240px;
  }

  .testimonial-card .card-text {
    top: auto;
    bottom: -15px;       /* push text below the image center */
    transform: translateX(-50%); 
    
  }

  .testimonial-card h5 {
    font-size: 13px;
    margin-bottom: 4px;
    color: white ;
  }

  .testimonial-card p {
    font-size: 11px;
    line-height: 1.2;
    color: white;
  }
  .counter-section {
    padding: 60px 15px;
  }
  .counter-section .row > div {
    margin-bottom: 20px;
  }



}

/* for Ensure content doesn't overlap on very small screens */
@media (max-width: 400px) {
    .hero-section {
        padding: 20px 0 30px;
    }

    .hero-text h1 {
        font-size: 20px !important;
        padding-top: 0;
       
    }

    .text-container {
        padding: 15px;

    }

    .quote {
        font-size: 10px !important;
        line-height: 12px;
        padding-top: 70px;
        width: 100%;
    }

    .desc {
        font-size: 9px !important;
        line-height: 10px;
    }

    .price-tag {
        font-size: 20px !important;
        line-height: 16px;
        padding-top: 30px;
        display: flex;
        flex-direction: column;

    }

}


@media (max-width: 991.98px) {
  .why-section {
    padding: 50px 0 40px 0;
  }
  .why-section .bg-text {
    font-size: 12vw;
    top: 30%;
  }
  .why-card {
    padding: 24px 12px;
    max-width: 100%;
  }
  .why-images {
    gap: 10px;
  }
  .why-img-card, .why-experience {
    width: 100px;
    height: 100px;
    font-size: 0.9rem;
  }
  .why-experience {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .why-section {
    padding: 32px 0 24px 0;
  }
  .why-section .bg-text {
    font-size: 18vw;
    top: 20%;
  }
  .why-images {
    flex-direction: row;
    gap: 8px;
  }
  .why-img-card, .why-experience {
    width: 70px;
    height: 70px;
    font-size: 0.8rem;
  }
  .why-experience {
    height: 28px;
  }
  .cta-banner {
    padding: 80px 20px;
    text-align: center;
  }
  .cta-content {
    max-width: 100%;
  }
  .cta-content h2 {
    font-size: 30px;
  }
}


@media (max-width: 991.98px) {
  .service-section {
    padding: 50px 0 40px 0;
  }
  .service-section .bg-text {
    font-size: 12vw;
    top: 20%;
  }
  .service-card {
    padding: 16px 8px;
  }
  .service-card img {
    height: 100px;
  }
   .contact-section ul {
    margin-top: 40px;
    margin-left: 0;     
    text-align: center;
  }

  .contact-section ul li {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .service-section {
    padding: 32px 0 24px 0;
  }
  .service-section .bg-text {
    font-size: 18vw;
    top: 10%;
  }
  .service-card {
    padding: 30px 4px;
    align-items: center;
  }
  .service-card img {
    min-height: 200px;
    max-width: 400px;
    border-radius: 15px;

  }

   .testimonial-card {
    min-height: 280px;
  }

  .testimonial-card h5 {
    font-size: 14px;
  }

  .testimonial-card p {
    font-size: 12px;
  }
}

/* Orange divider lines between columns (desktop only) */
@media (min-width: 768px) {
  .drone-service .col-md-3 {
    position: relative;
  }
  .drone-service .col-md-3:not(:last-child)::after {
    content: "";
    position: absolute;
    right: calc(var(--bs-gutter-x,1.5rem) / -2);
    top: 12%;
    width: 2px;
    height: 76%;
    background: linear-gradient(to bottom, transparent, #ff6a1a, transparent);
    box-shadow: 0 0 10px rgba(84, 50, 32, 0.45), inset 0 0 1px rgba(255,106,26,.9);
    border-radius: 1px;
    pointer-events: none;
  }
}
@media (max-width: 767.98px) {
  .drone-service .col-md-3::after {
    display: none;
  }
}