.image-hover-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 12px;
    
  }
  
  .image-hover-wrapper img {
    width: 100%;
    transition: opacity 0.4s ease;
    display: block;
    
  }
  
  .image-hover-wrapper .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  
  .image-hover-wrapper:hover .hover-img {
    opacity: 1;
  }
  
  .image-hover-wrapper:hover .main-img {
    opacity: 0;
  }
  .why-img {
    position: relative;
    overflow: hidden;
  }
  
  .why-img img {
    transition: opacity 0.5s ease-in-out;
  }
  
  .why-img::after {
    content: "";
    background: url('assets/img/why-choose-us-hover.jpg') no-repeat center center/cover;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
  }
  .tilt-active{
    width: 100%;
    height: 600px;
    border-radius:10px;
  }
  
  .why-img:hover::after {
    opacity: 1;
  }
  .team-area-1 {
    padding: 40px 0;
  }
  
  .hover-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 300px;
  }
  
  .hover-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
  }
  
  .hover-img-wrapper .hover-img {
    opacity: 0;
    z-index: 2;
  }
  
  .hover-img-wrapper .main-img {
    z-index: 1;
  }
  
  .hover-img-wrapper:hover .hover-img {
    opacity: 1;
  }
  
  .hover-img-wrapper:hover .main-img {
    opacity: 0;
  }
  
  @media (max-width: 767.98px) {
    .hover-img-wrapper {
      height: 250px;
      min-height: unset;
    }
  
    .hover-img-wrapper img {
      position: relative;
    }
    
    .hover-img-wrapper:hover .main-img {
      opacity: 1;
    }

 }
 @media (max-width: 767.98px){
  .center{
    text-align: center;
  }
  .margin-top{
    margin-top:20px ;
  }
 }

 .zoom-out-wrapper {
  overflow: hidden;
  position: relative;
}

.zoom-out-wrapper img {
  transition: transform 0.5s ease;
  transform: scale(1.05);
}

.zoom-out-wrapper:hover img {
  transform: scale(1);
}

@media (max-width: 767.98px) {
  .zoom-out-wrapper {
    margin-top: 20px;
  }
}
.feature-list {
  padding-left: 0;
  list-style: none;
}

.feature-list li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: start;
}

.zoom-out-wrapper {
  overflow: hidden;
  position: relative;
}

.zoom-out-wrapper img {
  transition: transform 0.5s ease;
  transform: scale(1.05);
}

.zoom-out-wrapper:hover img {
  transform: scale(1);
}
.connectivity-heading {
  /* font-family: 'Playfair Display', serif; */
  font-weight: 700;
  /* font-size: 2.5rem; */
}

.connectivity-list {
  padding-left: 20px;
  margin-top: 15px;
  list-style-type: disc;
  /* font-size: 1rem; */
  line-height: 1.6;
}
.mysection{
  padding: 80px 0px;
}
.contact-feature{

  height: 100% !important;
}
/* Ensure each contact feature wrap fills height */
.contact-feature-wrap {
  display: flex;
}

.contact-feature {
  background: var(--smoke-color);;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-grow: 1;
}

.contact-feature-icon {
  font-size: 24px;
  color: #fff;
  background: #7a3ff5;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  flex-shrink: 0;
}

.contact-feature_label {
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-feature_link {
  color: #333;
  text-decoration: none;
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .row.gy-4.justify-content-center {
    display: flex;
    flex-wrap: wrap;
  }

  .contact-feature-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 497  px) {
  .connectivity-heading {
    font-size: 2rem;
    text-align: center;
  }
  .connectivity-list {
    padding-left: 15px;
  }
  /* .lata {
    flex-direction: column;
  } */
  .col-lg-5, .col-lg-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-lg-5 img {
    margin-bottom: 20px;
  }
  .swiper-slide{
    height:300px;
  }
  .mysection{
    padding: 20px 0px;
  }
 
}

  
  
  
  
  /* @media (max-width:425px) {
    .tilt-active{
        height:300px;
    }
  }

  @media (max-width:767px){
    #mobile-img{
        width: 100%;
    }
    .about{
        margin-top: 0;
        width: 640px;
    }
  } */
  
