.container {
    max-width: 1200px;
    width: 100%;
}







.sec-banner {
    background-image: url('images/sec-banner-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    padding-top: 100px;
}
.sec-banner h1 {
    font-size: 60px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
}
.sec-banner p {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
}
.sec-banner img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    height: 400px;
}
.sec-banner .banner-content {
    width: 90%;
    margin: 0px auto;
}
.sec-banner .sec-btn-group .btn {
    width: 240px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #093254;
    border: 1px solid #FFFFFF45;
    margin: 0px 10px;
    font-weight: 600;
}
.sec-banner .sec-btn-group {
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}

.trading-card {
    
    text-align: center;
}

.trading-card h1{
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #093254;
    
}

.trading-card p{
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    font-weight: 500;
    color: #4A4A4A;
}

.trading-card{
    min-height: 95px;
}
.sec-trading {
    padding: 80px 0px;
}



.features h6{
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    font-weight: 500;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #82ACCE30;
   border-radius: 41px;
  
   
   height: 44px;
   margin: 0px auto 0px auto;
   width: 240px;

}

.features-title{
    width: 80%;
    padding: 60px 0px;
   margin: 0px auto ;
    text-align: center;

}

.features-title h2{
    font-weight: 700;
    font: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #777777;
}

.features-title p{

    color: #777777;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}

.features-card{
    border: 1px solid #E4E4E4;
    border-radius: 27px;
    padding: 40px;
    min-height: 272px;
    margin: 10px auto;

}

.features-card img{
    width: 60px;
    height: 60px;
    border-radius: 48px;
}

.features-card h6{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    align-items: center;
    color: #181818;
    margin: 16px 0px;
}

.features-card p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #777777;
}

.scrabimage{
    padding: 80px 0px;
}

.scrabimage img{
    width: 100%;
    height: 100%;

}

.step-process{
    padding: 40px;
    min-height: 238px;


}

.step-process h2{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #FFFFFF;
    background-color: #093254;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   margin: 0px auto;
    
}

.step-process h6{
    color: #181818;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin: 24px auto;

    
}

.step-process p{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
}


.pricing-card ul{
    list-style: none;
    width: fit-content;
    margin: 12px auto;
   

}
.pricing-card ul li{
    position: relative;
    text-align: left;
   
font-size: 10px;
line-height: 100%;
color: #303030;
padding: 14px;   

}

.pricing-card ul li::after{
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    background-image: url(images/tick.svg);
    
    left: -10px;
    bottom: 14px;
    background-size: cover;
}

.pricing-card-content{
   
    align-items: center;
    text-align: center;
    justify-content: center; 
}

.pricing-card-content img{
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin: 30px auto;
   
}

.btn-primary{
    width: 300px;
    height: 39px;
    border-radius: 4px;
    padding: 10px;
    background-color: #093254;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0px auto;
   border: 1px solid #093254;
}

.pricing-card{
    width: 340px;
    height: 567px;
   border-radius: 20px;
   border: 1px solid #093254;
   background-color: #FFFFFF;
   margin: 0px auto;
    
}

.btn-secondary{
    width: 300px;
    height: 39px;
    border-radius: 4px  ;
    padding: 10px;
    background-color:#0932541A ;
    color: #093254;
    font-size: 16px;
    text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0px auto;
   border: 1px solid #0932541A;
}

.pricing-card-content-23{
    align-items: center;
    text-align: center;
    justify-content: center; 
    
    margin: 40px auto;
}

.pricing-card-content-23 img{
    width: 60px;
  min-height: 60px;  
    border-radius: 12px;
    margin: 30px auto;
   
}

.sec-prize{
    background-color: #EEF3F7;
    padding: 0px;
    margin: 80px auto;
    min-height: 860px;
}

.sec-testimonial{
    padding: 120px 0px;
}

.testimonial-card{
    border-radius: 20px;
    border: 1px solid #E1E1E1;
    height: 300px;
 
 background-color: #FFFFFF;

}

.testimonial-card-content{
    padding: 12px ;
}

.testimonial-card-content-image img{
    width: 52px;
    height: 52px;

}

.testimonial-card-content-image {
    display: flex;
}

.testimonial-card-content-image-content h6{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #181818;
    padding-left: 20px;
}


.testimonial-card-content-image-content p{
font-weight: 400;
font-size: 12px;
line-height: 100%;
letter-spacing: 0px;
width: 115px;
height: 14px;
padding-left: 20px;


}

.testimonial-card-content i {
    color: #F2C300;
  }

  .testimonial-card-content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    font-style: italic;
  }

.sec-process{
    background-color: #FFFFFF;
    background-image: url(images/process-image.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 40px auto;
}

.process{
    border-radius: 41px;
    padding: 10px;
    width: 240px;
    background-color: #82ACCE30;
    text-align: center;
    margin-left: 220px;

}

.process-title h2{
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0px;
    color: #777777;

    margin: 30px auto;
   
}

.process-card-container{
    width: 672px;
    min-height: 476px;
    padding: 30px auto
    ;
    
}

.process-card{
        padding: 40px;
        width: 265px;
     min-height: 218px;   
     margin: 20px auto;
}

.process-card img{
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 20px auto;

}

.process-card h3{
    color: #181818;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    width: 261px;
    height: 33px;
  

}

.process-card p{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    color: #4A4A4A;
    width: 261px;
    height: 69px;
    

}


.process-title{
    margin: 20px;
   margin-left: 90px;
}

.process-title h2{
   
   margin-left: 100px;
}






@media (max-width: 768px) {

    .pricing-card{
      margin-bottom: 40px;
    }
}

/* Testimonial Navigation Styles */
.testimonial-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 32px 0 0 0;
  min-height: 40px;
}

.testimonial-nav-arrow {
  background: none;
  border: none;
  font-size: 28px;
  color: #181818;
  cursor: pointer;
  padding: 0 8px;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}
.testimonial-nav-arrow:focus,
.testimonial-nav-arrow:hover {
  color: #0932541A;
}

.testimonial-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e5e5e5;
  display: inline-block;
  transition: background 0.2s;
}

.testimonial-dot-active {
  background: #093254;
}   

.testimonial-dot:hover {
  background: #0932541A;
  cursor: pointer;
}
.footer{
    background-color: #093254;
    padding: 50px 0px;
}


.footer-title h5{
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
}

.footer-title p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 27px;
}

.footer-title img{
    width: 24px;
    height: 24px;
}


.footer-platform{
    padding: 20px;
}

.footer-platform h6{
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

.footer-ul{
    padding: 0px;
    list-style: none;
   
}

.footer-ul li{
    line-height: 2;
}

.footer-link{
    text-decoration: none;
    color: #FFFFFF;
    
}

.footer-title-white{
    text-align: center;
}

.footer-title-white p{
    font-weight: 400;
    font-size: 14px;
    color: #303030;
}

.footer-title-white img{
    width: 32px;
    height: 26px;
}
/*

.footer-bg{

    background-color: #093254;
    width: 100%;
    padding: 10px;
    height: 300px;

}

.footer-title{
    width: 410px;
    height: 196px;
    padding: 36px;

}

.footer-title h5{
    width: 419px;
    height: 31px;
    font-size: 26px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    color: #FFFFFF;

}

.footer-title p{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.footer-title img{
    width: 24px;
    height: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
    
}

.footer-platform{
    width: 116px;
    height: 255px;
    padding: 20px;
}

.footer-platform h6{
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.footer-ul{
    list-style: none;
}

.footer-link{
    list-style: none;
}

.footer-ul li{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.footer-white{
    padding: 20px;
}

.footer-title-white{
    color: #FFFFFF;
}

.footer-title-white img{
    width: 32px;
    min-height: 26px;
    margin: 10px auto;
   
    
}

.footer-title-white {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #303030;
    text-align: center;
    
}

.footer-link{
    color: #FFFFFF;
    text-decoration: none;
}
*/
/* Navbar Styles for Modern Look */
.hero-bg.navbar {
  background: #fff !important;
  box-shadow: none;
  border: none;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar .navbar-brand {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #8b9296;
  margin-right: 48px;
  display: flex;
  align-items: center;
}
.navbar .navbar-brand span {
  color: #093254 !important;
  font-weight: 700;
  margin-left: 2px;
}

.navbar-nav {
  gap: 32px;
}

.navbar-nav .nav-link {
  color: #777777 !important;
  font-size: 1.13rem;
  font-weight: 500;
  padding: 0 0.5rem;
  transition: color 0.2s;
  background: none;
  border: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
  color: #181818 !important;
  font-weight: 700;
  background: none;
}

.navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.btn.btn-outline-light.ms-lg-3, .btn-getstart {
  background: #093254;
  color: #FFFFFF !important;
  border: none;
  border-radius: 8px;
  font-size: 1.13rem;
  font-weight: 600;
  padding: 10px 32px 10px 24px;
  margin-left: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
}
.btn.btn-outline-light.ms-lg-3:hover, .btn-getstart:hover {
  background: #093254;
  color: #FFFFFF !important;
}

.btn.btn-outline-light.ms-lg-3::after, .btn-getstart::after {
  content: '\2192';
  font-size: 1.2em;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .hero-bg.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .navbar-brand {
    font-size: 1.5rem;
    margin-right: 0;
    padding-left: 8px;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    margin-top: 12px;
  }
  .navbar-nav .nav-item {
    width: 100%;
    margin-bottom: 8px;
  }
  .navbar-nav .nav-link {
    width: 100%;
    padding: 10px 0 10px 12px;
    font-size: 1rem;
    border-radius: 4px;
  }
  .btn.btn-outline-light.ms-lg-3, .btn-getstart {
    width: 100%;
    margin: 16px 0 0 0;
    justify-content: center;
    font-size: 1rem;
    padding: 10px 0;
  }
}

@media (max-width: 575px) {
  .navbar .navbar-brand {
    font-size: 1.1rem;
    padding-left: 0;
  }
  .navbar-nav .nav-link {
    font-size: 0.98rem;
    padding-left: 8px;
  }
  .btn.btn-outline-light.ms-lg-3, .btn-getstart {
    font-size: 0.98rem;
    padding: 10px 0;
  }
}

/* Mobile Navbar Toggler Styles */
.navbar-toggler {
  border: none;
  background: #093254 !important;
  border-radius: 8px;
  padding: 8px 12px;
  outline: none;
  box-shadow: none;
  margin-left: auto;
  transition: background 0.2s;
  position: relative;
  z-index: 1051;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  background: #093254 !important;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before, 
.navbar-toggler .navbar-toggler-icon:after, 
.navbar-toggler .navbar-toggler-icon div {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  margin: 5px 0;
  transition: all 0.2s;
}

.navbar-toggler .navbar-toggler-icon div {
  margin: 0;
}

/* Hamburger icon structure for Bootstrap override */
.navbar-toggler .navbar-toggler-icon {
  position: relative;
}
.navbar-toggler .navbar-toggler-icon:before {
  position: absolute;
  top: 4px;
  left: 0;
}
.navbar-toggler .navbar-toggler-icon:after {
  position: absolute;
  bottom: 4px;
  left: 0;
}
.navbar-toggler .navbar-toggler-icon div {
  position: absolute;
  top: 12px;
  left: 0;
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
}


