/*
Theme Name: AIRAMS
Theme URI: https://airams.app
Author: AIRAMS APP
Author URI: https://airams.app
Description: A custom WordPress theme for AIRAMS
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: airams
*/

/* Import Tailwind CSS */
//@import 'https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css';
//@import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css';

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #000000 !important;
  }
  
  div, h1, h2, h3, h4, h5, h6 p {
    color: #fff;
  }
  
  html {
    scroll-behavior: smooth; /* Enables smooth scrolling */
  }
  
  .active {
    color: #0FAE96; /* Blue color for active menu */
    font-weight: bold;
  }
  
  li a:hover {
    color: #0FAE96 !important;
  }
  
  .text-black {
    color: #1E1E1E;
  }
  
  h1 {
    font-weight: 700;
    font-size: 2.5rem; /* 60px / 16 = 3.75rem */
    color: #fff;
  }
  
  h2 {
    font-weight: 700;
    font-size: 2.25rem; /* 52px / 16 = 3.25rem */
    color: #1E1E1E;
  }
  
  h3 {
    font-weight: 700;
    font-size: 2rem; /* 48px / 16 = 3rem */
  }
  
  h4 {
    font-weight: 700;
    font-size: 2.25rem; /* 36px / 16 = 2.25rem */
  }
  
  h5 {
    font-weight: 700;
    font-size: 2rem; /* 32px / 16 = 2rem */
  }
  
  h6 {
    font-weight: 600;
    font-size: 1.5rem; /* 24px / 16 = 1.5rem */
  }
  
  .btn {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0.9rem 2rem;
    border-radius: 5px;
    transition: all 0.3s ease-in-out; /* Smooth transition effect */
  }
  .btn.btn-primary {
    background: #0FAE96;
  }
  .btn.btn-primary:hover {
    background: #10c4a9; /* Darker blue on hover */
    box-shadow: 0 4px 10px rgba(18, 34, 157, 0.3); /* Subtle glow effect */
    transform: translateY(-2px); /* Slight lift */
  }
  .btn.btn-secondary {
    background: #3c4398;
    color: #fff;
    border: 1px solid #3c4398; /* Border for contrast */
  }
  .btn.btn-secondary:hover {
    background: #3c4398; /* Light gray on hover */
    color: #fff; /* Darker text */
    transform: translateY(-2px); /* Slight lift */
  }
  
  nav ul li {
    color: #1E1E1E;
  }
  
  .comp-logo {
    height: 48px;
    width: 168px;
  }
  
  .trading-experience {
    background-image: url(assets/images/home.jpg);
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    min-height: 100vh; /* Optional: Makes the section take up the full height of the viewport */
    display: flex; /* Ensures content inside the section is flexible */
    position: relative;
  }
  
  .contact {
    background-image: url(assets/images/contact.jpg);
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    min-height: 100vh; /* Optional: Makes the section take up the full height of the viewport */
    display: flex; /* Ensures content inside the section is flexible */
    position: relative;
  }
  
  .progress-bar {
    background: #b53cc2;
    top: -3px;
  }
  
  .progress-percent {
    color: #535266;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: -2px;
  }
  
  .progress-line {
    background: #ACACAC;
    height: 2px;
  }
  
  .our-vision {
    border-radius: 16px;
    margin: 2rem;
  }
  
  .personal-challenge {
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: auto; /* Optional: Makes the section take up the full height of the viewport */
    display: flex; /* Ensures content inside the section is flexible */
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Centers the content vertically */
  }
  
  .cutting-edge {
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    height: auto; /* Optional: Makes the section take up the full height of the viewport */
    display: flex; /* Ensures content inside the section is flexible */
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Centers the content vertically */
  }
  
  .cutting-edge img {
    height: 68px;
  }
  
  .contact-form {
    background-color: #fff;
    border-radius: 14px;
  }
  .contact-form .form-group {
    position: relative;
  }
  .contact-form .form-group input {
    background-color: #F4F4F4;
    height: 61px;
    border-radius: 8px;
    color: #090828;
    padding: 20px;
  }
  .contact-form .form-group textarea {
    background-color: #F4F4F4;
    border-radius: 8px;
    height: 192px;
    color: #090828;
    padding: 20px;
  }
  .contact-form .form-group label {
    position: absolute;
    color: #090828;
    top: 18px;
    left: 20px;
  }
  .contact-form .form-group label.focus {
    top: 0px;
    font-size: 12px;
  }
  
  .text-milestone {
    position: relative;
    left: 18px;
  }
  .text-milestone::before {
    content: "";
    position: absolute;
    height: 71px;
    width: 3px;
    background-color: #0FAE96 !important;
    top: 0;
    left: -18px;
  }
  
  #navbar {
    transition: all 0.3s ease-in-out; /* Smooth animation */
    background: #000;
    opacity: 0.8;
  }
  
  .shrink {
    padding: 10px 1rem; /* Reduce padding */
    background-color: #ddd; /* Slight transparency */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px); /* Optional: Slight movement effect */
  }
  
  #navbar {
    transition: all 0.3s ease-in-out;
  }
  
  #navbar.shrink {
    padding: 0.5rem 1rem; /* Reduce padding to shrink */
    height: 50px; /* Adjust height */
  }
  
  #sidebar {
    width: 250px; /* Ensure fixed width */
    transition: transform 0.3s ease-in-out;
    padding-top: 4rem;
  }
  
  #sidebar.open {
    transform: translateX(0); /* Open sidebar */
  }
  
  .personal-challenge .top-label,
  .personal-challenge .bottom-label {
    color: #fff;
  }
  .personal-challenge .progress-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  .personal-challenge .milestone-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
  }
  .personal-challenge .progress-line {
    position: absolute;
    top: 41px;
    left: 53px;
    width: 100%;
    height: 5px;
    background: #4BB1FF;
    z-index: 0;
  }
  .personal-challenge .progress-line.active {
    background: #0FAE96;
  }
  .personal-challenge .milestone {
    width: 20px;
    height: 20px;
    background: #0FAE96;
    border: 5px solid #0FAE96;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
  }
  .personal-challenge .milestone.gray {
    border-color: #0FAE96;
    background: #0FAE96;
  }
  .personal-challenge .milestone.green {
    border-color: #0FAE96;
    background: #0FAE96;
  }
  .personal-challenge .milestone span {
    position: absolute;
    font-size: 14px;
    white-space: nowrap;
  }
  .personal-challenge .milestone .top-label {
    top: -30px;
    color: #fff;
  }
  .personal-challenge .milestone .bottom-label {
    bottom: -30px;
  }
  .personal-challenge .tooltip-challenge {
    position: absolute;
    background: #4bb1ff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
    width: 200px;
    top: 130px;
  }
  .personal-challenge .progress-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media only screen and (max-width: 600px) {
    .personal-challenge .top-label, .personal-challenge .bottom-label {
      font-size: 11px;
      font-weight: 400;
    }
    .personal-challenge .progress-line {
      position: absolute;
      top: 34px !important;
      left: 49px !important;
      width: 100%;
      height: 5px;
      background: #0FAE96;
      z-index: 0;
    }
    .personal-challenge .bottom-label {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .personal-challenge .tooltip-challenge {
      top: 170px;
    }
  }
  @media only screen and (max-width: 830px) {
    .personal-challenge .progress-line {
      position: absolute;
      top: 39px;
      left: 43px;
    }
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .staking-wrap img {
    animation: slideDown 0.8s ease-out forwards;
    height: 299px;
  }
  
  .staking-wrap img:nth-child(1) {
    animation-delay: 0s;
  }
  
  .staking-wrap img:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .staking-wrap img:nth-child(3) {
    animation-delay: 0.4s;
  }
  
  .staking-wrap img:nth-child(4) {
    animation-delay: 0.6s;
  }
  
  .staking-wrap img:nth-child(5) {
    animation-delay: 0.8s;
  }
  
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 2.5rem; /* 52px / 16 = 3.25rem */
    }
    h2 {
      font-size: 2.2rem; /* 52px / 16 = 3.25rem */
    }
    h3 {
      font-size: 1.8rem; /* 52px / 16 = 3.25rem */
    }
    h4 {
      font-size: 1.6rem; /* 52px / 16 = 3.25rem */
    }
    h5 {
      font-size: 1.5rem; /* 52px / 16 = 3.25rem */
    }
    h5 {
      font-size: 1.4rem; /* 52px / 16 = 3.25rem */
    }
    .staking-wrap img {
      animation: slideDown 0.8s ease-out forwards;
      height: 100px;
    }
  }
  .bar-label {
    text-align: center;
    font-weight: bold;
    background: #323883;
    padding: 2px;
    border-radius: 6px;
    margin: 30px 0 10px;
  }
  
  .scale {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;
  }
  
  .circle-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
  }
  
  .circle {
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50%;
    z-index: 1;
  }
  
  .line {
    flex: 1;
    height: 6px;
    background: white;
    z-index: 0;
  }
  
  .text-heading {
    color: #0FAE96;
  }
  
  h1, h3, h2, h5 {
    font-weight: 300;
    color: #0FAE96;
  }
  
  #milestone {
    padding: 0 2rem;
  }
  #milestone .milestone-wrap {
    background-color: #3c4398;
    border-radius: 10px;
  }
  
  .btn-bunos {
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 10px;
  }
  .btn-bunos .percent {
    font-weight: 600;
    color: #0FAE96;
    font-size: 32px;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
  }
  .form-group input, .form-group textarea {
    border-radius: 20px;
    height: 89px;
    background: #fff;
    margin-bottom: 2rem;
    max-width: 800px;
    color: #000;
    padding: 4px 16px;
    margin-top: 1rem;
  }
  
  .plan {
    border: 1px solid #34a59a;
    position: relative;
    border-radius: 30px !important;
  }
  .plan button.below {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 8px 30px;
  }
  .plan.basic {
    left: 10px;
  }
  .plan.pro {
    right: 10px;
  }
  .plan.legacy {
    background: #000;
    position: relative;
    z-index: 999;
  }
  .plan .btn-plan {
    border: 1px solid #34a59a;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600px;
    color: #00cfdd;
  }
  .plan li {
    font-size: 20px;
  }
  
  .form-wrap {
    max-width: 800px;
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 1000px) {
    .plan {
      margin-bottom: 1.5rem;
    }
    .plan.basic {
      left: 0;
    }
    .plan.pro {
      right: 0;
    }
  }
  @media only screen and (max-width: 944px) {
    .plan.legacy {
      margin-bottom: -50px !important;
    }
  }
  @media only screen and (max-width: 780px) {
    .plan.legacy {
      margin-bottom: -50px !important;
      margin-top: -19px !important;
    }
  }
  @media only screen and (max-width: 750px) {
    .plan.legacy {
      margin-top: 0 !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .plan.legacy {
      margin-bottom: 1.5rem !important;
    }
  }
  .legacy-bg {
    padding: 20px 5px;
    border-radius: 20px;
    background: linear-gradient(to bottom, #0c2f28, #0c1e25, #05090c);
  }
  
  .footer-logo {
    position: relative;
    left: -15px;
  }
.why-card p {
    font-size: 20px;
  }
  
  .limitted-offer {
    font-size: 12px;
    color: #bbf452;
  }
  
  .content-section {
    background: #1a1a1a;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #333;
    transition: all 0.3s ease;
  }
  
  .content-section:hover {
    box-shadow: 0 4px 16px rgba(15, 174, 150, 0.1);
    border-color: rgba(15, 174, 150, 0.3);
  }
  
  .section-title {
    color: #0FAE96;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .subsection-title {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
  
  .content-text {
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  
  .content-list {
    color: #d1d5db;
    margin-left: 1.25rem;
    margin-bottom: 1rem;
  }
  
  .content-list li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  
  .content-list li strong {
    color: #0FAE96;
    font-weight: 600;
  }
  
  .table-of-contents {
    background: rgba(26, 26, 26, 0.95);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid #333;
    position: fixed;
    top: 100px;
    z-index: 40;
    width: 280px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    backdrop-filter: blur(10px);
  }
  
  .content-wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }
  
  .main-content {
    min-width: 0;
    width: 100%;
  }
  
  .toc-container {
    position: relative;
  }
  
  .toc-spacer {
    width: 300px;
    height: 1px;
  }
  
  .toc-link {
    display: block;
    padding: 0.5rem 0;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    padding-left: 1rem;
    font-size: 0.9rem;
  }
  
  .toc-link:hover {
    color: #0FAE96;
    border-left-color: #0FAE96;
    background-color: rgba(15, 174, 150, 0.05);
  }
  
  .back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #0FAE96;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 50;
    box-shadow: 0 4px 12px rgba(15, 174, 150, 0.3);
  }
  
  .back-to-top.show {
    opacity: 1;
    visibility: visible;
  }
  
  .back-to-top:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(15, 174, 150, 0.4);
    background: #10c4a9;
  }
  
  .contact-link {
    color: #0FAE96;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
  }
  
  .contact-link:hover {
    color: #10c4a9;
    text-decoration: underline;
  }
  
  .highlight-box {
    background: rgba(15, 174, 150, 0.1);
    border: 1px solid rgba(15, 174, 150, 0.3);
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
  }
  
  .toc-link.active {
    color: #0FAE96;
    border-left-color: #0FAE96;
    background-color: rgba(15, 174, 150, 0.1);
    font-weight: 600;
  }
  
  @media (max-width: 1024px) {
    .content-wrapper {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    
    .table-of-contents {
      position: relative;
      top: auto;
      width: 100%;
      max-height: none;
      overflow-y: visible;
      margin-bottom: 2rem;
    }
    
    .toc-container {
      order: -1;
    }
    
    .toc-spacer {
      display: none;
    }
  }
  
  @media (max-width: 768px) {
    .content-section {
      padding: 1.5rem;
    }
    
    .section-title {
      font-size: 1.25rem;
    }
    
    .table-of-contents {
      padding: 1rem;
    }
    
    .table-of-contents .grid {
      grid-template-columns: 1fr;
    }
  }
