/* ----------------------------- */
/* ==Homepage css                */
/* ----------------------------- */
.head {
    margin-top: 75px; /* Account for fixed header height */
    background-image: url("./assets/bg-head.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
    padding: 5% 5% 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

    .head h1 {
        color: #ffffff;
        background: #000000;
        background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(25, 42, 107, 0.5) 50%, rgba(25, 42, 107, 0) 100%);
        padding: 10px;
        border-radius: 5px;
    }

    .head .btn {
        margin: 0 auto;
    }

.insights {
    color: #05183d;
    display: flex;
    justify-content: center;
    padding: 15px 0 0;
    font-weight: 700;
    margin: 0;
}

    .insights span:after {
        content: "|";
        margin: 0 15px;
    }

    .insights span:last-child:after {
        content: "";
    }

.trust-partners {
    border: 2px solid #a71273;
    border-radius: 50px;
    padding: 30px;
    margin: 5% 5% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .trust-partners .subtitle {
        font-weight: 700;
        max-width: 585px;
        text-align: center;
        margin-bottom: 30px;
    }

    .trust-partners .logo-partners {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .trust-partners .logo-partners .logo img {
            max-height: 70px;
            min-width: 70px;
            min-height: 70px;
            max-width: 140px;
            margin: 10px 15px 0;
        }

.IBAN-fraud-solution ul li {
    margin: 10px 0;
}

    .IBAN-fraud-solution ul li::marker {
        color: #a71273;
    }

.regulation ul li {
    margin: 10px 0;
    list-style: none;
}

    .regulation ul li .number {
        font-size: 24px;
        font-weight: 700;
    }

.regulation .source {
    margin: 30px auto 0;
}

.sepamail .sepamail-logo {
    display: flex;
    align-items: center;
    margin: 20px auto 10px;
}

    .sepamail .sepamail-logo img {
        width: 150px;
    }

    .sepamail .sepamail-logo p {
        font-weight: 700;
        margin-left: 30px;
        font-size: 16px;
        margin-bottom: 0;
    }

.sepamail .banks {
    border: 2px solid #135dd0;
    border-radius: 50px;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 5%;
}

    .sepamail .banks img {
        border-radius: 0 !important;
        max-height: 50px;
        margin: 10px auto;
    }

.how-to {
    align-items: center;
    text-align: center;
}

    .how-to h2 {
        width: 100%;
    }

    .how-to .video-laptop {
        width: 50%;
    }

        .how-to .video-laptop .video-container {
            position: relative;
            width: 100%;
            max-width: 960px;
            padding-bottom: 50.2%;
            height: 0;
        }

            .how-to .video-laptop .video-container video {
                background: url('./assets/Laptop.webp') center center no-repeat;
                background-size: contain;
                padding: 1.7% 11.8% 6.6% 12.6%;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 25px;
            }

    .how-to .content {
        align-items: center;
        justify-content: space-between;
    }

    .how-to .step {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 10px;
    }

        .how-to .step:last-child {
            margin-bottom: 0;
        }

        .how-to .step .number {
            border: 2px solid #ffffff;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            text-align: center;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .how-to .step .details {
            display: flex;
            flex-direction: column;
            font-weight: 400;
        }

            .how-to .step .details.multiple {
                flex-direction: row;
                justify-content: space-between;
            }

                .how-to .step .details.multiple .multiple-details {
                    width: 45%;
                    text-align: right;
                }

                    .how-to .step .details.multiple .multiple-details:last-child {
                        text-align: left;
                    }

                .how-to .step .details.multiple .bold {
                    font-weight: 700;
                }

.verification {
    align-items: center;
    flex-direction: column;
}

    .verification .verification-ways {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    .verification .verification-ways {
        display: flex;
        justify-content: space-between;
        text-align: center;
        width: 100%;
    }

        .verification .verification-ways .way {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 31%;
            color: #ffffff;
            font-weight: 700;
            background-image: url("./assets/bg-verification.webp");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            padding: 30px;
            border-radius: 20px;
        }

        .verification .verification-ways .way-title {
            text-transform: uppercase;
        }

        .verification .verification-ways .icon {
            margin-bottom: 30px;
            width: 45px;
            height: 45px;
        }

        .verification .verification-ways .unit {
            transform: rotate(-90deg);
        }

        .verification .verification-ways .api {
            width: 65px;
            height: 65px;
            margin: -14px 0 23px;
        }

    .verification .subtitle {
        font-size: 20px;
        font-weight: 700;
        color: #180b2d;
        margin: 40px 0 10px;
        text-align: center;
    }

        .verification .subtitle span {
            color: #135dd0;
        }

.why {
    flex-direction: column;
    align-items: center;
}

    .why .reasons-why {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .why .reasons-why {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .why .reasons-why .reason {
            width: 23%;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            border-radius: 20px;
            padding: 30px;
            background: #000000;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
        }

            .why .reasons-why .reason .reason-title {
                font-weight: 700;
                font-size: 20px;
                text-transform: uppercase;
                margin-bottom: 20px;
                text-align: center;
                width: 100%;
            }

    .why .btn {
        margin-top: 10px;
    }

.faq {
    flex-direction: column;
    align-items: center;
    border: 2px solid #a71273;
    border-radius: 50px;
    padding: 30px;
    margin: 5%;
}

    .faq h2 {
        color: #135dd0;
        margin-bottom: 5px;
    }

    .faq .subtitle {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 60px;
    }

    .faq .faq-content {
        display: flex;
        flex-direction: column;
    }

        .faq .faq-content h3 {
            font-size: 18px;
        }

        .faq .faq-content .response {
            margin-bottom: 30px;
        }

            .faq .faq-content .response:last-child {
                margin-bottom: 0;
            }

/*BreakPoint Tablet & Mobile */
@media screen and (max-width: 1365.98px) {
    .faq h2 {
        margin-bottom: 5px;
    }

    .how-to {
        justify-content: center;
    }

        .how-to .video-laptop {
            margin-bottom: 30px;
            width: 100%;
        }

    .why .reasons-why .reason {
        width: 48%;
    }

    .IBAN-fraud-solution .image {
        display: none;
    }

    .sepamail .image,
    .regulation .image {
        margin-bottom: 30px;
    }

    .sepamail {
        flex-flow: column-reverse;
    }
}

/*BreakPoint Tablet*/
@media screen and (min-width: 768px) and (max-width: 1365.98px) {
    .head {
        margin-top: 75px; /* Adjusted for tablet header height */
    }
}

/*BreakPoint Mobile*/
@media screen and (max-width: 767.98px) {
    .head {
        margin-top: 70px; /* Adjusted for mobile header height */
    }

    .insights {
        padding-bottom: 0;
    }

        .insights span {
            text-align: center;
            margin: 5px 10px;
        }

            .insights span:after {
                display: none;
            }

            .insights span:nth-child(2):after {
                display: inline;
            }

            .insights span:nth-child(2) {
                margin-right: 0;
            }

            .insights span:nth-child(3) {
                margin-left: 0;
            }

    .trust-partners {
        margin-top: 15%;
    }

        .trust-partners .logo-partners .logo img {
            max-height: 60px;
            min-width: 60px;
            min-height: 60px;
            max-width: 120px;
        }

    .faq h2,
    .faq .subtitle,
    .why h2,
    .verification h2 {
        text-align: center;
    }

    .verification .verification-ways {
        flex-direction: column;
    }

        .verification .verification-ways .way {
            margin-bottom: 20px;
            width: 100%;
        }

            .verification .verification-ways .way:last-child {
                margin-bottom: 0;
            }

    .why .reasons-why .reason {
        width: 100%;
    }

    .regulation .source {
        margin-top: 15px;
    }

    .sepamail .sepamail-logo p {
        line-height: 22px;
    }
}
