
  
    .features-section {
  background: #f4f4f4;
}

.feature-box {
  padding: 20px;
}



.icon {
  margin-bottom: 15px;
}

.icon img {
  width: 70px;
  height: auto;
  filter: grayscale(100%);
}

.feature-box:hover .icon img {
  filter: grayscale(0%);
}

.feature-box p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}
.triangle-boxs .overlay-img {
  top:43% !important;
}




/* Common overlay style */
.overlay-imgss {
  position: absolute;
  width: 50px;
  transition: transform 0.4s ease;
}

/* Individual positions */
.img1 {
    width:40%;
 top: 18% !important;
    left: 32% !important;
}

.img2 {
  width: 16%;
    top: 64%;
    left: 47%;
}

.img3 {
  width: 16%;
    top: 64%;
    left: 72%;
}

.img4 {
  width: 16%;
    top: 64%;
    left: 59%;
}

/* Smooth hover zoom */
.overlay-imgss:hover {
  transform: scale(1.1);
}
.img1:hover{
    transform: scale(1.05);
}

.triangle-boxs .overlay-img1 {
  position: absolute;
  font-size: 15px;
  top: 90%;
    left: 75%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s ease;
   
}
.triangle-boxs .overlay-img2 {
  position: absolute;
  font-size: 15px;
  top: 85%;
    left: 20%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s ease;
   
}




/* Responsive */
@media (max-width: 768px) {
  .feature-box {
  padding: 0px;
}
.triangle-boxs .overlay-img1 {
    font-size: 9px;
        top: 92%;
        left: 52%;
  }
  .triangle-boxs .overlay-img2 {
    font-size: 9px;
        top: 94%;
        left: 49%;
  }
  .icon img {
    width: 60px;
  }
  .aa{
    padding-left: 0px !important;
  }
   .unify-section {
  background: #fff;
  padding: 50px 5px !important;
}
.unify-sections {
  padding:0 20px;
}
.industry-text{
  text-align: left;
}

  .feature-box p {
    font-size: 14px;
  }
}
.text-box.left {
    left: 24%;
    top: 61%;
}
.text-box.bottom {
    left: 38%;
}
.text-box.right {
    right: 29%;
    top: 60%;
}
.floating-icons {
  position: fixed;
  top: 75%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;

  background-color: #04274BD9;
  padding: 15px 10px;
  border-radius: 30px 0 0 30px;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ICON STYLE */
.floating-icons a {
  width: 50px;
  height: 50px;
  border: 2px solid #00d4ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00d4ff;
  font-size: 20px;
  transition: 0.3s;
  text-decoration: none;
}

/* HOVER */
.floating-icons a:hover {
  background: #00d4ff;
  color: #000;
  transform: scale(1.1);
}
.subtitle-padding{
  margin-bottom: 100px;
 }
 .call-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background-color: #04274BD9;
  color:#fff;
  padding: 31px 74px;
  border-radius: 8px;
  text-align: center;
}
