*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/* Contact Form */
.contact-form {
  background-color:white;
  padding: 20px;
  border-radius: 15px;
  width: 100%;   /* desktop default */
  max-width: 450px; /* auto shrink on smaller screens */
  /* margin: 60px auto; */
  padding-top: 30px;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-bottom: 2px solid #007bff; /* Optional: add custom focus color */
}
.form-group {
  margin-top: 3px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ccc;
  color: #000000 !important;
  font-size: 15px;
  box-sizing: border-box;
  padding: 3px 1px;
  transition: border-color 0.3s ease;
}

.form-group select  {
  resize: none;
  height: 40px;
}

label {
  display: block;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  color: #000000;
}

/* Button */
.form-footer {
  margin-top: 25px;
}

.form-footer button {
  background-color: #007bff;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.form-footer button:hover {
  background-color: #007bff;
}
/* contact page */
.form-footer-con {
  margin-top: 25px;display: flex;
  flex-direction: row;gap: 20px;
}

.form-footer-con button {
  background-color: #007bff;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  margin-bottom: 20px;
}

.form-footer-con button:hover {
  background-color: #006de2;
}
.contact-form .title{
   font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000000;
  /* text-transform: uppercase; */
  margin-bottom: 10px;text-align: center;
}
.call-btn a{
  color: white !important; font-size: 14px;text-decoration: none;
}
form button {
  background-color: #007bff;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}
.contact-section {
   background: url('./img/register-form-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;

  /* Flexbox center */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}ntact-section .contact-info .title{
  margin-bottom: 23px;
}




/* Whatapp icon */

/* ---------------- Responsive for Contact Page ---------------- */



/* Tablets (≤1024px) */
@media (max-width: 1024px) {
  .contact-section {
    padding: 50px 15px;
  }

  .contact-form {
    width: 100%;
    margin: 200px auto;
  }

  .form-footer-con {
    flex-direction: column;
    gap: 15px;
  }

  .form-footer-con button {
    width: 100%;
    font-size: 15px;
  }

  .contact-form .title {
    font-size: 24px;
  }
}

/* Mobile Devices (≤768px) */
@media (max-width: 768px) {
  .contact-section {
    padding: 40px 10px;
  }

  .contact-form {
    width: 100%;margin: 100px auto;
  }.video-container {
  width: 80%;
  height: 260px;
}


  .contact-form .title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .form-group label {
    font-size: 14px;
  }

  .form-group input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .form-footer-con {
    flex-direction: column;
    gap: 12px;
  }

  .form-footer-con button {
    font-size: 15px;
    padding: 12px 15px;
    width: 100%;
  }

  .call-btn a {
    display: inline-block;
    font-size: 14px;
  }
}

/* Small Mobile Devices (≤480px) */
@media (max-width: 480px) {
  .contact-section {
    padding: 20px 20px;
  }

  .contact-form .title {
    font-size: 20px;
  }

  .form-group label {
    font-size: 13px;
  }

  .form-group input {
    font-size: 13px;
    padding: 8px;
  }

  .form-footer-con button {
    font-size: 14px;
    padding: 10px;
  }

  .call-btn a {
    font-size: 13px;
  }
  .contact-form {
    width: 100%;margin: 10px auto;
  }
}

/* ---------------- RESPONSIVE BREAKPOINTS ---------------- */

/* Tablets (≤ 992px) */
@media (max-width: 992px) {
  #home-head {
    font-size: 28px;
  }

  .main-slider .title {
    font-size: 22px;
  }

  .contact-form {
   
    padding: 25px;
  margin: 160px auto;
    width: 90%;
  
  }
}

/* Mobiles (≤ 768px) */
@media (max-width: 768px) {
  #home-head {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  .contact-form {
    width: 90%;
    padding: 20px;
  }

  .form-footer button {
    font-size: 15px;
    padding: 10px;display: flex;
    flex-direction: column;
  }
}

/* Small Mobiles (≤ 480px) */
@media (max-width: 480px) {
  .main-slider {
    padding: 15px;
  }

  #home-head {
    font-size: 20px;
  }

  h2 {
    font-size: 16px;
  }

  .contact-form {
    width: 100%;
    padding: 15px;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
    font-size: 14px;
    padding: 6px;
  }

  .form-footer button {
    font-size: 14px;
    padding: 8px;
  }
}

/* ------------------------------
   RESPONSIVE STYLES
-------------------------------*/

/* Tablets - 1024px */
@media (max-width: 1024px) {
  .main-slider {
    height: 600px;
  }
  .contact-form {
    width: 70%;
    padding: 40px;
  }
  .main-slider .title {
    font-size: 26px;
  }
}

/* Medium devices - 768px */
@media (max-width: 768px) {
  .main-slider {
    height: auto;
    padding: 40px 20px;
  }
  .contact-form {
    width: 85%;
    padding: 30px;
  }
  .main-slider .title {
    font-size: 22px;
    line-height: 26px;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 14px;
  }
  .form-footer button {
    width: 100%;
  }
}

/* Small devices - 480px */
@media (max-width: 480px) {
  .main-slider {
    height: auto;
    padding: 20px;
  }
  .contact-form {
    width: 100%;
    padding: 20px;
    border-radius: 12px;
  }
  .main-slider .title {
    font-size: 18px;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 13px;
    padding: 6px 4px;
  }
  .form-footer button {
    font-size: 14px;
    padding: 10px;
  }
}
