.circle-light {
    position: absolute;
    top: 200px;
    right: 0px;
    z-index: -1;
}

.circle-small-top {
    width: 180px;
    height: 180px;
    position: absolute;
    z-index: -1;
    top: 100px;
    left: 50%;
    transform: translateX(-170%);
}

.circle-small-under4 {
    position: absolute;
    z-index: -1;
    bottom: 1600px;
    left: 200px;
    width: 180px;
    height: 180px;
}

.circle-small-next-to4 {
    position: absolute;
    z-index: -1;
    bottom: 2100px;
    right: 150px;
    width: 180px;
    height: 180px;
    opacity: 0.6;
}

.circle-large-bottom {
    position: absolute;
    z-index: -1;
    bottom: 1550px;
    right: -100px;
    width: 500px;
    height: 500px;
}

.circle-under-form-left {
    position: absolute;
    z-index: -1;
    bottom: 500px;
    left: -200px;
    width: 600px;
    height: 600px;
}

.circle-under-form-right {
    position: absolute;
    z-index: -1;
    bottom: 300px;
    right: -100px;
    width: 600px;
    height: 600px;
}


.for-clients-container {
    margin-top: 200px;
    display: flex;
    justify-content: center;

    .mobile-text {
        display: none;
    }

    .column {
        display: flex;
        flex-direction: column;
        gap: 50px;
        width: 100%;
    }

    .left-column, .right-column {
        justify-content: space-around;

        p {
            font-weight: 500;
            font-size: 21px;
            line-height: 34px;
            text-align: center;
            color: #fff;

            span {
                font-weight: 700;
            }
        }
        img {
            position: absolute;
            z-index: -1;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }

    .left-column {
        gap: 300px;

        .circle-with-text-1 {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;

            p {
                width: 50%;
            }

            img {
                width: 700px;
                height: 700px;  
                opacity: 0.7;
            }
        }
        .circle-with-text-2 {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            position: relative;

            p {
                width: 80%;
            }

            img {
                width: 850px;
                height: 850px;  
            }
        }
    }

    .right-column {
        .circle-with-text-3 {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;

            p {
                width: 60%;
            }

            img {
                width: 650px;
                height: 650px; 
            }
        }
    }

    .middle-column {
        min-width: 500px;

        .step {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;

            .step-circle {
                display: flex;
                justify-content: center;
                align-items: center;
                background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(0, 80, 83, 0) 0%, rgba(0, 80, 83, 0.4) 100%);
                border: 0.5px solid #005053;
                border-radius: 50%;
                font-size: 42px;
                font-weight: 700;
                width: 70px;
                height: 70px;
                color: #005053;
            }
            .heading {
                font-weight: 700;
                font-size: 34px;
                line-height: 45px;
                color: #005053;
                text-align: center;
            }
            .text {
                font-weight: 300;
                font-size: 21px;
                line-height: 34px;
                text-align: center;
                color: #005053;
            }
        }
    }
}

.final-text {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    gap: 20px;
    padding: 0px 20px;
    padding-top: 80px;

    .heading {
        font-weight: 700;
        font-size: 34px;
        line-height: 45px;
        color: #005053;
        text-align: center;
        margin-top: 20px;

        @media (max-width: 768px) {
            font-size: 24px;
            line-height: 34px;
        }
    }

    .text, ul, li {
        font-weight: 300;
        font-size: 21px;
        line-height: 34px;
        text-align: center;
        color: #005053;
        text-decoration: none;
        list-style-type: none;

        @media (max-width: 768px) {
            font-size: 16px;
            line-height: 24px;
        }
    }

    li:before {
        content: "•";
        margin-right: 10px;
        color: #005053;
    }
}

.final-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;

    .heading {
        font-weight: 700;
        font-size: 34px;
        line-height: 45px;
        color: #005053;
        text-align: center;
    }
    .text {
        font-weight: 300;
        font-size: 21px;
        line-height: 34px;
        text-align: center;
        color: #005053;
    }
}
.contact-form {
    background: radial-gradient(66.74% 48.12% at 50% 1.88%, rgba(0, 80, 83, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%);
    border: 3px solid #005053;
    border-radius: 34px;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 40px;
    margin-top: 100px;

    .text-form {
        font-weight: 500;
        font-size: 34px;
        line-height: 55px;
        color: #fff;
        text-align: center;
        max-width: 900px;
    }

    .heading-form {
        font-weight: 600;
        font-size: 55px;
        line-height: 89px;
        text-align: center; 
        color: #000;
    }

    form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;

        .klauzula {
            font-size: 10px;
            max-width: 930px;
        }

        .wpcf7-not-valid-tip {
            color: #E74D4D;
            font-size: 16px;
            margin-left: 20px;
            font-family: Inter;
        }

        .first-line-form, .second-line-form, .third-line-form {
            display: flex;
            gap: 30px;

            p {
                display: flex;
                flex-direction: column;
                justify-content: start;
                align-items: start;

                span.label {
                    font-weight: 700;
                    font-size: 11px;
                    color: #000;
                    margin-left: 20px;

                    sup {
                        color: #E74D4D;
                    }
                }
                input, textarea {
                    width: 450px;
                    border: 1px solid #ACA5A5;
                    height: 55px;
                    backdrop-filter: blur(42px);
                    box-shadow: 0px 4px 12px 0px #00000040;
                    border-radius: 30px;
                    padding-left: 20px;
                    margin-top: 5px;
                }
                textarea {
                    width: 930px;
                    height: 130px;
                    resize: none;
                    padding-top: 20px;
                }
            }

            br {
                display: none;
            }
        }
        .third-line-form {
            flex-direction: column;
            justify-content: start;
            align-items: start;
            gap: 0px;

            .text {
                font-weight: 700;
                font-size: 11px;
                color: #000;
                margin-left: 20px;
                display: flex;
                flex-direction: row;
                
                sup {
                    color: #E74D4D;
                }
            }
        }
        .accept-form {
            display: flex;
            gap: 10px;
            max-width: 930px;
            width: 100%;
            margin-left: 20px;

            .checkbox {
                width: 25px;
                height: 25px;
                border-radius: 5px;
                border: 1px solid #000;
            }

            p {
                font-weight: 600;
                font-size: 16px;
                display: flex;

                sup {
                    color: #E74D4D;
                    margin-right: 5px;
                }
            }
        }
        .wpcf7-submit {
            width: 250px;
            height: 55px;
            background-color: #E74D4D;
            border-radius: 30px;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            font-family: Inter;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 0px;
            backdrop-filter: blur(42px);
            box-shadow: 0px 4px 12px 0px #00000040;

            &:disabled {
                background-color: rgba(231, 77, 77, 0.5);
                cursor: not-allowed;
            }
        }
        .wpcf7-response-output {
            border-radius: 10px;
            border: 1px solid #005053 !important;
            font-size: 16px;
            padding: 10px 20px;
            font-family: Inter;
        }
        .wpcf7-list-item {
            margin: 0px !important;
        }
    }
}



@media (max-width: 1200px) {
    .for-clients-container {
        .middle-column {
            min-width: 300px;
        }
    }
}

@media (max-width: 1024px) {
    main {
        padding: 10px;
    }

    .circle-small-top {
        transform: unset;
        left: -40px;
        top: 350px;
    }

    .circle-small-under4 {
        bottom: unset;
        top: 1400px;
        left: 10px;
    }

    .circle-under-form-left {
        bottom: 1500px;
    }

    .circle-large-bottom {
        bottom: unset;
        right: unset;
        top: 700px;
        right: -200px;
        width: 500px;
        height: 500px;
    }

    .for-clients-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 80px;

        .mobile-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 20px;
            background: radial-gradient(142.25% 104.05% at 76.05% 6.72%, rgba(0, 80, 83, 0.9) 0%, rgba(185, 185, 185, 0.8) 100%);
            border: 3px solid #005053;
            border-radius: 34px;
            padding: 30px;
            max-width: 500px;

            p {
                font-weight: 500;
                font-size: 21px;
                line-height: 34px;
                text-align: center;
                color: #fff;

                span {
                    font-weight: 700;
                }
            }
        }

        .middle-column {
            max-width: 500px;
            margin-top: 40px;
        }

        .left-column, .right-column {
            display: none;
        }
    }
    .contact-form {
        padding: 20px;
        gap: 10px;

        .text-form {
            font-size: 24px;
            line-height: 45px;
        }

        .heading-form {
            font-size: 45px;
            line-height: 79px;
        }
        form {
            .first-line-form, .second-line-form, .third-line-form {
                flex-direction: column;

                p {
                    input, textarea {
                        max-width: 450px;
                        width: 100%;
                    }
                    textarea {
                        max-width: 930px;
                        width: 100%;
                    }
                }
            }
        }
    }
    .final-step {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .circle-light {
        top: 0px;
    }
    .circle-large-bottom {
        top: 650px;
        right: -100px;
        width: 200px;
        height: 200px;
        opacity: 0.8;
    }
    .circle-small-under4 {
        top: 900px;
        left: -90px;
    }
    .circle-small-next-to4 {
        bottom: 2400px;
        left: -50px;
        right: unset;
    }
    .circle-under-form-left {
        left: -100px;
        width: 300px;
        height: 300px;
        opacity: 0.8;
        bottom: 1650px;
    }
    .circle-under-form-right {
        bottom: 2500px;
        right: -100px;
        width: 200px;
        height: 200px;
        opacity: 0.7;
    }

    .for-clients-container {
        .mobile-text {
            p {
                font-size: 13px;
                line-height: 21px;
            }
        }
        .middle-column {
            .step {
                .step-circle {
                    width: 50px;
                    height: 50px;
                    font-size: 30px;
                }

                .heading {
                    font-size: 24px;
                    line-height: 34px;
                }

                .text {
                    font-size: 16px;
                    line-height: 21px;
                }

                img {
                    height: 50px;
                    width: auto;
                }
            }
        }
    }
    .contact-form {
        .text-form {
            font-size: 16px;
            line-height: 25px;
        }

        .heading-form {
            font-size: 30px;
        }
        form {
            .first-line-form, .second-line-form, .third-line-form {
                p {

                    input, textarea {
                        max-width: 100%;
                        width: 100%;
                    }
                    textarea {
                        max-width: 100%;
                        width: 100%;
                    }
                }
            }
        }
    }
    .final-step {
        max-width: 500px;
    }
    .final-step {
        .heading {
            font-size: 24px;
            line-height: 34px;
        }

        .text {
            font-size: 16px;
            line-height: 21px;
        }

        img {
            height: 110px;
            width: auto;
        }
    }
}