
/* ============================ */
/*       RESPONSIVE STYLES      */
/* ============================ */
:root {
  --gold-color: #DCB666;
}


@media (min-width: 1920px) {

    main {
        background-image: url('../images/ftv-bg.webp');
        background-size: 1920px;
        background-repeat: no-repeat;
        background-position: center -230px;
    }

    main.commissions-page {
        background-image: url('../images/commissions-bg.webp');
        background-size: 2000px;
        background-repeat: no-repeat;
        background-position: center -170px;
    }

    body.page-template-page-about-us {
      background-image: url('../images/about-us-bg.webp') !important;
      background-size: 1920px !important;
      background-repeat: no-repeat;
      background-position: center top;
      background: linear-gradient(to bottom, #000, #1a1a1a);
    }
    .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-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
    padding-bottom: 20px;
    max-width: 80%;
    margin: 0 auto;
    gap: 60px;
    }
    .about-title {
        font-size: 75px;
    }
    .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: 1500px) {
  .products-container{
    max-width: 1100px;
  }
    main {
    background-image: url('../images/ftv-bg.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center 0px;
  }
    main.commissions-page {
    background-image: url('../images/commissions-bg.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center 0px;
  }
  .title-join-us h1{
    font-size: 130px;
  }
  .join-us-btn{
  padding: 5px 20px;
  font-size: 28px;
  width: 230px;
  }
}

@media (max-width: 1440px) {
  .menu-left, .menu-right{
    min-width: auto;
  }
  .menu-left li, .menu-right li {
    width: 240px;
    height: 160px;
  }
  .logo img {
    height: 170px;
    width: 160px;
    min-width: 171px;
  }
  .menu-left li a, .menu-right li a {
    font-size: 28px;
  }
  .menu-right li:nth-last-child(-n+2) {
    height: 60px;
    /* margin-top: 50px; */
  }
  .menu-right li.current-menu-item:nth-last-child(-n+2),
  .menu-right li:hover:nth-last-child(-n+2) {
    height: 60px;
    /* margin-top: 50px; */
  }
  .product-section{
    margin-bottom: 10px;
  }
  .products-container{
    min-width: 1000px;
  }
  .products-content h1{
    font-size: 42px;
  }
  .intro{
    font-size: 13px;
  }
  .product-section h2 {
    font-size: 36px;
  }
  .product-section p {
    font-size: 13px;
  }
  .learn-more {
    font-size: 14px;
  }
  .platform-note{
    font-size: 14px;
  }
}


@media (max-width: 1280px){
  main {
    background-image: url('../images/ftv-bg.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center 0px;
  }
  body.page-template-page-our-products {
    background-image: url('../images/products-bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 125px;
    background-color: #000;
}
  .menu-left, .menu-right{
    min-width: auto;
  }
  .menu-left li, .menu-right li{
    width: 200px;
    height: 160px;
  }
  .menu-left li a, .menu-right li a {
    font-size: 22px;
  }
    .product-section{
    margin-bottom: 10px;
    width: 80%;
  }
  .products-container{
    min-width: 900px;
    padding: 0 25px;
  }
  .products-content h1{
    font-size: 42px;
  }
  .intro{
    font-size: 12px;
  }
  .product-section h2 {
    font-size: 36px;
  }
  .product-section p {
    font-size: 12px;
  }
  .learn-more {
    font-size: 13px;
  }
  .platform-note{
    font-size: 12px;
  }

  .faq-title{
    font-size: 36px;
  }
  .faq-item h3{
    font-size: 18px;
  }
  .faq-answer {
    font-size: 14px;
  }
  .faq-scroll-container{
    max-height: 40vh;
  }
  /* .faq-wrapper{
    min-height: 0;
  } */

}

@media (max-width: 1024px) {
  main {
    background-image: url('../images/ftv-tablet-bg.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  main.commissions-page {
    background-image: url('../images/commissions-tablet-bg.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  body.page-template-page-our-products {
    background-image: url('../images/products-tablet-bg.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center -185px;
    background-color: #000;
  }

  body.page-template-page-faq {
    background-image: url('../images/faq-tablet-bg.webp') !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center 270px !important;
    background-color: #000;
  }

  body.page-template-page-about-us {
    background-image: url('../images/about-us-tablet-bg.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center bottom 152px;
    background-color: #000;
  }
  body.page-template-page-help-center {
  background-image: url('../images/ftv-tablet-bg.webp') !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center bottom 60px;
  background-color: #000;
}

  /* === MOBILE MENU === */
  .mobile-header-bar {
    display: flex;
    width: 100%;
  }

  .hamburger-toggle {
    display: flex !important;
  }

  body.mobile-menu-open .hamburger-toggle {
    display: none !important;
  }

  .header-menu,
  .header-actions {
    display: none !important;
  }

  .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;
  }

  .header-actions {
    position: static;
    margin-top: 20px;
  }

  .logo img {
    height: 120px;
    width: 120px;
  }
  .main-content{
    margin-top: 160px;
    padding: 5px;
  }
  .main-content p {
    margin: 0;
    font-size: 40px;
    line-height: 0.5;
  }
  .main-content h1{
    font-size: 80px;
    margin: 0;
  }
  .title-join-us h1{
    font-size: 140px;
    margin-top: 0;
  }

  .join-us-btn {
    padding: 10px 10px;
    font-size: 35px;
    width: 250px;
  }
  .join-now-btn {
    font-size: 54px;
  }
  .btn.register{
    color: black;
    border-color: black;
  }
  .btn.login{
    background-color: black;
    color: var(--gold-color);
  }
  .mobile-logo img{
    height: 135px;
  }
  .commissions-page .title {
    font-size: 53px;
  }
  .commissions-page .container{
    margin-bottom: 215px;
  }
  .commissions-page .description {
    font-size: 15px;
    max-width: 680px;
    margin-bottom: 30px;
  }
  .commission-table{
    max-width: 700px;
  }
  .col-left, .col-right{
    font-size: 26px;
  }
  .table-row {
    font-size: 40px;
  }
  .products-container {
    min-width: auto;
  }
  .products-content h1{
    font-size: 56px;
  }
  .intro{
    font-size: 18px;
  }
  .products-content{
    margin: 0 auto;
    width: 85%;
  }
  .product-section{
    width: 100%;
  }
  .product-section h2 {
    font-size: 37px;
  }
  .product-section p {
    font-size: 13px;
  }
  .learn-more{
    font-size: 15px;
  }
  .platform-note{
    font-size: 25px;
    font-weight: 100;
    width: 240px;
    text-align: left;
    margin-top: 300px
  }
  .faq-left{
    display: none;
  }
  .faq-right{
    padding: 40px;
  }
  .faq-scroll-container{
    max-height: 400px;
  }
  .faq-item{
    padding: 10px 0;
  }
  .faq-item h3 {
    font-size: 22px;
  }
  .faq-answer{
    font-size: 18px;
    margin-top: 0;
  }
  .faq-title{
    margin-bottom: 20px !important;
  }
  .ftv-contact-form {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
    background: rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
  }

  .ftv-contact-form input[type="text"],
  .ftv-contact-form input[type="email"],
  .ftv-contact-form textarea {
    font-size: 16px;
    padding: 14px;
  }

  .ftv-contact-form input[type="submit"] {
    font-size: 18px;
    padding: 12px 20px;
    width: 100%;
    max-width: 250px;
    margin: 20px auto 0;
    justify-content: center;
  }

  .form-row {
    flex-direction: column !important;
    gap: 20px;
    max-width: 600px;
  }

  .form-row.two-cols {
    flex-direction: column !important;
    gap: 20px;
    max-width: 600px;
  }

  .form-col {
    width: 100%;
  }

  section h1,
  .section h1 {
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
  }

  section p,
  .section p {
    font-size: 16px;
    text-align: center;
    max-width: 600px;
    /* margin: 0 auto 20px; */
  }

  .ftv-contact-form textarea {
    min-height: 120px;
  }
  .about-left{
    flex: none;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 250px;
  }
  .about-title {
    font-size: 68px;
  }
  .about-text p{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .help-center-wrapper{
    max-width: 90%;
    margin-bottom: 0;
    min-height: 700px;
  }
  .help-content{
    min-height: 700px;
  }
  .page-title{
    margin-left: 40px !important;
  }
}

@media (max-width: 767px) {

  main {
    background-image: url('../images/ftv-mobile-bg.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center -115px;
  }

  main.commissions-page{
    background-image: url('../images/commissions-mobile-bg.webp') !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center -115px;
  }

  body.page-template-page-about-us {
    background-image: url('../images/about-us-mobile-bg.webp') !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
  }

  body.page-template-page-faq {
    background-image: url('../images/faq-tablet-bg.webp') !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center 0px !important;
    background-color: #000;
  }
  .faq-scroll-container {
    max-height: 135px;
  }


  .lang-toggle {
    font-size: 13px;
  }

  .main-content p{
    font-size: 27px;
  }

  .main-content h1{
    font-size: 54px;
  }
  .title-join-us h1{
    font-size: 70px;
    margin-top: 0;
  }
  .main-buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .join-us-btn {
    padding: 10px 10px;
    font-size: 25px;
    width: 200px;
  }

  .join-now-btn{
    font-size: 36px;
    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: 27px;
  }
  .faq-item {
    padding: 5px 0;
  }
  .faq-item h3 {
    font-size: 10px;
  }
  .faq-answer {
    font-size: 9px;
  }
  .products-container {
    max-width: 420px;
  }
  .products-content{
    align-items: flex-start;
    text-align: left;
  }

  .product-section-title{
      max-width: 200px;
  }

  .products-content h1{
    font-size: 29px;
  }

  .intro{
    font-size: 13px;
  }

  .platform-note{
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 13px;
    width: 75px;
    text-align: left;
  }

  .product-section{
    width: 100%;
  }
  .product-section h2{
    font-size: 23px;
  }
  .product-section p{
    font-size:12px;
  }
  .learn-more{
    font-size: 9px;
  }
  .faq-left{
    display: none;
  }
  .help-sidebar{
    width: 30%;
  }
  .commissions-page .container{
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {

    main.commissions-page {
      background-image: url('../images/commissions-bg.webp') !important;
      background-size: 480px !important;
      background-repeat: no-repeat;
      background-position: right bottom;
    }

    body.page-template-page-our-products {
      background-image: url('../images/products-mobile-bg.webp') !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center top;
      background-color: #000;
    }

    body.page-template-page-faq {
      background-image: url('../images/faq-mobile-bg.webp') !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center -140px !important;
      background-color: #000;
    }
    body.page-template-page-about-us {
        background-image: url('../images/about-us-mobile-bg.webp') !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center -140px;
        background-color: #000;
    }
    .main-content{
      height: 520px;
      padding: 3rem;
      margin-top: 0;
    }
    .mobile-logo img{
      height: 88px;
    }

    .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-wrapper {
        padding: 20px;
        height: 600px;
    }
    .about-left {
        max-width: 300px;
        margin: 0 auto;
    }
    .about-title {
        font-size: 35px;
    }
    .about-text p {
        font-size: 10px;
    }
    .footer-nav {
        flex-direction: column;
        gap: 10px;
    }
    .footer-nav a {
        font-size: 15px;
    }
    .copyright {
      font-size: 13px;
    }
    .footer-note{
      font-size: 10px;
    }
    .footer-logo img {
      max-height: 36px;
    }
    .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;
    }
    
    .tab-button {
      padding: 10px 0;
      font-size: 13px;
    }
    .help-content{
      padding: 0 20px
    }

    .terms a{
        font-size: 13px;
        font-weight: 300;
    }
    .faq-wrapper{
      min-height: 600px;
    }
    .faq-scroll-container{
      max-height: 150px;
    }
    .faq-answer{
      margin-top: 0;
    }
    .page-title {
      margin-left: 20px !important;
    }
}

@media (max-width: 479px) {

    main.commissions-page {
      background-image: url('../images/commissions-bg.webp') !important;
      background-size: 480px !important;
      background-repeat: no-repeat;
      background-position: right bottom;
    }

    body.page-template-page-our-products {
      background-image: url('../images/products-mobile-bg.webp') !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center top;
      background-color: #000;
    }

    body.page-template-page-faq {
      background-image: url('../images/faq-mobile-bg.webp') !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center -45px !important;
      background-color: #000;
    }
    body.page-template-page-about-us {
        background-image: url('../images/about-us-mobile-bg.webp') !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center -10px;
        background-color: #000;
    }
}

@media (max-width: 431px) {

    main.commissions-page {
      background-image: url(../images/commissions-bg.webp) !important;
      background-size: 470px !important;
      background-repeat: no-repeat;
      background-position: right bottom;
    }

    body.page-template-page-our-products {
      background-image: url('../images/products-mobile-bg.webp') !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center top;
      background-color: #000;
    }

    body.page-template-page-faq {
      background-image: url('../images/faq-mobile-bg.webp') !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center top !important;
      background-color: #000;
    }

}

@media (max-width: 391px) {
    body.page-template-page-our-products {
        background-image: url('../images/products-mobile-bg.webp') !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center 60px;
        background-color: #000;
    }

    body.page-template-page-faq {
      background-image: url('../images/faq-mobile-bg.webp') !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center 60px !important;
      background-color: #000;
    }
    body.page-template-page-about-us {
        background-image: url('../images/about-us-mobile-bg.webp') !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center 60px;
        background-color: #000;
    }
}

@media (max-width: 361px) {
    body.page-template-page-our-products {
      background-image: url('../images/products-mobile-bg.webp') !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center 85px;
      background-color: #000;
    }

    body.page-template-page-faq {
      background-image: url('../images/faq-mobile-bg.webp') !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center 85px !important;
      background-color: #000;
    }
    body.page-template-page-about-us {
        background-image: url('../images/about-us-mobile-bg.webp') !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center 80px;
        background-color: #000;
    }

    .commissions-page .title {
        font-size: 30px;
    }

    .commissions-page {
        padding-top: 20px;
        padding-bottom: 160px;
    }
    
    .products-content{
      padding: 20px;
    }
    
    .platform-note {
      margin-bottom: 40px;
    }

}
