/* Basic Reset */
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:"Segoe UI",sans-serif;color:#1d1d1f;background-color:#fff;line-height:1.6;}

/* Containers */
.container{width:90%;max-width:1200px;margin:auto;}

/* Header */
.site-header{padding:20px 0;background:transparent;position:relative;z-index:2;}
.site-header .container{display:flex;justify-content:space-between;align-items:center;}
.navbar-collapse{display:flex;align-items:center;}
.humbergerMenu{display:none;}
.nav-links{display:flex;gap:30px;}
.nav-links li{list-style:none;}
.nav-links a{text-decoration:none;color:#000000;font-family:Quicksand;font-weight:400;font-size:16px;line-height:100%;text-align:center;}
.auth-buttons .btn{margin-left:15px;padding:10px 20px;border-radius:25px;text-decoration:none;display:flex;align-items:center;font-family:Quicksand;font-weight:400;font-size:16px;line-height:100%;justify-content:center;}
.auth-buttons{display:flex;align-items:center;justify-content:center;}
.auth-buttons .contact{background-color:#f3b201;color:#000;}
.auth-buttons .sign-in{background-color:#f3b201;color:#000;}
nav{display:flex;align-items:center;}

/* Hero */
.hero{text-align:center;padding:60px 0 0px 0;}
.hero h1{margin-bottom:10px;font-family:Inter;font-weight:600;font-size:52px;line-height:74px;text-align:center;vertical-align:middle;color:#1b2754;}
.hero h2{font-size:1.5rem;margin-bottom:20px;margin-bottom:20px;font-family:Inter;font-weight:600;font-size:52px;line-height:74px;text-align:center;vertical-align:middle;}
.badges{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-bottom:40px;margin-top:40px;}
.badge{padding:8px 15px 8px 37px;border-radius:20px;font-family:Quicksand;font-weight:700;font-size:22px;line-height:100%;text-align:center;color:#1b2754;border:2px solid #1b2754;position:relative;}
.badge:before{position:absolute;left:20px;top:50%;content:" ";background:#f3b201;height:12px;width:12px;border-radius:20px;transform:translate(-50%,-50%);}
.description{margin-top:10px;color:#1b2754;font-family:Quicksand;font-weight:700;font-size:20px;line-height:34px;text-align:center;vertical-align:middle;}

/* Features Table */
.upsell_features{padding:60px 0 0px 0;}
.upsell_features h3{margin-bottom:40px;font-family:Inter;font-weight:600;font-size:40px;line-height:100%;text-align:center;color:#1b2754;}
.features-table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0px 0px 15px 0px #00000026;}
.features-table th,.features-table td{padding:26px 70px;text-align:left;text-transform:capitalize;font-family:Quicksand;font-weight:400;font-size:22px;line-height:100%;vertical-align:middle;color:#1b2754;}
.features-table th{background:#192c5d;color:#fff;font-family:Quicksand;font-weight:700;font-size:40px;line-height:100%;vertical-align:middle;padding:38px 68px;height:116px;border-right:1px solid #d9d9d9;}
.features-table tr:nth-child(even){background:#fff;}
.dot{display:flex;width:20px;height:20px;background:#f3b201;border-radius:50%;margin-right:20px;justify-content:center;align-items:center;}
.features-table tr{border-bottom:2px solid #66666626;}
.features-table tr:last-child{border-bottom:0;}

/* Upgrade Section */
.upgrade-section{text-align:center;padding:60px 0px 60px 0px;}
.upgrade-actions{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:40px;margin-bottom:30px;}
.upgrade-section .btn{padding:12px 25px;border-radius:25px;display:flex;margin:0;font-family:Quicksand;font-weight:700;font-size:20px;line-height:100%;text-decoration:none;}
.btn.yellow{background-color:#f3b201;color:#000;border:none;}
.btn.outline{background:#fff;border:1px solid #000;color:#000;}
.btn.full{width:100%;max-width:max-content;}
.secure-info{margin-top:0;color:#222222;font-family:Quicksand;font-weight:400;font-size:20px;line-height:40px;text-align:center;}
td.first-cont{font-family:Quicksand;font-weight:700;font-size:22px;line-height:40px;vertical-align:middle;text-transform:capitalize;display:flex;align-items:center;border-right:1px solid #d9d9d9;color:#222222;}
.upgrade-section h3{font-family:Inter;font-weight:600;font-size:40px;line-height:100%;text-align:center;color:#1b2754;margin-bottom:30px;}
.upgrade-section p{font-family:Quicksand;font-weight:700;font-size:24px;line-height:40px;text-align:center;vertical-align:middle;color:#222222;}
.hero-section{text-align:center;color:white;}
.banner-hero{padding:218px 0 62px;margin-top:-138px;position:relative;}
.banner-hero::before{content:' ';position:absolute;left:0;top:0;height:100%;width:100%;background-image:url('../new-design-images/hero.svg');background-repeat:no-repeat;background-size:cover;}
.hero-text h1{font-family:Cal Sans;font-weight:400;font-size:62px;line-height:72px;text-align:center;vertical-align:middle;text-transform:uppercase;color:#1B2754;}
.highlight{color:#f3b201;position:relative;text-decoration:underline;}
.highlight::before{content:' ';position:absolute;right:-70px;top:50%;height:76px;width:76px;background-image:url(../new-design-images/highlightround.svg);background-repeat:no-repeat;background-size:contain;z-index:4;transform:translate(-50%,-50%);}
.subheading{margin-top:45px;font-family:Quicksand;font-weight:600;font-size:24px;line-height:100%;text-align:center;color:#121212}
.small-text{margin-top:28px;color:#555555;margin-left:auto;margin-right:auto;font-family:Quicksand;font-weight:400;font-size:16px;line-height:100%;text-align:center;}
.cta-button{margin-top:45px;background-color:#f3b201;color:#000000;padding:10px 43px;border-radius:999px;text-decoration:none;font-family:Quicksand;font-weight:700;font-size:20px;line-height:100%;height:48px;display:inline-flex;align-items:center;justify-content:center;}
.video-section{background-color:#1b2754;padding:38px;border-radius:26px;}
.video-section-wrapper{display:flex;align-items:center;justify-content:center;}
.video-wrapper{position:relative;display:inline-block;border-radius:27px;overflow:hidden;width:1030px;height:545px;z-index:2;background:#8d8d8d;border:12px solid #3d476e;}
.video-player{position:absolute;top:0;left:0;border:none;outline:none;width:100%;object-fit:cover;}
.play-button{transition:opacity 0.3s ease;}
.video-image{width:100%;max-width:100%;height:100%;object-fit:cover;object-position:50% 20%;}
.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:40px;background-color:#f3b201;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;cursor:pointer;}
.trusted-section{background-color:#ffffff;color:#1b1e3d;padding:150px 20px 60px;width:100%;height:100%;}
.trusted-section h2{font-family:Cal Sans;font-weight:400;font-size:50px;line-height:100%;text-align:center;color:#1b2754;}
.trusted-section p{margin-top:10px;color:#383838;font-family:Quicksand;font-weight:400;font-size:16px;line-height:100%;text-align:center;}
.stats-wrapper::-webkit-scrollbar{display:none;}
.stats-section{width:100%;padding:0 20px;background-color:#fff;overflow:hidden;margin-top:-5px;}
.slider-container::-webkit-scrollbar{display:none;}
.stats-wrapper{display:flex;gap:18px;justify-content:start;}
.stat-box{background-color:#f8f8f8;border-radius:12px;padding:40px;width:265px;min-width:265px;text-align:left;transition:transform 0.3s ease;}
.stat-box h2{margin:0;font-family:Cal Sans;font-weight:400;font-size:37px;line-height:100%;}
.stat-box h4{margin:5px 0 16px 0;font-family:Quicksand;font-weight:500;font-size:18px;line-height:100%;}
.stat-box p{color:#383838;font-family:Quicksand;font-weight:400;font-size:16px;line-height:100%;}
.slider-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-left:10px;margin-bottom:20px;max-width:1200px;margin:auto;}
.chat-slider{display:flex;flex-wrap:nowrap;gap:16px;min-width:max-content;padding-bottom:175px;}
.chat-card{flex:0 0 calc(25% - 527px);scroll-snap-align:start;min-width:360px;}
.chat-card img{width:350px;height:660px;border-radius:19px;box-shadow:6px 11px 12.3px 0px #0000002b;}
.testimonials-wrap{padding-top:140px;}
.testimonials-head{text-align:center;display:flex;flex-direction:column;align-items:center;}
.testimonials-head h1{font-family:Cal Sans;font-weight:400;font-size:50px;line-height:100%;text-align:center;color:#1b2754;margin-bottom:33px;}
.testimonials-inner{padding:88px 0;}
.pricing-container{display:flex;gap:8px;max-width:100%;justify-content:center;margin-top:55px;}
.pricing-card{background:#f8f8f8;border-radius:20px;padding:25px 32px 35px 32px;width:100%;max-width:442px;display:flex;flex-direction:column;align-items:center;}
.badgedot{background-color:transparent;color:#1b2754;padding:10px 21px;border-radius:80px;margin-bottom:20px;position:relative;font-family:Quicksand;font-weight:700;font-size:19px;line-height:100%;text-align:center;border:1px solid #1b2754;}
.badgedot::before{content:"●";color:#f6b300;margin-right:8px;}
.badgedot.blue{background-color:transparent;}
.title{color:#1b2754;margin-bottom:5px;font-family:Cal Sans;font-weight:400;font-size:40px;line-height:100%;text-align:center;}
.duration{color:#1b2754;margin-bottom:20px;font-family:Quicksand;font-weight:700;font-size:22px;line-height:100%;text-align:center;}
.price{margin-bottom:25px;}
.price .new{color:#1b2754;margin-right:0;font-family:Cal Sans;font-weight:400;font-size:30px;line-height:100%;text-align:center;}
.price .old{color:#1b2754;font-family:Quicksand;font-weight:500;font-size:20px;line-height:100%;text-align:center;position:relative;}
.price .old:before{position:absolute;content:" ";left:-9px;top:50%;border:1px solid #ff0000;width:63px;}
.features{list-style:none;text-align:left;width:100%;padding:28px 34px 28px 28px;margin-bottom:30px;max-height:243px;background:#ffffff;border-radius:20px;overflow:auto;height:243px;}
.features li{color:#3a3a3a;margin-bottom:4px;position:relative;padding-left:0;font-family:Quicksand;font-weight:400;font-size:16px;line-height:21px;display:flex;align-items:self-start;gap:9px;}
.features li span{height:20px;min-width:20px;display:flex;align-items:center;background:#f3b201;justify-content:center;border-radius:20px;margin-top:4px;}
.btn{background-color:#f3b201;color:#000000;padding:10px 37px;border:none;border-radius:25px;cursor:pointer;transition:background 0.3s ease;width:auto;font-family:Quicksand;font-weight:700;font-size:18px;line-height:100%;}
.plan-header h1{font-family:Cal Sans;font-weight:400;font-size:50px;line-height:100%;text-align:center;color:#1b2754;margin-bottom:11px;}
.plan-header p{font-family:Quicksand;font-weight:400;font-size:16px;line-height:100%;text-align:center;}
.trading-section{display:flex;justify-content:space-between;align-items:center;padding:189px 0px 130px 0px;max-width:100%;margin:auto;}
.trading-left{padding-right:40px;width:60%;}
.trading-left h1{color:#1b2754;margin:0 0 20px;font-family:Cal Sans;font-weight:400;font-size:50px;line-height:56px;}
.trading-left p{color:#3a3a3a;margin-bottom:20px;font-family:Quicksand;font-weight:400;font-size:16px;line-height:30px;}
.trading-features{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px;width:67%;}
.trading-feature{display:flex;align-items:center;color:#2e2e2e;gap:8px;width:calc(100% / 2.1);font-family:Quicksand;font-weight:400;font-size:16px;line-height:30px;}
.trading-feature img{width:18px;height:18px;}
.store-buttons{display:flex;gap:16px;}
.store-buttons img{  /* width: 140px; */
height:auto;}
.trading-feature span{height:20px;width:20px;display:flex;align-items:center;background:#f3b201;justify-content:center;border-radius:20px;}
.testimonials-head span.badge{border:1px solid #1b2754;padding:10px 29px 10px 39px;border-radius:60px;}
.trading-right{width:40%;display:flex;justify-content:center;background:#1b2754;border-radius:26px;height:498px;position:relative;max-width:472px;}
.trading-right img{height:auto;border-radius:20px;position:absolute;top:-100px;}
.trading-right:before{content:" ";left:43%;bottom:0px;position:absolute;background-image:url(../images/shadow.png);width:324px;height:66px;transform:translate(-50%,-50%);}
.top-cta-section{background-color:#0f1c4d;color:white;text-align:center;padding:76px 20px 86px 20px;border-radius:20px;width:100%;margin:0 auto;position:relative;top:50px;z-index:2;}
.hero-content h1{margin-bottom:25px;font-family:Cal Sans;font-weight:400;font-size:50px;line-height:56px;text-align:center;}
.cta-btn{background-color:#f7b401;color:#000000;border:none;padding:10px 47px;border-radius:50px;cursor:pointer;transition:background 0.3s ease;font-family:Quicksand;font-weight:700;font-size:22px;line-height:100%;}
.cta-btn:hover{background-color:#e0a800;}
.footer-section{padding:250px 20px 40px;border-radius:29px;text-align:center;z-index:1;position:relative;margin:-140px 20px 0 20px;}
.footer-content .logo{width:180px;margin-bottom:30px;}
.social-icons{display:flex;justify-content:center;gap:20px;margin-top:55px;}
.social-icons a{background-color:#f3b201;width:72px;height:72px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;}
.social-icons img{width:18px;height:18px;}
.last-foot{padding:30px;text-align:center;}
.last-foot p{font-family:Quicksand;font-weight:400;font-size:16px;line-height:30px;text-align:center;color:#3a3a3a;}
.hero-text{padding:0 24px;position:relative;}
.checkout-header{display:flex;justify-content:space-between;width:100%;align-items:center;background:#1b27540f;padding:15px 26px;border-radius:26px;}
.checkout-header .logo{width:107px;}
.checkout-header a.btn.Login{height:54px;padding:10px 34px;background-color:#1b2754;color:#fff;border-radius:65px;}
.checkout-header a.btn.sign-in{height:54px;padding:10px 34px;border-radius:65px;}
.payment-card-section{display:flex;align-items:center;justify-content:center;height:100vh;}
.payment-container{display:flex;justify-content:center;background:#f4f5f8;padding:52px 142px;border-radius:28px;width:100%;margin:auto;max-width:max-content;margin-top:0;gap:47px;align-items:self-start;}
.payment-card-wrapper form{display:flex;align-items:center;justify-content:center;}
.payment-methods{width:100%;}
.payment-methods h3{text-align:center;color:#111111;margin-bottom:24px;font-family:Inter;font-weight:600;font-size:40px;line-height:100%;}
.payment-option{background:#fff;display:flex;align-items:center;padding:14px 20px;margin-bottom:22px;border-radius:12px;cursor:pointer;transition:border 0.3s,background 0.3s;border:0.4px solid #d9d9d9;backdrop-filter:blur(54px);gap:15px;}
.payment-option input[type="radio"]{appearance:none;width:24px;height:24px;border-radius:50%;margin-right:0;position:relative;flex-shrink:0;cursor:pointer;border:1.21px solid #11111150;}
.payment-option input[type="radio"]:checked{border-color:#11111150;background-color:#ffffff;}
.payment-option input[type="radio"]:checked::before{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;background:#000000;border-radius:50%;}
.option-text{display:flex;align-items:center;justify-content:space-between;flex:1;color:#111111;font-family:Quicksand;font-weight:400;font-size:20px;line-height:100%;}
.icon-right{width:24px;height:24px;margin-left:0px;}

/* Button-style (non-radio) styling */
.button-style{border:0.4px solid #d9d9d9;backdrop-filter:blur(54px);outline:none;width:100%;text-align:left;font:inherit;}
.button-style:last-child{margin-bottom:0;}
.coupon-section{background:#1b2754;padding:46px 35px 35px;border-radius:20px;width:100%;color:#fff;display:flex;flex-direction:column;justify-content:space-between;}
.coupon-header h3{font-family:Inter;font-weight:600;font-size:32px;line-height:58px;vertical-align:middle;}
.coupon-header{display:flex;justify-content:space-between;align-items:center;font-weight:500;margin-bottom:26px;}
.optional-tag{color:#ffffff;display:flex;align-items:center;font-family:Quicksand;font-weight:700;font-size:17px;line-height:100%;text-align:center;border:1px solid #ffffff;padding:10px 15px;border-radius:38px;}
.optional-tag .dot{width:8px;height:8px;background:#ffce00;border-radius:50%;margin-right:6px;}
.coupon-input{padding:20px;border-radius:12px;font-size:14px;color:#000000;outline:none;height:58px;border:0.4px solid #ffffff;backdrop-filter:blur(54px);}
.coupon-input::placeholder{color:#d5d5d5;}
.welcome-banner{background-color:#1b2754;color:white;text-align:center;padding:66px 160px;}
.thank-you-image{margin-bottom:20px;}
.welcome-banner h1{letter-spacing:-3px;margin-bottom:10px;font-weight:700;font-size:40px;line-height:78px;text-align:center;text-transform:uppercase;}
.welcome-banner h2{margin-bottom:10px;font-family:Cal Sans;font-weight:400;font-size:72px;line-height:90px;text-align:center;text-transform:capitalize;}
.welcome-banner p{color:#d1d1d1;margin:0 auto;font-family:Quicksand;font-weight:400;font-size:16px;line-height:100%;text-align:center;margin-top:30px;}
.steps{padding:60px 0px 50px 0px;}
.step{background:white;border-radius:20px;padding:40px;margin-bottom:20px;display:flex;align-items:center;box-shadow:0px 0px 15px 0px #00000026;gap:29px;}
.step:last-child{margin-bottom:0;}
.step img{width:40px;margin-right:20px;}
.step .text h3{margin-bottom:10px;font-family:Quicksand;font-weight:600;font-size:46px;line-height:69.14px;vertical-align:middle;color:#1b2754;}
.step .text p,.step .text ul{color:#3a3a3a;font-family:Quicksand;font-weight:400;font-size:22px;line-height:29.14px;vertical-align:middle;}
.step .text a{color:#1b2754;font-family:Quicksand;font-weight:700;font-size:22px;line-height:23.14px;vertical-align:middle;text-decoration:underline;text-decoration-style:solid;text-decoration-thickness:0%;text-decoration-skip-ink:auto;}
.step .text ul{margin-top:5px;padding-left:20px;}
.step span{display:flex;align-items:center;justify-content:center;height:119px;width:119px;background:#f3b201;border-radius:50%;}
button#humberger-menu{margin:0;display:none;}
.payment-option:last-child{margin-bottom:0;}
label.payment-option.selected{border:0.4px solid #1b2754;}
label.payment-option.selected .option-text{color:#1b2754;}
.email-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.65);display:flex;align-items:center;justify-content:center;z-index:9999;}
.email-modal{background:#fff;padding:30px;width:90%;max-width:400px;border-radius:10px;text-align:center;font-family:'Inter',sans-serif;}
.email-modal .btn{margin:10px 5px;padding:10px 20px;}
input[type="email"]{width:100%;padding:10px;margin-top:10px;margin-bottom:5px;border:1px solid #ccc;border-radius:5px;}
.form-actions{margin-top:10px;}
.pricing-card .features::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#F5F5F5;border-radius:20px;}
.pricing-card .features::-webkit-scrollbar{width:4px;background-color:#F5F5F5;border-radius:20px;}
.pricing-card .features::-webkit-scrollbar-thumb{background-color:#1B2754;}
.paypal-dynamic-container{margin-bottom:20px;}
.marginb-0{margin-bottom:0!important;}
div#paypal-button-container{margin-top:20px;}
wistia-player{height:100%;}
.play-button-inner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:25px;width:30px;display:flex;align-items:center;justify-content:end;}

/* Responsive */

/* mini screen responsive */
@media (max-width:1366px){
  .banner-hero{padding:138px 0 62px;margin-top:-158px;}
  .chat-card{min-width:270px;}
  .features li span{margin-top:2px;}
  .site-header{padding:15px 0;}
  img.logo{width:120px;}
  .nav-links a{font-size:15px;}
  .auth-buttons .btn{font-size:15px;}
  .hero,.upsell_features{padding:50px 0 0px 0;}
  .hero h1{font-size:42px;line-height:42px;}
  .upsell_features h3,.upgrade-section h3{font-size:34px;line-height:34px;}
  .badges{margin-bottom:35px;margin-top:35px;gap:15px;}
  .badge{font-size:18px;}
  .badge:before{height:10px;width:10px;}
  .description{font-size:18px;line-height:20px;}
  .features-table th{padding:24px 48px;height:74px;font-size:30px;}
  .features-table th,.features-table td{padding:24px 48px;font-size:18px;}
  .upgrade-section{padding:50px 0px 50px 0px;}
  .upgrade-section p{font-size:20px;line-height:30px;}
  .upgrade-actions{gap:15px;margin-top:20px;margin-bottom:20px;}
  .upgrade-section .btn{padding:10px 20px;font-size:16px;}
  .secure-info{font-size:16px;line-height:26px;}
  .hero-section{padding:62px 0 0;}
  .hero-text h1{font-size:62px;line-height:72px;}
  .chat-card img{width:250px;height:460px;}
  .cta-button{padding:10px 30px;font-size:16px;height:38px;margin-top:28px;}
  .small-text{margin-top:15px;font-size:14px;}
  .subheading{font-size:22px;}
  .video-wrapper{width:870px;height:495px;border-radius:20px;border:10px solid #3d476e;}
  .trusted-section h2,.testimonials-head h1,.plan-header h1{font-size:50px;}
  .stat-box{padding:30px;width:245px;min-width:245px;}
  .stat-box h2{font-size:36px;}
  .stat-box p{font-size:14px;}
  .trusted-section{padding:100px 20px 60px;}
  .testimonials-wrap{padding-top:68px;}
  .chat-slider{padding-bottom:100px;}
  .pricing-card{max-width:400px;padding:22px 32px 25px 32px;}
  .pricing-container{margin-top:45px;}
  .title{font-size:42px;}
  .duration{font-size:18px;margin-bottom:15px;}
  .badgedot{padding:7px 18px;font-size:18px;}
  .price .new{font-size:40px;}
  .price .old{font-size:18px;}
  .price .old:before{left:-4px;width:47px;}
  .features{padding:28px 28px 28px 28px;max-height:249px;height:249px;}
  .features li{font-size:16px;line-height:24px;}
  .btn{font-size:18px;}
  .trading-section{padding:150px 0px 80px 0px;}
  .trading-left h1{font-size:52px;line-height:60px;margin:0 0 15px;}
  .trading-left p{font-size:15px;line-height:20px;margin-bottom:15px;}
  .trading-features{width:100%;}
  .trading-feature{font-size:15px;line-height:20px;width:calc(100% / 2.1);}
  .store-buttons img{width:140px;}
  .trading-right{height:338px;max-width:382px;}
  .trading-right img{top:-80px;width:180px;}
  .trading-right:before{transform:translate(-50%,-10%);left:43%;}
  .top-cta-section{padding:66px 20px 66px 20px;}
  .hero-content h1{font-size:50px;line-height:67px;margin-bottom:20px;}
  .cta-btn{font-size:18px;padding:10px 36px;}
  .last-foot{padding:20px;}
  .last-foot p{font-size:15px;line-height:16px;}
  .social-icons{margin-top:35px;}
  .social-icons a{width:52px;height:52px;}
  .social-icons a svg{width:20px;}
  .footlogo{width:160px;}
  .welcome-banner h2{font-size:62px;line-height:72px;}
  .welcome-banner h1{font-size:29px;line-height:44px;letter-spacing:0px;}
  .welcome-banner p{margin-top:20px;font-size:14px;}
  .thank-you-image{max-width:370px;}
  .step span{height:90px;width:90px;min-width:90px;}
  .step span svg{width:40px;height:40px;}
  .step{padding:30px;}
  .step .text h3{font-size:32px;line-height:38.14px;}
  .step .text p,.step .text ul{font-size:20px;line-height:22.14px;}
  .step .text a{font-size:18px;}
  .step .text h3{font-size:28px;line-height:30.14px;}
  .step .text p,.step .text ul{font-size:18px;line-height:20.14px;}
  .steps{padding:40px 0px 0px 0px;}
  .step{gap:20px;padding:20px;}
  .payment-methods h3{font-size:34px;}
  .coupon-header h3{font-size:27px;line-height:29px;}
}

/* iPad Pro (12.9" and 11") Landscape Only */
@media only screen 
and (min-device-width:1024px) 
and (max-device-width:1366px) 
and (orientation:landscape) 
and (-webkit-min-device-pixel-ratio:2){
  .slider-container{overflow-x:scroll;scrollbar-width:auto;margin-bottom:70px;}
  .slider-container::-webkit-scrollbar{height:6px;display:block!important;}
  .slider-container::-webkit-scrollbar-track{background:#1B2754;border-radius:10px;margin-right:23px;margin-left:23px;}
  .slider-container::-webkit-scrollbar-thumb{background-color:#F3B201;border-radius:10px;}
  .slider-container::-webkit-scrollbar-thumb:hover{background-color:#ffc107;}
}

/* ipad pro responsive */
@media only screen and (min-device-width:1024px) and (max-device-width:1200px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait){
  .slider-container{overflow-x:scroll;scrollbar-width:auto;margin-bottom:70px;}
  .slider-container::-webkit-scrollbar{height:6px;display:block!important;}
  .slider-container::-webkit-scrollbar-track{background:#1B2754;border-radius:10px;margin-right:23px;margin-left:23px;}
  .slider-container::-webkit-scrollbar-thumb{background-color:#F3B201;border-radius:10px;}
  .slider-container::-webkit-scrollbar-thumb:hover{background-color:#ffc107;}
  .hero,.upsell_features{padding:50px 0 0px 0;}
  .features-table{border-radius:15px;}
  .hero h1,.features h3,.upgrade-section h3{font-size:30px;line-height:40px;}
  .upsell_features h3{margin-bottom:20px;}
  .badge{font-size:18px;}
  .description{font-size:18px;line-height:24px;}
  .badges{gap:10px;margin-bottom:20px;margin-top:20px;}
  .features-table th{font-size:18px!important;padding:25px 18px;height:36px;}
  .dot{margin-right:10px;}
  .features-table th,.features-table td{padding:15px 18px;font-size:16px;line-height:24px;}
  .upgrade-section{padding:50px 0px 50px 0px;}
  .upgrade-section p{font-size:18px;line-height:28px;}
  .upgrade-section h3{margin-bottom:20px;}
  .upgrade-actions{gap:15px;margin-top:20px;margin-bottom:20px;}
  .upgrade-section .btn{padding:12px 20px;font-size:16px;}
  .secure-info{font-size:16px;line-height:17px;}
  .hero-text h1{font-size:52px;line-height:63px;}
  .stats-section{padding:0px 70px;}
  .stats-wrapper{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;justify-content:center;gap:8px;}
  .payment-container{padding:25px;gap:20px;border-radius:20px;}
  .payment-methods h3{font-size:26px;margin-bottom:18px;}
  .coupon-section{padding:36px 25px 25px;}
  .coupon-header h3{line-height:31px;font-size:24px;}
  .coupon-input{padding:14px;height:48px;}
  .payment-option{margin-bottom:15px;}
  .optional-tag{font-size:12px;padding:7px 10px;}
  .welcome-banner h2{font-size:56px;line-height:68px;}
  .welcome-banner{padding:66px 100px;}
  .trading-features{width:100%;}
  .trading-feature{width:calc(100% / 2.1);}
  .trading-feature span{min-width:20px;}
}

/* ipad responsive */
@media (max-width:992px){
  .highlight::before{right:-50px;top:50%;height:56px;width:56px}
  .banner-hero{padding:94px 0 42px;margin-top:-158px;position:relative;}
  .hero,.upsell_features{padding:30px 0 0px 0;}
  .features-table{border-radius:15px;}
  .hero h1,.features h3,.upgrade-section h3{font-size:30px;line-height:40px;}
  .upsell_features h3{margin-bottom:20px;}
  .badge{font-size:18px;}
  .description{font-size:18px;line-height:24px;}
  .badges{gap:10px;margin-bottom:20px;margin-top:20px;}
  .features-table th{font-size:18px!important;padding:25px 18px;height:36px;}
  .dot{margin-right:10px;}
  .features-table th,.features-table td{padding:15px 18px;font-size:16px;line-height:24px;}
  .upgrade-section{padding:30px 0px 30px 0px;}
  .upgrade-section p{font-size:18px;line-height:28px;}
  .upgrade-section h3{margin-bottom:20px;}
  .upgrade-actions{gap:15px;margin-top:20px;margin-bottom:20px;}
  .upgrade-section .btn{padding:12px 20px;font-size:16px;}
  .secure-info{font-size:16px;line-height:17px;}
  .video-section{padding:22px;width:100%;}
  .video-wrapper{width:100%;height:395px;border:7px solid #3d476e;}
  .hero-text h1{font-size:42px;line-height:52px;}
  .trusted-section h2,.testimonials-head h1,.plan-header h1{font-size:40px;}
  .stats-wrapper{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;justify-content:center;gap:8px;}
  .stat-box h2{font-size:30px;}
  .stat-box h4{font-size:16px;}
  .stat-box{padding:20px;width:205px;min-width:215px;}
  .trusted-section{padding:80px 20px 40px;}
  .testimonials-wrap{padding-top:48px;}
  .play-button{width:54px;height:54px;}
  .chat-slider{padding-bottom:35px;}
  .pricing-card{max-width:330px;padding:20px 25px 25px 25px;}
  .title{font-size:28px;}
  .duration{font-size:16px;margin-bottom:10px;}
  .price .new{font-size:28px;}
  .price{margin-bottom:20px;}
  .badgedot{padding:7px 13px;font-size:16px;}
  .features li{font-size:14px;line-height:22px;}
  .features{padding:18px;height:228px;border-radius:12px;}
  .btn{font-size:16px;}
  .trading-section{padding:80px 0px 40px 0px;}
  .trading-left h1{font-size:42px;line-height:50px;}
  .trading-feature{width:100%;}
  .hero-content h1{font-size:40px;line-height:54px;}
  .top-cta-section{padding:46px 20px 46px 20px;}
  .cta-btn{font-size:16px;padding:10px 26px;}
  .footer-section{margin:-50px 20px 0 20px;padding:130px 20px 40px;}
  .payment-container{flex-wrap:wrap;padding:26px 56px;border-radius:14px;gap:38px;width:auto;}
  .payment-methods h3{font-size:26px;margin-bottom:18px;}
  .coupon-section{padding:36px 25px 25px;}
  .coupon-header h3{line-height:31px;font-size:24px;}
  .coupon-input{padding:14px;height:48px;}
  .payment-option{margin-bottom:15px;}
  .optional-tag{font-size:12px;padding:7px 10px;}
  .welcome-banner{padding:50px;}
  .welcome-banner h2{font-size:46px;line-height:58px;}
  .welcome-banner h1{font-size:23px;line-height:38px;letter-spacing:0px;}
  .scroll-container{scroll-behavior:smooth;}
  .slider-container{overflow-x:scroll;scrollbar-width:auto;margin-bottom:70px;}
  .slider-container::-webkit-scrollbar{height:6px;display:block!important;}
  .slider-container::-webkit-scrollbar-track{background:#1B2754;border-radius:10px;margin-right:23px;margin-left:23px;}
  .slider-container::-webkit-scrollbar-thumb{background-color:#F3B201;border-radius:10px;}
  .slider-container::-webkit-scrollbar-thumb:hover{background-color:#ffc107;}
}

/* mobile responsive */
@media (max-width:767px){
  .slider-container{margin-bottom:50px;}
  .highlight::before{right:-39px;top:78%;height:42px;width:42px;}
  .nav-links li{display:flex;align-items:center;justify-content:center;}
  .site-header .container a{display:flex;}
  .stat-box h2{font-size:20px;}
  .plan-header p{font-size:10px;padding:0 30px;}
  .pricing-container{margin-top:25px;}
  .badgedot{padding:3px 11px 3px 5px;font-size:8px;height:19px;display:flex;align-items:center;margin-bottom:5px;}
  .duration{margin-bottom:5px;}
  .pricing-card{border-radius:7px;padding:7px 7px 7px 7px;max-width:185px;}
  .features li{font-size:7px;line-height:11px;margin-bottom:5px;}
  .price{margin-bottom:7px;}
  .pricing-card ul.features{padding:10px;border-radius:7px;height:127px;}
  .features li span{height:7px;width:7px;min-width:7px;}
  .features li span svg{width:7px;height:3px;}
  .features{height:142px;border-radius:7px;margin-bottom:12px;}
  .btn{padding:5px 12px;border-radius:25px;font-size:8px;}
  .trading-right img{width:127px;border-radius:20px;top:-20px;}
  .social-icons a{width:32px;height:32px;}
  .social-icons a svg{width:12px;height:12px;}
  .hero-content h1{font-size:26px;line-height:36px;margin-bottom:20px;}
  .top-cta-section{padding:33px 35px 33px 35px;border-radius:17px;}
  .footer-section{margin:-50px 5px 0 5px;padding:130px 20px 24px;border-radius:16px;}
  .last-foot{padding:10px;}
  .last-foot p{font-size:10px;line-height:12px;}
  .top-cta-section{top:40px;}
  .footer-content .footlogo{width:166px;height:78px;}
  .social-icons{margin-top:32px;gap:8px;}
  .cta-btn{font-size:14px;padding:8px 33px;}
  .trading-right{width:50%;height:266px;border-radius:17px;}
  .badgedot::before{margin-right:3px;display:flex;align-items:center;}
  .title{font-size:16px;margin-bottom:3px;}
  .duration{font-size:8px;margin-bottom:0;}
  .price .new{font-size:16px;}
  .price .old{font-size:8px;}
  .price .old:before{left:-4px;top:50%;border:0.36px solid #ff0000;width:23px;height:0.3px;}
  .stat-box h4{margin:12px 0 12px 0;font-size:10px;}
  .testimonials-head h1{margin-bottom:25px;}
  .testimonials-wrap{padding-top:50px;}
  .video-section{padding:11px;    border-radius: 14px;}
  .testimonials-head span.badge{padding:5px 16px 5px 26px;margin-bottom:10px;}
  .stat-box{padding:10px;width:115px;min-width:118px;border-radius:7px;}
  .stat-box p{font-size:10px;}
  .trusted-section{padding:50px 20px 25px;}
  .trusted-section h2,.testimonials-head h1,.plan-header h1{font-size:24px;}
  .trusted-section p{margin-top:3px;font-size:10px;}
  .cta-button{margin-top:15px;font-size:11px;height:34px;}
  .hero-text h1{font-size:32px;line-height:42px;}
  .subheading{font-size:16px;}
  .small-text{font-size:12px;line-height:20px;margin-top:15px;}
  .store-buttons img{width:78px;}
  .trading-section{text-align:center;padding:40px 0px;align-items:end;}
  .video-wrapper{width:100%;height:auto;width:100%;border:4px solid #3d476e;        border-radius: 11px;}
  .play-button{width:40px;height:40px;}
  .play-button-inner{height:15px;width:13px;transform:translate(-37%,-50%);}
  .chat-card img{width:149px;height:307px;border-radius:6px;}
  .trading-left h1{font-size:24px;line-height:30px;text-align:left;margin:0 0 5px;}
  .trading-left{padding-right:0;margin-bottom:0;width:50%;}
  .trading-left p{font-size:10px;line-height:18px;text-align:left;margin-bottom:10px;}
  .trading-feature span{height:13px;width:13px;}
  .trading-feature span svg{width:7px;height:3px;}
  .trading-feature{font-size:10px;line-height:11px;gap:6px;width:100%;text-align:left;}
  .trading-features{width:100%;}
  .store-buttons{justify-content:start;gap:10px;}
  .trading-right:before{content:none;}
  .chat-slider{gap:10px;padding-bottom:15px;}
  .chat-card{flex:1 1 100%;min-width:149px;}
  .nav-links{display:flex;gap:15px;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:left;}
  .auth-buttons .btn{margin-right:0;margin-left:0;}
  .auth-buttons{margin-top:10px;flex-wrap:wrap;justify-content:center;flex-direction:column;gap:10px;align-items:baseline;}
  .humbergerMenu{display:block!important;}
  .humbergerMenu:focus{outline:none;}
  .humbergerMenu span:first-child{top:3px;}
  .humbergerMenu.open span:nth-child(2){opacity:0;left:-60px;}
  .humbergerMenu.open span:first-child{top:12px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);}
  .humbergerMenu span:nth-child(2){top:13px;}
  .humbergerMenu span:nth-child(3){top:23px;}
  .humbergerMenu.open span:nth-child(3){top:12px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);}
  .humbergerMenu{display:block;width:30px;height:30px;top:20px;right:24px;position:absolute;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:0.5s ease-in-out;-moz-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out;cursor:pointer;border:0;background:transparent;}
  .humbergerMenu span{display:block;position:absolute;border:2px solid #1b2754;width:100%;background:#1b2754;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:0.25s ease-in-out;-moz-transition:0.25s ease-in-out;-o-transition:0.25s ease-in-out;transition:0.25s ease-in-out;}
  .nav-link,.navbar-collapse{transition:none!important;}
  .nav-links a{font-size:12px;}
  .mean-menu{display:none;position:absolute;border-radius:7px;left:76%;top:100%;width:37%;color:#fff;background:#fff;padding:15px;margin-top:0;border:0.5px solid #d3d3d3;z-index:2;transform:translate(-50%,7%);box-shadow:rgba(0,0,0,0.2) 0px 60px 40px -7px;}
  .features-table th{font-size:12px!important;}
  button.toggleButton{border:0;background:transparent;cursor:pointer;}
  .badge{font-size:12px;border:1.29px solid #1b2754;padding:8px 15px 8px 27px;}
  .badge:before{height:7px;width:7px;left:16px;}
  .description{font-size:12px;line-height:15px;}
  .features h3{font-size:20px;line-height:26px;}
  .hero h1{font-size:26px;line-height:36px;}
  .dot{margin-right:4px;width:8px;height:8px;}
  .dot svg{width:2px;}
  .hero h2{font-size:1.2rem;}
  .features-table td,.features-table th{padding:10px 20px;font-size:8px;line-height:11px;}
  .upgrade-section h3{font-size:20px;line-height:22px;}
  .upgrade-section p{font-size:12px;line-height:18px;}
  .logo{max-height:38px;}
  .auth-buttons .btn{margin-left:0;margin-right:10px;padding:7px 15px;font-size:12px;width:100%;}
  .features-table{border-radius:6px;}
  .upgrade-actions{flex-wrap:wrap;gap:12px;}
  .upgrade-section .btn{padding:11px 18px;font-size:12px;}
  .secure-info{font-size:12px;line-height:13px;}
  .stats-wrapper{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;justify-content:start;gap:8px;}
  .stat-box{flex:0 0 auto;scroll-snap-align:start;}
  .payment-container{flex-wrap:wrap;max-width:100%;padding:16px;border-radius:14px;gap:38px;flex-wrap:wrap;padding:26px;border-radius:14px;gap:38px;width:auto;}
  .payment-methods h3{font-size:21px;}
  .payment-methods{width:100%;}
  .coupon-section{width:100%;padding:28px 21px 21px;border-radius:12px;}
  .payment-option{padding:8px 16px;margin-bottom:17px;border-radius:9px;margin-bottom:20px;}
  .option-text{font-size:14px;}
  .payment-option input[type="radio"]{width:19px;height:19px;}
  .payment-option input[type="radio"]:checked::before{top:2px;left:2px;width:13px;height:13px;}
  .icon-right{width:19px;height:19px;}
  .coupon-header h3{font-size:16px;line-height:18px;}
  .coupon-header{margin-bottom:15px;}
  .optional-tag{padding:6px 10px;font-size:10px;}
  .coupon-input{padding:12px;border-radius:7px;font-size:10px;height:34px;}
  .thank-you-image{width:300px;}
  .welcome-banner h1{font-size:14px;line-height:15px;}
  .welcome-banner h2{font-size:30px;line-height:40px;}
  .welcome-banner p{font-size:10px;margin-top:16px;}
  .steps{padding:50px 0px 0px 0px;}
  .step .text h3{font-size:20px;line-height:24px;}
  .step .text p,.step .text ul{font-size:12px;line-height:20.14px;}
  .step{padding:24px;gap:10px;margin-bottom:10px;}
  .step span svg{height:45px;width:45px;}
  .step span{height:80px;min-width:80px;width:80px;}
  .step .text a{font-size:14px;line-height:14.14px;}
  .welcome-banner{padding:48px 30px 74px 30px;}
  .couponwrapper{width:100%;}
}
