.section {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}


.container-one {
    padding: 200px 0 180px;
}

.section_one {
    background-image: url(../images/section_one.webp);
    color: var(--white) !important;
}

.section_dark {
    background-color: var(--green-bg);
    color: var(--white) !important;
    padding: 40px 0;
}

.section_light {
    background-color: #afddf5;
    color: var(--black);
    padding: 40px 0;
}

.offer-title {
    text-align: center;
}

.container-text {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.section-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 33%;
}

.section-elem {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.element-img {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
}

.elem-img {
    width: 50%;
}

.element-img svg {
    width: 100%;
    height: 100%;
    fill: var(--green-bg);
}

.element-title {
    font-size: 22px;
    color: var(--el-title-color);
    text-align: center;
}

.element-text {
    text-align: left;
    font-size: 17px;
}

.section_dark h2 {
    color: var(--dark-title-color);
}

.section_white {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-link {
    font-size: 17px;
    font-weight: 700;
    background-color: #324e5d;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--white);
}

.button-link-section {
    font-size: 17px;
    font-weight: 700;
    background-color: var(--blue-bg);
    border-radius: 0px 0px 0px 0px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--white);
    width: max-content;
}

.button-link-section:hover {
    color: var(--white);
    background-color: #4a6f83;
}

.button-link-section:hover svg {
    fill: var(--white);
}

.button-link:hover {
    background-color: #283d49;
    color: var(--white);
}

.button-link:hover svg {
    fill: var(--white);
}

.button-link svg {
    width: 17px;
    height: 17px;
    fill: var(--white);
}

.button-link-section svg {
    width: 17px;
    height: 17px;
    fill: var(--white);
}

.elem-content {
    width: 50%;
}

.elem-text {
    font-size: 16px;
}

.section_content {
    width: 100%;
}

.step-container {
    display: flex;
    gap: 20px;
}

.step-item {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-logo {
    padding: 15px 20px;
    background-color: var(--dark-title-color);
    font-size: 17px;
    text-transform: uppercase;
    color: var(--el-title-color);
}

.step-logo:hover {
    background-color: #e6f3f9;
    color: var(--black);
}

.step-title {
    font-size: 22px;
    color: var(--white);
}

.step-text {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
}

.center-step {
    border-right: 2px solid var(--border-color);
    border-left: 2px solid var(--border-color);
}

.section_white-content {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_white-content_el {
    width: 100%;
}

.section_white-content_el h3 {
    font-size: 22px;
}

.section_white-content_el p {
    font-size: 17px;
}

.wp-block-table {
    margin: 0;
    font-size: 17px;
}

.text-image {
    display: flex;
    gap: 20px;
    width: 100%;
}

.text-image p {
    width: 50%;
}

.text-image img {
    width: 50%;
    height: 100%;
    margin: auto;
}

.rating {
    font-size: 24px !important;
    font-weight: 700;
}

.section_white-content_el strong {
    font-size: 20px;

}

.section_white-content_el p {
    margin-bottom: 0.9rem;
}

#scrollToTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #30698b;
    color: var(--white);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    z-index: 1000;
}

#scrollToTop:hover {
    background-color: var(--hover-green-bg);
}

.section_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 140px 0 120px;
    margin: 0 auto;
    background-image: url(../images/hero_background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section_title h1 {
    color: var(--white);
    font-size: 44px;
    font-weight: 700;
}

.about_white {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.section_content {
    display: flex;
    gap: 20px;
}

.about_white .section_content h2 {
    width: 50%;
    font-size: 26px;
    padding-left: 20px;
    border-left: 3px solid var(--black);
    height: max-content;
}

.section_text {
    width: 50%;
}

.section_text h2 {
    font-size: 22px;
    font-weight: 700;
}

.section_text h3 {
    font-size: 18px;
}

.section_text p {
    font-size: 17px;
}

.about_white .section_content .section-text p {
    font-size: 17px;
}

.section_green {
    background-color: var(--green-bg);
    color: var(--white) !important;

}

.section_green .section_content {
    align-items: center;
}

.section_green .section_content .section_images {
    width: 50%;
}

.section_green .section_content .section_images img {
    width: 100%;
}

.section_green .section_text {
    padding: 80px 60px 60px;
}

.form_content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.form_content .form_content__text,
.form_content .section-form {
    width: 50%;
}

.section_white-content p {
    width: 100%;
    font-size: 17px;
}

.section_white-content h2 {
    font-size: 32px;
    font-weight: 700
}

.section_tiles {
    max-width: 1140px;
    margin: 0 auto;
}

.section_tiles h2 {
    margin-top: 40px;
    font-size: 20px;
    color: var(--dark-green-text);
    font-weight: 700;
    text-align: center;
}

.section_tiles h3 {
    font-size: 17px;
    color: var(--dark-green-text);
    font-weight: 700;
    text-align: center;
}

.tiles {
    display: flex;
    gap: 20px;
}

.tiles_title-text {
    font-size: 17px;
    color: var(--dark-green-text);
    text-align: center;
}

.tiles_container {
    padding: 40px;
    border-radius: 20px;
    background-color: #324e5d;
    color: var(--white) !important;
    width: 33%;
    margin: 40px 0;
}

.tile_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tiles--img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.tiles--img svg {
    width: 100%;
    height: 100%;
}

.tiles_title {
    text-align: center;
    font-size: 22px;
    margin: 8px 0 20px;
}

.tile_container p {
    text-align: center;
    font-size: 17px;
}

.section_title p {
    color: var(--white);
    font-size: 17px;
}

.form_content__text h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--dark-green-text);
}

.form_content__text p {
    color: var(--dark-green-text);
    font-size: 17px;
}

.privacy_content h2 {
    font-size: 26px;
}

.iti {
    width: 100%;
}

.iti__selected-dial-code {
    color: var(--black);
}

.iti__country-list {
    color: var(--black);
}

#steps .section_content {
    flex-direction: column;
}

.section_one {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/section_one.webp);
}

.section_title {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/hero_background.webp);
}

.footer {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/footer_background.webp) !important;
}

.section-content {
    width: 100%;
}

@media (min-width:1212px) {
    .usdt_title_text {
        padding: 0 20px;
    }
}


@media (max-width:1212px) {

    .section,
    .section_title {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .header-container,
    .footer {
        padding: 0 20px !important;
    }

    .container-one {
        flex-direction: column;
        padding: 150px 0 80px;
    }

    .section-content {
        margin-bottom: 20px;
    }

    .container-text {
        padding-bottom: 0;
    }

    .section_white {
        padding: 30px 0;
    }

    .center-step {
        padding: 0 10px;
    }

    .section_green {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section_green .section_content {
        flex-direction: column;
    }

    .section_green .section_content .section_images,
    .section_text {
        width: 100%;
    }

    .section_green .section_text {
        padding: 20px;
    }

    .about_white .section_content {
        flex-direction: column;
    }

    .about_white .section_content h2 {
        font-size: 20px;
        text-wrap: nowrap;
    }

    .about_white .section_content h3 {
        font-size: 20px;
    }

    .tiles {
        flex-direction: column;
        justify-content: center;
    }

    .tiles_container {
        margin: 10px 0;
        width: 100%;
    }

    .form_content {
        flex-direction: column;
    }

    .form_content .form_content__text,
    .form_content .section-form {
        width: 100%;
    }

    .login_text {
        flex-direction: column;
    }

    .login_text img {
        width: 100%;
    }

    .text-image {
        flex-wrap: wrap;
    }

    .text-image img {
        width: 100%;
    }

    #section-text {
        flex-direction: column-reverse;
    }
}

@media (max-width:900px) {
    #offer_box {
        flex-direction: column;
        align-items: center;
    }

    .section-element {
        max-width: 100%;
    }

    .row {
        flex-direction: column;
        align-items: center;
    }

    .elem-content,
    .elem-img {
        width: 100%;
    }

    #second-elem {
        flex-direction: column-reverse;
    }

    #steps .step-container {
        flex-direction: column;
    }

    #steps .step-item {
        width: 100%;
    }

    #steps .center-step {
        border-right: none;
        border-left: none;
        border-top: 2px solid var(--border-color);
        border-bottom: 2px solid var(--border-color);
    }

    #brief_overview {
        flex-direction: column-reverse;
    }

    #brief_overview img {
        width: 100%;
    }

    .footer-menu-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section_title {
        padding: 120px 0 20px;
    }
}

@media (max-width:600px) {
    .section_title h1 {
        font-size: 28px;
    }
}