html {
  scroll-behavior: smooth;
}

/* Ensure parent card is relative */
.it-service-2-item {
  position: relative;
  /* overflow: hidden; */
}

/* Explore More Wrapper - Hidden by default */
.explore-more-wrapper {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Show on card hover */
.it-service-2-item:hover .explore-more-wrapper {
  opacity: 1;
  pointer-events: auto;
}

/* Explore More Button Styling - Pill Shape */
.explore-more-btn {
  background-color: #ff7f00;
  color: #fff;
  padding: 10px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}

.explore-more-btn:hover {
  background-color: #e86e00;
  color: white;
}
.main-log{
    width:100px;
    
}
@media screen and (max-width:567px){
    .main-log{
    width:72px!important;
    
}
}
    
    
}
