
/* ============================ */
/*       RESPONSIVE STYLES      */
/* ============================ */

@media (min-width: 1920px) {

    main.default-page {
        background-image: url('../images/ftv-bg.webp');
        background-size: 1920px;
        background-repeat: no-repeat;
        background-position: center -270px;
    }

    main.commissions-page {
        background-image: url('../images/commissions-bg.webp');
        background-size: 2000px;
        background-repeat: no-repeat;
        background-position: center -170px;
    }

    .commissions-page .container {
        max-width: 1600px;
    }
    .commissions-page .title {
        font-size: 77px;
    }
    .commissions-page .description{
        font-size: 18px;
        line-height: 1.1;
        max-width: 1150px;
    }
    .commission-table {
        max-width: 615px;
        margin-bottom: 0;
    }
    .col-left, .col-right{
        font-size: 28px;
    }
    .table-row{
        font-size: 52px;
        font-weight: 700;
    }
    .terms a{
        font-size: 18px;
        font-weight: 400;
    }
    .products-content h1{
        font-size: 75px;
    }
    .platform-note {
        font-size: 18px;
    }

    .products-container {
        width: 100%;
        max-width: 1580px;
    }
    
    .main-content h1 {
        font-size: 112px;
    }
    .join-now-btn{
        padding: 10px 45px;
        font-size: 64px;
    }
    .menu-left li a, .menu-right li a {
        font-size: 32px;
    }
    .main-content p{
        font-size: 56px;
        margin: 0;
    }
    .about-title {
        font-size: 56px;
    }
    .about-text p {
        font-size: 20px;
    }

    .footer-wrapper {
        max-width: 1600px;
    }
    .copyright, .footer-note{
        font-size: 25px;
        font-weight: 900;
    }

    .help-center-wrapper{
        max-width: 1400px;
    }
}

@media (max-width: 1440px) {
  .menu-left li, .menu-right li {
    width: 240px;
    height: 160px;
  }
  .logo img {
    height: 160px;
    width: 160px;
  }
  .menu-left li a, .menu-right li a {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .site-header{
    padding: 0;
  }

  .mobile-header-bar {
    display: flex;
    width:100%;
  }

  /* .header-menu,
  .header-actions {
    display: none !important;
  } */

  .hamburger-toggle {
    display: flex !important;
  }

  body.mobile-menu-open .hamburger-toggle {
    display: none !important;
  }
  .header-menu,
  .header-actions {
    display: none;
  }

  .header-menu {
    flex-direction: column;
    gap: 20px;
  }
  .menu-left, .menu-right {
    flex-direction: column;
    min-width: unset;
    gap: 10px;
  }
  .menu-left li, .menu-right li {
    width: 100%;
    height: auto;
  }
  .menu-left li a, .menu-right li a {
    font-size: 24px;
    height: auto;
    padding: 10px 20px;
  }
  .logo img {
    height: 120px;
    width: 120px;
  }
  .header-actions {
    position: static;
    margin-top: 20px;
  }
  .about-wrapper {
    padding: 20px;
  }
  .about-title {
    font-size: 36px;
  }
  .about-text p {
    font-size: 16px;
  }

    .help-center-wrapper {
    flex-direction: column;
    }

    .help-sidebar {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    }

    .tab-button {
    flex: 1;
    text-align: center;
    padding: 15px;
    }
}

@media (max-width: 767px) {

  body {
    background-image: url('../images/ftv-mobile-bg.webp') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .main-content p{
    font-size: 27px;
  }

  .main-content h1{
    font-size: 54px;
  }

  .join-now-btn{
    font-size: 31px;
    height: 50px;
  }

  .btn.login {
    width: 100px;
    font-size: 16px;
    color: var(--gold-color);
    background-color: black;
  }
  .btn.register {
    width: 100px;
    font-size: 16px;
    color: black;
    border-color: black;
  }
  .language-dropdown {
    font-size: 16px;
  }
  .faq-title {
    font-size: 24px;
  }
  .faq-item h3 {
    font-size: 16px;
  }
  .faq-answer {
    font-size: 14px;
  }

  .products-content{
    align-items: center;
  }

  .product-section-title{
    align-items: center;
  }

  .product-section{
    flex-direction: column;
  }

  .faq-left{
    display: none;
  }
}

@media (max-width: 479px) {
    body {
        background-image: url('../images/ftv-mobile-bg.webp') !important;
        background-size: 480px;
        background-repeat: no-repeat;
        background-position: center 200px;
    }

    .main-content{
        height: 570px;
        padding: 3rem;
    }

    .menu-left li a, .menu-right li a {
        font-size: 20px;
        padding: 10px 12px;
    }
    .btn.login, .btn.register {
        width: 90px;
        font-size: 14px;
        padding: 4px 10px;
    }
    .about-title {
        font-size: 28px;
    }
    .about-text p {
        font-size: 14px;
    }
    .footer-nav {
        flex-direction: column;
        gap: 10px;
    }
    .footer-nav a {
        font-size: 18px;
    }

    /* .commissions-page {
        padding-bottom: 
    } */

    .commissions-page .title {
        font-size: 30px;
    }

    .commissions-page .description{
        font-size: 13px;
        font-weight: 100;
    }

    .col-left {
        font-size: 12px;
    }

    .col-right{
        font-size: 12px;
    }
    
    .table-row{
        font-size: 24px;
    }

    .table-header, .table-row {
        padding: 5px 0;
    }

    .terms a{
        font-size: 13px;
        font-weight: 300;
    }
}

@media (max-width: 431px) {

    body {
    background-image: url('../images/ftv-mobile-bg.webp') !important;
    background-size: 431px;
    background-repeat: no-repeat;
    background-position: center top;
    }

}

@media (max-width: 361px) {

    .commissions-page .title {
        font-size: 30px;
    }

    .commissions-page {
        padding-top: 20px;
        padding-bottom: 160px;
    }

    body.commissions {
    background-image: url('../images/commissions-mobile-bg.webp') !important;
    background-size: 362px;
    background-repeat: no-repeat;
    background-position: center 152px;
    background-color: #000;
    }

    body.home {
    background-image: url('../images/ftv-mobile-bg.webp') !important;
    background-size: 388px;
    background-repeat: no-repeat;
    background-position: center top;
    }

}
