﻿ * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: outfit, sans-serif;
    }


    body {
     
      overflow-x: hidden;
    }



section {
  padding: 30px 0;  
}

 p {
      font-size:15px !important;
      font-family: outfit, !important;
      line-height:18px !important;
      color:#5F5F5F;
    }
    
   /* Header */
  header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  background: transparent; /* optional */
}

.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}



  .leader-img11 {

        display: none;
    
    }
    .leader-img11 img {
        width: 100%;
        border-radius: 6px;
    }



 header.scrolled {
  background: #04244B; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.3); 
}

    

    .logo {
      font-size: 1.4rem;
      font-weight: bold;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    nav {
      display: flex;
      gap: 25px;
      font-weight:300;
	  
    }

    nav a {
      color: #fff;
      text-decoration: none;
      font-size:16.229px;
      transition: color 0.3s;
    }

    nav a:hover {
      color: #00bfff;
    }

    /* Mirror ke baad gap */
    nav a.mirror {
      margin-right: 50px;
    }

    .header-buttons {
      display: flex;
      gap: 15px;
      align-items: center;
    }

    .btn {
      padding:11px 35px;
      border-radius: 20px;
      border: 1px solid #fff !important;
      font-size: 0.9rem;
      cursor: pointer;
      background: transparent;
      color: #fff;
      transition: 0.3s;
     font-family: outfit, sans-serif !important;

    }

    .btn:hover {
      background: #fff;
      color: #000;
    }

    .login-btn {
      background: #007bff;
      border: none;
      color: #fff;

    }

    .login-btn:hover {
      background: #0056b3;
    }

		/* Responsive */
	.hamburger {
	  display: none;	
	  cursor: pointer;
	  width: 30px;
	  height: 22px;
	  flex-direction: column;
	  justify-content: space-between;
	}

	.hamburger span {
	  display: block;
	  height: 3px;
	  background: #fff;
	  border-radius: 2px;
	  transition: 0.3s;
	}

	/* Mobile nav (hidden by default) */
	.mobile-nav {
	  position: fixed;
	  top: 0;
	  right: -100%; /* offscreen */
	  width: 250px;
	  height: 100%;
	  background: #04244B;
	  color: #fff;
	  display: flex;
	  flex-direction: column;
	  padding: 20px;
	  transition: right 0.3s ease-in-out;
	  z-index: 999;
	}

	/* Active state: visible */
	.mobile-nav.active {
	  right: 0;
	}

	.mobile-nav a {
	  color: #fff;
	  text-decoration: none;
	  padding: 12px 0;
	  border-bottom: 1px solid rgba(255,255,255,0.2);
	}
    .mobile-nav.show {
      display: flex;
      margin-top:20px;
    }

    /* Hero Section */
    .hero {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 25px 5%;
    }

    .hero video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
      background-color: #0a0a23;  /* pick your color */

    }
     
	.hero-contentmain {
      max-width:1081px;
      z-index: 2;
      margin-top:80px; /* header ke neeche */
    }

    .hero-contentmain h1 {
      font-size:2.6rem;
      font-weight:300 ;
      margin-bottom: 20px;
      line-height:1;
      font-family:Ubuntu, sans-serif;
      letter-spacing:-2px;
      color:#fff;
    } 
	 
	 
    .hero-content {
      max-width:1081px;
      z-index: 2;
      margin-top:80px; /* header ke neeche */
    }

    .hero-content h1 {
      font-size:3.2rem;
      font-weight:300 ;
      margin-bottom: 20px;
      line-height:1;
      font-family:Ubuntu, sans-serif;
      letter-spacing:-2px;
      color:#fff;
    }
/* Container fix */
.container {
  width: 100%;
  max-width: 1200px;   
  margin: 0 auto;      
  padding-right: 15px;
  box-sizing: border-box;
}

    .features {
      display: flex;
      gap:30px;
       flex-wrap: wrap; 
      padding-top:10px;
    }

    .feature-box {
      flex: 1 1 250px;
      display: flex;
      align-items: center;
      gap: 25px;
      text-align: left;
    }
	
	
	.feature-box img {
      width:52px;
      height:52px;
    }
	
   
	

    .feature-box p {
      font-size:15px;
      font-weight:300 !important;
      color: #fff !important;
    }

    .feature-box strong {
      display: block;
      font-size:16.229px;
    }



/* Tablet & Mobile */
@media (max-width: 992px) {
  nav {
    display: none;

  }


.ourlead-text-x1 {
  flex: 1;
  padding-left: 60px; 
  padding-right: 80px;
  padding-top: 80px;
  justify-content: center;      /* reduced left padding */
}


.ourlead-text-x11 {
  flex: 1;
  padding-left: 60px; 
  padding-right: 60px;
  padding-top: 80px;
  justify-content: center;      /* reduced left padding */
}


  .leader-img11 {
        border-radius: 12px;
        padding: 10px;
        width:320px!important;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right:40px;
    }
    .leader-img11 img {
        width: 100%;
        border-radius: 6px;
    }


  .hamburger {
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
    
  }
  .header-buttons .btn, 
  .header-buttons .login-btn {
    display: none !important;
  }

  .trading-visual{
    display:none !important;
  }


.testimonial-image img {
    width: 100%;
    border-radius: 12px;
	
}


.leader-img {
    border-radius: 12px;
    padding: 10px;
    width: 50px !important;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px !important;
}

.leader-text {
    flex: 1;
    padding-right: 200px; 
}
  .feature-box {
      flex: 1 1 100px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

      .features {
      display: flex;
      gap:0px !important;
      flex-wrap: wrap;
      padding-top:10px;
    }


.trading-content {
  width:300px !important;
}
    

    .section-heading{
      font-size:36px !important;
      line-height: 40px !important;
      letter-spacing:1px !important;
      margin-top:20px;
    }

    .section-title{
       font-size:36px !important;
      line-height: 40px !important;
      letter-spacing:1px !important;
    }

    .box-header h3{
      font-size:28px !important;
     line-height:32px !important;

    }

    .trading-content h2{
      font-size:36px !important;
      line-height: 40px !important;
      letter-spacing:1px !important;
    }

    .services-heading{
      font-size:36px !important;
      line-height: 40px !important;
      letter-spacing:1px !important;
    }

    .ourexp{
      font-size:36px !important;
      line-height: 40px !important;
      letter-spacing:1px !important;
    }

    .trusted-section{
      font-size:36px !important;
      line-height: 50px !important;
      letter-spacing:1px !important;

    }

    .solution-box {
   padding:30px 20px 80px 20px !important;
  }

  .solution-box {
    position: relative; 
}

.solution-box img {
    position: absolute;
    bottom: 15px;   
    right: 15px;    
    width: 40px;    
    height: 40px;
}

.testimonial-slide.active {
    display:block !important;
}

.testimonial-quote{
padding-left:30px !important;
font-size:30px !important;
padding-top:0px !important;
}

.why-choose-text h2{
 font-size:26px !important;
  line-height: 40px ;
 letter-spacing:1px ;

}

.pricing h2{
   font-size:36px !important;
  line-height: 40px ;
 letter-spacing:1px ;
}



.map-wrap{
width:350px !important;
}
}


/* Extra small screens */
@media (max-width: 480px) {
  .hero {
    padding: 0 20px;
    text-align: center;
    justify-content: center;
  }
  .feature-box {
    justify-content: center;
    text-align: left;
  }
  

   .hero-contentmain {
	
	  
	  max-width:900px;
      z-index: 2;
	  height: 75dvh;
	  
	
	  
    }
	
  .hero-contentmain h1 {
	  
      font-size:1.6rem !important;
      font-weight:300 ;
      margin-bottom: 10px;
      line-height:1;
      font-family:Ubuntu, sans-serif;
      letter-spacing:-2px;
      color:#fff;
	  
	  
	
    }	
  
  
  
  .hero-content {
      max-width:900px;
      z-index: 2;
	
	  
    }
	
  .hero-content h1 {
      font-size:2.6rem !important;
      font-weight:300 ;
      margin-bottom: 10px;
      line-height:1;
      font-family:Ubuntu, sans-serif;
      letter-spacing:-2px;
      color:#fff;
	  
	
    }
	
	
}

.leader-img
{
  display:none;
}

.chat-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.chat-icons a {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: transform 0.2s;
    text-decoration: none;
}

.chat-icons a:hover {
    transform: scale(1.1);
}

.chat-icons i {
    font-size: 28px;
}

/* WhatsApp icon color */
.chat-icons .whatsapp i {
    color: #25D366;
}

/* Chat icon color */
.chat-icons .chat i {
    color: #000000;
}

.login-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0d6efd; /* Blue background */
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    width:120px; /* Fix width for proper look */
}

.login-btn:hover {
    background: #0b5ed7; /* Hover shade */
}

.login-btn .icon {
    background: white;
    color: #0d6efd;
    border-radius: 50%;
    width:25px;
    height:25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 16px;
}



.testimonial-quote{
padding-left:30px;
font-size:18px !important;
padding-top:0px !important;
line-height:28px !important;
color: white !important; /* change to any color you like */
text-align: left;

}



  /* AI Signals Section */
        .ai-signals {
            padding:25px 5%;
            margin-bottom:40px;
        }

        .section-heading {
  color: #090909;
text-align: center;
font-family: Ubuntu;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 64.031px; /* 128.571% */
letter-spacing: -1.992px;
        }
        .section-discription {
          color: #585858;

text-align: center;
font-family: "Outfit";
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 19.921px; /* 140% */
letter-spacing: -0.285px;
            margin-bottom:30px;
            margin-top: 10px;
        }

        .cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap:10px;
            margin: 0 auto;
        }

        .card-es
         {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }

        .card:hover {
            transform: translateY(-10px);
        }

        .card-image-1 {
            height: 200px;
            background-image: url('../images/ai-signal1.png');
            background-repeat:no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 40px;
        }
        .card-image-2 {
            height: 200px;
            background-image: url('../images/service-2.png');
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 40px;
        }
        .card-image-3 {
            height: 200px;
            background-image: url('../images/service-3.png');
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 40px;
        }
        .card-image-4 {
            height: 200px;
            background-image: url('../images/service-4.png');
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 40px;
        }

        .card-content {
            padding: 20px;
        }

        .card-title {
           color: #041A34;

font-family: "Outfit";
font-size:14px;
font-style: normal;
font-weight: 300;
line-height: 21.344px; /* 136.364% */
letter-spacing: -0.313px;
        }

        .card-description {
            color: #666;
            font-size: 14px;
            line-height: 1.5;
        }

        /* AI Solutions Section */
        .ai-solutions {
            background: #f5f5f5;
            padding: 80px 50px;
        }

        .solutions-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .solution-item {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .solution-icon {
            width: 60px;
            height: 60px;
            background: #4fc3f7;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 24px;
            color: white;
        }

        .solution-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
        }

        .solution-description {
            color: #666;
            line-height: 1.6;
        }

    .feature {
      flex: 1 1 300px;
      display: flex;
      gap: 10px;
      font-size:14.5px;
      font-family:"Cera Pro"sans-serif !important;
      align-items: flex-start;
      color: #fff;
    }
    .feature-icon {
      font-size:40px;
    }
    .chat-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: white;
      color: black;
      padding: 12px 20px;
      border-radius: 50px;
      font-weight: bold;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      cursor: pointer;
    }
    .ticker {
      background: #003366;
      padding:25px 5%;
      font-weight:400 !important;
    }
    @media (max-width: 768px) {
      nav {
        flex-wrap: wrap;
        gap: 10px;
		
      }
      .hero h1 {
        font-size:32px;
        text-align: left;
        letter-spacing:-2px;
      }
      .features {
        flex-direction: column;
      }

     
    .ourlead-profile-x1 {
    display: block !important; 
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: px;
    gap: 30px;
    }

    }

    .video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-section .overlay {
  position: relative;
  z-index: 1;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

.video-section .overlay h1 {
  font-size: 2.5rem;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .video-section .overlay h1 {
    font-size: 1.8rem;
  }
  .about{
    font-size: 25px !important;
  }
  .aboutt{
    font-size: 20px !important;
  }
  .section-heading {
    font-size: 32px !important;
  }
  .ourexp{
        font-size: 32px !important;

  }
}





.smart-trading  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: ;
  gap: 30px;
  padding:45px 5%;
  padding-bottom: 0px;
}

.smart-trading .text-section {
  flex: ;
  
}

.about{
width:500px;
  font-size:30px;
  font-weight:400;
  line-height:33px;
  letter-spacing:-1px;
  font-family: Ubuntu,  sans-serif !important;
  margin-bottom:20px;
  color:#04244b;
}

.aboutt{
width:500px;
  font-size:20px;
  font-weight:400;
  line-height:33px;
  letter-spacing:-1px;
  font-family: Ubuntu,  sans-serif !important;
  margin-bottom:20px;
  color:#04244b;
}

@media (max-width: 768px) {
  .about {
    width: 100% !important; /* more top-bottom padding for mobile */
  }
  .aboutt {
    width: 100% !important; /* more top-bottom padding for mobile */
  }
  
  .section-title{
    font-size: 32px !important;
    letter-spacing: -0.511px !important;
  }
  .trading-content h2 {
    font-size: 32px !important;
        letter-spacing: -0.511px !important;

  }
      .services-headin{
        font-size: 32px !important;
            letter-spacing: -0.511px !important;

      }
      .trusted-section h2{
        font-size: 32px !important;
            letter-spacing: -0.511px !important;

      }
}

.featuresess {
  display: flex;
  flex-wrap: wrap;           
  gap: 9px;                
  max-width: 500px;          
  margin: 0 auto;            
  font-family: Arial, sans-serif;
}

.featuresess span {
  border: 1px solid #c8dcf3; 
  border-radius: 999px;      
  padding: 8px 18px;        
  color: #1a4e8a;
  white-space: nowrap;       
}

.smart-trading h2 {
  font-size:48px;
  margin-bottom: 20px;
  color: #2C2C2C;
  line-height: 50px;
  font-weight:400;
  letter-spacing: -1.992px;
  margin-bottom: 30px;

}

.smart-trading .features {
  display: grid;
  grid-template-columns: repeat(2, max-content); 
  gap: 12px 24px; 
  margin-bottom: 20px;
}

.smart-trading .features span {
  background: #f0f4ff;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
}

.smart-trading .stats {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.smart-trading .stats div {
  font-size: 15px;
  text-align: center;
}

.smart-trading .stats strong {
  font-size:49px;
  color: #000;
  font-weight:400 !important;
 font-family: 'ubuntu', sans-serif;

}

.smart-trading .buttons {
  display: flex;
  gap:5px;
  flex-wrap: wrap;
}

.smart-trading .btn {
  padding:13px 45px;
  font: 15px;
  border: none;
  border-radius:35px;
  cursor: pointer;
  transition: 0.3s;

}

.smart-trading .btn.primary {
  background: #007bff;
  color: #fff;
  margin:0px;
}

.smart-trading .btn.secondary {
 
  color: #333;
  border: solid 1px #7E9DC2 !important;
}

.smart-trading .image-section {
  flex: 1 1 300px;
  text-align: center;
}

.smart-trading .image-section img {
  width: 100%;
  max-width:600px;
  border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 480px) {
  .smart-trading .features {
    grid-template-columns: 1fr;
  }
}

  .buttons {
  display: flex;
}

.btn {
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 10px 38px;
  border-radius: 999px;  /* pill shape */
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

/* Primary (filled blue) */
.btn.primary {
  background-color: #1363C6;
  color: white !important;
  
}

.btn.primary a{
  text-decoration:none;
  color: #fff;
}


@media (max-width: 768px) {
  .card-image-1,
  .card-image-2,
  .card-image-3,
  .card-image-4 {
    height: 150px; /* smaller height for mobile */
  }
  .ai-signals {
    padding-top: 40px; /* adjust as needed */
  }

}

@media (max-width: 768px) {
  .ai-signals {
    padding: 50px 20px; /* more top-bottom padding for mobile */
  }
  .card-es {
    margin-bottom: 25px; /* more gap between cards */
  }
}

.card-image-1,
.card-image-2,
.card-image-3,
.card-image-4 {
  background-size: cover;     /* Ensures image always covers */
  background-repeat: no-repeat; /* Prevent repeat */
  background-position: center; /* Keeps focus in center */
  width: 100%;
  height: 200px; /* You can adjust based on design */
  border-radius: 12px; /* optional for smooth edges */
      padding-top: 40px; /* adjust as needed */

}

/* Secondary (white with blue border) */
.btn.secondary {
  color: #000;
    border-color:solid 1px #7E9DC2;

}

/* Hover effects */
.btn.primary:hover {
  background-color: #1363C6;
  border-color: #1363C6;
}

.btn.secondary:hover {
  background-color: #f5f9ff;
}

.btn.secondary a {
  text-decoration: none;
  color: inherit;   
  display: block;
  width: 100%;
  height: 100%;
}

  .smart-trading .stats {
    width: 100%;
color: #041A34;
margin-top: 40px;
font-family: "Cera Pro";
font-size: 14.229px;
font-style: normal;
font-weight: 400;
line-height: 21.344px; /* 150% */
letter-spacing: -0.285px;  }

  .smart-trading .buttons {
    flex-direction: row;
    justify-content: flex-start;
  }

  .smart-trading .image-section img {
    max-width: 100%;
  }

  .ai-section {
      padding: 40px 20px;
      text-align: center;
      background-color: #fff;
    }

   
    .ai-section h1 {
     color: #090909;

text-align: center;
font-family: Ubuntu;
font-size: 49.802px;
font-style: normal;
font-weight: 400;
line-height: 64.031px; /* 128.571% */
letter-spacing: -1.992px;

    }

    .ai-section p {
      font-size:15px;
      color: #555;
      margin-bottom: 40px;
    }

   
    .feature-card {
      background: #f8f9fa;
      border-radius: 12px;
      overflow: hidden;
      width:300px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      margin-right: 5px;
    }

    .feature-card:hover {
      transform: translateY(-5px);
    }

    .feature-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .feature-card p {
      font-size: 15px;
      padding: 15px;
      margin: 0;

    }

    @media (max-width: 768px) {
      .ai-section h1 {
        font-size: 24px;
      }

      .features {
        flex-direction: column;
        align-items: center;
      }

      .feature-card {
        width: 90%;
        max-width: 320px;
      }
    }

    .ai-solutions-section {
  padding:25px 5%;
  background: #f9f9f9;
  font-family: 'Arial', sans-serif;
  background-image: url('../images/apparatus.png');
}

.ai-solutions-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size:49px;
  font-weight:400 !important;
  margin-bottom: 40px;
  line-height:52px;
  color:#090909;
  letter-spacing: -1.992px;
  font-family:Ubuntu;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.solution-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.box-header h3 {
  font-size:40px;
  margin: 0;
  flex: 1;
  font-weight:300 !important;
  line-height:46px;
  letter-spacing: -1.707px;
  color: #000 !important;
  font-family: Ubuntu;
}

.box-number {
  background: #001e3c;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}

.solution-box p {
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0;
}

.solution-box img {
  width:140px;
  height:140px;
  margin-top:-150px;
  align-self: flex-end;
}

.bottom-row {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.bottom-text {
  font-size:15px;
  color: #333;
}

.buttons {
  text-align: right;
}

.btn {
  padding: 11px 35px;
  margin-left: 10px;
  border-radius: 25px;
  text-decoration: none;
  font-size:16.229px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
  background: #004aad;
  color: white;
}

.btn-primary:hover {
  background: #003b8e;
}

.btn-secondary {
  background: #e0e0e0;
  color: #333;
}

.btn-secondary:hover {
  background: #ccc;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .buttons {
    text-align: left;
    width: 100%;
  }

  .btn {
    margin: 10px 10px 0 0;
  }

  .section-title {
    font-size: 26px;
  }

  .solution-box img {
    width: 50px;
    height: 50px;
  }

  .trading-section {
    background-position: left !important;
  }
}

.trading-section {
  display: flex;
  flex-wrap: wrap;
  background: #0b0f30;
  border-radius: 20px;
  margin-top:30px;
  margin-top:30px; padding-top: 50px;padding-bottom: 50px;
  overflow: hidden;
  color: white;
  background-image: url('../images/ai-power.png');
  padding:25px 5%; 
  gap: 20px;
  background-size: cover;
 background-position: center;
}

.trading-content {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width:400px !important;
  margin-top:10px;
}

.trading-content h2 {
  font-size:49px;
  font-weight:400;
  margin-bottom: 20px;
  line-height: 53px;
  font-family:Ubuntu;
  letter-spacing: -1.992px;
}

.trading-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #d0d6f9;
  font-weight:300;
  /* width: 400px;*/
}

.trading-buttons {
  display: flex;
  gap: 15px;
  margin-bottom:25px;
}

.btn-primary {
  padding: 10px 20px;
  color: #FFF;
  border-radius: 30px;
  text-decoration: none;
  font-weight:400;
}

.btn-outline {
  padding: 10px 20px;
  border: 1px solid #ffffff66;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.trading-visual {
  position: relative;
  flex: 1 1 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trading-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.data-point {
    position: absolute;
    background: white;
    color: #0b0f30;
    width: 60px;           
    height: 60px;          
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;    
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Trading AI Services Styles */
.trade-services {
  background: #fff;
  padding:25px 5%;
}

.services-wrapper {
  margin: auto;
  margin-top: 0px;
}

.services-heading {
color: #090909;
margin-bottom: 25px;
text-align: center;
font-family: Ubuntu;
font-size: 49px;
font-style: normal;
font-weight: 400;
line-height: 51.225px; /* 102.857% */
letter-spacing: -1.992px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.service-card {
  background: #EDF5FF;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

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

.service-desc {
  padding: 15px;
  font-size: 15px;
  color: #333;
  text-align: left;
}


  .leadership-section {
    margin: auto;
    padding:25px 5%;
    margin-top: 45px;
    background: url('../images/bg-image.png');
    background-size: cover;
}

    
    .leadership-section h2 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .leadership-section h6.subtitle {
        max-width: 900px;
        color: #FFF;
        font-family: "Cera Pro";
        font-size: 14.229px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.498px;
    }
    .leader {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 60px;
        margin-top: 40px;
    }
    .leader:nth-child(even) {
        flex-direction: row-reverse;
    }
    .leader-img {
        border-radius: 12px;
        padding: 10px;
        width:450px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right:40px;
    }
    .leader-img img {
        width: 100%;
        border-radius: 6px;
    }




    



    .leader-text {
        flex: 1;
        padding-right: 250px;
        
    }
    .leader-textes {
        flex: 1;
        padding: 0px 50px 0px 350px;
        
    }
    .leader-text h3 {
      color: #FFF;
      font-family: Ubuntu;
      font-size: 35.573px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
    .leader-text h5.role {
        color: #FFF;
        font-family: Ubuntu;
        font-size: 21.344px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px;
    }
    .leader-text h6 {
        color: #FFF;

font-family: "sora";
font-size: 14.229px;
font-style: normal;
font-weight: 400;
line-height: 18.498px;
    }

    
.trusted-section {
    background-color: #fff;
    padding:25px 5%;
    text-align: center;
}

.trusted-container {
    max-width: 1200px;
    margin: 0 auto;
}

.trusted-section h2 {
    font-size:49px;
    font-weight:400;
    margin-bottom: 15px;
    color: #000;
    font-family:Ubuntu;
    margin-top: 20px;
    letter-spacing: -1.992px;
}

.trusted-subtitle {
    font-size: 15px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.5;
}

.trusted-logos {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  background: #fff; 
  padding-bottom:20px;
}

.logo-slide {
  display: inline-flex;
  align-items: center;
  gap: 50px; 
  animation: scroll 20s linear infinite;
}

.logo-slide img {
  height:60px; 
  width: auto;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.testimonial-section {
  background-color: #072448;
  padding: 20px 5%;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  

}

.testimonial-container {
  max-width: 1200px; /* shrink overall width */
  margin: auto;
  position: relative;
}

.testimonial-slide {
  display: none;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px; /* smaller gap */
  
}

.testimonial-slide.active {
  display: grid;
}

.testimonial-image img {
  width: 45%; /* shrink image */
  border-radius: 10px;
  margin-left: 50px;  
}

.testimonial-text {
  position: relative;
}

.quote-icon {
  font-size: 150px; /* shrink from 300px */
  color: #1e88ff;
  position: absolute;
  top: -60px;
  left: -10px;
  opacity: 0.2;
}

.testimonial-quote {
  margin-top: 0px;
  font-family: "Outfit", sans-serif;
  font-size: 16px; /* half size */
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.author-line {
  width: 30px;
  height: 2px;
  background-color: white;
  margin-right: 10px;
}

.testimonial-author h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.testimonial-author p {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
}

/* Navigation buttons */
.testimonial-nav {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}

.testimonial-nav button {
  width: 35px;
  height: 35px;
  border: 2px solid white;
  border-radius: 50%;
  background: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}

.testimonial-nav button:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ✅ Mobile responsive */
@media (max-width: 768px) {
  .testimonial-slide {
    grid-template-columns: 1fr; /* stack image & text */
    text-align: center;
	
  }

  .testimonial-image img {
    width: 80%;
    margin: auto;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 20px;
    padding-left: 0px !important;
  }

  .testimonial-author{
    text-align: center !important;
    justify-content: center !important;
    padding-bottom: 20px !important;
  }

  .quote-icon {
    font-size: 80px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.testimonial-slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.8s ease-in-out; /* smooth fade */
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  pointer-events: none; /* prevent clicks on hidden slides */
}

.testimonial-slide.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

/* ✅ Mobile responsive */
@media (max-width: 768px) {
  .testimonial-slide {
    grid-template-columns: 1fr; /* stack image & text */
    text-align: center;
    gap: 20px;
  }

  .testimonial-image img {
    width: 70%;
    margin: auto;
  }
  
  
  .testimonial-nav button {
	  
	  display: none; 	  
	  width: 35px;
	  height: 35px;
	  border: 2px solid yellow;
	  border-radius: 50%;
	  background: none;
	  color: yellow;
	  font-size: 18px;
	  cursor: pointer;
	  transition: background 0.3s;
}
}


.tradingai-footer {
  background: #04244B;
  color: #fff;
  font-family: Arial, sans-serif;
  padding:65px 5%;
  
  
  
 
  
}

.content {
  flex: 1; /* pushes footer down */
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.footer-logo {
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* By default, hide mobile logo */
.footer-logo-mobile {
  display: none;
}

.footer-address,
.footer-phone,
.footer-email {
  font-size:15px;
  line-height:20px;
  font-family:outfit, sans-serif;
  font-weight:300;

}

.footer-address li {
  color: #fff;
  font-size: 5px;
  display: flex;          
  align-items: flex-start;
}

.footer-address i {
  margin-right: 10px;   
  font-size: 10px;
  width: 18px;          
  text-align: center;    
  color: #fff;
  
}



.footer-social a {
  display: inline-flex;       
  align-items: center;          
  justify-content: center;      
  width: 40px;                  
  height: 40px;
  margin-right: 10px;
  background: #0066cc;          
  color: white;
  border-radius: 50%;           
  font-size: 18px;              
  text-decoration: none;
  transition: 0.3s;
}

.footer-column h4 {
  margin-bottom: 10px;
  font-size:20px;
  font-weight:500;
  font-family:Ubuntu;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column li {
  margin:10px 0;
  font-size:14.5px;
  font-weight:300;
  text-decoration: none;

}


.footer-column ul li span {
  margin-right: 5px;
  color: #ccc;
  font-size:28px;   
  font-weight:300;
}

.footer-column ul li a:hover {
  color: #00bfff;                /* text color on hover */
}
.footer-partner-logo {
  width: 60px;
  margin-bottom: 8px;
}

.footer-divider {
  border-top: 1px solid #333;
  margin: 20px 0;
}

.footer-disclaimer {
  font-size:14px !important;
  color: #a7a6a6 !important;
  line-height: 1.4;
}

.footer-column ul li a {
  text-decoration: none;    
  color: #fff;              
  font-size:15px;
  display: flex;
  align-items: center;
  transition: 0.3s;

}




/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
   
	
  }
  
  .footer-logo-desktop {
    display: none;
  }
  .footer-logo-mobile {
    display: inline;
  }
}

@media (max-width: 500px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
  .footer-logo-desktop {
    display: none;
  }
  .footer-logo-mobile {
    display: inline;
  }
}


  /* ===== Styles ===== */
  .ticker{
    --bg: #0E63E5;        
    --text: #ffffff;      
    --height:35px ;       
    --speed: 25s;        
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial, "Noto Sans";
    background: var(--bg);
    color: var(--text);
    height: var(--height);
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
  }
  .ticker__label{
    font-weight: 700;
    padding: 0 0px;
    white-space: nowrap;
  }
  .ticker__viewport{
    position: relative;
    overflow: hidden;
    flex: 1;
    margin-left: 10px;
  }
  .ticker__track{
    display: inline-flex;
    align-items: center;
    gap: 3rem;                 /* space between repeats */
    white-space: nowrap;
    will-change: transform;
    animation: ticker-scroll var(--speed) linear infinite;
  }
  .ticker__segment{
    display: inline-block;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: .2px;
  }
  .ticker:hover .ticker__track{ animation-play-state: paused; }

  @keyframes ticker-scroll{
    from { transform: translateX(0); }
    to   { transform: translateX(calc(var(--distance) * -1)); }
  }

  /* Accessibility & small screens */
  @media (prefers-reduced-motion: reduce){ .ticker__track{ animation: none; } }
  @media (max-width: 480px){
    .ticker{ --height: 42px; }
    .ticker__label{ padding: 0 12px; }
  }
  .ticker__viewport{
  position: relative;
  overflow-x: hidden; /* ✅ Hide horizontal scrollbar */
  overflow-y: hidden; /* ✅ Prevent vertical scroll bar */
  flex: 1;
}

.ticker__track{
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  white-space: nowrap;
  will-change: transform;
  animation: ticker-scroll var(--speed) linear infinite;
}
html, body {
  overflow-x: hidden; /* ✅ Prevent horizontal scroll bar */
}

.ticker__viewport {
  position: relative;
  overflow: hidden;   
  flex: 1;
}

.ourpara{
  font-size:15px !important;
  color: #ffff;
  line-height:20px !important;
  font-weight:300;
}

.ourexp{
  font-size:49px !important;
  color: #ffff;
  line-height:55px !important;
  font-weight:400 !important;
  font-family:ubuntu, sans-serif;
padding-bottom: 15px;
letter-spacing: -1.992px;
}

.explore{
  border:solid 1px #000;
}


/* subscription css */

.why-choose {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
  background: #fff;
  padding-bottom: 0px;
  margin-top:20px;
}

.sub-hero {
  position: relative;
  width: 100%;
  padding: 25px 5%;
  min-height: 65vh;
  background: #041A34 url("../images/subscription-banner.png") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.sub-heroes {
  position: relative;
  width: 100%;
  padding: 25px 5%;
  min-height:65vh;
  background: #041A34 url("../images/contact-us-banner.png") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  
}


.why-choose-text {
  flex: 1;
  min-width: 300px;
}

.why-choose-text h2 {
  margin-bottom: 20px;
  padding-right: 30px;
  color: #000;
  font-family: Ubuntu;
  font-size: 35px;
  font-style: normal;
  font-weight:400;
  line-height: normal;
  letter-spacing: -1.494px;
}

.why-choose-text ul {
  list-style: none;
  padding: 0;
  color: #000;
font-family: Outfit;
font-size: 14.229px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.why-choose-text ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;

  color: #000;
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.why-choose-text ul li::before {
  content: "•";
  color: #1363C6;
  position: absolute;
  left: 0;
  width: 9.249px;
height: 9.249px;
}

.why-choose-img {
  flex: 0.7;
  min-width: 300px;
  text-align: center;
}

.why-choose-img img {
  max-width: 100%;
  border-radius: 12px;
  margin-top: 20px;
}

@media(max-width: 768px) {
  .why-choose {
    padding: 30px 20px;
  }
}

/* -------------------- Section 2 (Pricing) -------------------- */
.pricing {
  padding: 40px 35px;
  background: #fff;
  text-align: center;
}

.card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  padding: 30px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.card:hover {
  background: #0a2a57;
  color: #fff;
  transform: scaleY(1.10); /* ⬆ increases height only */
}

.pricing h2 {
margin-bottom: 40px;  
color: #000;
font-family: Ubuntu;
font-size: 49px;
font-style: normal;
font-weight:400;
line-height: normal;
letter-spacing: -1.494px;

  
}

/* Grid: 4 | 2 | 1 */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0; /* ✅ no space between cards */
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
border-radius: 10px;
margin-bottom: 50px;
}

/* Card styling */
.card {
  background: #fff;
  border: none;
  border-left: none; /* ✅ only first card has left border */
  padding: 30px 24px;
  text-align: left;
border-radius: 10px;
  display: flex;
  flex-direction: column;
  transition: background 0.3s ease, color 0.3s ease;
}

.pricing-cards .card:first-child {
  border-left: 1px solid rgba(0,0,0,0.06);
}

.card h3 {
  margin: 0 0 8px;
  color: #052244;
font-family: Ubuntu;
font-size: 27.035px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: center;
}

.badge {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 999px;
  background: #eaf1ff;
  margin-bottom: 16px;
  color: #1160C2;
font-family: Outfit;
font-size: 9.96px;
font-style: normal;
font-weight: 600;
line-height: normal;

border-radius: 32.016px;
background: rgba(19, 99, 198, 0.15);
text-align: center;
}


/* MOBILE: each card becomes its own bordered, shadowed box */
@media (max-width: 576px) {
  /* stack cards */

  .pricing { padding: 40px 20px; }

	
  /* remove the big group shadow/border on the container */
  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    overflow: visible;
  }

  /* make every card a standalone box */
  .pricing-cards > .card {
    border: 1px solid rgba(0,0,0,0.12) !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12) !important;
    background: #fff;
    /* remove any divider borders inherited from desktop */
    border-left: 1px solid rgba(0,0,0,0.12) !important;
    border-right: 1px solid rgba(0,0,0,0.12) !important;
  }

  /* kill the desktop-only first-child left-border rule */
  .pricing-cards > .card:first-child {
    border-left: 1px solid rgba(0,0,0,0.12) !important;
  }
}


/* Always hovered (active) card */
.card.active {
  color: #fff;
  border-radius: 7.115px;
  background: #052244;
}

.card.active h3,
.card.active h2 { color: #fff; }

.card.active .badge { background: #fff; color: #0a2a57; }

.card.active ul li { color: #fff; }

.card.active ul li::before { background: #fff; color: #0a2a57; }

.card.active button {
  background: #fff;
  color: #0a2a57;
  border-color: #fff;
}


.card h2 {
  margin: 0 0 18px;
  color: #052244;
    font-family: Ubuntu;
    font-size: 24.19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

/* Features list with circular icons */
.card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  flex: 1;
}
.card ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;

  color: #052244;

font-family: Outfit;
font-size: 14.229px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.card ul li::before {
  content: "✔";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  position: absolute; left: 0; top: 2px;
  border-radius: 50%;
  background: #0a2a57;   /* circle */
  color: #fff;           /* check */
  font-size: 12px; font-weight: 800;
  transition: all 0.3s ease;
}

/* Button */
.card button {
  margin-top: auto;
  width: 100%;
  padding: 14px;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 7.115px;
background: #052244;
  cursor: pointer;
  transition: all 0.3s ease;
font-family: Outfit;
font-size: 14.229px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Hover (no height jump) */
.card:hover {
  color: #fff;

  border-radius: 7.115px;
background: #1363C6;
}
.card:hover h3,
.card:hover h2 { color: #fff; }
.card:hover .badge { background: #fff; color: #0a2a57; }
.card:hover ul li { color: #fff; }
.card:hover ul li::before { background: #fff; color: #0a2a57; }
.card:hover button {
  background: #fff;
  color: #0a2a57;
  border-color: #fff; /* ✅ border stays 2px, no shift */
}

/* Responsive */
@media (max-width: 992px) {
  .pricing-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 576px) {
  .pricing { padding: 40px 20px; }
  .pricing-cards { grid-template-columns: 1fr; }
  .pricing-cards .card { border-left: 1px solid rgba(0,0,0,0.06); }
  
}







  .contact-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
      flex-wrap: wrap;
      /* Container fix */
  width: 100%;
  max-width: 1200px;   /* controls page width */
  margin: 45px
   auto;      /* centers the page */
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
/* Important for responsiveness */
    }

      /* Left Side */
    .contact-details {
      flex: 1 1 300px; /* Responsive width */
      min-width: 280px;
    }

    
    .contact-details h2 {
      margin-bottom: 20px;
      color: #19355C;
	  font-family: Ubuntu;
	  font-size: 32.727px;
      font-style: normal;
	  font-weight: 500;
	  line-height: 17.075px; /* 52.174% */
	  letter-spacing: -1.964px;
    }

    .contact-details p {
      margin: 0px 0;
      color: #1D1D1D;
font-family: Outfit;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 21.344px;
    }

    .contact-details .icon {
      margin-right: 10px;
      color: #1a3150;
      font-size: 18px;
    }

    .map {
      margin-top: 40px;
      border-radius: 12px;
      overflow: hidden;
    }

    .map iframe {
      width: 454.622px;
      height: 220px;
      border-radius: 12px;
      border: none;
    }
    
    /* Right Side */
    .enquiry-form {
      flex: 1 1 400px; /* Responsive width */
      min-width: 300px;
      background: #F7F7F7;
      padding: 30px 30px 90px 30px;
      border-radius: 15px;
    }

    .enquiry-form h2 {
      margin-bottom: 5px;
      color: #19355C;

font-family: Ubuntu;
font-size: 32.727px;
font-style: normal;
font-weight: 500;
line-height: 17.075px; /* 52.174% */
letter-spacing: -1.964px;
    }

    
    .enquiry-form p {
      margin-bottom: 30px;
      padding-top: 10px;
      color: #1D1D1D;
font-family: Outfit;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 18.661px; /* 109.29% */
    }

    .enquiry-form input,
    .enquiry-form textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
border: 0.778px solid #DBDBDB;
border-radius: 3.888px;
      font-size: 16px;
      box-sizing: border-box;

      color: #1D1D1D;

font-family: Outfit;
font-style: normal;
font-weight: 400;
line-height: 18.661px;
    }

    .enquiry-form textarea {
      height: 100px;
      resize: none;
    }

    .enquiry-form button {
      width: 100%;
      justify-content: center;
      background: #1363C6;
      color: #fff;
      border: none;
      padding: 14px;
      border-radius: 35.573px;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s;
    }

    .enquiry-form button:hover {
      background: #084298;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .contact-container {
        flex-direction: column;
        padding: 20px;
      }

      .contact-details,
      .enquiry-form {
        width: 100%;
      }
    }
    .contact-item {
  display: flex;
  align-items: flex-start; /* keep icons aligned to top */
  margin: 12px 0;
}

.contact-item .icon {
  font-size: 20px;
  margin-right: 12px;
  flex-shrink: 0; /* prevent icon from shrinking */
}

 .map-wrap{
    position:relative;
    width:454.62px;
    margin-top: 40px;
    max-width:680px;         /* make responsive */
    aspect-ratio:16 / 10;    /* keeps nice height on all screens */
    border-radius:18px;
    overflow:hidden;
  }
  .map-wrap iframe{
    position:absolute; inset:0;
    width:454.62px; height:278.16px;
    border:0;
    filter:grayscale(35%) contrast(1.05) brightness(0.92); /* subtle base */
  }
  /* blue tint over the map */
  .map-wrap .map-tint{
    position:absolute; inset:0;
    background:#375e8a;        /* <- change this to your brand color */
    opacity:.59;
    mix-blend-mode:multiply;   /* gives the “true” recolor look */
    pointer-events:none;       /* map still interactive */
  }
  /* white drop pin like your screenshot */
  .map-wrap .map-pin{
    position:absolute; left:50%; top:50%;
    transform:translate(-50%,-62%);
    width:40px; height:40px;
    filter:drop-shadow(0 2px 4px rgba(0,0,0,.35));
    pointer-events:none;
  }

/* mobile friendly */
@media (max-width:380px){
    .map-wrap{border-radius:14px;width: 100%;/* Smaller container on mobile */
    max-width: 100%;  /* Prevent oversize */}
    .map-wrap .map-pin{width:14px; height:34px;}
	.map-wrap iframe {
    height: 250px;   /* Reduce height for small screens */
  }
  
	
  }









.reg-form-wrapper {
  display: flex;
  justify-content: center;   /* left-right center */
  align-items: center;       /* top-bottom center */
  min-height: 100vh;         /* full screen height */
  padding:40px;
  margin-top: 80px;
  
 
  background: url("../images/registration-banner.png") no-repeat center center; /* apni image ka path lagao */
  background-size: cover;   /* image poori screen cover kare */
}
  
    .reg-form-container {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      width: 100%;
      max-width: 500px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	  
	  
    }

    .reg-form-container h2 {
      text-align: center;
      margin-bottom: 30px;
      color: #19355C;
      font-family: Ubuntu;
	  font-size: 30.802px;
	  font-style: normal;
	  font-weight: 400;
	  line-height: normal;
	  letter-spacing: -1.494px;
    }
	


    .reg-form-group {
      margin-bottom: 15px;
	 
	 
    }

    .reg-form-group label {
      display: flex;
      margin-bottom: 6px;

      color: #585858;

	font-family: Outfit;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    }

    .reg-form-group input, 
	.reg-form-group select, 
    .reg-form-group textarea {
        width: 100%;
        padding: 10px;
		border: 0.711px solid #C5C5C5;
		background: #FFFFC5;
		border-radius: 6px;

		color: #7A7A7A;

		font-family: Outfit;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
    }

    .reg-form-group textarea {
      resize: none;
      height: 80px;
	  background: #FFFFC5;
	  
	  
    }
	


    .reg-radio-group {
      display: flex;
      gap: 20px;
      margin-top: 5px;
    }

    .reg-checkbox-group {
      margin-top: 15px;
      font-size: 12px;
    }

    .reg-checkbox-group input {
      margin-right: 8px;
    }

    .reg-btn-submit {
      width: 100%;
      background: #1363C6;
      color: #fff;
      border: none;
      padding: 12px;
      border-radius: 50px;
      cursor: pointer;
      font-size: 16px;
      margin-top: 15px;
    }

    .reg-btn-submit:hover {
      background: #222b60;
    }

    .reg-login-text {
      text-align: center;
      margin-top: 15px;
      font-size: 14px;
	  background: #FFF8E7;
	  
    }

    .reg-login-text a {
      color: #0b0f30;
      text-decoration: none;
      font-weight: bold;
    }

    .our-excellent{
    padding:25px 5%;
    }



.why-choose-trade{
  padding:25px 5%;
}

.username {
		font-size: 1.1rem; /* Adjusts the font size */
		font-weight: bold; /* Makes the username bold */
		margin-right: 5px; /* Space between username and other elements */
		
		/* Circle properties */
		display: flex; /* Use 'flex' to center text within the circle */
		align-items: center; /* Vertically centers text */
		justify-content: center; /* Horizontally centers text */
		width: 40px; /* Width of the circle */
		height: 40px; /* Height of the circle */
		border-radius: 50%; /* Makes it circular */
		background-color: white; /* Background color of the circle */
		color: green; /* Text color */
		text-align: center;
	}
	
.user-info {
		position: fixed; /* Fixes the position of the element relative to the viewport */
		top: 25px; /* Distance from the top */
		right: 10px; /* Distance from the right */
		display: flex;
		align-items: center;
		
	}
	

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
	
.blink {
    animation: blink 1s infinite;
}

.green-bg {
     background-color: green !important;
     color: white;
    
}

.black-bg {
     background-color: green !important;
     color: white;
    
}

.blue-bg {
    
    background-color: blue !important;
    color: white;
}

.gold-bg {
    
    background-color: gold !important;
     color: white;
}

.purple-bg {
    
    background-color: purple !important;
     color: white;
}

.yellow-bg {
    
    background-color: yellow !important;
    color: black;
}

.red-bg {
    
    background-color: red !important;
    color: white;
}

.grey-bg {
    
    background-color: grey !important;
     color: white;
}

.pink-bg {
    
    background-color: pink !important;
     color: white;
}

.brown-bg {
    
    background-color: brown !important;
    color: white;
}

.burgendy-bg {
    
    background-color: #660033 !important;
     color: white;
}

.aqua-bg {
    
    background-color: #30949d !important;
     color: white;
}

.granola-bg {
    
    background-color: #b8996b !important;
     color: white;
}


.orange-bg {
    
    background-color: orange !important;
     color: white;
}

.tomato-bg {
    
    background-color: tomato !important;
     color: white;
}

.default-bg {
    background-color: black !important;;
    color: white; /* Text color for default case */
}

    .rightcorner {
            
           
            padding: 10px;   /* Adds some space inside the container */
            border: 2px solid #052244; /* Optional: border for visibility */
            border-radius: 5px; /* Optional: rounded corners */
            box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Optional: shadow for better visibility */
        
    }
    
.switch {
    position: relative;
    display:inline-block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0;
    border-radius: 18px;
    box-shadow: none !important;
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
	
	
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    border: 2px solid #CC5500;
    border-radius: 20px; /* keep rounded edges */

	    
}


.switch-handle {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 28px;
        height: 28px;
        background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
        border-radius: 100%;
        border: 2px solid #052244;
	

       
}


.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: 0.4s;

}


/* Circle knob */
.switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
}

/* Checked (ON) state */
.switch-input:checked + .switch-slider {
    background-color: #2196F3;
}

.switch-input:checked + .switch-slider:before {
    transform: translateX(26px);
}

 .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaaaaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
		top: 6px;          
}

.switch-label:after {
        content: attr(data-on);
        left: 15px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
	    font-size: 14px;   /* make ON bigger */
		top: 4px;    
		position: absolute; /* make sure top works */
		
		
}

.switch-input:checked ~ .switch-label {
        background: #052244;
       
		
}

.switch-input:checked ~ .switch-label:before {
        opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
        opacity: 1;
}
	
.switch-input:checked ~ .switch-label {
    border: 2px solid #052244;
	
}





.switch-input:checked ~ .switch-handle {
        left: 74px;
        box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width:380px){
.username {
		font-size: 1.1rem; /* Adjusts the font size */
		font-weight: bold; /* Makes the username bold */
		margin-top: 4px; /* Space between username and other elements */
		margin-right: 45px; /* Space between username and other elements */
		margin-bottom: 25px;
		/* Circle properties */
		display: flex; /* Use 'flex' to center text within the circle */
		align-items: center; /* Vertically centers text */
		justify-content: center; /* Horizontally centers text */
		width: 35px; /* Width of the circle */
		height: 35px; /* Height of the circle */
		border-radius: 50%; /* Makes it circular */
		background-color: white; /* Background color of the circle */
		color: orange; /* Text color */
		text-align: center;
	}

.user-info {
		position: fixed; /* Fixes the position of the element relative to the viewport */
		top: 10px; /* Distance from the top */
		right: 15px; /* Distance from the right */
		display: flex;
		align-items: center;
		
	}

}

.eye-icon {
            cursor: pointer;
            position: relative;
            top: 35%;
            transform: translateY(-50%);
        }




        
    .counter-container {
      display: flex;
      gap: 15px;
      margin-top: 20px;
      margin-bottom: 30px;
      justify-content: center;
      width: 100%;
      max-width: 450px;
      flex-wrap: wrap;
    }

    .counter-box {
      display: flex;
      align-items: center;
      gap: 10px;
      background: rgba(46, 108, 246, 0.05);
      border: 1px solid #04244B;
      color: #1a4e8a;
      padding: 12px 15px;
      border-radius: 12px;
      flex: 1 1 calc(50% - 15px);  /* ✅ Always 2 in one row */
      box-shadow: 0 4px 8px rgba(0,0,0,0.08);
      min-height: auto;
    }

    .counter-box i {
      font-size: 26px;
      color: #1a4e8a;
      flex-shrink: 0;
    }

    .counter-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .counter-content .number {
      font-size: 22px;
      font-weight: bold;
      color: #1a4e8a;
    }

    .counter-content p {
      margin: 0;
      font-size: 14px;
      color: #04244B;
    }

    /* ✅ Responsive tweak for very small screens */
    @media (max-width: 400px) {
      .counter-box {
        flex: 1 1 100%;   /* agar bahut chhoti screen ho to stack ho jaye */
      }
    }


  html {
  scroll-behavior: smooth;
}











.ourlead-wrapper-x1 {
  padding: 25px 5%;
  padding-top: 50px !important;
  background-image: url('../images/bg-image.png');
  background-size: cover;
}

.ourleadesss {
  color: #FFF !important;
  font-family: Ubuntu, sans-serif !important;
  font-size: 49.8px !important;
  font-weight: 400 !important;
  line-height: 56.9px !important;
  letter-spacing: -1.99px !important;
  margin-bottom: -90px !important;

  /* force reset */
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  background: none !important;
  box-shadow: none !important;

  display: block !important;
}
.ourleadesss::before,
.ourleadesss::after {
  content: none !important;
  display: none !important;
}

.ourlead-subtext-x1 {
  color: #FFF;

font-family: "Outfit";
font-size: 14.229px;
font-style: normal;
padding-top: 100px;
font-weight: 300;
line-height: 19.921px; /* 140% */
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 900px;
}

/* Profile Wrapper */
.ourlead-profile-x1 {
  display: flex;
  align-items: flex-start;   /* align top instead of center */
  justify-content: space-between;
  margin-bottom: px;       /* reduced gap */
  gap: 30px;
}

.ourlead-profile-reverse-x1 {
  flex-direction: row-reverse;
}

.ourlead-text-x1 {
  flex: 1;
  padding-left: 0px; 
  padding-right: 380px;
  padding-top: 5px;
  justify-content: center;      /* reduced left padding */
}


.ourlead-text-x11 {
  flex: 1;
  padding-left: 360px; 
  padding-right: 0px;
  padding-top: 20px;
  justify-content: center;      /* reduced left padding */
}
.ourlead-name-x1 {
  
  margin: 0;


  color: #FFF;

font-family: Ubuntu;
font-size: 35.573px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.ourlead-role-x1 {

  margin: 6px 0 20px 0;

  color: #FFF;

font-family: Ubuntu;
font-size: 21.344px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.ourlead-bio-x1 {
  color: #FFF;

font-family: "Outfit";
font-size: 14.229px;
font-style: normal;
font-weight: 400;
line-height: 18.498px;
  margin-bottom: 15px;
}

.ourlead-photo-x1 {
  flex: 0 0 260px;
  display: flex;
  align-items: flex-start;   /* align photo to the top */
  justify-content: center;
  position: relative;
}

.ourlead-photo-x1 img {
  width: 80%;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}

/* Blue Glow */
.ourlead-photo-x1::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: transparent;
  border-radius: 15px;
  z-index: 1;
  filter: blur(25px);
}


.ourlead-subtext-x111 {
  color: #FFF;

font-family: "Outfit";
font-size: 14.229px;
font-style: normal;
padding-top: 100px;
font-weight: 300;
line-height: 19.921px; /* 140% */
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 900px;
}

/* Profile Wrapper */
.ourlead-profile-x111 {
  display: flex;
  align-items: flex-start;   /* align top instead of center */
  justify-content: space-between;
  margin-bottom: px;       /* reduced gap */
  gap: 30px;
}

.ourlead-profile-reverse-x111 {
  flex-direction: row-reverse;
}

.ourlead-text-x111 {
  flex: 1;
  padding-left: 0px; 
  padding-right: 380px;
  padding-top: 25px;
  justify-content: center;      /* reduced left padding */
}



.ourlead-name-x111 {
  
  margin: 0;


  color: #FFF;

font-family: Ubuntu;
font-size: 35.573px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.ourlead-role-x111 {

  margin: 6px 0 20px 0;

  color: #FFF;

font-family: Ubuntu;
font-size: 21.344px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.ourlead-bio-x111 {
  color: #FFF;

font-family: "Outfit";
font-size: 14.229px;
font-style: normal;
font-weight: 400;
line-height: 18.498px;
  margin-bottom: 15px;
}

.ourlead-photo-x111 {
  flex: 0 0 260px;
  display: flex;
  align-items: flex-start;   /* align photo to the top */
  justify-content: center;
  position: relative;
}

.ourlead-photo-x111 img {
  width: 80%;
  border-radius: 10px;
  z-index: 2;
  position: relative;
  margin-top: 25px;
}

/* Blue Glow */
.ourlead-photo-x111::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: transparent;
  border-radius: 15px;
  z-index: 1;
  filter: blur(25px);
}


.password-wrapper {
  position: relative;
  width: 100%; /* input will stretch */
}

.password-wrapper input {
  width: 100%;
  padding-right: 40px; /* leave space for eye */
  box-sizing: border-box;
}

.password-wrapper .eye-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.ftc-bell {
  margin-top: 10px; /* moves it down */
  text-align: center;

}

.ftc-bell svg {
    fill: red;
    width: 30px;
    height: 30px;
    transition: transform 1s;
} 


/* Define the shake animation */
@keyframes shake {
            10% {
                transform: rotate(15deg);
            }
            20% {
                transform: rotate(-15deg);
            }
            30% {
                transform: rotate(15deg);
            }
            35% {
                transform: rotate(-15deg);
            }
            40% {
                transform: rotate(15deg);
            }
            45% {
                transform: rotate(-15deg);
            }
            50% {
                transform: rotate(0deg);
            }
        }

        /* Class to trigger the shake animation */
.shake {
            animation: shake 3s forwards infinite;
        }






/* Mobile Responsive */
@media (max-width: 991px) {
  .ourlead-profile-x1 {
    flex-direction: column !important;  /* stack image and text */
    text-align: center;                /* center text on mobile */
    gap: 20px;
  }

  .ourlead-profile-reverse-x1 {
    flex-direction: column !important; /* same for reversed */
  }

  .ourlead-text-x1,
  .ourlead-text-x11 {
    padding: 0 !important;   /* remove big paddings */
    text-align: center;
  }

  .ourlead-photo-x1 {
    flex: unset;
    width: 100%;
    justify-content: center;
	
  }

  .ourlead-photo-x1 img {
    max-width: 220px;  /* keep reasonable size */
    height: auto;
	gap: 20px;
  }

  .ourleadesss {
    font-size: 32px !important;  /* shrink heading */
    line-height: 40px !important;
    margin-bottom: 10px !important;
  }

  .ourlead-subtext-x1 {
    font-size: 13px;
    padding-top: 20px;
    line-height: 1.5;
  }

  .ourlead-name-x1 {
    font-size: 22px;
  }

  .ourlead-role-x1 {
    font-size: 16px;
  }

  .ourlead-bio-x1 {
    font-size: 13px;
    line-height: 1.5;
  }
  
    .ourlead-profile-x111 {
    flex-direction: column !important;  /* stack image and text */
    text-align: center;                /* center text on mobile */
    gap: 20px;
  }

  .ourlead-profile-reverse-x111 {
    flex-direction: column !important; /* same for reversed */
  }

  
  .ourlead-text-x111 {
    padding: 0 !important;   /* remove big paddings */
    text-align: center;
  }

  .ourlead-photo-x111 {
    flex: unset;
    width: 100%;
    justify-content: center;
  }

  .ourlead-photo-x111 img {
    max-width: 220px;  /* keep reasonable size */
    height: auto;
	
  }

  .ourlead-subtext-x111 {
    font-size: 13px;
    margin-top: 0px !important;
    line-height: 1.5;
  }

  .ourlead-name-x111 {
    font-size: 22px;
	padding: 0 !important; 
	
  }

  .ourlead-role-x111 {
    font-size: 16px;
  }

  .ourlead-bio-x111 {
    font-size: 13px;
    line-height: 1.5;
  }
  
  
  
  
}


   .lockedpage-wrapper {
       margin: 0;
	   padding: 100px 0 0 0;  /* ✅ 5px from the top */
	   font-family: Arial, Helvetica, sans-serif;
	   background-color: #fff;
	   display: flex;
	   justify-content: center;
	   align-items: flex-start;  /* push content to top instead of center */
	   height: 100vh;
	  
    }

    .lockedpage-box {
      max-width: 650px;
    }

    /* Header: icon + text inline */
    .lockedpage-header {
      display: flex;
      align-items: center;
      gap: 35px;
	  
    }

    .lockedpage-icon {
      background: linear-gradient(to bottom, #2c6ed5, #003366);
      width: ;
      height: ;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
    }

    .lockedpage-icon img {
      width: 100px;
      height: 100px;
      fill: white;
    }

    .lockedpage-heading {
      display: flex;
      flex-direction: column;
      justify-content: center;
	  
    }

    .lockedpage-title {
    color: #232323;

	font-family: Ubuntu;
	font-size: 29.802px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.494px;
      margin: 0 0 6px 0;
    }

    .lockedpage-text {
    color: #000;
	font-family: Sora;
	font-size: 18.19px;
	font-style: normal;
	font-weight: 300;
	line-height: 29.881px; /* 123.529% */
	letter-spacing: -0.726px;
    }

    .lockedpage-text a {
      color: #003366;
      text-decoration: none;
      font-weight: bold;
    }

    .lockedpage-divider {
      border-top: 1px solid #717171;
      margin: 45px 0;
      margin-bottom: 35px;
	  margin-top: 5px;
    }

    .lockedpage-footer {
		color: #000;

		text-align: center;
		font-family: Sora;
		font-size: 18.19px;
		font-style: normal;
		font-weight: 300;
		line-height: ; /* 140% */
		letter-spacing: -0.64px;
	}

    .lockedpage-footer a {
      color: #003366;
      text-decoration: none;
      font-weight: bold;
    }

    /* Responsive: stack on small screens */
    @media (max-width: 600px) {
      
	 
	.ourlead-photo-x1 img {
		max-width: 220px;  /* keep reasonable size */
		height: auto;
		margin-top: 25px;
	}
	 
	 .lockedpage-box {
      max-width: 650px;
     }
	  
	  .lockedpage-header {
        flex-direction: column;
        text-align: center;
      }
      .lockedpage-heading {
        align-items: center;
      }

      .lockedpage-wrapper {
        height: 100vh !important;
        margin-top: 20px !important;
      }
	  
	
	  .lockedpage-footer {
			color: #000;
			text-align: center;
			font-family: Sora;
			font-size: 18.19px;
			font-style: normal;
			font-weight: 300;
			line-height: ; /* 140% */
			letter-spacing: -0.64px;
    }

    .lockedpage-footer a {
      color: #003366;
      text-decoration: none;
      font-weight: bold;
    }
      
    }

/*  7th September */

/* By default, hide mobile logo */
.logo-mobile {
  display: none;
}

/* On mobile (max 576px for example), hide desktop logo and show mobile */
@media (max-width: 576px) {
  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: inline;
  }
}



.signal-ban {
  position: relative;
  width: 100%;
  padding: 25px 5%;
  min-height: 65vh;
  background: #041A34 url("../images/signal-banner.jpeg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

