.contact {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* COMMON STYLE */
.contact-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
  opacity: 0;
  transition: all 1.2s ease;
}

/* TEXT */
#contactText {
  width: 500px;
  opacity: 1;
}

/* NUMBER (👈 बड़ा किया) */
#contactNumber {
  width: 650px;
}