

.custom-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .custom-checklist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
  }
  
  .custom-checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #00a6d3;  /* your brand color */
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
  }


  .media-header {
    background: #121212;
    padding: 40px 20px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 40px;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
}

.media-header h6 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #00a6d3;
    letter-spacing: 1px;
}

.media-header .p-paragraph {
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    color: #ccc;
}

  

.navbar-nav select{
    background-color: black;
    color: white;
    height: 40px;
    width: 160px;
    border-radius: 10px;
    border: none;
    padding: 5px 7px;
}

.dropdown:hover .dropdown-menu{
    display: block;
}


.dropdown-item{
    color:  black !important;
}

/* hero-section */

.companys-logo{
    padding: 20px 0px 50px 0px;
}

.companys-logo img{
    display: inline;
    
}

.companys-logo button{
    background-color: rgb(201, 196, 196);
    color: white;
    width: 130px;
    height: 40px;
    border-radius: 15px;
    font-size: 19px;
    border: 0px;
   
}


/* testimony-section */

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

.testimony-content-wrapper{
    padding: 40px 0px 0px 0px;
    position: relative;
}

.testimony-content{
    border: 2px solid gray;
    padding: 55px 20px 15px 20px;
    text-align: center;
    border-radius: 10px;
   

}

.testimony-content-image img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 40%;
    border: 2px solid gray;

}

.testimony-content p{
    font-size: 16px;
    font-weight: 500;
}

.testimony-content p i{
    padding-right: 10px;
    font-size: 40px;
    font-weight: 700;
   
}

/*

.testimony-content p i:last-child{
    color: green;
    padding-left: 15px;
    padding-right: 0px;
}

*/

/* Video section STARTS */

.video-section{
    padding: 50px 80px;
}

.videoTitle-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.video-navigator{
    border: 1px solid rgba(168, 166, 166, 0.938);
    width: fit-content;
    border-radius: 10px;
    height: fit-content;
}

.video-btn{
    width: 110px;
    height: 40px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: black;
    background-color: transparent;
    border: none;
    border-radius: 10px;
    
}

.video-btn.active{
    background-color: #3498db;
    color: white;
}

.video-target{
    display: none;
}



/* Video section ENDS */

/*  */

/* ABOUT US PAGE STARTS */

.aboutUs-body{
    background-color: black;
}

/* About-section STARTS */

.about-section{
    padding: 100px 80px;
   
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.about-content{
    text-align: center;
    padding-top: 100px;
    position: relative;
    z-index: 44;
    color: white;
    
}

.about-content h3{
    font-size: 55px;
    font-weight: 800;
    padding: 20px 0px;
}

.about-content p{
    font-size: 20px;
    font-weight: 500;
    color: gray;
    padding: 10px 80px;
}

/* About-section ENDS */


/* value-section STARTS */

.value-section{
    padding: 40px 70px;

}

.value-section h4{
    font-size: 50px;
    font-weight: 700;
    padding: 15px;
    color: white;
}

.value-section h4 span{
    color: #3498db;
}


.values-content{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 10px;
    text-align: center;
    padding: 20px 15px 0px 15px;
    min-height: 370px;
}

.values-content h5{
    font-size: 24px;
    font-weight: 600;
    padding: 15px 0px;
    color: white;
}

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

.p-paragraph{
    font-size: 19px;
    font-weight: 400;
    color: rgb(196, 187, 187);
 
}

.center-p{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
}


/* value-section ENDS */


/* signin-steps-section STARTS */

.signin-steps-section{
    background-color: whitesmoke;
    margin: 20px 30px;
    border-radius: 15px;
    padding: 40px 60px;
}

.signin-steps-content{
    padding-top: 70px;
}

.signin-steps-content h2{

    font-size: 50px;
    font-weight: 700;
    padding: 15px 0px;
}

.signin-steps-list{
    display: flex;
    column-gap: 40px;
    row-gap: 40px;
}

.the-steps{
    background-color: #3498db;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    color: white;
    padding-top: 5px;
    
}

.signin-image img{
    width: 100%;
    height: auto;
    background-color: transparent;
}


/* signin-steps-section ENDS */

/* partners-section STARTS */

.partners-section{
    padding: 50px 70px;
}

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

.partners-content{
    background-color: rgb(48, 47, 47);;
    padding: 10px 10px;
    border-radius: 10px;
    height: 110px;
    text-align: center;
    justify-content: center;
}

.partners-content img{
    width: 100%;
    height: auto;
   
    padding: 0px 20px;
    
}

.smaller-image{
    background-color: rgb(48, 47, 47);;
    padding: 10px 10px;
    border-radius: 10px;
    height: 110px;
    text-align: center;
}

.smaller-image img{

    width: 100%;
    height: auto;
    padding: 10px 60px;
}

.small-image{
    background-color: whitesmoke;
}

.small-image img{
    padding: 15px 20px;
    
}

.tryview-img img{
    padding: 10px 110px;
    
}

/* partners-section ENDS */

/*  */

.mediaMention-section{
    padding: 70px 70px;
}

.mediaMention-section h6{
    padding: 50px 0px;
    color: gray;
    font-size: 20px;
}

.mediaMention-content{
    padding: 20px 20px;
    background-color: rgb(51, 50, 50);
    width: 330px !important;
    height: fit-content;
    border-radius: 15px;
}

.mediaMention-content p{
    font-size: 18px;
    color: gray;
    font-weight: 400;
    padding-top: 20px;
}

.mediaMention-content p:last-child{
    font-size: 15px;
    padding-top: 5px;
}

.mediaMention-content-img img{
    width: 190px;
    height: 90px;
}



/*  */


/* ABOUT US PAGE ENDS */

/* FAQS PAGE STARTS */

.faq-section{
    padding: 50px 80px;
    
}

.faq-content-wrapper{
    margin-bottom: 10px;
}

.faq-btn{
    background-color: #3498db;
    width: 100%;
    height: 55px;
    border-radius: 15px;
    cursor: pointer;
    border: none;
    text-align: start;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 400;
    color: white;
    transition: all 0.6s;
}

.faq-btn.active{
    background-color: black;
    color: white;
    font-size: 19px;
}

.faq-btn:after{
    font-family: "Font Awesome 6 Free";
    content: '\f078';
    font-size: 15px;
    font-weight: 700;
    float: right;
}

.faq-btn.active:after{
    font-family: "Font Awesome 6 Free";
    content: '\f077';
    font-size: 15px;
    font-weight: 700;
    float: right;
    color: white;
   
}

.panel{
    padding: 15px 20px;
    display: none;
    overflow: hidden;
    transition: all 0.6s;
}

.panel ul{
    padding: 0px 20px;
}

.faq-image img{
    width: 100%;
    height: fit-content;
    border-radius: 15px;
}

/* FAQS PAGE ENDS */

/* POLICY PAGE STARTS */

.policy-section{
    padding: 130px 50px;
}

.policy-section h3{
    font-size: 25px;
    font-weight: 600;
}

.policy-section h3:last-child{
   
    padding-bottom: 30px;
}

.policy-paragraph{
    font-size: 15px;
}

.policy-section div h4{
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
}

.information-list{
    list-style-type: decimal;
    padding: 0px 15px;
}

.information-list li{
    color: #3498db;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}

table{
    border-collapse: collapse;
    margin-bottom: 25px;
}

table td{
    border: 1px solid rgba(212, 208, 208, 0.932);   
    padding: 20px 20px;
   
}

table th{
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid rgba(212, 208, 208, 0.932);
   
}

table td ul{
   padding: 0px 10px;
}

table td ul li{
    padding-bottom: 10px;
}

.purpose-list{
    padding: 0px 20px;
}

.purpose-list li{
    padding-bottom: 10px;
}


/* POLICY PAGE ENDS */


/* Forex Page STARTS */

.forex-section{
    padding: 50px 80px;
}

.container-wrapper{
    background-color: whitesmoke;
    border-radius: 15px;
    padding: 30px 40px !important;
}

.forex-facts-wrapper{
    display: flex;
    gap: 10px;
    border-top: 1px solid rgba(189, 185, 185, 0.959);
    padding: 10px 7px 0px 7px;
}

.forex-facts-wrapper div p{
    font-size: 14px;
}

.circle-check{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    color: white;
    background-color: #3498db;
    margin-top: 5px;
    
}

.p-wrapper{
    background-color: white;
    padding: 20px 20px;
    border-radius: 10px;
    width: 80%;
    justify-content: right;
    margin: 40px 0px;
}

.forex-content h3{
    font-size: 35px;
    font-weight: 400;
}

.forex-content p:nth-child(3){
    font-size: 13px;
    color: gray;
    padding-right: 40px;
}

.forex-facts{
    background-color: white;
    border-radius: 10px;
    padding: 20px 15px;
}

.forex-facts h5{
    font-size: 20px;
    padding-bottom: 20px ;
}

.forex-facts h5 span{
    font-size: 30px;
   
}

.forex-facts button{
    width: 100%;
    height: 40px;
    border: 1px solid #3498db;
    background-color: transparent;
    color: black;
    border-radius: 10px;
    margin: 15px 0px;

}

.forex-image-wrapper{
    padding: 60px 0px;
}

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


/* Forex Page ENDS */

/* Range market Page STARTS */

.market-Range{
    background-color: whitesmoke;
    padding: 30px 30px;
    border-radius: 15px;
    margin: 40px 60px;
}

.marketRange-content img{
    width: 70px ;
    height: 70px;
}

.marketRange-content h4{
    font-size: 45px;
    font-weight: 300;
    padding: 20px 0px;
}

.marketRange-content p{
    font-size: 15px;
    color: gray;
}

/* Range market page ENDS */


@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}



@media screen and (max-width : 778px) {

   
    
    .trading-assets h3{
        font-size: 20px;
    }

    .trading-assets h2{
        font-size: 24px;
    }

    /* hero-section STARTS */

    .hero-content{
        padding-top: 90px;
        position: relative;
        z-index: 10;
    }

    .hero-content h4{

    }

    .hero-content h1{
        font-size: 35px;
    }

    .hero-section{
        background-position: center;
        position: relative;
        padding-top: 15px;
    }

    .video-content{
        padding-top: 50px;
        position: relative;
        z-index: 9;
        padding-right: 0px;
    }

    .style-video{
        height: 180px;
    }

    .forex-widget{
        padding-top: 40px;
        position: relative;
        z-index: 11;

    }

    /* chart-widget STARTS */

    .double-quote{
        font-size: 30px;
    }

    .registration-navigator h5{
        font-size: 24px;
    }

    /* trading-tools-section STARTS */

    .trading-tools-section h2{
        font-size: 33px;
    }
    .trading-tool-list h3{
        font-size: 25px;
    }

    /* stepsTo-vip-section */

    .stepsTo-vip-content{
        min-height: 240px;
        padding: 10px 10px 0px 10px;
    }

    /* operationDetails-section STARTS */

    .operationDetails-section h2{
        font-size: 30px;
        padding: 20px 0px;
    }

    .OD-tittle{
        font-size: 25px;
    }

    .OD-paragraph{
        font-size: 15px;
    }

    /* banner-image-section STARTS */

    .banner-image-section{
        min-height: 68px;
        background-position: center;
    }

    .banner-image h2{
        font-size: 32px;
        position: relative;
        z-index: 15;
        color: white;
        padding-top: 150px;
    }

    /*  */

    .workflow-explanation h3{
        font-size: 30px;
        padding: 40px 0px;
    }

    .workflows h5{
        font-size: 23px;
    }

    .workflow-paragraph{
        font-size: 18px;
    }

    /* trading-platform-section STARTS */

    .trading-platform-section h3{
        font-size: 28px;
    }

    /* .expocopytrading-different-section  */

    .expocopytrading-different-section h3{
        font-size: 27px;
    }

    /*  */

    .plan-btn-wrapper{
        display: block;
    }

    .plan-btn-wrapper h5{
        padding-bottom: 20px;
    }

    .btn-wrapper{
        width: 100%;
    }

    .plan-btn{
        width: 100%;
        display: block;
       
        
    }

    .plan-content-list{
        padding: 20px 20px;
    }

    .get-plan-btn{
        margin-top: 10px;
    }

    /*  */

    .location-section h2{
        font-size: 30px;
    }

    .location-section h4{
        font-size: 18px;
    }

    /* testimony-section */

    .testimony-section{
        padding: 30px 20px;
    }

    /* video-section */

    .video-section{
        padding: 30px 20px;
    }

    .videoTitle-wrapper{
        display: block;
    }

    /* Footer Starts */

    .rocket-image{
        padding: 30px 20px;
    }

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

    .trading-assets-content img{
        min-height: 290px;
    }

    .footer-flex{
        display: block;
    }

    /* about page */

    /* about-section */

    .about-content{
        padding-top: 40px;
    }

    .about-content p{
        padding: 10px 0px;
    }

    /* value-section */

    .value-section{
        padding: 30px 20px;
    }

    .values-content{
        min-height: 290px;
    }

    .values-content h5{
        padding: 10px 0px;
        font-size: 22px;
    }

    .p-paragraph{
        font-size: 17px;
    }

    /* .signin-steps-section */

    .signin-steps-section{
        margin: 20px 10px;
        padding: 60px 10px;
    }

    .signin-steps-list{
        column-gap: 20px;
        row-gap: 30px;
    }

    .center-p{
        font-size: 17px;
    }

    .signin-steps-content h2{
        font-size: 35px;
    }

    /* partners-section starts */

    .partners-section{
        padding: 20px 20px;
    }

    .partners-section h2{
        padding-bottom: 30px;
    }


    /* .mediaMention-section STARTS */

    .mediaMention-section{
        padding: 30px 20px;
    }


    /* policy-section */

    .policy-section{
        padding: 50px 20px;
    }

    table td{
        padding: 10px 10px;
    }

    table th{
        font-size: 14px;
        padding: 10px 10px;
    }

    


    /* forex-section */

    .forex-section{
        padding: 30px 20px;
    }

    /*  */

    .market-Range{
        margin: 30px 0px;
    }

    


}



@media (max-width: 768px) {
  .media-header {
    padding: 30px 15px;
  }

  .media-header h6 {
    font-size: 20px;
  }

  .media-header .p-paragraph {
    font-size: 16px;
    padding: 0 10px;
  }

  .companys-logo {
    padding: 10px 0px 30px 0px;
    text-align: center;
  }

  .companys-logo img {
    width: 70%;
    margin-bottom: 10px;
  }

  .companys-logo button {
    width: 100%;
    font-size: 17px;
  }

  .testimony-section,
  .video-section,
  .about-section,
  .value-section,
  .faq-section,
  .partners-section,
  .mediaMention-section {
    padding: 20px 20px;
  }

  .testimony-content {
    padding: 40px 15px 15px 15px;
  }

  .testimony-content-image img {
    width: 60px;
    height: 60px;
    top: -30px;
    right: calc(50% - 30px);
  }

  .videoTitle-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .video-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .about-content h3 {
    font-size: 35px;
  }

  .about-content p {
    font-size: 18px;
    padding: 0 20px;
  }

  .value-section h4 {
    font-size: 35px;
  }

  .signin-steps-section {
    margin: 20px 10px;
    padding: 30px 20px;
  }

  .signin-steps-content h2 {
    font-size: 36px;
  }

  .signin-steps-list {
    flex-direction: column;
    row-gap: 20px;
  }

  .partners-section h2 {
    font-size: 36px;
  }

  .mediaMention-content {
    width: 100% !important;
  }

  .faq-btn {
    font-size: 16px;
    padding-left: 15px;
  }

  .faq-btn.active {
    font-size: 17px;
  }
}



/* certificate-section STARTS */

.certificate-section{
    padding: 70px 80px;
}

.certificate-image img{
    width: 100%;
    height: 500px;
}

/*  */


@media (max-width: 768px) {
    .about-content {
      padding-top: 120px;
     
    }
  
    .about-content h3 {
      font-size: 35px;
      padding: 15px 0;
    }
  
    .about-content p {
      font-size: 18px;
      padding: 0 20px;
    }
  }
  