@media (max-width: 767px) {
  /* Hide the left image on small screens */
  .booking-cantact-img {
    display: none !important;
  }

  /* Make the right-side form full width */
  .bg-f8.padding-tb.margin-bottom-80 {
    padding: 20px;
    width: 100%;
  }

  /* Fix row flex direction for stacking */
  .row.justify-content-center.align-items-center {
    flex-direction: column;
  }

  /* Adjust social buttons spacing on mobile */
  .social-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .social-buttons a {
    width: 100%;
  }

  /* Make OTP boxes slightly larger for mobile usability */
  .otp-box {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
