/* ============================
   RESPONSIVE.CSS
   ============================ */

@media (max-width: 1220px) {
  .hero {
    margin-top: 0;
  }
    .nav-links,
  .nav-actions {
    display: none;
  }

  .menu-icon {
    display: block;
    margin-top: 2px;
  }
}
@media (max-width: 1150px) {
  .how-it-works__step {
    flex-direction: column-reverse;
    margin: 30px 0px;
  }
  .how-it-works__content {
    text-align: center;
  }
  .step_two {
    flex-direction: column !important;
  }
}
@media (max-width: 1024px) {
  .wpb_cardsPartner figure {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .wpbCardPartner {
    width: 95%;
  }
}

/* ==== Tablet (max-width: 992px) ==== */
@media (max-width: 992px) {
  nav.navbar {
    padding: 0px 30px;
  }

  .nav-links {
    gap: 20px;
  }

  .hero .wpb_textSlider h1 {
    font-size: 1.8rem;
  }

  .wpb_wrapperTwo,
  .wpb_wrapperThree,
  .wpb_wrapperFour,
  .swiper-slide {
    flex-direction: column-reverse !important;
    align-items: center;
    text-align: center;
  }
  .swiper-slide {
    flex-direction: column !important;
  }
  .wpb_wrapperThree {
    flex-direction: column !important;
  }
  /* 
  .wpb_textTwo,
  .wpb_textThree,
  .wpb_textFour {
    padding: 20px 0;
  }

  .wpb-imageTwo img,
  .wpb-imageThree img,
  .wpb-imageFour img {
    width: 90%;
  } */

  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links ul {
    flex-direction: column;
    gap: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .wpb_wrapper {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 0 20px;
  }

  .wpb_textSlider h1 {
    font-size: 1.8rem;
  }

  .wpb_textSlider span {
    font-size: 0.95rem;
  }

  /* .wpb-image img {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
  } */
}
@media (max-width: 970px) {
  /* .wpb_cardsPartner figure {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 3fr));
    justify-content: center;
    align-items: center;
    gap: 7px;
    background-color: red;
  } */
}
@media (max-width: 920px) {
  .login-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .login-card {
    max-width: 720px;
    margin: 0 auto;
  }
  .login-info {
    order: 2;
  }
  .info-cta {
    display: block;
  }
  .info-cta a {
    width: 100%;
    margin: 5px 0px;
    display: flex;
    justify-content: center;
  }
}
/* ==== Mobile (max-width: 768px) ==== */
@media (max-width: 900px) {
  /* Navbar */
  nav.navbar {
    flex-wrap: wrap;
    padding: 0px 5px;
  }

  .menu-icon {
    display: block;
    font-size: 1.5rem;
    color: #2b4eff;
    cursor: pointer;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background: white;
    position: absolute;
    top: 70px;
    left: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
  }

  /* #menu-toggle:checked + .menu-icon + .nav-links {
    display: flex;
  } */

  .nav-links li a {
    text-align: center;
    padding: 12px 0;
    font-size: 1rem;
  }

  .nav-actions {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .hero .wpb_wrapper {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .hero .wpb_textSlider h1 {
    font-size: 1.5rem;
    margin-top: 12px;
  }

  .hero .wpb_textSlider span {
    font-size: 1.2rem;
  }

  footer {
    padding: 25px 15px;
  }

  .footer-logo h2 {
    font-size: 1.3rem;
  }

  .footer-socials a {
    font-size: 1.2rem;
  }

  /* .wpb_cardsPartner figure {
    margin-top: 10px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 3fr));
     width: 100%;
  } */
  .swiper {
    width: 90% !important;
  }
}
@media (max-width: 768px) {
  .navHamburger a {
    font-size: 1rem;
    padding: 12px 0;
  }

  .navbar {
    width: 100%;
  }

  .logo a {
    margin-top: 7px;
  }
  .footer {
    padding: 40px 20px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .social-links a {
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
}
@media (max-width: 730px) {
  /* .wpb_cardsPartner figure {
    margin-top: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 3fr));
    width: 100%;
  } */
}
@media (max-width: 600px) {
  .hero {
    padding: 0px 0;
    padding-top: 10px;
  }

  .wpb_textSlider h1 {
    font-size: 1.5rem;
  }

  .wpb_textSlider span {
    font-size: 0.9rem;
  }

  .wpb_wrapper {
    gap: 20px;
  }

  .slide {
    padding: 10px 0px;
  }
  .formLoginAndRegister {
    margin-top: 20px;
  }
  .slider-pagination {
    margin-top: 10px;
  }
  .wpb_cardsPartner figure {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .wpb-titlePartner {
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
  }
  .login-section {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 80px);
  }
}
@media (max-width: 590px) and (min-width: 480px) {
  /* .wpb_cardsPartner figure {
    margin-top: 10px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 3fr));
    width: 100%;
  } */
}
/* ==== Small Phones (max-width: 480px) ==== */
@media (max-width: 480px) {
  nav.navbar {
    padding-top: 5px;
    padding-bottom: 9px;
  }

  .logo img {
    width: 200px;
    margin-top: 7px;
  }
   .logo a {
    margin-top: 0px;
  }

  .btn {
    padding: 6px 12px;
    font-size: 0.85rem;
  }

  .hero .wpb_textSlider h1 {
    font-size: 1.2rem;
  }
 .menu-icon {
    margin-top: 5px;
  }
  .hero .wpb_textSlider span {
    font-size: 0.9rem;
  }
   .navHamburger {
    top: 54px;
  }

  footer {
    font-size: 0.9rem;
  }

  .footer-bottom {
    font-size: 0.8rem;
  }
  .how-it-works__image {
    max-width: 270px;
  }
  .how-it-works__subtitle {
    font-size: 1.2rem;
  }
  .how-it-works__text,
  .wpb_cards span {
    font-size: 15px;
  }
  .how-it-works__title {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .login-card {
    padding: 20px;
  }
  .login-info {
    padding: 18px;
  }
  .brand-icon {
    width: 110px;
  }
  .loginWps,
  .registerWps {
    padding: 12px 14px;
  }
  /* .wpb_cardsPartner figure {
    margin-top: 10px;
    grid-template-columns: repeat(auto-fit, minmax(90px, 3fr));
    width: 100%;
  } */
}

@media (max-width: 330px) {
  .loginWps,
  .registerWps {
    padding: 12px 6px;
  }
}
