
/*
    Theme Name:   HTML5blank Child
    Theme URI:    n/a
    Description:  HTML5blank Child Theme
    Author:       AsianBGE
    Author URI:   n/a
    Template:     html5blank
    Version:      1.0.0
    Tags:         n/a
    Text Domain:  html5blank-child
*/

:root {
  --gold-color: #DCB666;

}


/*------------------------------------*\
    FONTS
\*------------------------------------*/
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/myriad-pro/MyriadPro-Regular.eot?') format('eot'),
            url('fonts/myriad-pro/MyriadPro-Regular.otf') format('opentype'),
            url('fonts/myriad-pro/MyriadPro-Regular.woff') format('woff'),
            url('fonts/myriad-pro/MyriadPro-Regular.ttf') format('truetype'),
            url('fonts/myriad-pro/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: 
  /* url('fonts/roboto/Roboto-Regular.woff2') format('woff2'),   */
       /* url('fonts/roboto/Roboto-Regular.woff') format('woff'), */
       url('fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: 
  /* url('fonts/roboto/Roboto-Bold.woff2') format('woff2'), */
       /* url('fonts/roboto/Roboto-Bold.woff') format('woff'), */
       url('fonts/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: 
  /* url('fonts/roboto/Roboto-Light.woff2') format('woff2'), */
       /* url('fonts/roboto/Roboto-Light.woff') format('woff'), */
       url('fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: 
  /* url('fonts/roboto/Roboto-Thin.woff2') format('woff2'), */
       /* url('fonts/roboto/Roboto-Thin.woff') format('woff'), */
       url('fonts/roboto/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}


/*------------------------------------*\
    GENERAL
\*------------------------------------*/
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    outline: 0;
    height: auto;
}

a {
    color: var(--gold-color);
    text-decoration: none;
    outline: 0 !important;
}
a:hover {
    /* color: #333333; */
    outline: 0;
}
a:focus {
    outline: 0;
}
a:visited {
    color: var(--gold-color);
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
}

p {
    margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0 !important;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  background-color: #000;
  color: #fff;
}



.goldText {
    color: var(--gold-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/
/* Hamburger icon */
.hamburger-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
}
.hamburger-toggle span {
  display: block !important;
  height: 3px;
  width: 100%;
  background-color:#DCB666 !important;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-nav.open + .mobile-header-bar .hamburger-toggle {
  display: none !important;
}


/* Mobile nav */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background-color: var(--gold-color);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.mobile-nav.open {
  transform: translateX(0);
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.mobile-nav ul li {
  margin-bottom: 15px;
}
.mobile-nav ul li a {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.mobile-close {
  background: none;
  border: none;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  color: black;
}




.site-header {
  /* background: #000; */
  /* padding: 20px 40px; */
  color: var(--gold-color);
}

.header-menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav-left, .nav-right {
  display: flex;
  gap: 30px;
}

.menu-left, .menu-right {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  min-width: 500px;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.menu-left li,
.menu-right li {
  height: 191px;
  width: 240px;
  display: flex;
  justify-content: center;
}


.menu-right li:nth-last-child(-n+2){
  height: 60px;
  /* margin-top: 70px; */
}

.menu-left li.current-menu-item,
.menu-right li.current-menu-item,
.menu-left li:hover,
.menu-right li:hover {
  background-color: var(--gold-color);
  border-radius: 4px;
}

.menu-right li.current-menu-item:nth-last-child(-n+2),
.menu-right li:hover:nth-last-child(-n+2) {
  height: 60px;
  /* margin-top: 70px; */
}


.menu-left li a,
.menu-right li a {
  font-size: 25px;
  font-weight: 700;
  color: var(--gold-color);
  text-transform: uppercase;
  padding: 0 10px;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease;
}
.menu-right li:last-child a {
  height: 60px;
}


.menu-left li.current-menu-item a,
.menu-right li.current-menu-item a,
.menu-left li:hover a,
.menu-right li:hover a {
  color: #000 !important;
}

.logo img {
  height: 191px;
  width: 191px;
  min-width: 191px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.btn.login {
  background: var(--gold-color);
  color: #000;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.btn.register {
  background: none;
  border: 2px solid var(--gold-color);
  color: var(--gold-color);
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.language-dropdown {
  position: relative;
  font-size: 20px;
  margin-left: 10px;
}

.lang-toggle {
  color: var(--gold-color);
  cursor: pointer;
  font-weight: bold;
}

.lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--gold-color);
  color: black;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  /* min-width: 150px; */
  z-index: 99;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.lang-menu li a {
  display: block;
  padding: 8px 15px;
  color: black;
  text-decoration: none;
}

.language-dropdown:hover .lang-menu {
  display: block;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/
.main {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

main {
  background-image: url('images/ftv-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -115px;
}

.main-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  border-radius: 10px;
  height: 600px;
}

.main-content h1 {
  font-size: 75px;
  margin: 1rem;
  font-weight: 100;
}

.main-content p {
  font-size: 48px;
  font-weight: 100;
  margin-bottom: 0;
}

  .join-now-btn{
    color: var(--gold-color);
    background-color: transparent;
    border: 3px solid #DCB666;
    border-radius: 5px;
    padding: 0px 20px;
    font-size: 52px;
  }

  .join-us-btn{
    display: inline-block;
    color: black !important;
    background-color: var(--gold-color);
    border: 3px solid #DCB666;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 35px;
    width: 270px;
  }
  .main-buttons{
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .title-join-us h1{
    font-size: 160px;
    margin-top: 50px !important;
  }

main.commissions-page {
  background-image: url('images/commissions-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}


.commissions-page {
  color: white;
  padding: 60px 20px;
}

.commissions-page .container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.commissions-page .title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.commissions-page .description {
  font-size: 16px;
  line-height: 1.7;
  max-width: 1000px;
  margin-bottom: 50px;
  color: #ccc;
  text-align: left;
}

.commissions-page .description a {
  color: var(--gold-color);
  text-decoration: underline;
}

.commission-table {
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
}

.col-left{
  font-size: 22px;
}

.col-right{
  font-size: 22px;
}

.table-header, .table-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  /* border-bottom: 1px solid #333; */
}

.table-header {
  font-weight: bold;
  color: var(--gold-color);
  font-size: 16px;
}

.table-row {
  font-size: 24px;
  font-weight: bold;
}

.terms {
  margin-top: 20px;
}

.terms a {
  color: var(--gold-color);
  font-size: 18px;
  text-decoration: underline;
}

/* OUR PRODUCTS */
    body.page-template-page-our-products {
      background-image: url('images/products-bg.webp');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center 85px;
      background-color: #000;
    }


    .products-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 40px;
        width: 100%;
        max-width: 1300px;
    }

    .products-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }


    .products-content h1{
      font-size: 54px;
      font-weight: 100;
    }

    .title {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .title .highlight {
        color: var(--gold-color);
    }

    .intro {
        font-size: 15px;
        margin-bottom: 30px;
        font-weight: 100;
        text-align: start;
    }

    .product-section {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
    }

    .product-section-title{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .product-section h2 {
        font-size: 42px;
        font-weight: 700;
        color: var(--gold-color);
        margin-bottom: 5px;
    }

    .product-section p {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 100;
        text-align: start;
    }

    .learn-more {
        font-size: 18px;
        color: var(--gold-color);
        font-weight: bold;
        text-decoration: underline;
        font-style: italic;
        font-weight: 300;
    }

    .platform-note {
      margin-top: 18px;
      margin-bottom: 80px;
      font-size: 15px;
      font-weight: 100;
    }

    /* CONTACT FORM */
      main.page-contact-us {
        background-image: url('images/ftv-bg.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        background-color: #000;
      }

    .ftv-contact-form {
        max-width: 900px;
        margin: 0px auto;
        padding: 10px 40px;
        background: rgba(0, 0, 0, 1);
    }

    .form-row {
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
    }

    .form-row.two-cols {
      flex-direction: row;
      gap: 20px;
    }
    .form-row:last-child {
      margin-bottom: 0;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

    .form-col {
      flex: 1;
    }

    .ftv-contact-form input[type="text"],
    .ftv-contact-form input[type="email"],
    .ftv-contact-form textarea {
      width: 100%;
      padding: 15px;
      background: #1E1E1E;
      color: #fff;
      border: none;
      /* border-bottom: 2px solid var(--gold-color); */
      font-size: 16px;
    }

    .ftv-contact-form textarea {
      min-height: 150px;
      resize: vertical;
    }

    .ftv-contact-form input[type="submit"] {
      display: flex;
      background-color: var(--gold-color);
      color: #000;
      font-weight: bold;
      font-size: 20px;
      padding: 12px 30px;
      border: none;
      cursor: pointer;
      width: 200px;
      transition: background-color 0.3s ease;
    }

    .ftv-contact-form input[type="submit"]:hover {
      background-color: var(--gold-color);
    }

    section h1{
      font-size: 32px;
      text-align: center;
      text-transform: uppercase;
      color: white;
    }

    section p {
      font-size: 15px;
      color: white;
    }

    .post-edit-link{
      display: none;
    }

    .search{
      display: none;
    }
    .has-text-align-center{
      margin: 0 auto;
      margin-bottom: 20px;
    }

    .wpcf7 form.sent .wpcf7-response-output {
      display: none;
    }

/* FAQ PAGE */
    .faq-wrapper {
        display: flex;
        color: #fff;
        min-height: 100vh;
    }

    .faq-left {
        flex: 1;
        background-size: cover;
        background-position: center;
    }

    .faq-right {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 60px 40px;
        overflow: hidden;
    }

    .faq-title {
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: 100;
    }

    /* .faq-scroll-container {
        overflow-y: auto;
        max-height: 50vh;
        padding-right: 10px;
        scrollbar-width: thin;
    } */

    .faq-item {
        /* border-bottom: 1px solid #333; */
        padding: 20px 0;
        cursor: pointer;
    }

    .faq-item h3 {
        color: var(--gold-color);
        margin: 0;
        font-size: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-answer-wrapper {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
    }

    .faq-item.active .faq-answer-wrapper {
        max-height: 500px;
    }

    .faq-answer {
        margin-top: 10px;
        color: white;
        font-size: 16px;
        white-space: pre-line;
        font-weight: 100;
    }

    .faq-toggle {
        transition: transform 0.4s ease;
    }

    .faq-item.active .faq-toggle {
        transform: rotate(180deg);
    }
    .faq-scroll-container {
      max-height: 600px;
      overflow-y: scroll;
      padding-right: 10px;
    }

    .faq-scroll-container::-webkit-scrollbar {
      width: 4px;
    }

    .faq-scroll-container::-webkit-scrollbar-track {
      background: #D9D9D9;
      width: 4px;
    }

    .faq-scroll-container::-webkit-scrollbar-thumb {
      background-color: var(--gold-color);
      border-radius: 4px;
      border: 2px solid var(--gold-color);
    }

    .faq-scroll-container::-webkit-scrollbar-button {
      display: none;
      height: 0;
      width: 0;
    }



    /* ABOUT US */

    body.page-template-page-about-us {
      background-image: url('images/about-us-bg.webp') !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center top;
      background: linear-gradient(to bottom, #000, #1a1a1a);
      color: #fff;
      font-family: 'Roboto', sans-serif;
  }

  .about-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 80px;
    padding-bottom: 20px;
    max-width: 1400px;
    margin: 0 auto;
    gap: 60px;
  }

  .about-left {
    flex: 1.2;
  }

  .about-right {
    flex: 1;
    text-align: right;
  }

  .about-right img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }

  .about-title {
    font-size: 48px;
    font-weight: 900;
    color: var(--gold-color);
    line-height: 1;
    margin-bottom: 20px !important;
    text-transform: uppercase;
  }

  .about-title {
    color: white;
    font-weight: 100;
  }

  .about-text{
    margin-bottom: 40px;
    max-width: 630px;
    text-align: justify;
  }

  .about-text p {
    font-size: 16px;
    color: white;
    max-width: 700px;
    font-weight: 300;
    line-height: 1;
  }

  @media (max-width: 991px) {
    .about-wrapper {
      flex-direction: column;
      padding: 40px 20px;
    }

    .about-right {
      text-align: center;
    }
  }

  /* HELP CENTER */
    body.page-template-page-help-center {
      background-image: url('images/ftv-bg.webp') !important;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #000;
    }

    .help-center-wrapper {
      display: flex;
      color: #fff;
      max-width: 1000px;
      margin: 40px auto;
      min-height: 600px;
    }

    .help-sidebar {
        background: var(--gold-color);
        width: 260px;
        display: flex;
        flex-direction: column;
        padding: 20px 0 0 16px;
    }

    .tab-button {
        background: none;
        border: none;
        font-weight: bold;
        padding: 20px 10px;
        text-align: left;
        cursor: pointer;
        color: #000;
        font-size: 16px;
        transition: background 0.3s ease;
        text-transform: uppercase;
    }

    .tab-button.active {
        background: #000;
        color: var(--gold-color);
    }

    .help-content {
        flex: 1;
        padding: 30px;
        overflow-y: auto;
        background: linear-gradient(to bottom right, #111, #000);
        overflow-y: scroll;
        height: 600px;
        text-align: justify;
    }

    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: block;
    }
    .page-title{
      max-width: 1000px !important;
      margin: 0 auto !important;
    }

/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.help-content::-webkit-scrollbar {
  width: 4px;
}

.help-content::-webkit-scrollbar-track {
  background: #D9D9D9;
  width: 8px;
}

.help-content::-webkit-scrollbar-thumb {
  background-color: var(--gold-color);
  border-radius: 10px;
}

.help-content::-webkit-scrollbar-thumb:hover {
  background-color: #f0c84b;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.footer-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-logo img {
  max-height: 64px;
  margin-bottom: 20px;
}

.footer-note {
  color: #7C7C7C;
  font-size: 16px;
  margin-top: 10px;
}

.copyright{
  color: #7C7C7C;
  font-size: 16px;
}

.mobile-header-bar {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #000;
}

.mobile-header-bar .mobile-left,
.mobile-header-bar .mobile-center,
.mobile-header-bar .mobile-right {
  flex: 1;
  display: flex;
  align-items: center;
}

.mobile-header-bar .mobile-center {
  justify-content: center;
}

.mobile-header-bar .mobile-left {
  justify-content: flex-start;
}

.mobile-header-bar .mobile-right {
  justify-content: flex-end;
}

.mobile-logo img {
  height: 88px;
  width: auto;
}

.popup-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: #DCB666;
  color: #000;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  z-index: 9999;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease;
  opacity: 0;
}

