/* ══════════════════════════════════════════════════════
   KWIK TRADE – Media Queries (consolidated, no duplicates)
   Breakpoint order: min-width first, then max-width descending
   ══════════════════════════════════════════════════════ */


/* ── ≥ 1100px ── */
@media (min-width: 1100px) and (max-width: 1400px) {
  .container-1200 {
    max-width: 1200px;
  }
  .container-1368 {
    max-width: 1368px;
  }
}


/* ── 768px – 1100px ── */
@media (min-width: 768px) and (max-width: 1100px) {
  .gr-stat-value {
    font-size: 1.5rem;
  }

  .eas-count,
  .eas-year {
    font-size: 24px;
  }

  .why-features-row {
    gap: 20px;
  }
}

@media (max-width: 991px) {
 
   .portrait-video-card {
        height: 273px;
        border-radius: 15px;
   }
   .fixed-mascot-holder {
right: 0px;
    }
  
}

@media (max-width: 575px) { 
.fixed-mascot-holder {
        width: 56px;
        right: -43px;
   }
.slider-window-wrapper {
  max-width: 89%;
  }
   .slick-dots {
    display: none;
   }

   .tooltip-box {
    width: 170px;
   }
}
/* ── 768px – 991px ── */
@media (min-width: 768px) and (max-width: 991px) {
  .tutorial-card,
  .help-card,
  .download-card {
    padding: 10px;
  }

  .help-download-grid {
    gap: 20px;
  }

  .tutorial-card-visual img {
    width: 100%;
  }

  .download-card-left {
    min-width: auto;
  }

  .download-mascot {
    flex: 1;
  }

  .download-mascot img {
    width: 100%;
  }

  .market-cta-card {
    gap: 4px;
  }

  .market-cta-headline,
  .market-cta-sub {
    font-size: 12px;
    line-height: normal;
    white-space: nowrap;
  }
}


/* ── 992px – 1100px ── */
@media (min-width: 992px) and (max-width: 1100px) {
  .nav-link {
    padding: 8px 6px !important;
  }

  .signup-left {
    padding: 0;
  }

  .signup-banner-img {
    max-width: 100%;
  }
}


/* ── ≤ 1100px ── */
@media (max-width: 1100px) {
  .container-xl.container-1200 {
    padding: 0 50px;
  }

  /* signup page */
  .signup-left {
    padding: 40px 40px;
  }

  .signup-right {
    padding: 36px 36px;
    width: 400px;
    min-width: 400px;
  }
}


/* ── ≤ 991.98px ── */
@media (max-width: 991.98px) {

  .hero-strip {
        padding: 18px 0;
  }

  /* ── Features ── */
  .features-section {
    padding: 60px 0 50px;
  }

  .why-card {
    padding: 20px;
  }

  /* ── Footer ── */
  .footer-top {
    flex-direction: column;
    gap: 36px;
  }

  .footer-brand-col {
    flex: none;
    width: 100%;
  }

  .footer-brand-desc {
    max-width: 340px;
  }

  .footer-nav-cols {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }

  .footer-nav-col {
    flex: 1;
  }

  /* .footer-nav-col:last-child {
    display: none;
  } */

  .footer-divider {
    margin-top: 44px;
  }

  .footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 22px 0 28px;
  }

  .input-group-hero {
    justify-content: center;
  }

  /* ── Risk Management ── */
  .rm-desc {
    max-width: 100%;
  }

  .redirect-divider {
    display: none;
  }

  .thankyou-hero {
    padding-top: 50px;
  }

  .help-download-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tutorial-cards-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-features-row {
    gap: 5px;
  }

  /* ── Signup page ── */
  .signup-section {
    flex-direction: column;
    min-height: auto;
    padding: 0;
  }

  .signup-right {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    padding: 32px 24px;
  }

  .signup-left {
    padding: 20px 0;
    min-height: auto;
  }

  .left-headline h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: normal;
  }

  .left-subtitle {
    font-size: 13px;
    margin-bottom: 16px;
    line-height: normal;
  }

  .social-proof-text p:first-child {
    padding: 0 20px 0 0;
  }

  .trust-badges {
    gap: 14px;
  }

  .footer-trust-items {
    gap: 16px;
    margin: 0 auto;
    flex-wrap: nowrap;
    padding: 0 15px;
  }

  .grid-layout {
    grid-template-columns: 1fr;
    padding: 10px;
    border: 1.18px solid #EEE;
    border-radius: 10px;
  }

  .feature-list {
    gap: 12px;
  }

  .feature-list li {
    line-height: normal;
    border-bottom: 1px solid #EEE;
    padding-bottom: 5px;
  }

  .feature-list li:last-child {
    border: 0;
  }

  .feat-icon {
    width: 30px;
    height: 30px;
   border-radius: 20px;
    flex-shrink: 0;
  }

   .feature-list li:first-child .feat-icon  svg {
     width: 100%;
    height: 18px;
   }

   .feature-list li:nth-child(2) .feat-icon  svg {
     width: 12px;
     height: 12px;
   }

    .feature-list li:nth-child(3) .feat-icon  svg {
     width: 10px;
     height: 15px;
   }

  .signup-note {
    margin-top: 5px;
  }

  .footer-trust-item {
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }

  .fti-text {
    line-height: normal;
  }

  .page-footer {
    margin-top: 25px;
  }

  .signup-foot.thankyou-footer-bg {
    padding-bottom: 20px;
  }

  .signup-foot .thankyou-footer {
    gap: 4px;
  }
}


/* ── ≤ 767.98px ── */
@media (max-width: 767.98px) {

  /* ── Layout ── */
  .container-xl.container-1200 {
    padding: 0 50px;
  }

  .social-icon-wrapper {
    flex-wrap: wrap;
  }

  .section-padding {
    padding: 60px 0;
  }

  /* ── Shared section titles ── */
  .section-title {
    font-size: 2rem;
    letter-spacing: -0.74px;
    line-height: 34px;
  }

  .section-subtitle {
    font-size: 13px;
    line-height: normal;
  }

  .section-tag {
    padding: 3px 9px;
    font-size: 9px;
  }

  /* ── Hero ── */
  .hero-section {
    padding-top: 60px;
    min-height: auto;
  }

  .hero-title {
    font-size: 2.2rem;
    line-height: 41px;
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 18px;
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .mascot-img {
    width: 130px;
    right: -5px;
  }

  .chart-card {
    max-width: 100%;
  }

  .stat-value {
    font-size: 1.5rem;
  }

  .input-group-hero {
    max-width: 100%;
    gap: 11px;
    justify-content: center;
  }

  .input-group-hero input {
    font-size: 12px;
    padding: 13px 20px;
    max-width: min-content;
  }

  .btn-start {
    font-size: 12px;
    padding: 6px 15px;
  }

  /* ── Features ── */
  .feature-card {
    padding: 26px;
    border-radius: 12px;
  }

  .feature-icon-wrap {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .feature-icon-wrap i {
    font-size: 1.1rem;
  }

  .feature-title {
    font-size: 14px;
        line-height: normal;
        margin-bottom: 2px;

  }

.feature-desc {
        font-size: 12px;
        line-height: normal;
        margin: 0;

  }

  /* ── Zero Brokerage ── */
  .zero-brokerage-section {
    padding: 50px 0 0;
    text-align: center;
  }

  .zb-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .zb-checklist {
    text-align: left;
    display: block;
  }

  .zb-mascot-img {
    max-width: 260px;
  }

  .zb-title {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }

  .zb-cta-btn {
    justify-content: center;
  }

  .custom-col {
    width: 80%;
  }

  /* ── 500x Margin ── */
  .margin-section {
    padding: 50px 0 40px;
  }

  .margin-title {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }

  .margin-mascot-img {
    width: 100%;
  }

  .margin-stat-value {
    font-size: 1.35rem;
  }

  .margin-cta-btn {
    justify-content: center;
    font-size: 12px;
    padding: 8px 15px;
  }

  .btn-brand-light {
    font-size: 12px;
    padding: 8px 15px;
  }

  /* ── Markets ── */
  .markets-section {
    padding: 50px 0 40px;
  }

  .markets-title {
    font-size: 1.9rem;
    letter-spacing: -0.5px;
  }

  .market-card {
    padding: 20px 18px 22px;
  }

  /* ── Steps ── */
  .steps-section {
    padding: 50px 0 40px;
  }

  .steps-title {
    font-size: 1.9rem;
    letter-spacing: -0.5px;
  }

  .step-card {
    padding: 22px 20px 24px;
  }

  /* ── Mobile App ── */
  .app-section {
    padding: 50px 0 0;
    text-align: center;
    margin-top: 0;
  }

  .app-phone-wrap {
    margin-top: 10px;
    margin-left: -164px;
  }

  .app-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .app-title {
    font-size: 2.2rem;
    letter-spacing: -0.8px;
  }

  .app-phone-img {
    margin: 0 auto;
  }

  .app-stat-value {
    font-size: 18.69px;
    line-height: normal;
    letter-spacing: -0.252px;
  }

  .app-star {
    font-size: 12.714px;
  }

  .app-stat-label {
    font-size: 9.197px;
    margin-top: 0;
  }

  .app-stat-divider {
    display: none;
  }

  /* ── Live Market ── */
  .live-market-section {
    padding: 50px 0 40px;
  }

  .lm-title {
    font-size: 1.9rem;
    letter-spacing: -0.5px;
  }

  .lm-current-price {
    font-size: 1.35rem;
  }

  .lm-price-bar {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .lm-price-bar > div:last-child {
    margin-left: 0 !important;
    flex-wrap: wrap;
    gap: 12px !important;
  }

  .lm-meta-item {
    align-items: flex-start;
  }

  .lm-chart-area {
    height: 140px;
  }

  .lm-x-labels span:nth-child(even) {
    display: none;
  }

  .lm-chart-card {
    padding: 18px 16px 12px;
  }

  .lm-tabs {
    gap: 4px;
    padding: 4px;
  }

  .lm-tab {
    padding: 6px 13px;
    font-size: 0.75rem;
  }

  /* ── Global Trust ── */
  .global-trust-section {
    padding: 50px 0 60px;
  }

  .gt-card {
    padding: 40px;
  }

  .gt-card-content-right {
    padding: 0;
  }

  .gt-title {
    font-size: 1.9rem;
    letter-spacing: -0.882px;
  }

  .gt-subtitle {
    max-width: 100%;
  }

  .gt-cta-btn {
    justify-content: center;
    padding: 4px 15px;
  }

  .gt-countries {
    margin-top: 36px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

  .gt-country-card {
    padding: 10px 14px;
  }

  .gt-country-flag {
    margin-bottom: 5px;
  }

  .gt-country-name {
    margin-bottom: 2px;
    font-size: 11px;
  }

  .gt-country-amount {
    font-size: 11px;
  }

  /* ── Chat with Support ── */
  .support-section {
    padding: 50px 0 40px;
  }

  .support-card {
    padding: 50px;
    border-radius: 20px;
    text-align: left;
  }

  .contact-card {
    border-radius: 0;
    text-align: center;
  }

  .support-title {
    font-size: 1.9rem;
    letter-spacing: -0.5px;
  }

  .contact-card .support-title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
  }

  .contact-card .support-subtitle {
    font-size: 10px;
  }

  .contact-cta-btn {
    font-size: 10px;
    gap: 0;
  }

  .contact-cta-btn svg {
    height: 16px;
  }

  .support-subtitle {
    font-size: 12px;
    line-height: normal;
  }

  .support-cta-btn {
    width: 100%;
    justify-content: center;
    font-size: 12px;
    padding: 9px 15px;
  }

  /* ── FAQ ── */
  .faq-section {
    padding: 50px 0 60px;
  }

  .faq-title {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }

  .faq-question {
    font-size: 0.9rem;
    padding: 16px 18px;
  }

  .faq-answer {
    padding: 0 18px;
  }

  .faq-answer p {
    font-size: 12px;
    line-height: normal;
  }

  .faq-item.active .faq-answer {
    padding: 0 18px 16px;
  }

  .faq-icon {
    width: 24px;
    height: 24px;
    font-size: 0.72rem;
  }

  /* ── CTA Banner ── */
  .cta-banner-section {
    padding: 80px 0;
    background: rgba(153, 153, 153, 0.05);
  }

  .cta-banner-card {
    padding: 40px;
    border-radius: 40px;
  }

  .cta-banner-title {
    font-size: 32px;
    line-height: 121.1%;
    letter-spacing: -0.96px;
  }

  .cta-banner-sub {
    max-width: 100%;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.18px;
  }

  .cta-btn-primary,
  .cta-btn-ghost {
    padding: 7px 15px;
    font-size: 10px;
  }

  .cta-btn-primary svg {
    height: 19px;
  }

  /* ── Footer ── */
  .footer-section {
    padding: 44px 0 0;
  }

  .footer-top {
    gap: 28px;
  }

  .footer-nav-cols {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: space-between;
  }

  .footer-nav-col {
    flex: 1;
    min-width: 0;
  }

  .footer-nav-heading {
    font-size: 0.8rem;
    margin-bottom: 14px;
  }

  .footer-nav-list {
    gap: 8px;
  }

  .footer-nav-list a {
    font-size: 0.78rem;
  }

  .footer-divider {
    margin-top: 26px;
  }

  .footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 26px 0 65px;
  }

  .footer-copy,
  .footer-legal-links a {
    font-size: 0.78rem;
  }

  /* ── Margin Table ── */
  .mgt-th,
  .mgt-td {
    padding: 11px 14px;
    font-size: 12px;
  }

  .mgt-note-row {
    padding: 11px 14px;
  }

  .mgt-note-label {
    font-size: 12px;
  }

  .mgt-note-val {
    font-size: 14px;
  }

  .mgt-note-time {
    font-size: 11px;
  }

  /* ── Margin Calculator ── */
  .mc-section {
    padding: 60px 0;
  }

  .mc-cards {
    grid-template-columns: 1fr;
  }

  .mc-title {
    font-size: 1.8rem;
  }

  /* ── Terms & Conditions ── */
  .terms-section {
    padding: 50px 0 40px;
  }

  .terms-title {
    font-size: 1.9rem;
    letter-spacing: -0.5px;
  }

  .terms-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .terms-item:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: 100%;
  }

  .terms-item {
    padding: 14px 16px;
  }

  .terms-item p {
    font-size: 0.8rem;
  }

  /* ── Risk Management ── */
  .rm-section {
    padding: 60px 0;
  }

  .rm-title {
    font-size: 2rem;
  }

  .rm-rule-card {
    padding: 14px 16px;
    gap: 14px;
  }

  .rm-rule-num {
    font-size: 15px;
    min-width: 24px;
  }

  .rm-rule-text {
    font-size: 12px;
  }

  .rm-checklist li {
    font-size: 12.5px;
  }

  .rm-cta-btn {
    font-size: 12.5px;
    padding: 10px 18px;
  }

  /* ── Start Here Step Cards ── */
  .step-cards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .step-card-img-wrap {
    min-height: 160px;
  }

  .step-card-overlay-text strong {
    font-size: 17px;
  }

  .step-card-overlay-text span {
    font-size: 11px;
  }

  .step-card-label {
    font-size: 12px;
  }

  /* ── Global Reach Stats ── */
  .gr-stats-row {
    gap: 30px;
    flex-wrap: wrap;
  }

  .gr-stat-value {
    font-size: 1.5rem;
  }

  .gr-stat-icon svg {
    width: 19px;
    height: 19px;
  }

  /* ── Execution at Scale ── */
  .eas-card {
    padding: 50px 24px 60px;
  }

  .eas-header {
    margin-bottom: 40px;
  }

  .eas-title {
    font-size: 1.9rem;
    letter-spacing: -0.6px;
  }

  .eas-year {
    font-size: 18px;
  }

  .eas-count {
    font-size: 18px;
  }

  .eas-journey {
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 100%;
  }

  .eas-milestone--left,
  .eas-milestone--right {
    text-align: center;
    min-width: unset;
    width: 100%;
  }

  .eas-line-wrap {
    width: 1px;
    height: 96px;
    padding: 0;
    transform: none;
    display: block;
    flex: none;
    margin: 20px auto;
    position: relative;
  }

  .eas-line-track {
    width: 1px;
    height: 100%;
    border-radius: 2px;
    position: relative;
    overflow: visible;
  }

  .eas-line-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 0%;
    background: #6B7280;
    border-radius: 0;
    transition: height 1.8s cubic-bezier(.4, 0, .2, 1) !important;
  }

  .eas-line-dot,
  .eas-line-pulse {
    display: none;
  }

  /* ── About – margin stat ── */
  .about-sec .margin-stat-value {
    font-size: 16px;
    text-align: center;
  }

  .about-sec .margin-stat-label {
    font-size: 10px;
    text-align: center;
    margin-top: 0;
  }

  .margin-stat-card {
    border-radius: 8px;
  }

  .redirect-inner {
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding: 16px;
    margin-top: 20px;
  }

  .hero-welcome-title {
    font-size: 2rem;
    letter-spacing: -0.8px;
  }

  .hero-desc {
    font-size: 18px;
  }

  .learn-section {
    margin-top: 40px;
  }

  .thankyou-hero {
    padding-top: 40px;
    min-height: auto;
  }

  .mascot-col {
    justify-content: center;
    margin-top: 30px;
    align-items: flex-start;
  }

  .mascot-wrapper img {
    width: 100%;
  }

  .footer-section {
    margin-top: 50px;
  }

  .btn-go-webtrader {
    font-size: 13px;
    padding: 9px 16px;
    flex: 1;
    justify-content: center;
  }

  .redirect-or {
    display: none;
  }

  .redirect-right,
  .redirect-left {
    flex: 1;
  }

  .btn-stay {
    flex: 1;
  }

  .help-download-section {
    padding: 0 0 48px;
  }

  .help-download-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .social-icons {
    margin-top: 30px;
  }

  .help-card {
    align-items: flex-start;
    text-align: left;
    padding: 12px;
  }

  .download-card-title {
    font-size: 18px;
  }

  .market-cta-section {
    padding: 0 0 48px;
    margin-top: 40px;
  }

  .market-cta-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 24px 32px;
    border-radius: 20px;
    gap: 0;
  }

  .market-cta-card::before {
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
  }

  .market-cta-mascot {
    width: 160px;
    margin-bottom: 12px;
  }

  .market-cta-text {
    flex: none;
    margin-bottom: 12px;
  }

  .market-cta-headline {
    font-size: 22px;
    white-space: normal;
  }

  .market-cta-sub {
    font-size: 20px;
    white-space: normal;
  }

  .market-cta-chart {
    width: 140px;
    margin-bottom: 24px;
  }

  .market-cta-btn {
    width: 100%;
    justify-content: center;
    border-radius: 14px;
    font-size: 16px;
    padding: 15px 28px;
  }

  .tutorial-cards-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tutorial-card {
    min-height: 160px;
    padding: 0 20px;
  }

    .tutorial-card div:first-child { 
    padding: 18px 18px 18px 0;
            flex: 1;
    }
    .tutorial-card-visual {
      flex-shrink: 0;
    width: 35%;
    }
    .tutorial-card-visual img {
      width: 100%
    }

  .why-card {
    margin-top: 24px;
    padding: 36px 24px;
  }

  .why-section {
    padding: 0 0 48px;
  }

  .why-features-row {
    gap: 4px;
    justify-content: space-between;
  }

  .why-feature {
    max-width: 100px;
  }

  /* ── Signup page ── */
  .kwik-navbar {
    padding: 10px 0;
  }

  .left-headline h1 {
        font-size: 2.8rem;
        letter-spacing: -2px;
        line-height: 50px;
  }

  .left-subtitle {
    font-size: 14px;
    max-width: 100%;
    line-height: normal;
  }

  .social-proof {
    margin-bottom: 20px;
    gap: 15px;
  }

  .social-proof-text p span {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
  }

  .signup-right {
    padding: 28px 16px 32px;
  }

  .form-header h2 {
    font-size: 24px;
  }
  .form-header p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
  }
  .kwik-form-group label {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .kwik-input-wrap {
    padding: 8px;
    gap: 10px;
  }
  .phone-input-wrap {
    padding: 0;
  }
  .btn-otp {
        padding: 8px 16px;
        font-size: 10px;
        right: -5px;
  }

  .kwik-input-wrap.phone-row > svg {
    display: none;

  }

  .pwd-hints {
    gap: 4px;
    justify-content: center;
  }

  .pwd-hint {
    font-size: 10px;
    font-weight: 500;
  }
  .secure-item, .form-footer, .terms-line {
    font-weight: 500;
  }

  .otp-box {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .trust-badges {
    gap: 10px;
    padding-top: 20px;
  }

  .trust-badge {
    font-size: 10px;
  }

  .footer-trust-items {
    gap: 12px;
    align-items: flex-start;
  }

  .fti-text strong {
    font-size: 12px;
    font-weight: 600;
  }

  .footer-trust-item:nth-child(3) .fti-icon svg {
    width: 14px;
    height: 14px;
  }

    .footer-trust-item:nth-child(4) .fti-icon svg {
    width: 20px;
    height: 20px;
  }

  .fti-text span {
    font-size: 12px;
    letter-spacing: 0;
  }

  .footer-legal {
    gap: 8px;
    font-size: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .navbar-right span {
    display: none;
  }

  .fti-icon {
    width: 28px;
    height: 28px;
  }

  .fti-icon svg {
    width: 50%;
  }
  .feat-text {
    font-size: 12px;
    line-height: 20px;
  }
  .countdown-circle {
    margin-left: auto;
  }
}


/* ── ≤ 575.98px ── */
@media (max-width: 575.98px) {

  /* ── Navbar ── */
  .navbar-brand {
    max-width: 100px;
  }

  .navbar-brand img {
    width: 100%;
    height: auto !important;
  }

  .navbar .container-xl.container-1200 {
    padding: 0;
  }

  .btn-open-account {
    font-size: 10px;
    padding: 10px;
  }

  .btn-open-account.dwnload-btn {
    padding: 8px 10px;
  }

  .btn-open-account.dwnload-btn svg {
    height: 14px;
  }

  /* ── Layout ── */
  .custom-col {
    width: 100%;
  }

  .pb-120 {
    padding-bottom: 0;
  }

  .pb-200 {
    padding-bottom: 0;
  }

  .download-card-left {
    display: flex;
    flex-wrap: wrap;
  }

  .pb-100 {
    padding-bottom: 0;
  }

  /* ── Hero ── */
  .hero-subtitle {
    max-width: 100%;
    margin-bottom: 25px;
  }

  /* ── Shared ── */
  .section-title {
    font-size: 1.75rem;
  }

  .fm {
    font-size: 12px !important;
  }

  /* ── Hero strip ── */
  .hero-strip .badge-pill {
    padding: 6px 13px;
    font-size: 0.72rem;
  }

  /* ── Markets ── */
  .market-card-desc {
    font-size: 12px;
    line-height: normal;
  }

  .market-card-title {
    font-size: 14px;
        line-height: normal;
   margin-bottom: 2px;
  }

  .market-mini-tag {
     margin-bottom: 10px;
        padding: 4px 11px;
        font-size: 8px;

  }

  /* ── Live Market ── */
  .lm-x-labels span {
    display: none;
  }

  .lm-x-labels span:first-child,
  .lm-x-labels span:last-child {
    display: inline;
  }

  /* ── FAQ ── */
  .faq-title {
    font-size: 1.75rem;
  }

  /* ── CTA Banner ── */
  .cta-banner-title {
    font-size: 32px;
    line-height: 121.1%;
    letter-spacing: -0.96px;
  }

  .cta-banner-btns {
    gap: 10px;
  }

  /* ── App bar ── */
  .app-bar-para {
    font-size: 11px;
  }

  .app-btn svg {
    height: 16px;
  }

  .app-btn {
    padding: 5px 12px;
  }

  /* ── Margin Table ── */
  .mgt-th,
  .mgt-td {
    padding: 10px 10px;
    font-size: 11px;
  }

  .mgt-note-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 10px 10px;
  }

  .mgt-note-label {
    font-size: 11px;
  }

  .mgt-note-val {
    font-size: 13px;
  }

  /* ── Margin Calculator ── */
  .mc-tab {
    padding: 8px 14px;
    font-size: 12px;
  }

  .mc-title {
    font-size: 1.6rem;
  }

  /* ── Terms ── */
  .terms-title {
    font-size: 1.6rem;
  }

  /* ── Risk Management ── */
  .rm-desc {
    font-size: 10px;
    line-height: normal;
  }

  .rm-title {
    font-size: 1.75rem;
  }

  /* ── Start Here Step Cards ── */
  .step-cards-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .step-card-img-wrap {
    min-height: auto;
    height: auto;
    border-radius: 6px;
  }

  /* .step-card-img-wrap.iframe-wrap {
    height: 80px;
  } */

  .step-card-item {
    gap: 7px;
  }

  .step-card-label {
    font-size: 7px;
    line-height: normal;
  }

  .step-card-img {
    border-radius: 0;
  }

  /* ── Global Reach Stats ── */
  .gr-stats-row {
    flex-direction: column;
    gap: 24px;
  }

  .gr-stat-value {
    font-size: 16px;
  }

  .gr-stat-label,
  .gr-stat-year {
    font-size: 7px;
  }

  .gr-stat-body {
    gap: 0;
  }

  /* ── Layout ── */
  .container-1200 {
    padding: 0 16px;
  }

  .container-xl.container-1200 {
    padding: 0 16px;
  }

  /* ── Navbar ── */
  .navbar {
    padding: 12px 16px;
  }

  .navbar .container-xl.container-1200 {
    padding: 0;
  }

  .btn-open-account {
    font-size: 10px;
    padding: 8px 12px;
  }

  /* ── Redirect Banner ── */
  .redirect-inner {
    gap: 8px;
    justify-content: flex-start;
  }

  .redirect-text strong {
    font-size: 12px;
  }

  .redirect-text span {
    font-size: 10px;
  }

  .redirect-check {
    width: 30px;
    height: 30px;
  }

  .redirect-check svg {
    width: 14px;
    height: 14px;
  }

  .countdown-circle {
    width: 36px;
    height: 36px;
  }

  .countdown-circle svg {
    width: 36px;
    height: 36px;
  }

  .countdown-circle .count-num {
    font-size: 13px;
  }

  .btn-stay {
    font-size: 12px;
    padding: 7px 12px;
  }

  .btn-go-webtrader {
    font-size: 12px;
    padding: 7px 12px;
    gap: 6px;
  }

  .btn-go-webtrader svg {
    width: 16px;
    height: 16px;
  }

  .redirect-or {
    font-size: 11px;
  }

  /* ── Thank You Hero ── */
  .thankyou-hero {
    padding: 28px 0 0;
    min-height: auto;
    align-items: flex-start;
  }

  .hero-welcome-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .hero-desc {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  /* ── Account active badge ── */
  .account-active-badge {
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
    border-radius: 14px;
    gap: 10px;
  }

  .account-active-badge .badge-icon {
    width: 32px;
    height: 32px;
  }

  .badge-text strong {
    font-size: 13px;
  }

  .badge-text span {
    font-size: 11px;
  }

  /* ── Mascot ── */
  .mascot-col {
    justify-content: center;
    margin-top: 8px;
    padding-bottom: 0;
  }

  .mascot-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  /* ── Help & Download ── */
  .help-download-section {
    padding: 0 0 36px;
  }

  .help-card {
    column-gap: 16px;
    padding: 20px 0;
    flex-wrap: wrap;
    row-gap: 16px;
  }

  .help-card-content {
    flex: 1;
    padding-right: 20px;
    align-self: center;
    min-width: 45%;
  }

  .help-card-title {
    font-size: 16px;
  }

  .help-card-desc {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .btn-whatsapp {
    font-size: 10px;
    padding: 9px 16px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

   .btn-whatsapp svg {
    width: 15px;
    height: 15px;
   }

  .download-card {
    padding: 20px;
  }

  .download-card-inner {
    gap: 10px;
  }

  .download-card-title {
    font-size: 16px;
  }

  .download-card-desc {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .download-btns-grid {
    gap: 8px;
    flex: 1;
  }

  .download-card-left div {
    flex: 1;
    align-self: center;
  }

  /* ── Thank You Footer ── */
  .thankyou-footer-bg {
    padding: 20px 6px;
  }

  .thankyou-footer {
    justify-content: center;
    flex-direction: column;
  }

  .footer-copy {
    text-align: center;
  }

  /* ── Download buttons ── */
  .download-btn {
    padding: 8px 10px;
    border-radius: 10px;
    gap: 7px;
  }

  .download-btn-big {
    font-size: 12px;
  }

  .download-btn-small {
    font-size: 8px;
  }

  /* ── Market CTA ── */
  .market-cta-section {
    padding: 0 0 36px;
  }

  .market-cta-card {
    border-radius: 18px;
    padding: 0 16px 24px;
  }

  .market-cta-mascot {
    width: 140px;
  }

  .market-cta-headline {
    font-size: 20px;
  }

  .market-cta-sub {
    font-size: 18px;
  }

  /* ── Learn / Tutorials ── */
  .learn-heading {
    font-size: 1.3rem;
  }

  .learn-subheading {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .tutorial-card {
    padding: 0 20px;
  }

  .tutorial-card-title {
    font-size: 15px;
  }

  .tutorial-card-desc {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .btn-watch-video {
    font-size: 11px;
    padding: 7px 13px;
  }

  /* ── Why Kwik ── */
  .why-section {
    padding: 0 0 36px;
  }

  .why-card {
    padding: 28px 16px 24px;
    border-radius: 18px;
  }

  .why-title {
    font-size: 1.1rem;
    margin-bottom: 24px;
  }

  .why-features-row {
    /* display: grid;
    grid-template-columns: repeat(6, 1fr); */
    gap: 15px;
    justify-content: center;
  }

  .why-feature {
    grid-column: span 2;
    text-align: center;
  }

  .why-feature:nth-child(4) {
  grid-column: 2 / span 2;
}

.why-feature:nth-child(5) {
  grid-column: 4 / span 2;
}

  .feature-divider {
    display: none;
  }

  .why-feature {
    padding-right: 3px;
    max-width: 80px;
    /* border-right: 0.5px solid rgba(13, 13, 13, 0.60); */
  }

  .why-feature:last-child {
    border: 0;
  }

  .why-feature-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }

  .why-feature-icon svg {
    width: 15px;
    height: 15px;
  }

  .why-feature-title {
    font-size: 10px;
    line-height: normal;
  }

  .why-feature-desc {
    font-size: 10px;
    line-height: normal;
    white-space: pre-wrap;
  }

  .why-tnc {
    margin-top: 20px;
    font-size: 10px;
  }
  .kwik-logo img {
    width: 75%;
  }
  .btn-signin {
    padding: 8px 20px;
    font-size: 12px;
  }
  .user-img {
    width: 20%;
  }
}


/* ── ≤ 400px ── */
@media (max-width: 400px) {
  .gt-countries {
    grid-template-columns: 1fr 1fr;
  }

  .gt-country-amount {
    font-size: 0.82rem;
  }

  .secure-item {
    font-size: 10px;
  }

  .pwd-hint {
    font-size: 9px;
  }

  .terms-line {
    font-size: 10px;
  }

  /* signup page */
  .otp-boxes {
    gap: 5px;
  }

  .otp-box {
    width: 34px;
    height: 34px;
  }
}



/* ── OTP Popup responsive ── */
@media (max-width: 767.98px) {
  .otp-popup-inner {
    padding: 14px 14px 12px;
  }

  .otp-popup-title {
    font-size: 11px;
  }

  .otp-popup-subtitle {
    font-size: 10px;
  }
  .signup-scroll-modal {
    flex-direction: column;
    max-height: 95vh;
    border-radius: 20px;
  }
 
  .signup-scroll-left {
    flex: 0 0 160px;
    min-height: 160px;
    width: 100%;
  }
 
  .signup-scroll-left img {
    margin-bottom: 0;
    object-fit: contain;
  }
 
  .signup-scroll-right {
    padding: 24px 20px 20px;
  }
}

@media (max-width: 400px) {
  .otp-popup-inner {
    padding: 12px 12px 10px;
  }

  .otp-popup-check-icon {
    width: 18px;
    height: 18px;
  }
  .signup-scroll-right {
    padding: 20px 14px 16px;
  }
 
  .signup-scroll-left {
    display: none;
  }

  .hero-strip .d-flex.align-items-center.gap-2{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
}

/* hide drawer from desktop */
@media (min-width: 992px) {
  .mobile-nav-overlay,
  .mobile-nav-drawer { display: none !important; }
}