
  
   .contact-section {
  background:url("image/contactline.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
      margin-bottom: 100px;
}

/* TITLE */


.contact-box {
  
  background: #164B80;
  border-radius: 12px;
  color: #fff;
}

/* LEFT SIDE */
.left-info h5 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

.left-info p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.left-info i {
  font-size: 18px;
  margin-top: 3px;
}

/* VERTICAL LINE */
.form-section {
  border-left: 5px solid rgb(255, 255, 255);
  padding-left: 30px;
}

/* RIGHT SIDE */
.form-section h6 {
  font-weight: 600;
  margin-bottom: 20px;
}

/* INPUT STYLE (LINE STYLE) */
.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
  outline: none;
}

/* Label style */
.form-group label {
  position: absolute;
  top: 8px;
  left: 0;
  color: #fff;
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s ease;
}

/* Focus or filled effect */
.form-group input:focus ~ label,
.form-group input:valid ~ label,
.form-group textarea:focus ~ label,
.form-group textarea:valid ~ label {
  top: -12px;
  font-size: 12px;
  color: #fff;
}

/* Bottom line animation */
.form-group input:focus,
.form-group textarea:focus {
  border-bottom: 2px solid #fff;
}

/* Button style (optional improve) */
.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;
}





/* Responsive */
@media (max-width: 768px) {
  .icon img {
    width: 60px;
  }
  .form-section {
  border-left: none;
  padding-left: 10px;
  }
   .unify-section {
  background: #fff;
  padding: 50px 5px !important;
}

  .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%;
}
.contacts{
  max-width:1000px;
}
.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);
}
.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;
}
