html,
body {
  background-color: rgba(6, 15, 17, 1) !important;
  font-family: "Roboto", "Roboto Placeholder", sans-serif;
}

/* mobile menu icon color */
.fa-bars:before {
  color: white;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

/* header css code  */
.custome_navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 14px 32px;
  width: 100%;
  border-bottom: 1px solid #7b9fa03e;
  background-color: transparent;
  transition: all 0.3s ease;
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  text-transform: uppercase;
}

/* On scroll - glass effect */
.custome_navbar.scrolled {
  background: #060f11;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Nav Links */
.navbar .nav-link,
.dropdown-item,
.btn {
  color: white;
}

.navbar .nav-link:hover,
.dropdown-item:hover {
  color: #adff85;
  background-color: transparent;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #adff85;
}

/* Logo Image */
.logo-img {
  max-height: 40px;
  width: auto;
}

/* Dropdown */
.dropdown-menu {
  background-color: #060f11;
  border: none;
}

/* Container width */
.container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

/* Auth Buttons */
.auth-buttons {
  display: flex;
  gap: 20px;
}

/* Desktop Center Nav */
@media (min-width: 992px) {
  .navbar-nav {
    width: 600px;
    justify-content: center;
    margin: 0 auto;
  }
}

/* Mobile Layout */
@media (max-width: 991.98px) {
  .navbar-collapse {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 1rem;
  }

  .navbar-nav {
    width: 100%;
    flex-direction: column;
    text-align: left;
    gap: 10px;
  }

  .auth-buttons {
    width: 100%;
    justify-content: flex-start;
  }
}

.btn:hover {
  color: #adff85;
  background-color: #060f11;
}

.btn:first-child:active {
  background-color: #060f11;
  border-color: none;
  color: #adff85;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: black !important;
  background-color: #adff85 !important;
  border-color: none !important;
}

/* Enable dropdown on hover for desktop */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar-nav .dropdown .dropdown-toggle::after {
    transition: transform 0.3s ease;
  }

  .navbar-nav .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

/* index one */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  text-align: center;
  color: #fff;
}

.hero-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-badge {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #adff85;
  margin-bottom: 1rem;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: bold;
  margin-bottom: 1rem;
}

.highlight {
  color: #adff85;
}

.hero-subtext {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #b5bdc5;
  margin: 0 auto 2rem;
  max-width: 700px;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.custom-btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.primary-btn {
  background: #adff85;
  color: #000;
}

/* .secondary-btn {
  border: 1px solid #adff85;
  color: #adff85;
} */

.account-cards-slider {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide.account-card {
  background: radial-gradient(68.53% 72.22% at 50% 27.78%,
      rgba(26, 62, 53, 0.3) 0%,
      rgba(11, 26, 29, 0.3) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
}

.account-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Responsive font and layout across all device resolutions */
@media (max-width: 768px) {
  .hero-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .hero-subtext {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: clamp(1.6rem, 5.5vw, 2rem);
  }

  .hero-subtext {
    font-size: 0.95rem;
  }
}

/* index two */
.hero-section {
  min-height: 92.5vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.text-content h5 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.text-content h2 {
  font-family: "Archivo", "Archivo Placeholder", sans-serif;
  font-size: clamp(28px, 5vw, 50px);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.text-content p {
  font-family: "Roboto", "Roboto Placeholder", sans-serif;
  color: #b5bdc5;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 30px;
}

.text-content1 p {
  line-height: 1.3;
}

.hero-buttons .btn {
  margin-right: 15px;
  padding: 10px 24px;
  border-radius: 30px;
  white-space: nowrap;
}

.hero-buttons .btn:last-child {
  margin-right: 0;
}

.btn-primary {
  background-color: white !important;
  border: none;
  color: black;
}

.btn-primary:hover {
  background-color: #adff85 !important;
  color: black;
}

.btn-outline-light {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.image-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.glass-bg {
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
}

.hero-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}

.bottom-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
}

.bottom-gradient img {
  width: 100%;
  display: block;
}

@media (max-width: 992px) {
  .hero-section {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {

  .text-content,
  .text-content h2,
  .text-content p,
  .hero-buttons {
    text-align: center;
    justify-content: center !important;
  }

  .glass-bg {
    max-width: 100%;
    padding: 16px;
  }

  .scroll-icon {
    font-size: 20px;
    bottom: 20px;
  }
}

@media (max-width: 480px) {
  .text-content h2 {
    font-size: 1.8rem;
  }

  .hero-buttons .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .glass-bg {
    padding: 12px;
  }
}

/* Know about us css code  */
.counter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  /* width: 100%; */
}

.counter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.counter-card {
  background: radial-gradient(94.89% 100% at 50% 0%,
      rgba(26, 62, 53, 0.3) 0%,
      rgba(11, 26, 29, 0.3) 64.78%);
  border: 0.5px solid rgba(255, 255, 255, 0);
  border: 1px solid;
  border-image-source: linear-gradient(123.17deg,
      #0b1a1d 1.19%,
      #0c3328 69.76%);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  backdrop-filter: blur(12px);
  color: #fff;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease;
}

/* Manual width sizes — here’s your custom large/small control */
.counter-card1,
.counter-card4 {
  flex: 1 1 160px;
  /* small cards */
}

.counter-card2,
.counter-card3 {
  flex: 2 1 300px;
  /* large cards */
}

.counter-card h3 {
  font-size: 2.5rem;
  color: #adff85;
  margin-bottom: 10px;
  font-weight: 700;
}

.counter-card p {
  font-size: 1rem;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .counter-grid {
    flex-direction: column;
  }

  .counter-card {
    flex: 1 1 100%;
  }
}

/* table css code  */
.comparison-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
  color: white;
}

/* Table Container */
.comparison-table {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(circle at top left, #0f1f20, #060f11);
  width: 100%;
  box-sizing: border-box;
}

/* Header & Row Layout */
.table-header,
.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 15px 20px;
  align-items: center;
}

.table-header {
  background: rgba(255, 255, 255, 0.03);
  font-weight: 600;
}

.table-row {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.col {
  text-align: center;
  font-size: 0.95rem;
}

.col-differentiator {
  text-align: left;
}

/* Responsive Behavior */
@media (max-width: 768px) {

  .table-header,
  .table-row {
    grid-template-columns: 1.5fr 1fr 1fr;
    padding: 12px 15px;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .section-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 540px) {
  .comparison-table {
    display: block;
  }

  .table-header,
  .table-row {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 15px;
    align-items: baseline;
  }

  .col {
    padding: 5px 0;
  }

  .col-differentiator {
    font-weight: 600;
    padding-bottom: 8px;
  }

  .col:nth-child(2),
  .col:nth-child(3) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
  }

  .col:nth-child(2)::before {
    content: "Broker PAMM: ";
    font-weight: 500;
    color: #bbb;
  }

  .col:nth-child(3)::before {
    content: "AlgoDeltaFX: ";
    font-weight: 500;
    color: #bbb;
  }
}

/* section 3 */
.custom-feature-section {
  background-color: #060f11;
  padding: 80px 20px;
  color: white;
  font-family: "Segoe UI", sans-serif;
}

.custom-feature-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.custom-feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  /* 12-column grid */
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ✅ Make each card span 4 columns (3 cards per row) */
.custom-feature-card {
  background: radial-gradient(circle at top left, #0f1f20, #060f11);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  height: 100%;
  grid-column: span 4;
}

/* 📷 Card image styling */
.card-image {
  width: 100%;
  height: 250px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 20px;
}

/* 🧠 Card content styling */
.card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.card-content p {
  font-size: 0.95rem;
  color: #ccc;
}

.card-content a {
  color: #adff85;
  font-size: 0.9rem;
  margin-top: 10px;
  text-decoration: none;
}

/* 📱 Mobile Responsive: 1 card per row */
@media (max-width: 768px) {
  .custom-feature-grid {
    grid-template-columns: 1fr;
  }

  .custom-feature-card {
    grid-column: span 12;
  }
}

.card-image-custom {
  padding: 20px;
}

/* section 4 */
.choose-platform-section {
  background-color: #060f11;
  color: #fff;
  padding: 80px 20px;
  font-family: "Segoe UI", sans-serif;
}

.choose-platform-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.choose-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
}

.choose-card {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(150rem circle at 0 0,
      rgba(255, 255, 255, 0),
      transparent 0%);
}

.choose-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: radial-gradient(60rem circle at var(--xPos) var(--yPos),
      rgba(173, 255, 133, 0.15),
      /* Spotlight color */
      transparent 20%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}

.choose-card:hover::before {
  opacity: 1;
}

.choose-card>* {
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .choose-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .choose-feature-grid {
    grid-template-columns: 1fr;
  }
}

.choose-card img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.choose-card h3 {
  font-family: "Roboto Mono", monospace;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fefefe;
}

.choose-card p {
  font-size: 0.95rem;
}

/* new about us */
.core-values {
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.section-subtitle {
  font-size: 18px;
  color: #b5bdc5;
  max-width: 700px;
  margin: 0 auto 60px;
}

/* Values Grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* exactly 3 columns */
  gap: 40px;
}

/* Responsive for mobile and tablet */
@media (max-width: 992px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on tablets */
  }
}

@media (max-width: 576px) {
  .values-grid {
    grid-template-columns: 1fr;
    /* 1 column on small phones */
  }
}

/* Value Item */
.value-item {
  background: transparent;
  padding: 10px;
  text-align: left;
}

.value-item .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #adff85;
  margin-bottom: 15px;
}

.value-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  color: white;
}

.value-item p {
  font-size: 15px;
  color: #b5bdc5;
  line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }

  .section-subtitle {
    font-size: 16px;
  }
}

/* carousel slider */
.testimonial-section {
  padding: 80px 20px;
  background: #060f11;
  text-align: center;
  position: relative;
  color: white;
}

.testimonial-header {
  max-width: 800px;
  margin: 0 auto 50px;
}

.subtitle {
  color: #8bff91;
  font-size: 14px;
}

.testimonial-header h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 12px 0;
}

.description {
  color: #c0c0c0;
  font-size: 1rem;
}

.testimonial-swiper {
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 40px;
  /* Space below for arrows */
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  height: auto;
  display: flex;
}

.testimonial-card {
  /* background: #1a1d1f; */
  background: #141d1f;
  border-radius: 16px;
  padding: 24px;
  color: #ccc;
  text-align: left;
  height: 100%;
  box-sizing: border-box;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  /* Ensure space below card */
}

.user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.user-info img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.user-info h4 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

.user-info span {
  font-size: 0.85rem;
  color: #aaa;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Arrows styling outside swiper */
.testimonial-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.custom-swiper-prev,
.custom-swiper-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e1b1d;
  color: #adff85;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.custom-swiper-prev:hover,
.custom-swiper-next:hover {
  background-color: #adff85;
  color: #0e1b1d;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-header h2 {
    font-size: 2rem;
  }
}

/* partener section */
.partners-section {
  /* background: #0b1517; */
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.partners-header {
  margin-bottom: 50px;
}

.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #0d1b1f;
  padding: 30px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 400px;
}

.popup-content h3 {
  margin-bottom: 20px;
}

.popup-content input {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0f1d21;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}

.submit-btn {
  background-color: #adff85;
  color: #000;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.partners-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  /* This is important for equal height */
}

.partner-card {
  background: #141d1f;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Pushes button to bottom */
}

.partner-logo {
  max-height: 40px;
  margin-bottom: 20px;
  object-fit: contain;
}

.partner-description {
  font-size: 18px;
  line-height: 1.5;
  flex: 1;
  margin-bottom: 24px;
}

.partner-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s ease;
  text-decoration: none;
}

.partner-button.green {
  background-color: #34e834;
  color: #000;
}

.partner-button.white {
  background-color: #fff;
  color: #000;
}

.partner-button.red {
  background-color: #c90015;
  color: #fff;
}

.partner-button:hover {
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .partners-cards {
    flex-direction: column;
    gap: 24px;
  }
}

/* algodeltafx support section */
.section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
  color: white;
}

.text-center {
  text-align: center;
}

h2 {
  font-size: 2.5rem;
  margin: 10px 0 20px;
  line-height: 1.2;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.column {
  flex: 1 1 45%;
  min-width: 280px;
}

.column h3 {
  color: #adff85;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.column ul {
  list-style: none;
  padding: 0;
}

.column li {
  margin-bottom: 20px;
}

.column li strong {
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .columns {
    flex-direction: column;
  }
}

/* footer css code */
.custome_navbar1 {
  width: 100%;
  padding: 14px 32px;
  border-top: 1px solid #7b9fa03e;
}

.footer {
  padding: 40px 20px;
  color: #b0b3c7;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
}

.footer-logo h2 {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.footer-logo span {
  color: #adff85;
}

.footer-section h3 {
  margin-bottom: 10px;
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  /* or adjust as needed */
  color: #adff85;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
  cursor: default;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section a {
  color: #b5bdc5;
  text-decoration: none;
}

.footer-section a:hover {
  color: #adff85;
}

.footer-section p {
  margin-bottom: 0px;
}

.footer-divider {
  margin: 30px auto;
  height: 1px;
  background-color: #2b2f4a;
  max-width: 80%;
}

.footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 80%;
  margin: 0 auto;
}

.footer-social-left {
  display: flex;
  gap: 20px;
  font-size: 18px;
}

.footer-social-left a {
  color: #b5bdc5;
  transition: color 0.3s;
}

.footer-social-left a:hover {
  color: #ffffff;
}

.footer-bottom-right-content {
  text-align: right;
}

.footer-bottom-right-content p {
  font-size: 16px;
  margin: 0 0 5px;
}

.footer-policy-links {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer-policy-links a {
  color: #b5bdc5;
  font-size: 16px;
  text-decoration: none;
}

.footer-policy-links a:hover {
  color: #adff85;
}

.footer-disclaimer {
  font-size: 16px;
  max-width: 80%;
  margin: 20px auto 0;
  text-align: left;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 30px;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-bottom-right-content {
    text-align: center;
  }

  .footer-policy-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-logo h2 {
    font-size: 20px;
  }

  .footer-section h3 {
    font-size: 16px;
  }

  .footer-disclaimer {
    font-size: 16px;
    padding: 0 10px;
    max-width: 100%;
  }
}

/* calculator price css code  */
.pricing-section {
  background: #060f11;
  color: white;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.pricing-card-section {
  font-family: "Roboto Mono", monospace;
  color: rgb(180, 185, 177);
  padding: 40px;
  background-color: #0d1b1f;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.section-title {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.country-select-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flag-icon {
  width: 20px;
  height: 14px;
  border-radius: 2px;
  object-fit: cover;
}

.country-select {
  background-color: #0f1d21;
  color: #fff;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 14px;
  appearance: none;
  outline: none;
}

.month-options {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 20px 0;
  gap: 8px;
}

.month-option {
  flex: 1;
  text-align: center;
  padding: 12px 10px;
  border-radius: 8px;
  background-color: #0f1d21;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.month-option.active {
  background: #adff851a;
  color: #adff85;
  font-weight: bold;
}

.account-input {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.account-input input {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  background-color: #0f1d21;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.btn-group {
  display: flex;
  gap: 6px;
}

.account-btn {
  background-color: transparent;
  border: 1px solid #adff85;
  color: #adff85;
  font-size: 18px;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.2s;
}

.account-btn:hover {
  background: #adff85;
  color: #000;
}

.price-details {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 0;
}

.price-details.total {
  font-size: 18px;
  font-weight: bold;
  color: #adff85;
}

.total-amount {
  font-size: 22px;
  color: #adff85;
}

.calculate-btn {
  background-color: #adff85;
  padding: 14px;
  border: none;
  border-radius: 12px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  transition: 0.2s;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /* makes <a> behave like button */
}

.calculate-btn:hover {
  background-color: #8fff50;
}

/* Full Responsiveness */
@media (max-width: 480px) {
  .pricing-card-section {
    padding: 24px;
    width: 90%;
  }

  .section-title {
    font-size: 18px;
  }

  .month-option {
    padding: 10px 6px;
    font-size: 12px;
  }

  .account-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .calculate-btn {
    padding: 12px;
    font-size: 13px;
  }

  .total-amount {
    font-size: 20px;
  }
}

/* chatgpt custome code  */
/* Animated Stats Section */
.stats-section {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 60px 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .stats-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.stat h3 {
  font-size: 2.5rem;
  color: #adff85;
}

.counter_color {
  color: #adff85;
}

.stat p {
  font-size: 1rem;
}

/* catelog css */
.timeline-v2 {
  background: rgba(6, 15, 17, 1);
  color: #f0f0f0;
  padding: 6vh 5vw;
  font-family: "Roboto", sans-serif;
}

.timeline-v2-heading {
  text-align: center;
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  color: #adff85;
  margin-top: 30px;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
  cursor: default;
}

.timeline-v2-subheading {
  text-align: center;
  font-family: "Archivo", "Archivo Placeholder", sans-serif;
  font-size: clamp(28px, 5vw, 35px);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* 👈 This adds vertical spacing between lines */
}

.timeline-v2-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
}

.timeline-v2-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #adff85;
}

.timeline-v2-item {
  position: relative;
  margin-bottom: 80px;
  padding-left: 40px;
}

.timeline-v2-dot {
  position: absolute;
  top: 0;
  left: -6px;
  width: 16px;
  height: 16px;
  background: #adff85;
  border-radius: 50%;
  box-shadow: 0 0 8px #adff85;
}

.timeline-v2-date {
  position: absolute;
  left: -100px;
  top: 0;
  color: #ccc;
  font-size: 0.9rem;
  white-space: nowrap;
}

.timeline-v2-content h3 {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.timeline-v2-content img {
  border-radius: 12px;
  margin-bottom: 20px;
  object-fit: cover;
}

.timeline-v2-content p {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.timeline-v2-content h4 {
  font-size: 1.2rem;
  color: #adff85;
  margin-bottom: 10px;
}

.timeline-v2-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.timeline-v2-content ul li {
  margin-bottom: 6px;
  font-size: 0.95rem;
  color: #b5bdc5;
  line-height: 1.5;
}

/* -------------------------- Responsive Adjustments -------------------------- */
@media (max-width: 1024px) {
  .timeline-v2-date {
    left: -80px;
    font-size: 0.85rem;
  }

  .timeline-v2-content {
    padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .timeline-v2-container {
    padding-left: 20px;
  }

  .timeline-v2-container::before {
    left: 10px;
  }

  .timeline-v2-item {
    padding-left: 20px;
  }

  .timeline-v2-date {
    position: static;
    margin-bottom: 10px;
    display: block;
    font-size: 0.85rem;
  }

  .timeline-v2-dot {
    left: -16px;
  }

  .timeline-v2-content {
    padding: 1.2rem;
  }
}

@media (max-width: 480px) {
  .timeline-v2-content h3 {
    font-size: 1.25rem;
  }

  .timeline-v2-content p,
  .timeline-v2-content ul li {
    font-size: 0.9rem;
  }

  .timeline-v2-content h4 {
    font-size: 1rem;
  }

  .timeline-v2-heading {
    font-size: 1.8rem;
  }

  .timeline-v2-subheading {
    text-align: center;
    font-family: "Archivo", "Archivo Placeholder", sans-serif;
    font-size: clamp(28px, vw, 35px);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* 👈 This adds vertical spacing between lines */
  }

  .timeline-v2-content img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    object-fit: cover;
  }
}

/* about page css code  */
.feature-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  gap: 20px;
  flex-wrap: wrap;
}

.feature-box {
  background: #1b1b2f;
  border-radius: 16px;
  padding: 40px 30px;
  width: 300px;
  min-height: 260px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}

.feature-box.highlight {
  background: #adff85;
  color: #000;
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(198, 255, 62, 0.5);
}

.feature-icon {
  font-size: 36px;
  margin-bottom: 20px;
}

.feature-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-desc {
  font-size: 14px;
  color: #aaa;
}

.feature-box.highlight .feature-desc {
  color: #333;
}

.feature-box.highlight .feature-title {
  color: #111;
}

.learn-more {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #000;
  transition: all 0.3s;
}

.feature-box.highlight:hover {
  background-color: #adff85;
  box-shadow: 0 0 30px rgba(166, 236, 5, 0.6);
}

.learn-more:hover {
  color: #333;
  border-color: #333;
}

@media (max-width: 768px) {
  .feature-box {
    width: 100%;
  }
}

.color_white {
  color: white;
}

.cta-img-pattern-section {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-img-pattern-container {
  position: relative;
  background: linear-gradient(to bottom right, #091418, #082a1d);
  border-radius: 16px;
  padding: 60px 40px;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  box-sizing: border-box;
}

.cta-img-pattern-text {
  z-index: 2;
  position: relative;
  max-width: 700px;
  width: 100%;
}

.cta-img-pattern-text h3 {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-img-pattern-text p {
  color: #cbd5e1;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cta-img-pattern-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.cta-btn {
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cta-btn-primary {
  background-color: #adff85;
  color: #000;
}

.cta-btn-primary:hover {
  background-color: #c6ffab;
}

.cta-btn-secondary {
  background-color: #fff;
  color: #000;
}

.cta-btn-secondary:hover {
  background-color: #e4e4e4;
}

.cta-overlay-img {
  position: absolute;
  top: 20%;
  right: 0;
  max-width: 300px;
  /* Adjust size as needed */
  opacity: 1;
  /* Adjust transparency */
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .cta-overlay-img {
    display: none;
  }
}

/* Dot pattern image */
.cta-dot-pattern-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 60%;
  height: auto;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
  .cta-img-pattern-container {
    padding: 50px 30px;
  }

  .cta-dot-pattern-img {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  .cta-img-pattern-container {
    padding: 40px 20px;
  }

  .cta-img-pattern-text h2 {
    font-size: 2rem;
  }

  .cta-img-pattern-text p {
    font-size: 1rem;
  }

  .cta-dot-pattern-img {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .cta-img-pattern-text h2 {
    font-size: 1.8rem;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }

  .cta-img-pattern-buttons {
    flex-direction: column;
  }

  .cta-dot-pattern-img {
    max-width: 100%;
  }
}

/* faq page css */
.faq-section {
  color: #ffffff;
  padding: 30px 0px;
}

.faq-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.faq-subtitle {
  text-align: center;
  font-size: 18px;
  color: #7b9fa0;
  margin-bottom: 40px;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #131e2f;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.faq-question {
  background: #141d1f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 24px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Archivo", "Archivo Placeholder", sans-serif;
}

.faq-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.4s ease;
  background: #141d1f;
}

.faq-answer p {
  font-size: 16px;
  color: #b5bdc5;
  padding: 16px 0;
  margin: 0;
  font-family: "Archivo", "Archivo Placeholder", sans-serif;
}

/* t&c code  */
.container1 {
  max-width: 1000px;
  margin: 0 auto;
}

.glass-card h2 {
  font-size: 36px;
  margin-bottom: 24px;
  color: #adff85;
}

.glass-card h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 12px;
  color: #ffffff;
}

.glass-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #c5c5c5;
}

.glass-card strong {
  color: #ffffff;
}

@media (max-width: 768px) {
  .glass-card {
    padding: 30px 20px;
  }

  .glass-card h2 {
    font-size: 28px;
  }

  .glass-card h3 {
    font-size: 20px;
  }
}

/* new css  19/04/2025*/
.about-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

/* Desktop styles */
@media (min-width: 768px) {
  .about-img {
    width: 80%;
    height: 700px;
  }
}

/* login button click efect */
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: #060f11;
  border-color: white;
}

.hiro-heeding {
  margin-top: 0;
  /* Default for small screens (mobile) */
  visibility: hidden;
}

@media (min-width: 992px) {

  /* This applies for screens 992px or larger (desktop and tablets) */
  .hiro-heeding {
    margin-top: 100px;
    visibility: hidden;
  }
}

.custome_navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 10px 20px;
  width: 100%;
  border-bottom: 1px solid #7b9fa03e;
  background-color: transparent;
  transition: all 0.3s ease;
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  text-transform: uppercase;
}

/* strategy css code  */

.custom-card {
  background: linear-gradient(130.41deg, #060f11 0%, #0b1a1d 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-chart {
  background: transparent;
  height: 120px;
  border-radius: 6px;
  padding: 8px;
}

.card-chart canvas {
  width: 100% !important;
  height: 100% !important;
}

/* scroll */

.filter-scroll {
  max-height: calc(100vh - 200px);
  /* Adjust based on your layout */
  overflow-y: auto;
  padding-right: 8px;
  /* So scrollbar doesn’t overlap content */
}

/* Optional: for a smoother scrollbar on modern browsers */
.filter-scroll::-webkit-scrollbar {
  width: 6px;
}

.filter-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

/*  Today Pnl */
.profit {
  font-weight: bold;
  font-size: 1rem;
}

.profit.negative {
  color: #ff6b6b !important;
}

.profit.positive {
  color: #adff85 !important;
}

.pay-button {
  background: #adff851a;
  border: none;
  color: #adff85;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.pay-button:hover {
  background: #aeff8536;
}

.icon-box {
  padding: 2px 6px;
  background: #212d2f;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}

.border-bottom-gap {
  border-bottom: 0.5px solid rgba(172, 172, 172, 0.4);
  margin-bottom: 4px;
  padding-bottom: 2px;
}

.filter-sidebar {
  background: #081618;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.filter-sidebar h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

.filter-section {
  margin-bottom: 20px;
}

.filter-section h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}

.tags,
.options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag,
.option {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  /* <-- Added smooth transition */
}

/* Existing .tag.active — EXTENDED to also work for .option.active */
.tag.active,
.option.active {
  background-color: #adff85;
  color: #000;
}

/* ADDED: Hover effect for tag and option */
.tag:hover,
.option:hover {
  background-color: rgba(255, 255, 255, 0.2);
  /* <-- Light hover background */
}

.input-range-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.range-inputs {
  display: flex;
  gap: 10px;
}

.range-inputs input {
  background-color: #1a1a1a;
  border: 1px solid #333;
  padding: 6px 8px;
  color: #fff;
  border-radius: 5px;
  width: 100%;
}

input[type="range"] {
  width: 100%;
  accent-color: #5fff8d;
}

.button-group {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.btn.save-btn {
  background-color: #adff851a;
  color: #adff85;
}

.btn.clear-btn {
  background-color: #333;
  color: #fff;
}

@media (max-width: 992px) {
  .filter-sidebar {
    width: 100%;
    margin-bottom: 20px;
  }
}

strong {
  color: #727272;
}

/* Desktop Sidebar */

/* Hide mobile header on desktop */
.mobile-header {
  display: none;
}

/* Hide overlay by default */
.overlay {
  display: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .mobile-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #060f11;
    position: relative;
    /* or fixed/absolute if needed */
    z-index: 1100;
    /* must be higher than sidebar or overlays */
  }

  .search-bar {
    padding: 8px;
    font-size: 16px;
    margin-right: 10px;
    border: none;
    flex: none;
    width: 270px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
    /* Remove default focus outline */
    transition: border-color 0.2s ease;
    /* Smooth transition */
    color: white;
    /* 👈 this line sets text color to white */
  }

  .search-bar:focus {
    border: 1px solid #d4d4d4;
  }

  .filter-icon {
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* Sidebar slides from right */
  @media (max-width: 768px) {
    #filter-sidebar {
      position: fixed;
      top: 0;
      left: -100%;
      /* hidden off-screen */
      /* max-width: 320px; */
      height: 100vh;
      background: #081618;
      box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
      transition: left 0.3s ease;
      z-index: 1050;
      overflow-y: auto;
      padding: 20px;
    }

    #filter-sidebar.active {
      left: 0;
    }

    .overlay {
      display: none;
    }

    .overlay.active {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1040;
    }
  }
}

.filter-close {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1100;
}

/* Show it only on mobile */
@media (max-width: 768px) {
  .filter-close {
    display: block;
  }

  /* When sidebar is active, hide the mobile header */
  .mobile-header.hide {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .cart-row {
    margin-right: 0;
    margin-left: 0;
  }
}

/* vishu */
/* Filter Sidebar Styling */
.filter_sidebar {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.filter_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter_section {
  margin-top: 16px;
}

.section_label {
  font-weight: 500;
  margin-bottom: 8px;
}

/* Price Input Container */
.price-input-container {
  width: 100%;
}

.price-input {
  width: 100%;
  font-size: 14px;
  color: #555;
  display: flex;
  gap: 12px;
}

.price-input .price-field {
  flex: 1;
  display: flex;
  margin-bottom: 16px;
}

.price-field input {
  width: 100%;
  height: 28px;
  font-size: 16px;
  border-radius: 6px;
  text-align: start;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  padding: 0 10px;
  color: #fff;
}

.min-input,
.max-input {
  width: 110px;
}

/* Slider Styling */
.slider {
  width: 100%;
  height: 4px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.slider .price-slider {
  height: 100%;
  position: absolute;
  left: 0%;
  /* updated to match initial state */
  right: 0%;
  border-radius: 5px;
  background: #4caf50;
}

/* Range Input Styling */
.range-input {
  position: relative;
}

.range-input input[type="range"] {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  top: -5px;
  pointer-events: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* Range Slider Thumbs */
input[type="range"]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 70%;
  background: #ffffff;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
}

input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 70%;
  background: #ffffff;
  box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  pointer-events: auto;
}

/* Optional Divider Styling */
.border-bottom-gap {
  border-bottom: 0.5px solid rgba(172, 172, 172, 0.2);
  padding-bottom: 16px;
}

/* title-bottom-gap */
.title-bottom-gap {
  padding-bottom: 6px;
}

/* Clear Button  */
.clear-btn {
  background: none !important;
  border: none !important;
  padding: 0;
  font-weight: 400;
  color: #ffffff !important;
  /* updated from #ADFF85 to #ffffff */
}

.bottom-line {
  margin-bottom: 4px;
}

/* Check Box */

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.custom-checkbox {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  /* smaller padding */
  margin-bottom: 8px;
  font-size: 14px;
  /* optional: slightly smaller font */
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Smaller custom checkbox */
.checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background: rgba(255, 255, 255, 0.09);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #adff85;
}

.custom-checkbox input:checked~.checkmark::after {
  display: block;
}

.fa-share-alt:before {
  color: white;
}

.fa-heart:before {
  color: white;
}

/* Pagination */

.pagination {
  display: flex;
  gap: 6px;
  margin: 20px;
  flex-wrap: wrap;
}

.pagination a {
  color: #ffffff !important;
  padding: 8px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e1e;
  cursor: pointer;
}

.pagination a.active {
  background-color: #adff85;
  color: #1b2e0f !important;
  border-color: #4caf50;
}

.pagination a:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #fff !important;
}

.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #888;
}

/* Our Winning Strategy */
/* Symbol Header Styling */
.symbol-header {
  font-size: 16px;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-weight: 500;
  padding: 4px 0px 0px 6px;
}

/* Price Styling */
.price {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0px 0px 0px 16px;
}

/* Change Percentage Styling */
.change {
  font-size: 14px;
  margin-top: 5px;
  padding: 0px 0px 0px 16px;
}

.change.positive {
  color: #00ff99;
}

.change.negative {
  color: #ff4d4d;
}

/* Chart Wrapper */
.chart-wrapper {
  padding: 0px 6px 0px 0px;
  box-sizing: border-box;
}

#priceChart {
  width: 100% !important;
  height: 100% !important;
  display: block;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

/* Header Row (Symbol + Like button) */
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0px 0px 12px;
}

/* Heart Button Animation */
:root {
  --size: 48px;
  --frames: 62;
}

.like-button {
  display: block;
  width: var(--size);
  height: var(--size);
  cursor: pointer;
  border-radius: 50%;
  margin-right: 8px;
}

input[type="checkbox"] {
  display: none;
}

.hearth {
  background-image: url("https://assets.codepen.io/23500/Hashflag-AppleEvent.svg");
  background-size: calc(var(--size) * var(--frames)) var(--size);
  background-repeat: no-repeat;
  background-position-x: calc(var(--size) * (var(--frames) * -1 + 2));
  width: var(--size);
  height: var(--size);
}

input[type="checkbox"]:checked+.hearth {
  animation: like 1s steps(calc(var(--frames) - 3));
  animation-fill-mode: forwards;
}

@keyframes like {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: calc(var(--size) * (var(--frames) * -1 + 3));
  }
}

/* Grid Container for Widgets */
.grid-container {
  display: grid;
  grid-gap: 16px;
  padding: 16px;
  grid-template-columns: repeat(1, 1fr);
  /* Default: 1 column for small screens */
}

/* Responsive Grid: 2 per row for small devices */
@media (min-width: 576px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    /* col-sm-6 */
  }
}

/* Responsive Grid: 3 per row for medium devices */
@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    /* col-md-4 */
  }
}

/* Responsive Grid: 4 per row for large devices */
@media (min-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
    /* col-lg-3 */
  }
}

.widget-card {
  width: 100%;
  height: 100%;
  background: radial-gradient(68.53% 72.22% at 50% 27.78%,
      #0f2424 0%,
      #081618 100%);
  font-family: Arial, sans-serif;
  padding: 0px;
  border-radius: 12px;
  box-sizing: border-box;
  border: 1px solid #1a2120;
}

.strategy-dropdown {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

/* BUTTON STYLING */
.dropdown-button {
  background-color: #1a2224;
  /* 🌑 Darker gray */
  color: #f9fafb;
  /* 🌑 Light text */
  padding: 8px 16px;
  border: 0px solid #4b5563;
  /* 🌑 Dark border */
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s ease;
}

.dropdown-button:hover {
  background-color: #202d2f;
  /* 🌑 Slightly lighter hover */
}

.chevron-icon {
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
}

/* DROPDOWN CONTENT */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1a2224;
  /* 🌑 Dark dropdown background */
  min-width: 180px;
  border-radius: 8px;
  border: 0px solid #4b5563;
  /* 🌑 Dark border */
  z-index: 10;
  padding: 4px 0;
  left: auto;
  right: 0;
}

.dropdown-content a {
  color: #f9fafb;
  /* 🌑 Light text */
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.dropdown-content a:hover {
  background-color: #202d2f;
  /* 🌑 Dark hover */
}

/* VISIBLE CLASS */
.show {
  display: block;
}

.rotate {
  transform: rotate(180deg);
}

/* product page*/

.media-object {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 900px;
  gap: 20px;
  text-align: left;
  margin-top: 50px;
  /* margin-bottom: 50px; */
}

.media-image img {
  width: 100%;
  height: auto;
}

.media-content {
  flex: 0 0 60%;
}

.media-content span {
  color: white;
}

/* --- Mobile View Adjustments --- */
@media (max-width: 768px) {
  .media-object {
    flex-direction: column;
    text-align: center;
  }

  .media-image,
  .media-content {
    flex: 0 0 100%;
    text-align: center;
  }
}

.bg_shadow {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 0.5px solid #f4f4f52b;
  padding: 20px;
  background: radial-gradient(42.08% 44.35% at 50% 55.65%,
      rgba(26, 62, 53, 0.3) 0%,
      rgba(11, 26, 29, 0.3) 100%);
  backdrop-filter: blur(200px);
  z-index: 2;
}

/* .product-image {
  width: 550px;
  height: "auto";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
} */

.product-image img,
.product-image object {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* ✅ Mobile View: Image Always First, Content Below */
@media (max-width: 768px) {
  .product-card {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    padding: 15px;
  }

  .product-image {
    width: 100%;
    height: auto;
    order: -1;
  }

  .product-content {
    width: 100%;
    text-align: center;
    padding: 0px;
  }
}

.media-box {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.custom-btn {
  width: auto;
  min-width: 200px !important;
  max-width: 100%;
  padding: 12px 20px;
}

.custom-feature-section-two {
  margin-top: 80px;
  background-color: #060f11;
  color: white;
  font-family: "Segoe UI", sans-serif;
}

/* dot */
.wrapper {
  margin: auto;
}

.wrapper1 {
  max-width: 1200px;
  margin: auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
  /* Needed for absolute dots */
}

.main-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.description {
  font-size: 16px;
  margin-bottom: 30px;
  opacity: 0.8;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.step-box {
  background: radial-gradient(42.08% 44.35% at 50% 55.65%,
      rgba(26, 62, 53, 0.3) 0%,
      rgba(11, 26, 29, 0.3) 100%);
  padding-bottom: 8px;
  border-radius: 16px;
  gap: 12px;
  border: 0.5px solid #f4f4f52b;
}

.step-box img {
  width: 100%;
  border-radius: 10px;
}

.step-box h3 {
  margin-top: 15px;
  font-size: 18px;
}

.step-box p {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 20px;
  }

  .description {
    font-size: 14px;
  }

  .text_padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.text_padding {
  padding-left: 10px;
  padding-right: 10px;
}

/* Mobile carousel styles */
@media (max-width: 768px) {
  .steps-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
    /* Space for dots */
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
  }

  .step-box {
    flex: 0 0 80%;
    scroll-snap-align: start;
    min-width: 280px;
  }

  .steps-grid::-webkit-scrollbar {
    display: none;
  }

  .carousel-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #616161;
    border-radius: 50%;
    transition: background 0.3s;
  }

  .dot.active {
    background-color: #ffffff;
  }
}

.media-object {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .steps-grid {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .media-box {
    width: 92%;
  }
}

/* custom-strategy css code */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section img.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  /* Makes sure it doesn't interfere with clicks */
}

/* All content inside hero-section should be above the background */
.hero-section>*:not(.bg-image) {
  z-index: 1;
}

.strategy-choose-platform-header {
  justify-content: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.strategy-hero-buttons {
  justify-content: center;
}

.strategy-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

/* our process */
.process-choose-card {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(150rem circle at 0 0,
      rgba(255, 255, 255, 0),
      transparent 0%);
}

.process-choose-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: radial-gradient(60rem circle at var(--xPos) var(--yPos),
      rgba(173, 255, 133, 0.15),
      /* Spotlight color */
      transparent 20%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}

.process-choose-card:hover::before {
  opacity: 1;
}

.process-choose-card>* {
  position: relative;
  z-index: 1;
}

.process-choose-card img {
  /* width: 24px;
  height: 24px; */
  object-fit: contain;
}

.process-choose-card h3 {
  font-family: "Roboto Mono", monospace;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fefefe;
}

.process-choose-card p {
  font-size: 0.95rem;
}

/* price code  */

.plan-card {
  background: radial-gradient(94.89% 100% at 50% 0%,
      rgba(26, 62, 53, 0.3) 0%,
      rgba(11, 26, 29, 0.3) 64.78%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}

.plan-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-name {
  font-size: 20px;
  font-weight: 600;
}

.plan-badge {
  color: #adff85 !important;
  font-weight: bold;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(173, 255, 133, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: inline-block;
}

.plan-price-label {
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 0;
}

.plan-price {
  font-size: 40px;
  font-weight: bold;
  margin: 5px 0 20px;
  color: #fff !important;
}

.plan-currency {
  font-size: 24px;
  vertical-align: super;
}

.plan-per-month {
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px;
  color: #ccc;
}

.plan-trial-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #adff85;
  color: #0a0a0a;
  border: none;
  padding: 10px 22px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(173, 255, 133, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  justify-content: center;
  letter-spacing: 0.5px;
}

.plan-trial-button:hover {
  background-color: #c7ffad;
  box-shadow: 0 6px 14px rgba(173, 255, 133, 0.5);
  transform: translateY(-2px);
}

.plan-trial-button:active {
  transform: scale(0.98);
  box-shadow: 0 2px 6px rgba(173, 255, 133, 0.3);
}

/* calculator button link */
/* .highlight-link {
  color: #fff;
  background: linear-gradient(90deg, #0d6efd, #6610f2);
  padding: 4px 10px;
  margin-left: 6px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(102, 16, 242, 0.6);
  transition: all 0.3s ease;
  animation: glow 1.8s infinite alternate;
} */

.highlight-link {
  color: #000;
  /* Better contrast with light background */
  background: linear-gradient(90deg, #adff85, #62e270);
  padding: 4px 10px;
  margin-left: 6px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(173, 255, 133, 0.6);
  transition: all 0.3s ease;
  animation: glow 1.8s infinite alternate;
}

.highlight-link:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(13, 110, 253, 0.9);
}

@keyframes glow {
  0% {
    box-shadow: 0 0 10px rgba(102, 16, 242, 0.5);
  }

  100% {
    box-shadow: 0 0 20px rgba(13, 110, 253, 0.8);
  }
}

/* client Profiles */

.client-profiles-choose-card {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(150rem circle at 0 0,
      rgba(255, 255, 255, 0),
      transparent 0%);
}

.client-profiles-choose-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: radial-gradient(60rem circle at var(--xPos) var(--yPos),
      rgba(173, 255, 133, 0.15),
      /* Spotlight color */
      transparent 20%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}

.client-profiles-choose-card:hover::before {
  opacity: 1;
}

.client-profiles-choose-card>* {
  position: relative;
  z-index: 1;
}

.client-profiles-choose-card img {
  /* width: 24px;
  height: 24px; */
  object-fit: contain;
}

.client-profiles-choose-card h3 {
  font-family: "Roboto Mono", monospace;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fefefe;
}

.client-profiles-choose-card p {
  font-size: 0.95rem;
}

/* Quote Form - Minimal Transparent Look */

.quote-card {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 1rem;
  color: #fff;
  backdrop-filter: blur(4px);
  /* Optional: soft background blur */
}

.input-field {
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(173, 255, 133, 0.03);
  border-radius: 8px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.input-field:focus {
  border-color: #adff85;
  box-shadow: 0 0 0 2px rgba(173, 255, 133, 0.2);
}

.form-control,
.form-select {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(173, 255, 133, 0.3) !important;
}

/* Optional: Placeholder styling for guidance */
.input-field::placeholder {
  color: rgba(173, 255, 133, 0.6);
}

.btn-orange {
  background: rgba(173, 255, 133, 0.1);
  border: 1px solid #adff85;
  color: #adff85;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.btn-orange:hover {
  background: #adff85;
  color: #010617;
  box-shadow: 0 0 10px #adff85a1;
}

.card {
  background: transparent;
  color: #fff !important;
}

.note-badge {
  color: #fff !important;
  font-size: 14px;
}

/* logo slider css */
.logo-slider {
  /* width: 100%;
    max-width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 14px;
  gap: 20px;
  padding: 20px 0;
  overflow: hidden;
}

.logo-slider {
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      black 25%,
      black 75%,
      rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      black 25%,
      black 75%,
      rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 14px;
  opacity: 0.8;
  z-index: 3;
}

.logo-slider {
  /* position: absolute; */

  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 14px;
  opacity: 0.8;
  z-index: 3;
}

.logo-container {
  overflow: hidden;
  /* width: 100%; */
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0),
      black 20%,
      black 80%,
      rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0),
      black 20%,
      black 80%,
      rgba(0, 0, 0, 0));
}

.logo-track {
  display: flex;
  width: max-content;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
  animation: scrollLeft 100s linear infinite;
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}

/* Scroll animations */
.scroll-left {
  animation: scroll-left 50s linear infinite;
}

.scroll-right {
  animation: scroll-right 50s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30%);
    /* -50% for repeating logos */
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Responsive logo sizes */
@media (max-width: 768px) {
  .logo-track li img {
    height: 30px;
  }
}

@media (max-width: 480px) {
  .logo-track li img {
    height: 24px;
  }
}

.logo-track li img {
  height: 30px;
}

.logo-track li img {
  height: 24px;
}

.set-width {
  max-width: 70% !important;
}

@media (max-width: 768px) {
  .set-width {
    display: none !important;
  }
}

/* Best Forex API */

@media (max-width: 768px) {
  .set-btns {
    width: 50% !important;
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }
}

/* dropdown */

#countryCodeSelect option {
  background-color: #191919;
  color: white;
}

/* Style the options inside the dropdown */
#budget option {
  background-color: #191919;
  /* Opened dropdown background */
  color: white;
}

#platform option {
  background-color: #191919;
  /* Opened dropdown background */
  color: white;
}

.forex-api-choose-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .forex-api-choose-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .forex-api-choose-feature-grid {
    grid-template-columns: 1fr;
  }
}

.choose-card-link {
  text-decoration: none;
  color: #adff85;
}

.choose-card-link .choose-card {
  cursor: pointer;
}

/* youtube video */

.video-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
  background-color: #fff;
}

.video-card:hover {
  transform: scale(1.02);
}

.video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-title {
  padding: 10px;
  font-weight: 600;
  font-size: 1rem;
  color: #222;
}

.set-text {
  color: white;
  gap: 8px;

}


/* youtube video end*/
/* SYNTAX GENERTOR CSS */

.syntax-generator-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px; /* Added padding for smaller screens */
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}


.order-type-options {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 20px 0;
  gap: 8px;
}

.order-type-option {
  flex: 1;
  text-align: center;
  padding: 12px 10px;
  border-radius: 8px;
  background-color: #0f1d21;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-type-option.active {
  background: #adff851a;
  color: #adff85;
  font-weight: bold;
}


.form-container {
  max-width: 800px;
  margin: 0;

  padding: 20px;
  border-radius: 8px;
  color: #fff;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.form-field input,
.form-field select {
  width: 100%;
  padding: 8px 10px;
  background: #0f1d21;
  color: #fff;
  border: 1px solid #333;
  border-radius: 6px;
}

.form-field {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* Ensures left-alignment */
  gap: 10px;
  margin-top: 5px;
}

.button-group button {
  padding: 8px 16px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}

.button-group button.active {
  color: #fff;
}

.button-group .buy-active {
  background-color: #28a745 !important;
  border-color: #28a745;
}

.button-group .sell-active {
  background-color: #dc3545 !important;
  border-color: #dc3545;
}

.input-group-inline {
  display: flex;
  gap: 10px;
}

.input-group-inline input,
.input-group-inline select {
  flex: 1;
  padding: 6px 10px;
  border-radius: 5px;
}

.row-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(circle at top left, #0f1f20, #060f11);
  border-radius: 16px;
  padding: 20px; /* Added padding */
}


.form-container,
.code-output-wrapper {
  flex: 1;
  min-width: 280px;
  width: 100%; /* Ensure responsive */
}


.code-output-wrapper textarea {
  width: 100%;
  min-height: 200px;
  height: auto;
  padding: 10px;
  font-family: monospace;
  border-radius: 6px;
  background: radial-gradient(circle at top left, #0f1f20, #060f11);
  color: #adff85;
  resize: vertical;
}


.row-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(circle at top left, #0f1f20, #060f11);
  border-radius: 16px;

}

.form-container,
.code-output-wrapper {
  flex: 1;
  min-width: 300px;

}

.form-container,
.code-output-wrapper {
  flex: 1;
  min-width: 300px;
}

.styled-box {
  padding: 20px;
  border-radius: 8px;

}

.syntax-generator-title {
  color: #adff85;
  font-size: 18px;
}

.CodeMirror {
  background: transparent;
  color: #adff85 !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  height: auto;
}

.info-icon {
  margin-left: 6px;
  cursor: help;
  display: inline-block;
  color: #999;
  font-size: 14px;
}

.optional {
  color: #aaa;
  font-size: 12px;
}

.required {
  color: #e74c3c;
  font-size: 12px;
}

.toggle-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toggle-text-label {
  font-weight: 500;
}

.toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toggle-checkbox {
  display: none;
}

.switch-label {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
  background-color: #ccc;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.switch-label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
}

.toggle-checkbox:checked+.switch-label {
  background-color: #adff85;
}

.toggle-checkbox:checked+.switch-label::after {
  transform: translateX(18px);
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: 1px solid #ccc;
  padding: 8px;
}

.info-icon {
  margin-left: 5px;
  cursor: pointer;
  color: #4a90e2;
  position: relative;
  font-weight: bold;
  user-select: none;
}

.info-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 125%;
  background-color: #333;
  color: white;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 100;
}

.info-icon:hover::after {
  opacity: 1;
  pointer-events: auto;
}

.autocomplete-wrapper {
  position: relative;
}

.autocomplete-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999999 !important;
  background: #adff851a;
  max-height: 200px;
  overflow-y: auto;
}

.autocomplete-option {
  padding: 8px;
  cursor: pointer;
}

.autocomplete-option:hover {
  background-color: #adff85;
  color: #000;
}

.toast {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  background-color: #adff85;
  color: #1a1a1a;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 9999;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.autocomplete-loading {
  padding: 8px;
  font-style: italic;
  color: #888;
}

.autocomplete-option.disabled {
  color: #ccc;
  pointer-events: none;
}


.custom-btn i {
  font-size: 16px;
}

.custom-btn-copy {
  background-color: transparent;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 6px;
  color: #adff85;
  border: 0.2px solid #adff85;
}

.custom-btn-copy:hover {
  background-color: #adff85;
  color: #000;
}

.custom-btn-clear {
  background-color: transparent;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 6px;
  color: #d32f2f;
  border: 0.2px solid #d32f2f;
}

.custom-btn-clear:hover {
  background-color: #d32f2f;
  color: #000;

}

/* Basic mobile responsiveness */
@media (max-width: 768px) {

  .order-type-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  .order-type-option {
    flex: 1 1 45%;
    /* two per row on smaller devices */
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 5px;
  }

  .order-type-option.active {
    font-weight: 600;
  }

  .row-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  #form-fields,
  .code-output-wrapper {
    width: 100%;
  }

  /* Increase input sizes and button touch areas */
  input[type="text"],
  input[type="number"],
  select,
  button,
  .autocomplete-wrapper {
    font-size: 16px;
    padding: 10px;
  }

  .button-group button {
    flex: 1 1 auto;
    padding: 12px 0;
    font-size: 16px;
  }

  .syntax-generator-title {
    font-size: 18px;
  }

  textarea.CodeMirror {
    height: 250px !important;
    /* slightly shorter on mobile */
  }

  /* Tooltip adjustments */
  .info-icon {
    cursor: pointer;
    font-size: 14px;
  }
}

/* Optional: make toast message span full width on mobile */
@media (max-width: 480px) {
  #toast {
    width: 90vw;
    left: 5vw !important;
  }
}

.header-wrapper {
  margin-top: 100px !important;
  max-width: 1200px;
  margin: auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;
}

.header-wrapper .main-title {
  color: #fff !important;
}

.webhook-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.custom-btn-copywebhook,
.custom-btn-help {
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.custom-btn-copywebhook {
  background: #adff85;
  color: black;
  box-shadow: 0 0 15px rgba(173, 255, 133, 0.6);
}

.custom-btn-copywebhook:hover {
  background: #adff85;
  box-shadow: 0 0 20px rgba(173, 255, 133, 0.8);
}

.custom-btn-help {
  background: #fff;
  color: black;
  box-shadow: 0 0 15px rgba(231, 220, 220, 0.646);
}

.custom-btn-help:hover {
  background: #fff;
  box-shadow: 0 0 15px rgba(231, 220, 220, 0.87);
}

@media (max-width: 480px) {
  .info-icon::after {
    bottom: auto;
    top: 125%;
    left: 0;
    transform: none;
    white-space: normal;
    max-width: 200px;
  }
}


 /* Popup Responsive Centered */
    /* Core popup wrapper */
.help-popup {
    display: none; /* hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

/* Inner popup container */
.help-popup-container {
    position: relative; /* REQUIRED to position .close-btn inside it */
    background: #0e1a1b;
    color: white;
    border-radius: 20px;
    padding: 20px;
    max-width: 430px;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    width: 100%;
    box-sizing: border-box;
}


/* Header with close button */
.help-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.help-popup-header h5 {
    margin: 0;
    font-size: 1.2em;
}

/* Add to your existing CSS or replace the .close-btn rule */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    z-index: 10000;
}


/* Text paragraph */
.help-popup-text {
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.5;
}

/* Support image */
.help-popup-image {
    width: 100%;
    border-radius: 15px;
    margin: 15px 0;
    object-fit: cover;
}

/* Buttons layout */
.help-popup-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Button styles */
.help-popup-buttons a {
    display: block;
    padding: 12px 15px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 1em;
    transition: background 0.3s;
}

.popup-btn {
    background: rgba(34, 47, 50, 1);
    color: #adff85;
}


/* Optional hover effects for desktop */
.help-popup-buttons a:hover {
    opacity: 0.9;
}

/* ------------------ */
/* 📱 Mobile Responsive */
/* ------------------ */
@media screen and (max-width: 480px) {
    .help-popup-container {
        border-radius: 15px;
        padding: 16px;
        max-width: 100%;
    }

    .help-popup-text {
        font-size: 0.95em;
    }

    .help-popup-header h5 {
        font-size: 1em;
    }

    .help-popup-buttons a {
        font-size: 0.95em;
        padding: 10px;
    }

    .close-btn {
        font-size: 20px;
    }
}


/* Blur + opacity effect when popup is active */
.blurred {
    filter: blur(5px);
    opacity: 0.3;
    pointer-events: none;
    transition: all 0.3s ease;
}


/* set button */
.button-container {
  display: flex;
  flex-direction: row;   /* Default: side by side */
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .button-container {
    flex-direction: column; /* Stack buttons on mobile */
    align-items: center;    /* Center items in column */
  }

  .button-container a {
    width: 70%;             /* Optional: full width on mobile */
    text-align: center;
  }
}



.cbtn {
  height: 49px; /* Fixed height */
  min-width: 160px; /* Ensure same width */
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
   font-family: "Roboto Mono", monospace;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
}


.secondary-btn1 {
  background: transparent;
  color: white;
  border: 0.5px solid white;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.secondary-btn1:hover {
  background-color: white;
  color: #181818;
}

.secondary-btn1 i {
  color: red;
  font-size: 20px;
  margin-left: 8px;
}



/* icon */


.whatsapp-icon {
  font-size: 19px;
}

.call-icon {
  font-size: 16px;
}

.algodeltafx-facebooklink{
  height: 1px;
  width: 1px;
  display: none;
}

