@media (max-width: 768px) {
  .slider-caption {
    left: 20px;
  }

  .slider-caption h2 {
    font-size: 26px;
  }
  .projects-hero h1 {
    font-size: 1.25rem;
  }
  .contact-section .contact-info {
    order: 2;
  }
  .contact-section .contact-form {
    order: 1;
  }
  .industries-list .industry-card {
    padding: 1rem;
  }
  .industries-list .industry-card .icon {
    height: 48px;
    width: 48px;
  }
  .quote-section .quote-info {
    order: 2;
  }
  .quote-section .quote-form {
    order: 1;
  }
  .cert-list .cert-card {
    padding: 1rem;
  }

  .count-info{
    position: static;
    width: 100%;
    border-radius: 0px;
    background: none;
    color: #000;
  }

  .main-title-stylish h2{
    font-size: 2rem;
    line-height: normal;
    top: 50px;
  }
  .main-title-stylish span{
    font-size: 4rem;
  }

  .projects-section .project-box{
    margin-top: 20px;
  }

  .foudner-section{
    padding-bottom: 30px;
  }

  #showcaseSlider{
    margin-top: 30px;
  }

  .client-section .client-box img{
    width: 145px;
  }

  .showcase-section,
  .projects-section{
    padding: 30px 0px;
  }

  .footer-section{
    padding-top: 25px;
  }

}



/* 2-jan-2026 */
@media (max-width: 992px) {
  .about-section .about-image {
    text-align: center;
  }
  .about-section .about-image img {
    max-width: 320px;
  }
  .feature-list {
    padding-left: 0.5rem;
  }
}

@media (max-width: 576px) {
  .inner-header {
    min-height: 180px;
  }
  .inner-header h1 {
    font-size: 1.5rem;
  }
  .team-card {
    padding: 1.5rem;
  }
}

@media (max-width: 992px) {
  .service-card p {
    font-size: 0.95rem;
  }
  .icon-box {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 576px) {
  .portfolio-hero h1 {
    font-size: 1.25rem;
  }
  .portfolio-grid .project-card {
    padding-bottom: 0;
  }
}

@media (max-width: 576px) {
  .clients-logos .client-logo {
    max-height: 44px;
  }
  .testimonials .testimonial {
    padding: 1rem;
  }
}
