.whatsapp-text{
text-align:center;
}

.whatsapp-text h6{
font-weight:600;
}

.whatsapp-text span{
color:#0aa06e;
}

.whatsapp-btn{
background:#0aa06e;
color:#fff;
width:100%;
border:none;
padding:10px;
border-radius:30px;
font-size:15px;
font-weight:600;
margin-top:8px;
}

/* features */

.features{
display:flex;
margin-top:20px;
border-top:1px solid #eee;
padding-top:12px;
}

.feature{
flex:1;
text-align:center;
}

.feature:not(:last-child){
border-right:1px solid #eee;
}

.feature img{
width:30px;
margin-bottom:4px;
}

.feature p{
font-size:12px;
margin:0;
}

/* mobile */



.stock-card{
    background: linear-gradient(135deg,#0c1f35,#081421);
    border-radius:15px;
    padding:20px;
    color:#fff;
    position:relative;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,0.3);
    height:100%;
}

.stock-card h4{
    font-weight:600;
    margin-bottom:10px;
}

.number-box{
    background:#ff6a00;
    color:#fff;
    width:35px;
    height:35px;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    margin-right:10px;
}

.title-row{
    display:flex;
    align-items:center;
}

.stock-list{
    padding-left:18px;
    margin-top:10px;
}

.stock-list li{
    margin-bottom:6px;
}

.stock-list li::marker{
    color:#ff7b00;
}

.chart-img{
      position: absolute;
    right: 15px;
    top: 15px;
    width: 48px;
    opacity: 0.7;
}

.benefit-card{
background:#f3f4f6;
padding:29px;
border-radius:10px;
display:flex;
align-items:center;
gap:10px;
box-shadow:0 2px 5px rgba(0,0,0,0.1);
}

.check{
background:#ff7a00;
color:white;
font-weight:bold;
border-radius:5px;
padding:4px 8px;
}

.benefit-card h5{
margin:0;
font-size:16px;
font-weight:600;
}

.benefit-card p{
margin:0;
font-size:13px;
color:#555;
}


 /* ===== ENHANCED UI/UX STYLES - STRUCTURE SAME HAI ===== */
    
    /* Better color variables */
    :root {
      --primary-orange: #ff7a1a;
      --primary-orange-dark: #e56600;
      --whatsapp-green: #25D366;
      --whatsapp-dark: #20b858;
      --dark-blue: #0e2438;
      --darker-blue: #092231;
      --light-bg: #f8f9fc;
      --card-shadow: 0 10px 30px rgba(0,0,0,0.08);
      --hover-shadow: 0 15px 40px rgba(255,122,26,0.12);
      --transition: all 0.3s ease;
    }
.title2
{
  color:white !important;
}
    /* Hero section improvements */
    .hero-section {
      padding: 60px 0;
    }

    .badge-label {
      background: rgba(255,122,26,0.15);
      color: var(--primary-orange);
      padding: 8px 18px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 0.9rem;
      display: inline-block;
      margin-bottom: 20px;
      border: 1px solid rgba(255,122,26,0.3);
      backdrop-filter: blur(5px);
    }

    .badge-label i {
      margin-right: 8px;
    }

    .hero-section h1 {
      font-size: 56px;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    .hero-section .accent {
      color: var(--primary-orange);
      position: relative;
      display: inline-block;
    }

    .hero-section .accent::after {
      content: '';
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
      height: 8px;
      background: rgba(255,122,26,0.2);
      z-index: -1;
    }
    .accent{
        background: #ff8c32;
    padding: 5px 18px;
    border-radius: 10px;
    display: inline-block;
  
    color: white !important
    }

    .hero-section .lead {
      font-size: 1.25rem;
      color: #4a5568;
      margin-bottom: 30px;
      max-width: 90%;
    }

    .hero-actions {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }

    .btn-main {
      background: var(--primary-orange);
      color: white;
      padding: 14px 32px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      transition: var(--transition);
      box-shadow: 0 8px 20px rgba(255,122,26,0.3);
      display: inline-block;
    }

    .btn-main:hover {
      background: var(--primary-orange-dark);
      transform: translateY(-2px);
      box-shadow: 0 12px 25px rgba(255,122,26,0.4);
      color: white;
    }

    .btn-outline {
      background: transparent;
      color: var(--dark-blue);
      padding: 14px 32px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      transition: var(--transition);
      border: 2px solid var(--dark-blue);
      display: inline-block;
    }

    .btn-outline:hover {
      background: var(--dark-blue);
      color: white;
      transform: translateY(-2px);
    }

    /* Masterclass box enhancements */
    .masterclass-box {
      background: white;
      padding: 50px 40px;
      border-radius: 30px;
      box-shadow: var(--card-shadow);
      transition: var(--transition);
      border: 1px solid rgba(0,0,0,0.05);
      height: 100%;
    }

    .masterclass-box:hover {
      transform: translateY(-5px);
      box-shadow: var(--hover-shadow);
    }

    .title {
      font-weight: 700;
      font-size: 36px;
      margin-bottom: 15px;
      line-height: 1.3;
      
    }

    .highlight {
      color: var(--primary-orange);
      position: relative;
    }

    .subtitle {
      color: #666;
      margin-bottom: 35px;
      font-size: 1.1rem;
    }

    .feature-cards {
      display: flex;
      gap: 25px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .feature-card {
      background: #f8f9fc;
      padding: 25px 20px;
      border-radius: 20px;
      width: 160px;
      box-shadow: 0 8px 15px rgba(0,0,0,0.05);
      transition: var(--transition);
      border: 1px solid rgba(255,122,26,0.1);
    }

    .feature-card:hover {
      transform: translateY(-5px);
      border-color: var(--primary-orange);
      box-shadow: 0 15px 30px rgba(255,122,26,0.15);
    }

    .feature-card img {
      width: 50px;
      margin-bottom: 15px;
      filter: drop-shadow(0 5px 10px rgba(255,122,26,0.2));
    }

    .feature-card h5 {
      font-weight: 700;
      margin-bottom: 5px;
      color: var(--dark-blue);
    }

    .feature-card p {
      color: #666;
      font-size: 0.9rem;
      margin: 0;
    }

    /* Form box improvements */
    .masterclass-form-box {
      background: white;
      padding: 40px 35px;
      border-radius: 30px;
      box-shadow: var(--card-shadow);
      text-align: center;
      border: 1px solid rgba(0,0,0,0.05);
      height: 100%;
      transition: var(--transition);
    }

    .masterclass-form-box:hover {
      box-shadow: var(--hover-shadow);
    }

    .form-title {
      font-weight: 700;
      margin-bottom: 25px;
      font-size: 1.5rem;
      color: var(--dark-blue);
    }

    .form-title span {
      color: var(--primary-orange);
      position: relative;
    }

    .form-group {
      margin-bottom: 18px;
    }

    .form-control {
      height: 52px;
      border-radius: 15px;
      border: 2px solid #eef2f7;
      padding: 0 20px;
      font-size: 1rem;
      transition: var(--transition);
    }

    .form-control:focus {
      border-color: var(--primary-orange);
      box-shadow: 0 0 0 4px rgba(255,122,26,0.1);
      outline: none;
    }

    .join-btn {
      width: 100%;
      background: var(--primary-orange);
      border: none;
      color: white;
      padding: 15px;
      border-radius: 15px;
      font-weight: 700;
      font-size: 1.1rem;
      transition: var(--transition);
      cursor: pointer;
    }

    .join-btn:hover {
      background: var(--primary-orange-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(255,122,26,0.3);
    }

    .or-divider {
      margin: 25px 0;
      position: relative;
      color: #999;
      font-weight: 500;
    }

    .or-divider::before,
    .or-divider::after {
      content: '';
      position: absolute;
      top: 50%;
      width: calc(50% - 30px);
      height: 1px;
      background: #e0e0e0;
    }

    .or-divider::before {
      left: 0;
    }

    .or-divider::after {
      right: 0;
    }

    .or-divider span {
      background: white;
      padding: 0 15px;
    }

    .whatsapp-text {
      color: #444;
      margin-bottom: 15px;
      font-size: 1.05rem;
    }

    .whatsapp-text span {
      color: var(--whatsapp-green);
      font-weight: 700;
    }

    .whatsapp-btn {
      display: inline-block;
      background: var(--whatsapp-green);
      color: white;
      padding: 14px 28px;
      border-radius: 50px;
      margin-top: 10px;
      text-decoration: none;
      font-weight: 600;
      transition: var(--transition);
      box-shadow: 0 8px 20px rgba(37,211,102,0.25);
    }

    .whatsapp-btn:hover {
      background: var(--whatsapp-dark);
      transform: translateY(-2px);
      box-shadow: 0 12px 25px rgba(37,211,102,0.35);
      color: white;
    }

    .form-features {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-top: 30px;
    }

    .feature {
      text-align: center;
      font-size: 0.9rem;
      padding: 10px;
      background: #f8f9fc;
      border-radius: 15px;
      transition: var(--transition);
    }

    .feature:hover {
      background: white;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .feature i {
      font-size: 28px;
      color: var(--primary-orange);
      margin-bottom: 10px;
      display: block;
    }

    .feature p {
      margin: 0;
      font-weight: 500;
      color: #444;
    }

    /* Who we are section */
    .who-we-are-section {
      background: linear-gradient(135deg, var(--dark-blue), var(--darker-blue));
      color: white;
      padding: 90px 0;
      position: relative;
      overflow: hidden;
    }

    .who-we-are-section::before {
      content: '';
      position: absolute;
      top: -50px;
      right: -50px;
      width: 300px;
      height: 300px;
      background: rgba(255,122,26,0.1);
      border-radius: 50%;
    }

    .who-content h2 {
      font-size: 48px;
      font-weight: 800;
      margin-bottom: 25px;
      position: relative;
    }

    .who-content h2::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 80px;
      height: 4px;
      background: var(--primary-orange);
      border-radius: 2px;
    }

    .tagline {
      color: var(--primary-orange);
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 1.2rem;
    }

    .tagline span {
      color: white;
    }

    .who-content p {
      color: #cfd6df;
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 20px;
    }

    .highlight-text {
      color: var(--primary-orange);
      font-weight: 700;
      margin-top: 30px;
      font-size: 1.2rem;
      padding: 15px 25px;
      background: rgba(255,122,26,0.15);
      border-radius: 50px;
      display: inline-block;
    }

    .who-image {
      position: relative;
      z-index: 2;
    }

    .who-image img {
      border-radius: 30px;
      box-shadow: 0 30px 50px rgba(0,0,0,0.4);
      transition: var(--transition);
    }

    .who-image:hover img {
      transform: scale(1.02);
    }

    /* Trading masterclass section */
    .trading-masterclass {
      background: var(--light-bg);
      padding: 80px 0;
    }

    .masterclass-card {
      background: linear-gradient(145deg, #0c2c3f, #092231);
      color: white;
      padding: 60px 50px;
      border-radius: 40px;
      margin-bottom: 60px;
      position: relative;
      overflow: hidden;
    }

    .masterclass-card::before {
      content: '';
      position: absolute;
      top: -100px;
      right: -100px;
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(255,122,26,0.2) 0%, transparent 70%);
      border-radius: 50%;
    }

    .masterclass-card h2 {
      font-size: 42px;
      font-weight: 800;
      margin-bottom: 15px;
      line-height: 1.2;
    }

    .orange {
      color: var(--primary-orange);
    }

    .subtitle {
      color: #b0c0d0;
      font-size: 1.2rem;
      margin-bottom: 30px;
    }

    .mistake-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin: 35px 0;
    }

    .mistake-card {
      background: white;
      color: #222;
      padding: 20px 15px;
      border-radius: 20px;
      text-align: center;
      font-size: 1rem;
      font-weight: 600;
      transition: var(--transition);
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

    .mistake-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    }

    .mistake-card span {
      font-size: 32px;
      display: block;
      margin-bottom: 10px;
    }

    .learn {
      margin-top: 25px;
      font-size: 1.2rem;
      font-weight: 500;
    }

    .faq-section {
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
    }

    .faq-section h3 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 35px;
      color: var(--dark-blue);
    }

    .faq-box {
      background: white;
      border-radius: 20px;
      padding: 22px 25px;
      margin-bottom: 15px;
      text-align: left;
      box-shadow: 0 5px 15px rgba(0,0,0,0.03);
      transition: var(--transition);
      border: 1px solid rgba(0,0,0,0.05);
      cursor: pointer;
    }

    .faq-box:hover {
      box-shadow: 0 8px 25px rgba(255,122,26,0.1);
      border-color: var(--primary-orange);
    }

    .faq-box h5 {
      margin: 0;
      font-weight: 700;
      color: var(--dark-blue);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .faq-box h5::after {
      content: '\F282';
      font-family: 'bootstrap-icons';
      color: var(--primary-orange);
      font-size: 1.2rem;
    }

    .faq-box p {
      margin: 15px 0 0;
      color: #666;
      line-height: 1.6;
      border-top: 1px solid #eee;
      padding-top: 15px;
    }

    .buttons {
      margin-top: 35px;
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .join-btn, .whatsapp-btn {
      padding: 16px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.1rem;
      transition: var(--transition);
      display: inline-block;
    }

    .join-btn {
      background: var(--primary-orange);
      color: white;
      box-shadow: 0 8px 20px rgba(255,122,26,0.3);
    }

    .join-btn:hover {
      background: var(--primary-orange-dark);
      transform: translateY(-2px);
      box-shadow: 0 12px 25px rgba(255,122,26,0.4);
      color: white;
    }

    .whatsapp-btn {
      background: var(--whatsapp-green);
      color: white;
      box-shadow: 0 8px 20px rgba(37,211,102,0.25);
    }

    .whatsapp-btn:hover {
      background: var(--whatsapp-dark);
      transform: translateY(-2px);
      box-shadow: 0 12px 25px rgba(37,211,102,0.35);
      color: white;
    }

    /* Masterclass learn section */
    .masterclass-section {
      background: linear-gradient(135deg, var(--dark-blue), var(--darker-blue));
      padding: 100px 0;
      color: white;
    }

    .learn-card {
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(10px);
      padding: 35px 30px;
      border-radius: 25px;
      transition: var(--transition);
      height: 100%;
      border: 1px solid rgba(255,255,255,0.1);
    }

    .learn-card:hover {
      transform: translateY(-8px);
      background: rgba(255,255,255,0.12);
      border-color: var(--primary-orange);
    }

    .learn-card h3 {
      color: var(--primary-orange);
      margin-bottom: 20px;
      font-size: 1.5rem;
      font-weight: 700;
    }

    .learn-card ul {
      padding-left: 20px;
      margin: 0;
    }

    .learn-card li {
      margin-bottom: 10px;
      color: #e0e8f0;
      font-size: 1.1rem;
    }

    .feature-box {
      background: white;
      color: var(--dark-blue);
      padding: 20px 15px;
      text-align: center;
      border-radius: 15px;
      font-weight: 700;
      font-size: 1.1rem;
      transition: var(--transition);
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
      border: 2px solid transparent;
    }

    .feature-box:hover {
      transform: translateY(-5px);
      border-color: var(--primary-orange);
      box-shadow: 0 15px 30px rgba(255,122,26,0.3);
    }

    .cta-box {
      margin-top: 70px;
      text-align: center;
      background: rgba(255,255,255,0.05);
      padding: 60px 40px;
      border-radius: 40px;
      backdrop-filter: blur(10px);
    }

    .cta-box h3 {
      font-size: 2.5rem;
      font-weight: 800;
      margin-bottom: 15px;
    }

    .cta-box p {
      font-size: 1.2rem;
      color: #b0c0d0;
      margin-bottom: 30px;
    }

    /* Responsive improvements */
    @media (max-width: 768px) {
      .hero-section h1 {
        font-size: 40px;
      }
    section.features {
        zoom:0.7
}
.masterclass-form-box {
    zoom: 0.7;
}
      
      
      .title {
        font-size: 28px;
      }
      
      .masterclass-card {
        padding: 40px 25px;
      }
      
      .masterclass-card h2 {
        font-size: 32px;
      }
      
      .who-content h2 {
        font-size: 36px;
      }
      
      .feature-cards {
        gap: 15px;
      }
      
      .feature-card {
        width: 140px;
        padding: 20px 15px;
      }
      
      .btn-main, .btn-outline {
        padding: 12px 25px;
      }
    }

    @media (max-width: 576px) {
      .hero-section .lead {
        max-width: 100%;
      }
      
      .feature-card {
        width: 100%;
        max-width: 200px;
      }
      
      .mistake-grid {
        gap: 12px;
      }
      
      .buttons {
        flex-direction: column;
        align-items: center;
      }
      
      .join-btn, .whatsapp-btn {
        width: 100%;
        text-align: center;
      }
    }

    /* Smooth scrolling */
    html {
      scroll-behavior: smooth;
    }

    /* Better focus states */
    *:focus-visible {
      outline: 3px solid var(--primary-orange);
      outline-offset: 3px;
    }

    /* Animation for cards */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .feature-card, .learn-card, .faq-box {
      animation: fadeInUp 0.6s ease-out forwards;
    }
    header#header {
          background: #2e455d !important;
}
/*.navmenu ul li a{*/
/*        color: white;*/
/*}*/

.navmenu ul li a {
    /* background-color: #354343; */
    color: white !important;
}

/* Mobile View */
@media (max-width: 768px) {
    .navmenu ul li a{
        background-color: #354343;
    }
}

.banner img{
width:100%;
height:auto;
display:block;
}

@media (max-width:768px){
    .banner-img{
      
          width: 100%;
    height: auto;
    display: block;
    /* padding: 1px; */
        height: 169px;
    /* border-radius: 18px; */
    /* top: -13px; */
    /* position: relative; */
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 11px;
    }
    
        .banner-img2{
      
          width: 100%;
    height: auto;
    display: block;
    /* padding: 1px; */
    height: 323px;
    /* border-radius: 18px; */
    /* top: -13px; */
    /* position: relative; */
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 11px;
    }
}





/* section box */
.features{
    max-width:900px;
      margin: 11px auto;
    background:#fff;
    border-radius:12px;
    display:flex;
    box-shadow:0 3px 10px rgba(0,0,0,0.08);
    overflow:hidden;
        padding: 0px;
}

/* each item */
.feature-item{
    flex:1;
    text-align:center;
    /*padding:20px;*/
}

/* divider line */
.feature-item:not(:last-child){
    border-right:1px solid #e3e3e3;
}

.feature-item img{
 width: 60px;
    margin-bottom:8px;
}

.feature-item h4{
    margin:0;
    font-size:16px;
    font-weight:600;
    color:#0b2545;
}

.feature-item p{
    margin:4px 0 0;
    font-size:14px;
    color:#555;
}

/* mobile responsive */
@media (max-width:768px){


.feature-item{
    padding:15px 10px;
}

.feature-item img{
    width:75px;
}

.feature-item h4{
    font-size:14px;
}

.feature-item p{
    font-size:12px;
}

}


#trading-banner{
width:100%;
max-width:900px;
margin:auto;
padding:25px;
border-radius:10px;
text-align:center;
color:white;
font-family:Arial, Helvetica, sans-serif;
}

.banner-heading{
font-size:24px;
font-weight:700;
margin-bottom:8px;
}

.banner-subtext{
color:#cbd5e1;
margin-bottom:20px;
}

#button-wrapper{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.banner-btn{
padding:12px 22px;
border-radius:8px;
font-weight:600;
text-decoration:none;
color:white;
display:inline-flex;
align-items:center;
gap:8px;
transition:0.3s;
}

.masterclass-btn{
background:#ff6a00;
}

.masterclass-btn:hover{
background:#e85d00;
}

.whatsapp-btn2{
background:#1fa463;
}

.whatsapp-btn2:hover{
background:#168a53;
}



.review-card{
        max-width: 667px;
    margin:auto;
    border:none;
border-radius: 0 0 15px 15px;

    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.rating{
    font-size:20px;
    font-weight:600;
    color:#222;
}

.stars{
    color:#ffc107;
    font-size:22px;
}

.review{
    background:#f8f9ff;
    padding:10px 15px;
    border-radius:8px;
    margin-bottom:10px;
    font-size:15px;
}

.disclaimer{
    font-size:12px;
    color:#777;
    margin-top:15px;
    line-height:1.5;
}