/* ✅ Screens ≤ 1200px */
@media only screen and (max-width: 1200px) {
  .date-countdown {
    width: 100%;
  }

  #normal-countdown .time-sec {
    height: 130px;
    width: 130px;
    margin: 8%;
  }

  .right-section .footer-icons li a i {
    height: 30px;
    line-height: 28px;
    width: 30px;
  }

  .right-section .footer-icons li a {
    padding: 0 1px;
  }

  .right-section .footer-icons li:first-child {
    margin-right: 10px;
  }

  .switch {
    top: 41px;
  }
}

/* ✅ Screens ≤ 992px — Make right-section appear first */
@media only screen and (max-width: 992px) {
  .main-area {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .right-section {
    order: 1;
    width: 100%;
    height: 932px;
    padding: 40px 20px;
  }

  .right-section .main-content {
    padding: 40px 0;
  }

  .main-content .email-input-area {
    width: 100%;
  }

  .email-input-area .email-input {
    padding: 0 115px 0 20px;
  }

  .email-input-area .submit-btn {
    width: 100px;
  }

  .right-section .footer-icons li a i {
    height: 30px;
    line-height: 28px;
    width: 30px;
  }

  .right-section .footer-icons li a {
    padding: 0 10px;
  }

  .right-section .footer-icons li:first-child {
    margin-right: 10px;
  }

  .switch {
    top: 40px;
  }

  .left-section {
    position: static;
    order: 2;
    width: 100%;
    height: 932px;
  }

  #normal-countdown .time-sec {
    height: 150px;
    width: 150px;
    margin: 10%;
  }

  .date-countdown {
    width: 100%;
  }

  .date-countdown .time_circles > div > h4 {
    font-size: 0.7em !important;
  }
}

/* ✅ Screens ≤ 767px */
@media only screen and (max-width: 767px) {
  p {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.8em;
    line-height: 1;
  }

  h2 {
    font-size: 2.2em;
    line-height: 1.1;
  }

  h3 {
    font-size: 1.8em;
  }

  #normal-countdown .time-sec {
    height: 150px;
    width: 150px;
    margin: 10%;
  }

  .right-section .footer-icons li a i {
    width: 22px;
  }

  .right-section .footer-icons li a {
    padding: 0;
  }

  .right-section .footer-icons li:first-child {
    margin-right: 0;
  }

  .switch {
    top: 46px;
  }
}

/* ✅ Screens ≤ 479px */
@media only screen and (max-width: 479px) {
  body {
    font-size: 12px;
  }

  #normal-countdown .time-sec {
    height: 100px;
    width: 100px;
    margin: 8%;
  }

  #normal-countdown .main-time {
    line-height: 80px;
  }

  .right-section {
    padding: 0 30px;
  }
}

/* ✅ Screens ≤ 359px */
@media only screen and (max-width: 359px) {
  .right-section .main-content {
    padding: 30px 0;
  }

  .email-input-area .email-input {
    padding: 0 95px 0 15px;
  }

  .email-input-area .submit-btn {
    width: 90px;
    font-size: 0.9em;
  }
}

/* ✅ Screens ≤ 290px */
@media only screen and (max-width: 290px) {
  h1 {
    font-size: 2em;
  }

  .right-section {
    padding: 0 15px;
  }

  .email-input-area .submit-btn {
    width: 80px;
    font-size: 0.8em;
  }
}
