
  .unify-section{
     background-image: url('image/Vector\ 9.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
 .triangle-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  height: 100px;
}

/* Common triangle style */
.triangle {
  position: absolute;
  text-align: center;
}

.triangle img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.triangle:hover img {
  transform: scale(1.08); /* small & smooth */
}


/* POSITIONING */
.tri-left {
  position: absolute;
  top: 90px;
    left: 9%;
    z-index: 2;
    width: 290px;
}

.tri-center {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.tri-right {
  position: absolute;
  top: 90px;
  right: 9%;
  width: 290px;
  z-index: 2;
}

/* TEXT STYLE */
.triangle p {
  margin-top: 10px;
  font-size: 15px;
  color: #666;
}

.floating-icons {
  position: fixed;
  top: 70%;
  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);
}
.send-btn {
  background: #ff7a00;
  color: #fff;
  border-radius: 6px;
  padding: 6px 18px;
  border: none;
}

/* BUTTON */
.send-btn {
  background: #ff7a2f;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
}

.send-btn:hover {
  background: #ff6a1a;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 0px;
    }
}
.carousel-indicators {
  z-index: 5;
}

.hero-slide {
  pointer-events: none;
}

.carousel-indicators button {
  pointer-events: auto;
}


@media(max-width:786px){
  .tri-left {
    position: absolute;
    top: 0px;
    left: -7%;
    z-index: 2;
    width: 129px;
}
.tri-right {
    position: absolute;
    top: -2px;
    right: -7%;
    width: 129px;
    z-index: 2;
}
.tri-center {
    position: absolute;
    top: 91%;
    left: 50%;
    width:60%;
    transform: translateX(-50%);
    z-index: 3;
}
 .triangle-wrapper {
  height:auto;
 }
 .para{
  margin-top: 100px !important;
 }
}
.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;
}
