/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  CONTACT CSS  ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/



.hero-contact {
  background: url(../../IMAGES/mainIMAGES/imgBANNER/LogoBanner01.jpg) center center/cover no-repeat;
  background-size: cover;       /* Makes sure image covers entire section */
  background-position: center;  /* Centers the image */
  background-repeat: no-repeat; /* No repeating */
  color: white;                 /* Make sure text is visible */
  padding: 100px 0;             /* Add vertical spacing */
}

h1 {
  font-size: 3rem;
  color: aliceblue;
  font-weight: 800;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.lead {
  font-size: 1.5rem;
  color: aliceblue;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.SecondForm {
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 20px;
}

/* ✅ BUTTON STARTS*/

.butpop{
    display: inline-block;
    padding: 9px 15px;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    font-size: 24px;;
    cursor:pointer;
    transition: background-color 0.3s ease;
}

.butpop:hover {
    background-color: #c4f1ef;
    color: #fff;
}

.testcontact{ /* message hidden */
  font-size: 14px;
  color: #f9f9f9;
}
/* BUTTON ENDS*/