/*
    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
*/

/* GLOBAL STYLES */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a:focus {
  outline: none;
}

/* FONTS */
@font-face {
  font-family: 'MuseoSansRounded';
  src: url('fonts/MuseoSansRounded100.otf') format('opentype');
  font-weight: 100;
}

@font-face {
  font-family: 'MuseoSansRounded';
  src: url('fonts/MuseoSansRounded300.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'MuseoSansRounded';
  src: url('fonts/MuseoSansRounded500.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'MuseoSansRounded';
  src: url('fonts/MuseoSansRounded700.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'MuseoSansRounded';
  src: url('fonts/MuseoSansRounded900.otf') format('opentype');
  font-weight: 900;
}

@font-face {
  font-family: 'MuseoSansRounded';
  src: url('fonts/MuseoSansRounded1000.otf') format('opentype');
  font-weight: 1000;
}

body {
  font-family: 'MuseoSansRounded', sans-serif;
  background-color: #0b0f0a;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* HEADER */
.site-header {
  padding: 20px 0;
}

.logo img {
  height: 60px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
}

.nav-links li a {
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s;
  text-transform: uppercase;
}

.nav-links li a:hover {
  color: #66ff33;
}

.nav-links .current-menu-item>a,
.nav-links .current_page_item>a {
  color: #66ff33;
}

.cta-buttons {
  display: flex;
  gap: 7px;
}

.cta-buttons .btn {
  padding: 15px 40px;
  font-size: 12px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
  background-color: #7300ff;
  color: #fff;
}

.btn.login:hover,
.btn.signup:hover {
  background-color: #5c00cc;
}

.hero-section {
  background-color: #0b0f0a;
  overflow: hidden;
}

.home-main .cta-below {
  margin-top: 0;
}

.hero-container {
  border: 1px solid #66ff33;
  border-radius: 25px;
  padding: 0px 30px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 40px;
  max-width: 1180px;
  height: 500px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: visible;
  position: relative;
}

.hero-content {
  width: 45%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.signup-large {
  background-color: #7300ff;
  color: #fff;
  padding: 15px 30px;
  font-size: 21px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}

.signup-large:hover {
  background-color: #5c00cc;
}

.signup-mobile {
  display: none;
}

.hero-image {
  width: 65%;
  margin-left: -100px;
  flex-shrink: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.hero-image img {
  width: 97%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  min-height: 550px;
  min-width: 450px;
}

/* COMMISSIONS PAGE */
.commissions-main {
  padding: 50px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.commissions-main h1 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 60px;
  color: #66ff33;
}

.commissions-logo img {
  max-width: 300px;
  margin-bottom: 30px;
}

.commissions-text {
  text-align: justify;
  font-size: 18px;
  margin-bottom: 90px;
  color: #fff;
}

/* REVENUE SHARE PAGE */
.revenue-share-main {
  padding: 50px 20px 0 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.revenue-share-main h1 {
  font-size: 21px;
  font-weight: 800;
  color: #66ff33;
  margin-bottom: 40px;
}

.revenue-share-text {
  font-size: 18px;
  color: #fff;
  text-align: justify;     
  hyphens: auto;             
}

.revenue-share-text ol {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}

.revenue-share-text ol li {
  margin-bottom: 20px;
}

/* CONTACT US PAGE */
.contact-section {
  padding: 50px 20px;
  text-align: center;
}

.contact-container {
  max-width: 600px;
  margin: 0 auto;
}

.contact-container h1 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #66ff33;
}

.contact-container p {
  font-size: 16px;
  margin-bottom: 40px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 0 70px;
}

.form-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.contact-form label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  width: 120px;
  text-align: right;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  background-color: #fff;
  color: #000;
  resize: none;
  font-family: 'MuseoSansRounded', sans-serif;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 65%;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  color: #66ff33;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #66ff33;
}

.form-row .send-btn {
  display: inline-block;
  padding: 12px 25px;
  border: 0;
  border-radius: 25px;
  background-color: #7300ff;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-left: 115px;
  text-decoration: none;
  transition: background 0.3s;
  width: 180px;
  height: 45px;
  text-align: center;
  cursor: pointer;
}

.send-btn:hover {
  background-color: #5c00cc;
}

/* === CTA BELOW === */
.cta-below {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 21px;
  color: #fff;
  z-index: 9999;
  flex-wrap: wrap;
  box-sizing: border-box;
  text-align: center;
}

.cta-below p {
  margin: 0;
}

.contact-cta {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 25px;
  background-color: #7300ff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}

.contact-cta:hover {
  background-color: #5c00cc;
}

/* FOOTER */
.site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-family: 'MuseoSansRounded', sans-serif;
  font-size: 13px;
  color: #fff;
  z-index: 10000;
  box-sizing: border-box;
}

.site-footer .current-menu-item>a {
  color: #66ff33;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  position: relative;
  margin: 0 10px;
}

.footer-links li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -12px;
  color: #fff;
  font-weight: 300;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #66ff33;
}

body.page-template-page-privacy-policy .site-footer,
body.page-template-page-about-us .site-footer,
body.page-template-page-terms-and-conditions .site-footer {
  position: static;
}


/* ABOUT US,
PRIVACY POLICY,
TERMS OF CONDITIONS */
.page-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

h1.page-title {
  position: relative;
  z-index: 0;
}

.page-title span {
  display: inline-block;
  position: relative;
  color: #66ff33;
  background: #0b0f0a;
  padding: 0px 30px;
}

h1.page-title:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: 65%;
  border-top: 3px solid #fff;
  margin: 0 auto;
  z-index: -1;
}

.page-main h1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.page-content-text p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-content-text h2 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}

.burger-menu {
  display: none;
}

.form-row p {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
}