/* Reset default margins/paddings */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Remove horizontal overflow */
html, body {
    overflow-x: hidden;
}




.custom-swal-popup {
    border-radius: 12px;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

.custom-swal-title {
    font-size: 20px;
    font-weight: 500; /* Less bold than 700 */
    color: #333;
}

.custom-swal-icon {
    margin-top: 10px;
}



.swal-button-ok {
    background-color: #00a6d3;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    width: 100px;
}

.swal-button-ok:hover {
    background-color: #028fb5;
}

button.swal2-confirm {
    background-color: #00a6d3 !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    width: 100px !important;
}

button.swal2-confirm:hover {
    background-color: #028fb5 !important;
}


/* HOME PAGES STARTS */

#mobile-nav{
    display: none;
}

#desktop-nav{
    padding: 0px 90px;
}

.row{
    width: 100%;
    overflow-x: hidden;
}

/* nav-section STARTS */

nav{
    background-color: #014e64;
}

.navbar-brand img{

    height: auto;
    width: 230px;
}

.nav-item{
    padding-right: 10px;
}

.nav-item a{
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.navigator-btn{
    width: 130px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #02a6d3;
    color: white;
    margin-right: 10px;
    border-radius: 10px;

}

.open-account{
    background-color: #02a6d3;
    border: none;
}

/* nav-section ENDS */


/* hero-section STARTS */

.hero-section{
    padding: 50px 70px 0px 70px;

    background-size: cover;
    background-repeat: no-repeat;
    background-color: #02212a;
    height: fit-content;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}





.hero-content{
    padding-top: 110px;
}

/* Default (Mobile First) */
.hero-content h4 {
    font-size: 28px; /* Smaller size for mobile */
    font-weight: 300;
    padding: 20px 0px 10px 0px;
    color: white;
}

.hero-content h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.0;
    background: linear-gradient(
        to right,
        #02a6d3,    /* Starting color (left) */
        #02596b     /* Darker shade (right) */
    );
    -webkit-background-clip: text; /* For Safari/Chrome */
    background-clip: text;
    color: transparent; /* Hide solid color, show gradient */
}




.hero-content p{
    color: rgb(196, 185, 185);
    font-size: 21px;
    font-weight: 500;
    padding: 20px 0px;
}

.register-btn {
    display: inline-block;
    background-color: #00a6d3;
    width: 250px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: large;
    text-decoration: none;
    transition: all 0.3s ease;
}

.register-btn:hover {
    background-color: #0092bb;
}




@keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
  
  .video-content {
    padding-top: 20px;
    padding-right: 40px;
    animation: bounce 1.5s infinite; /* Adjust timing as needed */
  }

.style-video{
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: 270px;
}


.forex-widget{
    padding-top: 80px;
}

/* hero-section ENDS */


/* trading-offer-section STARTS */

.trading-offer-section{
    padding: 30px 90px;
}

.offers-content h6{

    color: #3f3b3a;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0px;
}

.offers-content p{
    font-size: 16px;
    color: #43444b;
    font-weight: 400;
    line-height: 1.1;
}

.trading-assets{
    padding: 50px 0px;
}

.trading-assets h3{
    font-size: 25px;
    font-weight: 350;
    letter-spacing: 1px;
    padding: 10px 0px;
}

.trading-assets h2{
    font-size: 50px;
    letter-spacing: 0px;
    font-weight: 700;
    padding-bottom: 50px;
}

.trading-assets-content{
    position: relative;
}

.trading-assets-content img{
   width: 100%;
   height: fit-content;
    
}

.trading-assets-content h5{
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 30px;
    font-weight: 600;
    color: gray;
}

/* trading-offer-section ENDS */


/* chart-widget STARTS */

.chart-widget{
    padding: 0px 90px;
}

.registration-navigator{
    justify-content: center;
    text-align: center;
    display: block;
    padding: 20px 0px;
}

.double-quote{
    padding-bottom: 15px;
    font-size: 50px;
}

.registration-navigator h5{
    font-size: 40px;
    font-weight: 400;
    padding: 15px 0px;
}

.timer-clock{
    display: block;
    padding-bottom: 15px;
    color: #00a6d3;
    font-size: 13px;
}

.timer-clock i{
    color: orange;
}

/* chart-widget ENDS */

/* trading-tools-section STARTS  */

.trading-tools-section{
   
}

.trading-tools-section h5{
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 3px;
    color: white;
}

.bull-background{
    padding: 40px 90px;
    margin-top: 30px;
}


.trading-tools-section h2{
    font-size: 50px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 80px;
    color: white;

}

.trading-tools-content{
    width: 100%;
    height: 93vh;
    background-color: white;
    padding: 4px 0px;
    border: 1px solid #9899a4;
    border-radius: 10px;
}

.trading-tool-list{
    padding: 20px 20px;
}



.circle-favicon-wrapper{
    display: flex;
    margin-bottom: 0px;
   
   
}

.circle-favicon-wrapper p{
    font-size: 18px;
    color: #958a86;
    padding-left: 15px;
    font-weight: 500;
    padding-bottom: 0px;
}

.circle-favicon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
   
    border: 1px solid #958a86;
}

.circle-favicon i{
    color: #958a86;
    
}

.trading-tool-list h3{
    color: #63636e;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 15px;
}

.trading-tools-content img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }
  

.company-accolades-content{
    padding: 50px 90px;
}

.company-accolades{
    text-align: center;
}

.company-accolades h1{
   color: #63636e;
   padding: 0;
    margin: 0;
}

.company-accolades p{
    padding: 0;
    margin: 0;
   
    font-size: 15px;
    font-weight: 400;
    color: #958a86;
   
}

.timer-display{
    text-align: center;
    padding-top: 50px;
}

/* trading-tools-section ENDS  */

/* stepsTo-vip-section STARTS */

.stepsTo-vip-section{
    padding: 50px 90px;
    background-color: black;
}

.stepsTo-vip-content{
    background-color: #080c15;
    border: 2px solid #140508;
    border-radius: 10px;
    padding: 20px 20px 0px 20px;
    width: 100%;
    height:fit-content;
}

.steps-number-wrapper{
    display: flex;
    padding-bottom: 40px;
}

.steps-number-wrapper div:last-child{
    color: white;
    font-size: 15px;
    padding-top: 15px;
    padding-left: 15px;
    font-weight: 400;
}

.steps-number{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #0396be;
    text-align: center;
    padding-top: 22px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.stepsTo-vip-content img{
    width: 100%;
    height: auto;
}

.btn-wrapper{
    justify-content: center;
    text-align: center;
    padding-top: 60px;
}


/* stepsTo-vip-section ENDS */


/* operationDetails-section STARTS */

.operationDetails-section{
    background-color: whitesmoke;
    padding: 50px 90px;

}

.operationDetails-section h2{
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    padding: 30px 0px;
}

.operation-detail-wrapper{
    background-color: white;
    border-radius: 15px;
    padding: 40px 30px 40px 20px ;
}

.OD-tittle{
    font-size: 33px;
    font-weight: 500;
    color:#193360;
    padding-bottom: 20px;

}

.OD-paragraph{
    font-size: 17px;
    font-weight: 490;
    color: #63636e;
}


.operation-details-image img{
    width: 100%;
    height: auto;
}


/* operationDetails-section ENDS */

/*   */


/*  */

/*  */

.operation-details-list{
    padding: 60px 90px;
}

.special-P{
    padding-bottom: 60px;
}

.workflow-explanation h3{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding: 90px 0px 40px 0px;
}

.workflows h5{

    color: #00a6d3;
    font-size: 33px;
    font-weight: 600;
    padding-bottom: 20px;

}

.contain-image{
    text-align: center;
    justify-content: center;
}

.contain-image-2{
    text-align: center;
    justify-content: center;
}

.contain-image-2 img{
    width:65%;
    height: auto;

}

.contain-image img{
    width:30%;
    height: auto;
   
}

.workflow-paragraph{
    font-size: 20px;
    font-weight: 400;
    color: #080c15;
}






/* trading-platform-section */

.trading-platform-section{
    padding: 40px 90px;
    background-color: black;
}

.trading-platform-section h3{
    text-align: center;
    padding: 30px 0px;
    font-size: 40px;
    font-weight: 500;
    color: white;
}


.platform-list img{
    width: 95%;
    height: auto;
    border-bottom-left-radius: 10px
}

.first-image img{
    width: 110%;
}

.fourth-image img{
    width: 65%;
    padding-left: 10px;
}

.fifth-image img{
    width: 100%;
}

.sixth-image img{
    width: 70%;
    padding-left: 20px;
}

.platform-list-wrapper{
    display: flex;
}

.platform-list p{
    font-size: 16px;
    color: white;
    font-weight: 400;
    padding:20px;

}

.trading-platform-content-wrapper{
   
    padding-top: 20px;
    position: relative;
}

.trading-platform-content{
    background-color: #2c3751;
    border: 2px solid #515a6d;
    border-radius: 15px;
    padding-top: 40px;
    height: 200px;
    overflow: hidden;
   
}

.icon-image{
    position: absolute;
    left: 30px;
    top: 0px;
}

/*  */


/* expocopytrading-different-section STARTS */

.expocopytrading-different-section{
    padding: 30px 80px;
}


.reasons-content{
    padding: 30px 30px;
    border-radius: 15px;
    width: 100%;
    background-color: whitesmoke;
    height: fit-content;
}


.reasons-content h5{
    color: #515a6d;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 600;
}

.reasons-content p{
    color: gray;
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;
}

.reasons-content-image img{
    width: 100%;
    height: fit-content;
}

.create-account-free {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: fit-content;
    padding: 0px 30px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #02a6d3, #0288a7);
    box-shadow: 0 4px 15px rgba(2, 166, 211, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.create-account-free:hover {
    background: linear-gradient(135deg, #0288a7, #02a6d3);
    box-shadow: 0 6px 20px rgba(2, 166, 211, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
}

.create-account-free:active {
    transform: scale(0.97);
    box-shadow: 0 3px 10px rgba(2, 166, 211, 0.5);
}


/* expocopytrading-different-section ENDS */

/* blog-section STARTS  */

.blog-section{
    padding: 70px 80px;
    background-color: #0e566b;
}

.blog-image img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.blog-content h4{
    color: white;
    font-size: 21px;
    font-size: 600;
    padding: 25px 0px 10px 0px;
}

.blog-content p{
    color: rgb(197, 194, 194);
    font-size: 18px;
    font-weight: 400;
}

/* blog-section ENDS */




/* plans-section STARTS */

.plans-section{
    padding: 30px 90px;
    position: relative;
    background-size: cover;
    height: fit-content;
    z-index: 1;
}

.bg-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.plan-btn-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
    z-index: 8;
}

.plan-btn-wrapper h5{
    color: white;
    font-size: 23px;
    font-weight: 500;
    padding-top: 7px;
}

.plan-btn-wrapper h5 span{
    color: #00a6d3;
    
}

.btn-wrapper{
     background-color: black;
     height: fit-content;
     width: fit-content;
     padding: 0px;
     border-radius: 20px;
     border: 1px solid rgb(151, 150, 150);
}

.plan-btn{
    width: 130px;
    height: 45px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    background-color: transparent;
    color: white;
}

.plan-btn.active{
    background-color:#00a6d3;
    color: white;
    
}

.plan-content{
    position: relative;
    z-index: 5;
    display: none;
}

.plan-content-list{
    padding: 40px 50px;
    background-color: transparent;
    color: white;
    border-radius: 15px;
    border: 1px solid rgb(163, 162, 162);
}

.plan-content-list:hover .get-plan-btn{
    background-color: #00a6d3;
    width: 180px;
    border: none;
    padding:10px 30px;
}

 /* .purple-bg{ */
    /* background-color: purple; */
/* } */

.green-bg{
    background-color: green;
}

.plan-list{
    padding: 10px 0px;
    border-bottom: 1px solid rgba(212, 207, 207, 0.829);
    margin-bottom: 25px;
   
}


.plan-list h6{
    font-size: 15px;
    font-weight: 600;
    color: #00a6d3;
}

.plan-list h2{
    font-size: 30px;
    font-weight: 600;
}

.plan-list h2 span{
    font-weight: 400;
}

.plan-content-list p{
    font-size: 16px;
    font-weight: 300;
    color: whitesmoke;
    line-height: 0px;

}


.plan-content-list h3{
    font-size: 24px;
    font-weight: 500;
    color: rgb(172, 170, 170);
    
    padding-bottom: 15px !important;

    
}

.plan-content-list h3 span{
    font-size: 19px;
    color: #00a6d3;
}

.get-plan-btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 15px;
    background-color: transparent;
    color: white;
    border: 1px solid rgba(172, 170, 170, 0.877);
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    transition: all 0.6s;
    text-decoration: none;
}



/* plans-section ENDS */


/* location-section STARTS */

.location-section{
    padding: 40px 80px;
}

.location-section h2{
    font-size: 50px;
    font-weight: 600;
    padding: 15px 0px;

}

.location-section h4{

    font-size: 23px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

/* location-section ENDS */







/* Footer STARTS */

footer {
    background-color: #000;
    padding: 20px;
    color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
  }
  
  .rocket-bg {
    background-size: cover;
    background-position: center;
    height: auto;
  }
  
  .rocket-image {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .rocket-image img {
    width: 70%;
    height: auto;
  }
  
  .footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    color: #f5f5f5;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-content {
    padding: 40px 0;
  }
  
  .footer-content-image img {
    width: 100%;
    height: auto;
  }
  
  .footer-list {
    margin-bottom: 30px;
  }
  
  .footer-list h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .footer-list ul {
    padding: 0;
    list-style-type: none;
  }
  
  .footer-list ul li {
    padding-top: 12px;
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
  }
  
  .footer-list ul li:hover {
    color: #02a6d3;
    cursor: pointer;
  }
  
  .footer-paragraph-wrapper {
    padding: 20px;
  }
  
  .footer-paragraph {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.03);
  }
  
  .footer-paragraph p {
    color: #dddddd;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }
  
  


/* HOME PAGE ENDS */









/* HOME PAGE ENDS */


/* Banner Section */
.banner-image-section {
    position: relative;
    height: 350px; /* Full viewport height */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

  }
  
  /* Banner Image */
  .banner-image {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-family: 'Arial', sans-serif;
    padding: 20px;
  }
  
  /* Overlay */
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.691); /* Semi-transparent dark overlay */
    z-index: 1;
  }
  
  /* Text Styling */
  .banner-image h2 {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    z-index: 2; /* Ensures text is above the overlay */
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 0 15px;
    max-width: 80%; /* Optional: Adjusts text width */
    line-height: 1.5;
    margin: 0;
  }
  
 
  @keyframes scrollUp {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  
  .scroll-content {
    animation: scrollUp 20s linear infinite;
  }
  
  .scroll-content:hover {
    animation-play-state: paused;
  }

  #investor-withdrawal-table {
    background-color: #00A6D3 !important;
  }
  
  .table-dark-custom {
    background-color: #212529;
    color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .table-dark-custom thead th {
    position: sticky;
    top: 0;
    background-color: #173944;
    z-index: 10;
    font-size: 18px;
    color: #f8f9fa;
    padding: 12px;
  }
  
  .table-dark-custom tbody td {
    color: #f8f9fa;
    font-size: 18px;
    padding: 10px;
  }
  
  .table-dark-custom tbody tr {
    border-bottom: 1px solid #495057;
  }
  
  .table-dark-custom tbody tr:hover {
    background-color: #495057;
  }
  
  .table-scroll-wrapper {
    max-height: 380px;
    overflow-y: auto;
    width: 100%;
  }
  
  .table-scroll-wrapper::-webkit-scrollbar {
    width: 8px;
  }
  
  .table-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #495057;
    border-radius: 4px;
  }
  
  .table-scroll-wrapper::-webkit-scrollbar-track {
    background-color: #343a40;
  }
  