.copytrading_header .mt5_button_flex {
    justify-content: center;
}

/* SECTION */

.twct_section {
    background: #0F0F14;
    padding: 0px 0;
}

/* CONTAINER */

.twct_container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

/* COLUMNS */

.twct_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 80px 80px 80px 80px;
    border-top: 1px solid #34343D;
    border-bottom: 1px solid #34343D;
    border-left: 1px solid #34343D;
    
}

.twct_col--border {
    border-left: 1px solid #34343D;
    border-right: 1px solid #34343D;
    padding: 80px 80px 80px 80px;
}

/* ICON */

.twct_icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.twct_icon_inner {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twct_icon--purple {
    background: rgba(173, 106, 255, 0.15);
}

.twct_icon--purple .twct_icon_inner {
    background: #2A1F3D;
}

.twct_icon--green {
    background: rgba(140, 255, 164, 0.15);
}

.twct_icon--green .twct_icon_inner {
    background: #1F3D2B;
}

.twct_icon img {
    width: 80px;
}

/* TITLE */

.twct_title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 12px;
}

/* DESCRIPTION */

.twct_desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-width: 480px;
    margin-bottom: 40px;
}

/* STEPS */

.twct_steps {
    display: flex;
    flex-direction: column;
    position: relative;
    
}

.twct_step {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
    border-top: 1px solid #34343D;
    gap: 16px;
}

.twct_step:last-child {
    border-bottom: 1px solid #34343D;
}

/* STEP CONTENT */

.twct_step_content {
    max-width: 416px;
}

.twct_step_title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.twct_step_caption {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #737380;
    margin-top: 4px;
}

/* STEP NUMBER BOX */

.twct_step_num {
    width: 48px;
    height: 48px;
    border: 1px solid #34343D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #737380;
}

/* BUTTON */

.twct_btn {
    margin-top: 40px;
    height: 40px;
    padding: 10px 16px;
    background: #FFFFFF;
    color: #0F0F14;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    max-width: max-content;
}

.twct_btn:hover {
    opacity: 1;
    color: #0F0F14;
}



.connect_icon {
    position: absolute;
    height: 100px;
    right: -20px;
    
}

.ct_top {
    top: 41px;  
}

.ct_bottom{
    top: 127px;
}

/* RESPONSIVE */

@media (max-width: 900px) {

    .twct_container {
        flex-direction: column;
    }

    .twct_col--border {
        border-left: none;
        border-top: 1px solid #1C1E2A;
        margin-top: 20px;
        padding-top: 80px;
    }
    
    .connect_icon {
        display: none;
    }
    
    
    .twct_col {
        padding: 40px 24px;
        border: 1px solid #34343D;
        align-items: center;
    }
    
    .twct_desc {
        text-align: center;
    }
    
    .twct_title {
        font-size: 24px;
    }
}


/* pro features */

.ctpf {
    background-color: #0F0F14;
    background-image: url('https://cdncloudcart.com/66865/files/image/background_ctpf.svg?1771072983');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-y: -200px;
}
.ctpf_section {
    padding: 0px 0;
}

.ctpf_container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 120px;
}

/* LEFT COLUMN */

.ctpf_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ctpf_title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-width: 560px;
}

.ctpf_subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #DBDBE0;
}

.ctpf_image_wrapper {
    margin-top: 40px;
    max-width: 560px;
}

.ctpf_image_wrapper img {
    max-width: 100%;
    height: auto;
}

/* RIGHT COLUMN */

.ctpf_right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* FEATURE BLOCK */



.ctpf_feature {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 0;
    border-top: 1px solid #34343D;
}

.ctpf_feature:last-child {
    border-bottom: 1px solid #34343D;
}

.ctpf_feature_top {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ctpf_icon {
    width: 32px;
    height: 32px;
    opacity: 0.9;
}

.ctpf_feature_title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    flex: 1;
}

.ctpf_badge {
    font-size: 12px;
}

.ctpf_feature_desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #737380;
    max-width: 560px;
}

/* RESPONSIVE */

@media (max-width: 1024px) {

    .ctpf_container {
        flex-direction: column;
        gap: 80px;
    }
    
    .ctpf {
        background-color: #0F0F14;
        background-image: url('https://cdncloudcart.com/66865/files/image/mobile_perf_background.svg?1771075626');
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position-y: -400px;
    }
    
    .ctpf_feature_top {
        position: relative;
        align-items: start;
        flex-direction: column;
    }
    
    .ctpf_feature_top .features_labels {
        position: absolute;
        right: 5px;
    }
    
    

}

.tyt {
    background-color: #0F0F14;
}

.tyt .mt5_payment_icon {
    min-width: 76px;
}

.tyt .mt5_payment_icon img {
    width: 76px;
    height: 76px;
}

.tyt .mt5_payment_item {
    height: auto;
    padding: 24px;
}

.tyt .mt5_payment_content {
    gap: 0px;
}


@media (max-width: 1024px) {
    .tyt .mt5_payment_item {
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }
}


.ct_payments {
    background-color: #0F0F14;
}


.ct_payments .mt5_label.remove_stan_format {
    border-top: none;
    color: #737380;
    font-size: 28px;
}

.ct_payments .mt5_col_title {
    text-align: left;
}

.ct_payments .mt5_mobile_values .fa-solid {
    display: block;
    text-align: center;
    margin-bottom: 16px;
}



.ct_payments .fa-solid.fa-check.mt5_icon_check:before {
    color: #2593F9 !important;
    font-size: 24px;
}

.ct_payments .fa-solid.fa-xmark.mt5_icon_cross:before {
    font-size: 24px;
}


.ct_payments  .mt5_mobile_values > span {
    width: 100%;
    text-align: center;
}



.ct_currencies.s200plus_section {
    background-image: url('https://cdncloudcart.com/66865/files/image/currency_back.png?1771078048');
    height: 630px;
}


.ct_faq .faq_presentation_section p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    margin-top: 16px;
    color: #DBDBE0;
    
    }
    
    
.ctfooter p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #DBDBE0;
    padding-bottom: 20px;

}

.ct_flex_box .mt5_why_item {
        border: 1px solid rgba(52, 52, 61, 1);
    }



@media (max-width: 967px) {
    
    .ct_header_icons_box .mt5_icon {
        width: 64px;
        height: 64px;
    }
    
    .ct_header_icons_box.mt5_header_flex_icon, 
    .twoways.mt5_in3steps_section {
        margin-bottom: -2px !important;
        padding-bottom: 120px !important;
    }
    
    .ctpf,
    .tyt {
         margin-bottom: -2px !important;
         padding-bottom: 0px !important;
    }
    

   
    
    .ct_flex_box .mt5_why_item {
        border: 1px solid rgba(52, 52, 61, 1);
    }


    .ct_currencies.s200plus_section {
        background-image: url('https://cdncloudcart.com/66865/files/image/currency_mobile_back.png?1771078049');
        height: 630px;
    }
    
    .ct_faq .faq_presentation_section img {
        display: block;
    }
    
    .ct_faq .faq_presentation_section h2, .ct_faq .faq_presentation_section p {
        width: 80%;
        text-align: left;
    }
}






