
  
    .features-section {
  background: #f4f4f4;
}

.feature-box {
  padding: 20px;

}
.unify-section{
  background: url("image/visalizationline.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}



.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: #000;
  line-height: 1.6;
}

.overlay-imgss {
  position: absolute;
  width: 50px;
  transition: transform 0.4s ease;
}

/* Individual positions */
.img1 {
    width: 22%;
    top: 8% !important;
    left: 30% !important;
}

.img2 {
     width: 9%;
    top: 44%;
    left: 23%;
}

.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.02);
}
.texts{
  max-width:980px;
}
.impact-box {
  text-align: left;
  max-width: 600px;
  margin: auto;
}

.impact-box ul {
  list-style-position: inside; /* keeps bullets centered */
  padding: 0;
}

.impact-box li {
  margin-bottom: 8px;
}

.integration-section {
  background-image: url('image/integrationbanner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
}

/* Top */
.software-title {
  color: #f37021;
  font-size: 32px;
  font-weight: 600;
}

.software-logos img {
  height: 80px;
  margin: 0 10px;
}

/* Heading */
.main-heading {
  color: #f37021;
  font-size: 32px;
  margin-top: 40px;
  font-weight: 600;
}

.custom-box {
  position: relative;
  height: 145px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DARK OVERLAY */
.custom-box .overlay {
  position: absolute;
  inset: 0;
  /* blue overlay */
}

/* TEXT */
.custom-box .content {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.custom-box h6 {
  font-size: 15px;
  margin-bottom: 5px;
}

.custom-box p {
  font-size: 15px;
  margin: 0;
}

/* TOP LEFT BORDER DESIGN */


/* HOVER EFFECT */
.custom-box:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

/* Triangle */
/* .triangle-box {
 
max-width: 900px;
} */



/* Inner Content */
.triangle-content img {
  width: 185px;
}

/* Text */
h6 {
  margin-top: 15px;
}


/* Bottom logos */
.logo-row {
  margin-top: 30px;
}

.logo-row img {
  height: 35px;
  margin: 10px 15px;
}


/* SECTION BACKGROUND */
.scale-section {
  background: url('image/visualizationbanner.png') center/cover no-repeat;
  position: relative;
  padding: 100px 0;
}

/* BLUE OVERLAY */
.scale-section::before {
  content: "";
  position: absolute;
  inset: 0;
  
}

/* CONTENT BOX */
.scale-box {
  position: relative;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 25px;
  padding: 60px 40px;
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.scale-box h2 {
  font-family: 'Antonio';
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* TEXT */
.scale-box p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 850px;
  margin: auto;
}
.startimage{
  width:40% !important;
}
.visualizimage{
  width:60% !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .feature-box {
  padding: 0px;

}
.visualizimage{
  width:80% !important;
}
.startimage{
  width:80% !important;
}
  .scale-box {
    padding: 30px 20px;
  }

  .scale-box h2 {
    font-size: 28px;
  }

  .scale-box p {
    font-size: 14px;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .icon img {
    width: 60px;
  }
  .custom-box{
    height: 175px;
  }
   .unify-section {
  background: #fff;
  padding: 50px 5px !important;
}

  .feature-box p {
    font-size: 14px;
  }
  .content h6{
    font-size: 20px;
  }
  .content p{
    font-size:18px !important;
  }
}
.space-section{
  padding: 50px 20px;
}
.start-section{
  padding-bottom:100px;
}

 .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: 22px;
  transition: 0.3s;
  text-decoration: none;
}

/* HOVER */
.floating-icons a:hover {
  background: #00d4ff;
  color: #000;
  transform: scale(1.1);
}
.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;
}
