* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Segoe UI", sans-serif; */
  font-family: "Figtree", sans-serif;
  /* font-family: Arial, sans-serif; */
  /* padding-bottom: 20px; */
  align-items: center;
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

header {
  width: 100%;
}
/* <!-- Trade Like a Pro Section -->  */
.tlp-section {
  background: #ffe1cc;
  padding: 60px 0;
  font-family: "Open Sans", sans-serif;
}

.tlp-container {
  width: 90%;
  margin: auto;
  display: flex;
  gap: 40px;
}

.tlp-left {
  flex: 2;
}

.tlp-right {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.tlp-tag {
  color: #060659;
  font-style: italic;
  display: block;
  margin-bottom: 15px;
}

.tlp-badge {
  background: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
}

.tlp-title {
  font-size: 50px;
  margin: 10px 0;
}

.tlp-title span {
  color: #0069ff;
}

.tlp-subtext {
  margin: 15px 0;
  color: #333;
}

.tlp-buttons {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.btn-orange {
  background: #0069ff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
}

.tlp-stats {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 36px 10px 47px;
  border-radius: 10px;
  margin: 25px 21px 3px 13px;
}

.stat-box {
  text-align: center;
}

.tlp-heading {
  margin-top: 25px;
}

.tlp-highlight {
  color: #050548;
  font-weight: bold;
}

.tlp-image {
  width: 100%;
  border-radius: 8px;
}

.btn-enroll {
  background: #0069ff;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px;
  margin-top: 15px;
  border-radius: 6px;
}

.btn-enquire {
  background: transparent;
  color: #0069ff;
  border: 2px solid #0069ff;
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border-radius: 6px;
}

.tlp-free {
  font-size: 12px;
  margin: 10px 0;
  color: #777;
}

.tlp-includes {
  text-align: left;
  margin-top: 20px;
}

.tlp-includes ul {
  padding-left: 20px;
}

.tlp-rates {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.rate-box {
  width: 48%;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
/* <!-- Trade Like a Pro Section -->  */

/* <!-- Course Journey Section -->  */
.cj-section {
  padding: 80px 0;
  background: #fff;
  font-family: "Segoe UI", sans-serif;
}

.cj-container {
  width: 85%;
  margin: auto;
}

.cj-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
  font-family: "Figtree", sans-serif;
  padding: 22px;
  font-weight: bold;
  color: #050548;
  font-size: 40px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

/* Timeline */
.cj-timeline {
  position: relative;
  padding-left: 50px;
}

.cj-timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  width: 1.5px;
  height: 100%;
  background: #ff6a00;
}

/* Each item */
.cj-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

/* Orange dot */
.cj-dot {
  width: 16px;
  height: 14px;
  background: #ff6a00;
  border-radius: 50%;
  position: absolute;
  left: -39px;
  top: -3px;
  box-shadow: 0 0 0 5px rgba(255, 106, 0, 0.25);
}
.cj-timeline::after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: -8px;
  width: 16px;
  height: 14px;
  background: #ff6a00;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(255 106 0 / 43%);
}

/* Content */
.cj-content {
  margin-left: 40px;
}

.cj-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.cj-content ul {
  padding-left: 20px;
}

.cj-content ul li {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

/* <!-- Course Journey Section -->  */
/* <!-- Certification Section -->  */
/* .cert-section {
  padding: 15px 54px;
  background: #ffffff;
  font-family: "Segoe UI", sans-serif;
}

.cert-container {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.cert-left {
  width: 50%;
}

.cert-tag {
  color: #0069ff;
  font-style: italic;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}

.cert-left h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.cert-left p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
  max-width: 520px;
}

.cert-bold {
  font-weight: 600;
  color: #000;
}

.cert-right {
  width: 50%;
  text-align: right;
}

.cert-right img {
  width: 85%;
  max-width: 520px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
} */

/* Responsive */
/* @media (max-width: 900px) {
  .cert-container {
    flex-direction: column;
    text-align: center;
  }

  .cert-left,
  .cert-right {
    width: 100%;
  }

  .cert-right {
    text-align: center;
    margin-top: 40px;
  }
} */
/* <!-- Certification Section -->  */

/* <!-- Mobile App Promo Section --> */
.app-section {
  padding: 50px 0;
  /* background: #000; */
  font-family: "Roboto", sans-serif;
}

.app-container {
  width: 90%;
  margin: auto;
  background: radial-gradient(circle at left, #2a2a2a, #000);
  border-radius: 25px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

/* Left */
.app-left {
  width: 50%;
}

.app-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.app-left p {
  font-size: 15px;
  line-height: 1.8;
  color: #ccc;
  margin-bottom: 15px;
  font-family: "Comic Relief", system-ui;
}

.app-left span {
  color: #0069ff;
  font-weight: 600;
}

.app-left strong {
  color: #fff;
}

.app-tagline {
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
}

/* Right */
.app-right {
  width: 45%;
  text-align: center;
  position: relative;
}

.phones {
  position: relative;
  height: 420px;
}

.phone {
  /* width: 220px; */
  position: absolute;
  top: 0;
}

.phone-one {
  left: 40px;
  transform: rotate(-5deg);
}

.phone-two {
  right: 40px;
  top: 40px;
  transform: rotate(6deg);
}

.store-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.store-buttons img {
  height: 45px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 900px) {
  .app-container {
    flex-direction: column;
    text-align: center;
  }

  .app-left,
  .app-right {
    width: 100%;
  }

  .phones {
    margin-top: 40px;
  }
}
/* <!-- Mobile App Promo Section -->  */
/* <!-- Enquiry Section -->  */
.enq-section {
  padding: 80px 112px;
  font-family: "Segoe UI", sans-serif;
}

.enq-container {
  width: 90%;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

/* LEFT CARD */
.enq-left {
  width: 45%;
  height: 37rem;
  background: #0069ff08;
  border-radius: 35px;
  padding: 15px;
  position: relative;
  text-align: center;
}

.mentor-img {
  width: 100%;
  height: 34rem;
  border-radius: 35px;
}

/* Badges */
.badgee {
  position: absolute;
  background: #ffffff80;
  color: #000;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.ratingg {
  top: 52px;
  left: 23px;
}

.online {
  top: 131px;
  right: 17px;
}

.happy {
  bottom: 90px;
  left: 20px;
}

.mentor {
  bottom: 50px;
  right: 20px;
}

.avatars img {
  width: 24px;
  border-radius: 50%;
  margin-left: -8px;
  border: 2px solid #fff;
}

/* RIGHT FORM */
.enq-right {
  width: 55%;
}

.enq-right h2 {
  font-size: 28px;
  margin-bottom: 5px;
}

.enq-right p {
  color: #666;
  margin-bottom: 25px;
}
.avatars {
  display: flex;
  justify-content: center;
  gap: 2px;
}

form label {
  font-size: 14px;
  font-weight: 500;
  margin: 12px 0 6px;
  display: block;
}

form input,
form select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
}

.row {
  display: flex;
  gap: 15px;
}

.row div {
  flex: 1;
}

.check {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0;
}

.check input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.check label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}

button {
  width: 100%;
  background: #0069ff;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 900px) {
  .enq-container {
    flex-direction: column;
  }
  .enq-left,
  .enq-right {
    width: 100%;
  }
}
/* <!-- Enquiry Section -->  */
/* =========================
   TABLET VIEW – 768px
========================= */
@media (max-width: 768px) {
  /* Trade Like a Pro */
  .tlp-container {
    flex-direction: column;
  }

  .tlp-title {
    font-size: 34px;
  }

  .tlp-buttons {
    flex-direction: column;
  }

  .tlp-stats {
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
    padding: 15px;
  }

  /* Course Journey */
  /* .cj-timeline {
    padding-left: 30px;
  }

  .cj-dot {
    left: -28px;
  }

  .cj-content {
    margin-left: 25px;
  } */

  /* App Section */
  .app-container {
    flex-direction: column;
    padding: 30px;
  }

  .app-left,
  .app-right {
    width: 100%;
    text-align: center;
  }

  .phones {
    height: 300px;
  }

  .phone-one {
    left: 20px;
    width: 180px;
  }

  /* Enquiry Section */
  .enq-section {
    padding: 40px 20px;
  }

  .enq-container {
    flex-direction: column;
  }

  .enq-left,
  .enq-right {
    width: 100%;
    height: fit-content;
  }

  .mentor-img {
    height: auto;
  }

  .row {
    flex-direction: column;
  }
}

/* =========================
   MOBILE VIEW – 480px
========================= */
@media (max-width: 480px) {
  /* Trade Like a Pro */
  .tlp-title {
    font-size: 26px;
  }

  .tlp-subtext,
  .tlp-left p {
    font-size: 13.5px;
  }

  .btn-orange {
    width: 100%;
  }

  .stat-box h3 {
    font-size: 18px;
  }

  /* Course Journey */
  .cj-title {
    font-size: 26px;
  }

  .cj-content h3 {
    font-size: 16px;
  }

  .cj-content ul li {
    font-size: 13px;
  }

  /* App Section */
  .app-left h2 {
    font-size: 22px;
  }

  .app-left p {
    font-size: 13px;
  }

  .phones {
    height: 240px;
  }

  .phone-one {
    width: 150px;
    left: 10px;
  }

  /* Enquiry Section */
  .enq-right h2 {
    font-size: 22px;
  }

  form label {
    font-size: 12px;
  }

  form input,
  form select {
    padding: 10px;
  }

  button {
    font-size: 14px;
    padding: 12px;
  }
}
/* =========================
   FORM RESPONSIVE FIX
========================= */

/* Tablet */
@media (max-width: 768px) {
  .enq-right form {
    padding: 22px;
    border-radius: 14px;
  }

  .enq-right h2 {
    text-align: center;
  }

  .enq-right p {
    text-align: center;
  }

  .row {
    flex-direction: column;
    gap: 12px;
  }

  form input,
  form select {
    font-size: 14px;
    padding: 11px;
  }

  .check {
    flex-wrap: wrap;
    gap: 8px;
  }

  button {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .enq-right form {
    padding: 18px;
    border-radius: 12px;
  }

  form label {
    font-size: 12px;
    margin-bottom: 4px;
  }

  form input,
  form select {
    font-size: 13px;
    padding: 10px;
    border-radius: 8px;
  }

  .enq-right h2 {
    font-size: 20px;
  }

  .enq-right p {
    font-size: 13px;
  }

  .check {
    padding: 10px;
    font-size: 12px;
  }

  .check label {
    white-space: normal;
  }

  button {
    font-size: 14px;
    padding: 12px;
    border-radius: 10px;
  }
}
/* =========================
   BADGEE RESPONSIVE SIZE
========================= */

/* Tablet */
@media (max-width: 768px) {
  .badgee {
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 16px;
  }

  .avatars img {
    width: 20px;
  }

  .ratingg {
    top: 40px;
    left: 15px;
  }

  .online {
    top: 110px;
    right: 12px;
  }

  .happy {
    bottom: 70px;
    left: 12px;
  }

  .mentor {
    bottom: 35px;
    right: 12px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .badgee {
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 14px;
  }

  .avatars img {
    width: 16px;
    margin-left: -6px;
  }

  .ratingg {
    top: 25px;
    left: 10px;
  }

  .online {
    top: 80px;
    right: 8px;
  }

  .happy {
    bottom: 50px;
    left: 8px;
  }

  .mentor {
    bottom: 20px;
    right: 8px;
  }
}
/* =========================
   TABLET – 768px
========================= */
@media (max-width: 768px) {
  /* Trade Like a Pro */
  .tlp-container {
    flex-direction: column;
    gap: 25px;
  }

  .tlp-left,
  .tlp-right {
    width: 100%;
  }

  .tlp-title {
    font-size: 34px;
  }

  .tlp-buttons {
    flex-direction: column;
  }

  .tlp-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
    padding: 15px;
  }

  /* Course Journey */
  .cj-container {
    width: 92%;
  }

  .cj-timeline {
    padding-left: 30px;
  }

  .cj-dot {
    left: -26px;
  }

  .cj-content {
    margin-left: 22px;
  }

  .cj-content h3 {
    font-size: 18px;
  }

  .cj-content ul li {
    font-size: 14px;
  }
}

/* =========================
   MOBILE – 480px
========================= */
@media (max-width: 480px) {
  /* Trade Like a Pro */
  .tlp-title {
    font-size: 26px;
  }

  .tlp-subtext,
  .tlp-left p {
    font-size: 13px;
  }

  .btn-orange {
    width: 100%;
  }

  .stat-box h3 {
    font-size: 18px;
  }

  .tlp-right {
    padding: 15px;
  }

  /* Course Journey */
  .cj-title {
    font-size: 26px;
    text-align: center;
  }

  .cj-timeline {
    padding-left: 22px;
  }

  .cj-dot {
    left: -10px;
    width: 12px;
    height: 12px;
  }

  .cj-content {
    margin-left: 18px;
  }

  .cj-content h3 {
    font-size: 16px;
  }

  .cj-content ul li {
    font-size: 13px;
    line-height: 1.6;
  }
}
/* =========================
   TABLET – 768px
========================= */
@media (max-width: 768px) {
  /* FORM – same size inputs */
  .enq-form input,
  .enq-form select {
    width: 100%;
    margin-right: 160px;
  }
  form input,
  form select {
    height: 45px;
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 10px;
  }

  .row {
    flex-direction: column;
    gap: 12px;
  }

  /* APP SECTION – center phone image */
  .app-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .phones {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
  }

  .phone {
    position: relative;
    width: 180px;
    top: 0;
    left: 0;
    transform: none;
  }

  .phone-one {
    left: 0;
  }
  .cj-section {
    padding: 0px 0px;
  }
}

/* =========================
   MOBILE – 480px
========================= */
@media (max-width: 480px) {
  /* FORM – uniform input size */
  .enq-form input,
  .enq-form select {
    width: 100%;
    margin-right: 160px;
  }
  form input,
  form select {
    height: 40px;
    padding: 10px 12px;
    margin: 0px 80px 0px 0px;
    font-size: 13px;
    border-radius: 8px;
  }

  form label {
    font-size: 12px;
  }
  .cj-section {
    padding: 0px 0px;
  }

  /* APP SECTION – perfectly centered phone */
  .app-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .phones {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
  }

  .phone {
    position: relative;
    width: 150px;
    top: 0;
    left: 0;
    transform: none;
  }

  .phone-one {
    left: 0;
  }
}
