/* ========================= GENERAL RESPONSIVE ========================= */

/* TEXT OVER IMAGE FIX FOR TABLET */
@media (max-width: 991px) {
  .overlay-text {
    position: relative !important;
    top: auto !important;
    margin-bottom: 20px;
    text-align: center;
    z-index: 5;
  }

  .title, .content {
    position: relative !important;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.4);
    width: 100%;
  }

  .students {
    width: 100% !important;
    height: auto !important;
  }

  .search-bar {
    width: 100% !important;
    margin: 8px 0 !important;
  }

  .auth-box {
    width: 100% !important;
    height: auto !important;
    right: 0 !important;
    margin-top: 10px !important;
  }

  nav.navbar {
    margin-bottom: 0 !important;
  }

  .left-section {
    padding-top: 10px !important;
  }
}

/* MOBILE OPTIMIZATIONS */
@media (max-width: 576px) {
  .otp-wrapper {
    gap: 6px !important;
    margin-top: 10px !important;
  }

  .otp-input {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px;
  }

  .proceed-btn {
    margin-top: 28px !important;
  }

  .auth-title {
    margin-bottom: 15px !important;
  }

  .enter-otp-text {
    margin-top: 6px !important;
  }

  .top-offer-bar {
    text-align: center;
  }
}

/* FIX HEIGHTS */
@media (min-width: 992px) {
  .row.min-vh-100 {
    min-height: 100vh;
  }
}

@media (max-width: 991px) {
  .row.min-vh-100 {
    min-height: auto !important;
  }
}
