/* ── Roadmap sticky horizontal scroll ── */
.roadmap-scroll-section { 
  overflow: visible;
}

.roadmap-pin {
  position: relative;
}
 
.roadmap-sticky .container {
  width: 100%;
}

.roadmap-track-outer {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.roadmap-scroll-section .bt-roadmap-wrap {
  justify-content: flex-start !important;
  margin-top: 10px;
  will-change: transform;
  transform: translateX(0);
}

.roadmap-scroll-section .bt-roadmap_x::before {
  width: 100%;
  max-width: none;
}

.roadmap-h-progress {
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.roadmap-h-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 4px;
  background: linear-gradient(294.72deg, #ff4581 9.05%, #4388dd 79.28%);
  transition: width 0.05s linear;
}

.roadmap-scroll-hint {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(164, 180, 195, 0.55);
  margin-top: 14px;
}

@media (max-width: 991px) {
   
  .roadmap-pin {
    height: auto !important;
  }

  .roadmap-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .roadmap-track-outer {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--tg-primary-color) rgba(255, 255, 255, 0.08);
  }

  .roadmap-scroll-section .bt-roadmap-wrap {
    transform: none !important;
  }

  .roadmap-h-progress,
  .roadmap-scroll-hint {
    display: none;
  }
}

/* ── Why choose us slider ── */
.why-choose-us { 
  position: relative;
  overflow: hidden;
}

.why-choose-slider {
  position: relative;
}

.why-choose-slider .choose-active {
  margin: 0;
}

.why-choose-slider .choose-active .slick-list {
  margin: 0 -12px;
  overflow: visible;
}

.why-choose-slider .choose-slide {
  padding: 0 12px;
  height: auto;
}

.why-choose-slider .choose-item {
  height: 100%;
  min-height: 280px;
}

.why-choose-slider .choose-slider-footer {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.why-choose-slider .choose-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.why-choose-slider .choose-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(4, 14, 24, 0.8);
  color: var(--tg-primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 0;
  line-height: 1;
}

.why-choose-slider .choose-arrow:hover,
.why-choose-slider .choose-arrow:focus {
  border-color: var(--tg-primary-color);
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 0 18px rgb(0 196 244 / 0.3);
  outline: none;
}

.why-choose-slider .choose-arrow.slick-disabled {
  opacity: 0.35;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

.why-choose-slider .choose-dots {
  width: 100%;
  display: flex;
  justify-content: center;
}

.why-choose-slider .choose-dots .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-choose-slider .choose-dots .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.why-choose-slider .choose-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  font-size: 0;
  line-height: 0;
  transition: all 0.35s ease;
}

.why-choose-slider .choose-dots .slick-dots li button::before {
  display: none;
}

.why-choose-slider .choose-dots .slick-dots li.slick-active button {
  width: 28px;
  border-radius: 4px;
  background: var(--tg-primary-color);
  box-shadow: 0 0 12px rgb(0 196 244 / 0.45);
}

.why-choose-slider .slide-progress {
  width: 100%;
  max-width: 520px;
  margin-top: 0;
}

.why-choose-slider .slick-slide {
  opacity: 0.55;
  transform: scale(0.96);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.why-choose-slider .slick-slide.slick-active {
  opacity: 1;
  transform: scale(1);
}


/*login and register css start here*/


.main-wrapper {
    padding: 50px 0;
    font-family: 'Rajdhani', sans-serif;
} 
  .login-wrap {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px; 
    -webkit-font-smoothing: antialiased;
    font-family: 'Rajdhani', sans-serif;
  }

  .login-wrap * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Rajdhani', sans-serif;
  }

  .login-wrap .card {
    background: #ffffff;
    border-radius: 24px;
    display: flex;
    width: 100%;
    max-width: 960px;
    min-height: 600px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
        flex-direction: row;
  }

  /* === LEFT PANEL === */
  .login-wrap .left {
    flex: 1;
        background: linear-gradient(145deg, #030B15 0%, #030B15 100%);
    padding: 3.5rem 3rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,#03111F 0%,#071D35 50%,#0A2747 100%);
  }

  /* Abstract background shapes for depth */
  .login-wrap .bg-shape1 {
    position: absolute; top: -100px; left: -100px; width: 300px; height: 300px;
    border-radius: 50%; background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%); pointer-events: none;
  }
  .login-wrap .bg-shape2 {
    position: absolute; bottom: -150px; right: -50px; width: 400px; height: 400px;
    border-radius: 50%; background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%); pointer-events: none;
  }

  .login-wrap .brand {
    display: flex; align-items: center; gap: 12px; margin-bottom: 2rem; z-index: 1;
  } 
  .login-wrap .brand img.logo-img {
    max-width: 130px;
}
 
  .login-wrap .promo-text { z-index: 1; margin-bottom: 2rem; }
  .login-wrap .promo-text h3 { font-size: 28px; font-weight: 600; color: #ffffff; margin-bottom: 8px; line-height: 1.2; letter-spacing: -0.5px; }
  .login-wrap .promo-text p { font-size: 15px; color: #8a8d98; line-height: 1.6; }

  /* New Check List Styling */
  .login-wrap .check-list { display: flex; flex-direction: column; gap: 18px; z-index: 1; flex: 1; }
  .login-wrap .check-item { display: flex; align-items: center; gap: 14px; transition: transform 0.3s ease; }
  .login-wrap .check-item:hover { transform: translateX(5px); }
  .login-wrap .check-item i {
    width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
    background: rgba(16, 185, 129, 0.15); /* Subtle green background */
    color: #dbff47; /* Emerald green checkmark */
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: bold;
  }
  .login-wrap .check-item span { font-size: 14px; color: #e4e4e7; font-weight: 400; letter-spacing: 0.2px; }

  .login-wrap .trust-badge {
    margin-top: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
}
  .login-wrap .trust-badge i { color: #dbff47; font-size: 14px; }
  .login-wrap .trust-badge span { font-size: 12px; color: #a1a1aa; font-weight: 500; }

  /* === RIGHT PANEL === */
  .login-wrap .right {
    flex: 1.2;
    padding: 3.5rem 4rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .login-wrap .header { margin-bottom: 2.5rem; }
  .login-wrap .header h2 { font-size: 32px; font-weight: 700; color: #030B15; margin-bottom: 6px; letter-spacing: -0.5px; }
  .login-wrap .header p { font-size: 15px; color: #6b7280; }

  .login-wrap .form-group { margin-bottom: 20px; }
  .login-wrap .labels { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
  .login-wrap label { font-size: 15px; font-weight: 600; color: #374151; }
  .login-wrap .forgot-link { font-size: 13px; font-weight: 600; color: #D4AF37; text-decoration: none; transition: color 0.2s; }
  .login-wrap .forgot-link:hover { color: #E6C65C; text-decoration: underline; }
  
  .login-wrap .input-wrapper i.icon { font-size: 18px; color: #9ca3af; transition: color 0.2s; }
  .login-wrap .input-wrapper:focus-within i.icon { color: #dbff47; }
  
  .login-wrap .input-wrapper input {
    outline: none;
    font-size: 15px;
    color: #1f2937;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    height: 52px;
    padding: 16px;
    transition: all 0.2s ease-in-out;
    box-shadow: unset;
  }
  .login-wrap .input-wrapper input::placeholder { 
    color: #9ca3af; 
    }
  .login-wrap .input-wrapper input:focus{
    border-color:#D4AF37;

  }
  .login-wrap .btn-eye {
    background: none; border: none; padding: 0; cursor: pointer; color: #9ca3af;
    display: flex; align-items: center; justify-content: center; transition: color 0.2s;
  }
  .login-wrap .btn-eye:hover { color: #4b5563; }

  /* Custom Checkbox */
  .login-wrap .options-row { margin-bottom: 30px; margin-top: 24px; }
  .login-wrap .checkbox-container {
    display: flex; align-items: center; gap: 10px; cursor: pointer; width: fit-content;
  }
  .login-wrap .check-box {
    width: 20px; height: 20px; border-radius: 6px;
    border: 1.5px solid #d1d5db; background: #ffffff;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.2s;
  }
  .login-wrap .check-box.active { background: #dbff47; border-color: #dbff47; }
  .login-wrap .check-box i { font-size: 12px; color: #ffffff; opacity: 0; transform: scale(0.5); transition: all 0.2s; }
  .login-wrap .check-box.active i { opacity: 1; transform: scale(1); }
  .login-wrap .check-label { font-size: 14px; color: #4b5563; font-weight: 500; user-select: none; }

  /* Submit Button */
  .login-wrap .btn-submit {
    width: 100%; height: 52px;
    background: #030B15;
    color: #ffffff;
    border: none; border-radius: 12px;
    font-size: 16px; font-weight: 600;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    transition:all .3s ease ;
    background: linear-gradient(135deg, #D4AF37, #F4D03F);
  }
  .login-wrap .btn-submit:hover { 
    background: linear-gradient(135deg, #E6C65C, #FFD700);
  }
  .login-wrap .btn-submit:active { transform: scale(0.98); }
  
  .login-wrap .signup-text {
    text-align: center; margin-top: 24px; font-size: 14px; color: #6b7280;
  }
  .login-wrap .signup-text a { color: #030B15; font-weight: 600; text-decoration: none; }
  .login-wrap .signup-text a:hover { text-decoration: underline; }
 /* Custom CSS for Grid Inputs */
.login-wrap .grid-form .form-group {
    margin-bottom: 10px;
}

.login-wrap .input-wrapper {
    height: 48px;  
}
.login-section {
    min-height: 100vh;
    padding: 50px 0;
    display: grid;
    align-items: center;
    padding: 30px 0 30px;
    position: relative;
    z-index: 1;
    background-color: hsl(0 0% 11% / 1) !important;
}
.login-section::before, .login-section::after {
    content: "";
    position: absolute;
    width: 100%;
    background-image: url(/Content/Home/assets-trade-crypto/images/wave.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.login-section::after {
    bottom: 0;
    height: 330px;
    opacity: 0.15;
}
.login-section::before {
    background-image: url(/Content/Home/assets-trade-crypto/images/login-bg.jpg);
    height: 100%;
    opacity: 0.05;
}



@media (max-width: 991px) {
  .why-choose-us {
    padding: 80px 0 90px;
  }

  .why-choose-slider .choose-item {
    min-height: 260px;
    padding: 45px 30px;
  }
}


@media (max-width: 767px) {
.login-wrap .card { flex-direction: column; }
    .login-wrap .left { padding: 1.5rem; }
    .login-wrap .right { padding: 1.5rem; }
    .grid-form {
        grid-template-columns: 1fr !important;
    }
    .grid-form .form-group {
        grid-column: span 1 !important;
    }
  }

@media (max-width: 575px) {
  .why-choose-us {
    padding: 70px 0 80px;
  }

  .why-choose-slider .choose-active .slick-list {
    margin: 0 -8px;
  }

  .why-choose-slider .choose-slide {
    padding: 0 8px;
  }

  .why-choose-slider .choose-item {
    min-height: 240px;
    padding: 40px 24px;
  }

  .why-choose-slider .choose-arrow {
    width: 42px;
    height: 42px;
    font-size: 13px;
  }
}
