/* ================= TOP BAR ================= */


/* ================= HERO FIX ================= */
@keyframes fadeSlide {
    0%   { opacity: 0; transform: scale(1); }
    5%   { opacity: 1; }
    33%  { opacity: 1; transform: scale(1.05); }
    38%  { opacity: 0; }
    100% { opacity: 0; }

}
@media(max-width: 992px) {
   .text-main {
  color: #ffe401 ;
  font-size: 1rem !important;
  font-weight: 700;
}

.com-slog1 {
  font-size: 2rem !important;
  font-weight: 600;

}

.com-slog2 {
  font-size: 1.5rem !important;
  font-weight: 600;

} 
  
}
@media (max-width: 992px) {
    .hero-content {
        height: 10vh;
        position: relative;
        margin-top: 10vh;
        margin-left: 6vw;
        z-index: 5;
        width: 100%;

}
   .text-main  {
    color:#ffe401;
    font-size: 1rem;
    font-weight: 700;
   }
    .com-slog1{
    font-size: 2rem;
      font-weight: 600;
    
   }
   .com-slog2{
    font-size: 1.5rem;
     font-weight: 600;
    
   }
   .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

 
@media (max-width: 576px) {

 .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.121);
        z-index: 1;
    }

}



}
@media (max-width: 992px) {
    .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.121);
        z-index: 1;
    }
}


@media (max-width: 767px) {
    .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

    .services-section {
        padding: 40px 0;
        
    }
    .card-container{
        width:100%;
        margin-bottom: 1rem;
    }

   

    .service-card img {
        max-height: auto
    }
    .service-img2 img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}
}
/* -----------our comitments-------------- */
@media (max-width: 991px) {
   .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1;
    }

  /* Section padding equal from both sides */
  .commitment-section {
    min-height: auto;
    padding: 70px 20px;
    display: block;
  }

  /* Stack image + content */
  .commitment-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  /* Image */
  .commitment-image {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }

  /* CONTENT CONTAINER — THIS IS THE KEY */
  .commitment-content {
    width: 100%;
    max-width: 420px;     /* list ko center me bandhne ke liye */
    margin: 0 auto;
  }

  /* EACH ITEM — PERFECT ALIGNMENT */
  .commitment-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
    text-align: left;
  }

  /* Icon fixed size */
  /* .icon-box {
    min-width: 44px;
    height: 44px;
    flex-shrink: 0;
  } */

  .icon-box img {
    width: 22px;
  }

  /* Text */
  .commitment-item h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .commitment-item p {
    font-size: 13px;
    line-height: 1.6;
  }
}

