.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767.98px) {
  .hero-section {
    text-align: center;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-image {
    margin-top: 2rem;
  }
  
  .trust-badges {
    justify-content: center;
  }
}

/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-title::after {
    width: 60px;
    bottom: -5px;
  }
  
  .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-title {
    font-size: 2.5rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-title {
    font-size: 3rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Adjustments for large devices */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Adjustments for extra large devices */
}


/* Extra small devices (phones, 576px and down)
@media (max-width: 576px) {
    .section-title {
        font-size: 2.5rem;
    }

    .section-title::after {
        width: 60px;
        bottom: -5px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .about-banner {
        margin: 3rem -20px;
        width: calc(100% + 40px);
    }

    .banner {
        font-size: 2rem;
        gap: 15px;
    }

    .banner .circle {
        width: 30px;
        height: 30px;
    }

    .content-description,
    .bottom-description {
        font-size: 1.1rem;
    }

    .contact-content {
        padding: 2rem;
    }

    .footer-logo {
        width: 160px;
    }

    .footer-legal-links {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* Small devices (landscape phones, 576px and up) *
@media (min-width: 576px) and (max-width: 767.98px) {
    .section-title {
        font-size: 3rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .about-banner {
        margin: 4rem -50px;
        width: calc(100% + 100px);
    }

    .banner {
        font-size: 3rem;
    }
}
/* Medium devices (tablets, 768px and up) *
@media (min-width: 768px) and (max-width: 991.98px) {
    .section-title {
        font-size: 3.5rem;
    }

    .hero-title {
        font-size: 3.5rem;
    }
}

/* Large devices (desktops, 992px and up) *
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Adjustments for large devices if needed */


/* Extra large devices (large desktops, 1200px and up) *
@media (min-width: 1200px) {
    /* Adjustments for extra large devices if needed *
}

/* Navigation responsive adjustments *
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: var(--white);
        padding: 1rem;
        border-radius: 10px;
        margin-top: 1rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .nav-link {
        padding: 0.5rem 0 !important;
    }

    .nav-link::after {
        display: none;
    }
}

/* Services accordion responsive *
@media (max-width: 767.98px) {
    .service-header h3 {
        font-size: 1.2rem;
    }

    .service-icon {
        width: 20px;
    }
}

/* Technology grid responsive *
@media (max-width: 767.98px) {
    .tech-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 1rem;
    }

    .tech-logo {
        width: 60px;
        height: 60px;
    }

    .tech-name {
        font-size: 0.875rem;
    }
}
.about-banner {
    background-color: #f8f9fa;
    text-align: center;
  }
  
  .banner-container {
    overflow: hidden;
    width: 100%;
  }
  
  .banner-wrapper {
    white-space: nowrap;
    width: 100%;
    position: relative;
  }
  
  .banner {
    display: inline-flex;
    min-width: 200%; /* Ensures scroll space *
    animation: scroll-left 20s linear infinite;
    align-items: center;
  }
  
  .banner:hover {
    animation-play-state: paused;
  }
  
  .banner-text {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #343a40;
    margin: 0 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
  }
  
  .circle {
    font-size: 2rem;
    color: #28a745;
    margin: 0 1.5rem;
    white-space: nowrap;
  }
  
  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  @media (max-width: 768px) {
    .banner-text,
    .circle {
      font-size: 1.2rem;
      margin: 0 0.5rem;
    }
  }
    
/* Industries section responsive */
/* /* Responsive Adjustments testimonial *
@media (max-width: 992px) {
    .section-title {
        font-size: 2.2rem;
    }
  }
  
  @media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .testimonial-card {
        padding: 20px;
    }
  }
  
  @media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
    }
  }
/* Footer responsive *
@media (max-width: 767.98px) {
    .footer {
        text-align: center;
    }

    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links {
        margin-bottom: 2rem;
    }

    .footer-legal-links {
        justify-content: center;
    }
}
/* Add these new styles to your existing CSS */

/* Improved Image Loading *
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  img[loading="lazy"].loaded {
    opacity: 1;
  }
  
  /* Responsive Images *
  .responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* Better mobile navigation *
  @media (max-width: 991.98px) {
    .navbar-collapse {
      position: fixed;
      top: 80px;
      left: 0;
      right: 0;
      background: white;
      padding: 20px;
      box-shadow: 0 5px 10px rgba(0,0,0,0.1);
      max-height: calc(100vh - 80px);
      overflow-y: auto;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      z-index: 1000;
    }
    
    .navbar-collapse.show {
      transform: translateX(0);
    }
    
    .navbar-nav {
      flex-direction: column;
    }
    
    .nav-item {
      margin-bottom: 10px;
    }
  }
  
  /* Improved hero section for mobile *
  @media (max-width: 767.98px) {
    .hero-section {
      padding-top: 100px;
      padding-bottom: 50px;
    }
    
    .hero-title {
      font-size: 2.2rem;
      line-height: 1.2;
    }
    
    .hero-subtitle {
      font-size: 1.1rem;
    }
    
    .hero-image {
      margin-top: 30px;
    }
  }
  
  /* Better testimonial cards *
  .testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  }
  
  /* Optimized technology grid 
  @media (max-width: 767.98px) {
    .tech-grid {
      grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
      gap: 0.75rem;
    }
    
    .tech-item {
      padding: 1rem;
    }
    
    .tech-logo {
      width: 40px;
      height: 40px;
    }
    
    .tech-name {
      font-size: 0.75rem;
    }
  }
  
  /* Improved contact form *
  .contact-form .form-control {
    transition: all 0.3s ease;
  }
  
  .contact-form .form-control:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  /* Loading animation for images 
  @keyframes shimmer {
    0% { background-position: -468px 0 }
    100% { background-position: 468px 0 }
  }
  
  .img-placeholder {
    background: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-size: 800px 104px;
    animation: shimmer 1.5s infinite linear;
    border-radius: 4px;
  } */