@media screen and (min-width: 300px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(/contact/image/IMG_8529.jpg);
        background-size: cover;

        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 30px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            padding-left: 10px;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }

    .secure {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .secure-head {
            width: 100%;
            height: 300px;
            padding-top: 50px;


            .detail1 {
                width: 100%;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 130px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 40px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 100px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .secure-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
            padding-top: 50px;


            .currency {
                height: 550px;
                background-color: var(--thm-primary);
                box-shadow:
                    0px -5px 10px rgba(0, 0, 0, 0.1),
                    /* Top */
                    5px 0px 10px rgba(0, 0, 0, 0.1),
                    /* Right */
                    0px 5px 10px rgba(0, 0, 0, 0.1),
                    /* Bottom */
                    -5px 0px 10px rgba(0, 0, 0, 0.1);
                /* Left */

                /* This styling is for the middle container that have different currency color */

                &:nth-child(2) {
                    .top {
                        width: 100%;
                        height: 50%;
                        background-color: var(--thm-gray-bg);
                        padding: 35px;

                        .second-currency {
                            width: fit-content;
                            height: fit-content;
                            display: flex;


                            p {
                                font-size: 16px;
                                color: var(--thm-white);
                                background-color: var(--thm-base);
                                font-weight: 600;
                                padding: 5px 20px;
                            }
                        }

                    }
                }

                .top {
                    width: 100%;
                    height: 50%;
                    background-color: var(--thm-gray-bg);
                    padding: 35px;

                    .second-currency {
                        width: fit-content;
                        height: fit-content;
                        display: flex;


                        p {
                            font-size: 16px;
                            color: var(--thm-white);
                            background-color: var(--thm-primary);
                            font-weight: 600;
                            padding: 5px 20px;
                        }
                    }

                    h2 {
                        margin-top: 30px;
                        color: var(--bs-gray-dark);
                    }

                    p {
                        margin-top: 15px;
                        color: var(--bs-gray)
                    }
                }

                .down {
                    width: 100%;
                    height: 50%;

                    img {
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }

    }

    .dreams {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .dreams-head {
            width: 100%;
            height: 300px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
                    text-align: center;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 90px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 35px;
                    line-height: 40px;
                }
            }

            .detail3 {
                width: 100%;
                height: 90px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .dreams-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            padding-top: 80px;
            gap: 10px;
        }

    }

    .tax,
    .business {
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--thm-base);
        border-bottom: 5px solid var(--thm-primary);
        padding: 20px 30px;
        color: var(--thm-white);
        font-weight: 600;
        font-size: 18px;
    }

    .trading,
    .gold {
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--thm-primary);
        border-bottom: 5px solid var(--thm-base);
        padding: 20px 30px;
        color: var(--thm-white);
        font-weight: 600;
        font-size: 18px;
    }

    .download {
        width: 100%;
        height: fit-content;
        background-color: var(--thm-gray-bg);


        .download-head {
            width: 100%;
            height: fit-content;
            padding-top: 100px;
            padding-bottom: 80px;
            padding-left: 10px;
            padding-right: 10px;
            background-color: #182a78ce;


            .detail1 {
                width: 100%;
                height: 80px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
                    text-align: center;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 100px;
                display: flex;
                justify-content: center;
                align-items: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-white);
                    font-size: 40px;
                    line-height: 40px;
                    text-align: center;
                }
            }

            .detail3 {
                width: 100%;
                height: 200px;
                margin: auto;

                p {
                    color: var(--thm-white);
                    font-weight: 600;
                    font-size: 18px;
                    text-align: center;
                    margin-top: 15px;
                }
            }

            .down {
                width: 100%;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;


                a {
                    text-decoration: none;
                    color: var(--thm-white);
                }

                p {
                    position: relative;
                    background-color: var(--thm-white);
                    padding: 25px 45px;
                    font-weight: 700;
                    color: var(--thm-black);
                    overflow: hidden;
                    transition: background-color 0.3s ease, color 0.3s ease;
                    z-index: 1;

                    i {
                        margin-right: 5px;
                        font-size: 20px;
                    }
                }

                p::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: -100%;
                    width: 100%;
                    height: 100%;
                    background-color: var(--thm-black);
                    transition: right 0.7s ease;
                    z-index: -1;
                }

                p:hover::after {
                    right: 0;
                    /* Slide the background in */
                }

                p:hover {
                    background-color: #6c757d;
                    /* Change background on hover */
                    color: var(--thm-white);
                    /* Change text color on hover */
                }

                p:hover i {
                    /* Change background color of the icon */
                    color: var(--thm-white);
                    /* Change icon color */
                }

                i {
                    /* Initial background color for the icon */
                    transition: background-color 0.3s ease, color 0.3s ease;
                }
            }
        }
    }

    .easy-steps {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .easy-head {
            width: 100%;
            height: 300px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
                    text-align: center;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 90px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 40px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 100px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .easy-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 30px;
            padding-top: 100px;

            .consult,
            .dept,
            .start {
                height: 250px;
                background-color: var(--thm-white);
                display: flex;
                align-items: center;

                .left {
                    width: 20%;
                    height: 40%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-white);
                    transition: background-color 0.7s ease;
                    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1),
                        5px 5px 10px rgba(0, 0, 0, 0.1);


                    p {
                        font-size: 40px;
                        font-weight: 800;
                        color: var(--thm-primary);
                    }

                }

                .right {
                    width: 80%;
                    height: 100%;
                    display: block;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-gray-bg);
                    padding: 25px 35px;


                    h2 {
                        color: var(--thm-black);
                    }

                    p {
                        margin-top: 20px;
                        color: var(--bs-gray);
                        font-weight: 500;
                    }
                }
            }

            .consult:hover .left,
            .dept:hover .left,
            .start:hover .left {
                background-color: var(--thm-base);

                p {
                    color: var(--thm-white);
                }
            }
        }

    }
}

@media screen and (min-width: 350px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(/contact/image/IMG_8529.jpg);
        background-size: cover;

        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 30px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            /* padding-left: 10px; */
            background-color: rgba(0, 0, 0, 0.7);
        }
    }

    .secure {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .secure-head {
            width: 100%;
            height: 300px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 90px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 40px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 80px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .secure-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
            padding-top: 50px;


            .currency {
                height: 550px;
                background-color: var(--thm-primary);
                box-shadow:
                    0px -5px 10px rgba(0, 0, 0, 0.1),
                    /* Top */
                    5px 0px 10px rgba(0, 0, 0, 0.1),
                    /* Right */
                    0px 5px 10px rgba(0, 0, 0, 0.1),
                    /* Bottom */
                    -5px 0px 10px rgba(0, 0, 0, 0.1);
                /* Left */

                /* This styling is for the middle container that have different currency color */

                &:nth-child(2) {
                    .top {
                        width: 100%;
                        height: 50%;
                        background-color: var(--thm-gray-bg);
                        padding: 35px;

                        .second-currency {
                            width: fit-content;
                            height: fit-content;
                            display: flex;


                            p {
                                font-size: 16px;
                                color: var(--thm-white);
                                background-color: var(--thm-base);
                                font-weight: 600;
                                padding: 5px 20px;
                            }
                        }

                    }
                }

                .top {
                    width: 100%;
                    height: 50%;
                    background-color: var(--thm-gray-bg);
                    padding: 35px;

                    .second-currency {
                        width: fit-content;
                        height: fit-content;
                        display: flex;


                        p {
                            font-size: 16px;
                            color: var(--thm-white);
                            background-color: var(--thm-primary);
                            font-weight: 600;
                            padding: 5px 20px;
                        }
                    }

                    h2 {
                        margin-top: 30px;
                        color: var(--bs-gray-dark);
                    }

                    p {
                        margin-top: 15px;
                        color: var(--bs-gray)
                    }
                }

                .down {
                    width: 100%;
                    height: 50%;

                    img {
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }

    }

    .dreams {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .dreams-head {
            width: 100%;
            height: 300px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
                    text-align: center;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 90px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 40px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 80px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .dreams-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            padding-top: 40px;
            gap: 10px;
        }

    }

    .tax,
    .business {
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--thm-base);
        border-bottom: 5px solid var(--thm-primary);
        padding: 20px 30px;
        color: var(--thm-white);
        font-weight: 600;
        font-size: 18px;
    }

    .trading,
    .gold {
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--thm-primary);
        border-bottom: 5px solid var(--thm-base);
        padding: 20px 30px;
        color: var(--thm-white);
        font-weight: 600;
        font-size: 18px;
    }

    .download {
        width: 100%;
        height: fit-content;
        background-color: var(--thm-gray-bg);


        .download-head {
            width: 100%;
            height: fit-content;
            padding-top: 100px;
            padding-bottom: 80px;
            padding-left: 10px;
            padding-right: 10px;
            background-color: #182a78ce;


            .detail1 {
                width: 100%;
                height: 80px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
                    text-align: center;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 100px;
                display: flex;
                justify-content: center;
                align-items: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-white);
                    font-size: 40px;
                    line-height: 40px;
                    text-align: center;
                }
            }

            .detail3 {
                width: 100%;
                height: 150px;
                margin: auto;

                p {
                    color: var(--thm-white);
                    font-weight: 600;
                    font-size: 18px;
                    text-align: center;
                    margin-top: 15px;
                }
            }

            .down {
                width: 100%;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;


                a {
                    text-decoration: none;
                    color: var(--thm-white);
                }

                p {
                    position: relative;
                    background-color: var(--thm-white);
                    padding: 25px 45px;
                    font-weight: 700;
                    color: var(--thm-black);
                    overflow: hidden;
                    transition: background-color 0.3s ease, color 0.3s ease;
                    z-index: 1;

                    i {
                        margin-right: 5px;
                        font-size: 20px;
                    }
                }

                p::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: -100%;
                    width: 100%;
                    height: 100%;
                    background-color: var(--thm-black);
                    transition: right 0.7s ease;
                    z-index: -1;
                }

                p:hover::after {
                    right: 0;
                    /* Slide the background in */
                }

                p:hover {
                    background-color: #6c757d;
                    /* Change background on hover */
                    color: var(--thm-white);
                    /* Change text color on hover */
                }

                p:hover i {
                    /* Change background color of the icon */
                    color: var(--thm-white);
                    /* Change icon color */
                }

                i {
                    /* Initial background color for the icon */
                    transition: background-color 0.3s ease, color 0.3s ease;
                }
            }
        }
    }

    .easy-steps {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 10px;
        padding-right: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .easy-head {
            width: 100%;
            height: 300px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
                    text-align: center;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 90px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 40px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 100px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .easy-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 30px;
            padding-top: 100px;

            .consult,
            .dept,
            .start {
                height: 200px;
                background-color: var(--thm-white);
                display: flex;
                align-items: center;

                .left {
                    width: 20%;
                    height: 40%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-white);
                    transition: background-color 0.7s ease;
                    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1),
                        5px 5px 10px rgba(0, 0, 0, 0.1);


                    p {
                        font-size: 40px;
                        font-weight: 800;
                        color: var(--thm-primary);
                    }

                }

                .right {
                    width: 80%;
                    height: 100%;
                    display: block;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-gray-bg);
                    padding: 25px 35px;


                    h2 {
                        color: var(--thm-black);
                    }

                    p {
                        margin-top: 20px;
                        color: var(--bs-gray);
                        font-weight: 500;
                    }
                }
            }

            .consult:hover .left,
            .dept:hover .left,
            .start:hover .left {
                background-color: var(--thm-base);

                p {
                    color: var(--thm-white);
                }
            }
        }

    }
}

@media screen and (min-width: 750px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(/contact/image/IMG_8529.jpg);
        background-size: cover;

        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 35px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            padding-left: 30px;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }

    .secure {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .secure-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .secure-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
            padding-top: 10px;


            .currency {
                height: 550px;
                background-color: var(--thm-primary);
                box-shadow:
                    0px -5px 10px rgba(0, 0, 0, 0.1),
                    /* Top */
                    5px 0px 10px rgba(0, 0, 0, 0.1),
                    /* Right */
                    0px 5px 10px rgba(0, 0, 0, 0.1),
                    /* Bottom */
                    -5px 0px 10px rgba(0, 0, 0, 0.1);
                /* Left */

                /* This styling is for the middle container that have different currency color */

                &:nth-child(2) {
                    .top {
                        width: 100%;
                        height: 50%;
                        background-color: var(--thm-gray-bg);
                        padding: 35px;

                        .second-currency {
                            width: fit-content;
                            height: fit-content;
                            display: flex;


                            p {
                                font-size: 16px;
                                color: var(--thm-white);
                                background-color: var(--thm-base);
                                font-weight: 600;
                                padding: 5px 20px;
                            }
                        }

                    }
                }

                .top {
                    width: 100%;
                    height: 50%;
                    background-color: var(--thm-gray-bg);
                    padding: 35px;

                    .second-currency {
                        width: fit-content;
                        height: fit-content;
                        display: flex;


                        p {
                            font-size: 16px;
                            color: var(--thm-white);
                            background-color: var(--thm-primary);
                            font-weight: 600;
                            padding: 5px 20px;
                        }
                    }

                    h2 {
                        margin-top: 30px;
                        color: var(--bs-gray-dark);
                    }

                    p {
                        margin-top: 15px;
                        color: var(--bs-gray)
                    }
                }

                .down {
                    width: 100%;
                    height: 50%;

                    img {
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }
    }

    .dreams {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .dreams-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .dreams-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            padding-top: 30px;
            gap: 10px;
        }
    }

    .tax,
    .business {
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--thm-base);
        border-bottom: 5px solid var(--thm-primary);
        padding: 20px 30px;
        color: var(--thm-white);
        font-weight: 600;
        font-size: 18px;
    }

    .trading,
    .gold {
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--thm-primary);
        border-bottom: 5px solid var(--thm-base);
        padding: 20px 30px;
        color: var(--thm-white);
        font-weight: 600;
        font-size: 18px;
    }

    .download {
        width: 100%;
        height: fit-content;
        background-color: var(--thm-gray-bg);


        .download-head {
            width: 100%;
            height: fit-content;
            padding-top: 100px;
            padding-bottom: 80px;
            padding-left: 30px;
            padding-right: 30px;
            background-color: #182a78ce;


            .detail1 {
                width: 100%;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
                    text-align: center;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-white);
                    font-size: 40px;
                    line-height: 40px;
                    text-align: center;
                }
            }

            .detail3 {
                width: 100%;
                height: 80px;
                margin: auto;

                p {
                    color: var(--thm-white);
                    font-weight: 600;
                    font-size: 18px;
                    text-align: center;
                    margin-top: 15px;
                }
            }

            .down {
                width: 100%;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;


                a {
                    text-decoration: none;
                    color: var(--thm-white);
                }

                p {
                    position: relative;
                    background-color: var(--thm-white);
                    padding: 25px 45px;
                    font-weight: 700;
                    color: var(--thm-black);
                    overflow: hidden;
                    transition: background-color 0.3s ease, color 0.3s ease;
                    z-index: 1;

                    i {
                        margin-right: 5px;
                        font-size: 20px;
                    }
                }

                p::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: -100%;
                    width: 100%;
                    height: 100%;
                    background-color: var(--thm-black);
                    transition: right 0.7s ease;
                    z-index: -1;
                }

                p:hover::after {
                    right: 0;
                    /* Slide the background in */
                }

                p:hover {
                    background-color: #6c757d;
                    /* Change background on hover */
                    color: var(--thm-white);
                    /* Change text color on hover */
                }

                p:hover i {
                    /* Change background color of the icon */
                    color: var(--thm-white);
                    /* Change icon color */
                }

                i {
                    /* Initial background color for the icon */
                    transition: background-color 0.3s ease, color 0.3s ease;
                }
            }
        }
    }

    .easy-steps {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .easy-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .easy-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 30px;
            padding-top: 10px;

            .consult,
            .dept,
            .start {
                height: 200px;
                background-color: var(--thm-white);
                display: flex;
                align-items: center;

                .left {
                    width: 20%;
                    height: 40%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-white);
                    transition: background-color 0.7s ease;
                    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1),
                        5px 5px 10px rgba(0, 0, 0, 0.1);


                    p {
                        font-size: 40px;
                        font-weight: 800;
                        color: var(--thm-primary);
                    }

                }

                .right {
                    width: 80%;
                    height: 100%;
                    display: block;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-gray-bg);
                    padding: 25px 35px;


                    h2 {
                        color: var(--thm-black);
                    }

                    p {
                        margin-top: 20px;
                        color: var(--bs-gray);
                        font-weight: 500;
                    }
                }
            }

            .consult:hover .left,
            .dept:hover .left,
            .start:hover .left {
                background-color: var(--thm-base);

                p {
                    color: var(--thm-white);
                }
            }
        }
    }
}

@media screen and (min-width: 800px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(/contact/image/IMG_8529.jpg);
        background-size: cover;

        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 35px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            padding-left: 45px;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }

    .secure {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 45px;
        padding-right: 45px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .secure-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .secure-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
            padding-top: 10px;


            .currency {
                height: 550px;
                background-color: var(--thm-primary);
                box-shadow:
                    0px -5px 10px rgba(0, 0, 0, 0.1),
                    /* Top */
                    5px 0px 10px rgba(0, 0, 0, 0.1),
                    /* Right */
                    0px 5px 10px rgba(0, 0, 0, 0.1),
                    /* Bottom */
                    -5px 0px 10px rgba(0, 0, 0, 0.1);
                /* Left */

                /* This styling is for the middle container that have different currency color */

                &:nth-child(2) {
                    .top {
                        width: 100%;
                        height: 50%;
                        background-color: var(--thm-gray-bg);
                        padding: 35px;

                        .second-currency {
                            width: fit-content;
                            height: fit-content;
                            display: flex;


                            p {
                                font-size: 16px;
                                color: var(--thm-white);
                                background-color: var(--thm-base);
                                font-weight: 600;
                                padding: 5px 20px;
                            }
                        }

                    }
                }

                .top {
                    width: 100%;
                    height: 50%;
                    background-color: var(--thm-gray-bg);
                    padding: 35px;

                    .second-currency {
                        width: fit-content;
                        height: fit-content;
                        display: flex;


                        p {
                            font-size: 16px;
                            color: var(--thm-white);
                            background-color: var(--thm-primary);
                            font-weight: 600;
                            padding: 5px 20px;
                        }
                    }

                    h2 {
                        margin-top: 30px;
                        color: var(--bs-gray-dark);
                    }

                    p {
                        margin-top: 15px;
                        color: var(--bs-gray)
                    }
                }

                .down {
                    width: 100%;
                    height: 50%;

                    img {
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }
    }

    .dreams {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 45px;
        padding-right: 45px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .dreams-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .dreams-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            padding-top: 30px;
            gap: 10px;
        }

    }

    .tax,
    .business {
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--thm-base);
        border-bottom: 5px solid var(--thm-primary);
        padding: 20px 30px;
        color: var(--thm-white);
        font-weight: 600;
        font-size: 18px;
    }

    .trading,
    .gold {
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--thm-primary);
        border-bottom: 5px solid var(--thm-base);
        padding: 20px 30px;
        color: var(--thm-white);
        font-weight: 600;
        font-size: 18px;
    }

    .download {
        width: 100%;
        height: fit-content;
        background-color: var(--thm-gray-bg);


        .download-head {
            width: 100%;
            height: fit-content;
            padding-top: 100px;
            padding-bottom: 80px;
            padding-left: 30px;
            padding-right: 30px;
            background-color: #182a78ce;


            .detail1 {
                width: 100%;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;
                    text-align: center;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-white);
                    font-size: 45px;
                    line-height: 40px;
                    text-align: center;
                }
            }

            .detail3 {
                width: 100%;
                height: 120px;
                margin: auto;

                p {
                    color: var(--thm-white);
                    font-weight: 600;
                    font-size: 18px;
                    text-align: center;
                    margin-top: 15px;
                }
            }

            .down {
                width: 100%;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;


                a {
                    text-decoration: none;
                    color: var(--thm-white);
                }

                p {
                    position: relative;
                    background-color: var(--thm-white);
                    padding: 25px 45px;
                    font-weight: 700;
                    color: var(--thm-black);
                    overflow: hidden;
                    transition: background-color 0.3s ease, color 0.3s ease;
                    z-index: 1;

                    i {
                        margin-right: 5px;
                        font-size: 20px;
                    }
                }

                p::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: -100%;
                    width: 100%;
                    height: 100%;
                    background-color: var(--thm-black);
                    transition: right 0.7s ease;
                    z-index: -1;
                }

                p:hover::after {
                    right: 0;
                    /* Slide the background in */
                }

                p:hover {
                    background-color: #6c757d;
                    /* Change background on hover */
                    color: var(--thm-white);
                    /* Change text color on hover */
                }

                p:hover i {
                    /* Change background color of the icon */
                    color: var(--thm-white);
                    /* Change icon color */
                }

                i {
                    /* Initial background color for the icon */
                    transition: background-color 0.3s ease, color 0.3s ease;
                }
            }
        }
    }

    .easy-steps {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 45px;
        padding-right: 45px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .easy-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .easy-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 30px;
            padding-top: 10px;

            .consult,
            .dept,
            .start {
                height: 200px;
                background-color: var(--thm-white);
                display: flex;
                align-items: center;

                .left {
                    width: 20%;
                    height: 70%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-white);
                    transition: background-color 0.7s ease;
                    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1),
                        5px 5px 10px rgba(0, 0, 0, 0.1);


                    p {
                        font-size: 40px;
                        font-weight: 800;
                        color: var(--thm-primary);
                    }

                }

                .right {
                    width: 80%;
                    height: 100%;
                    display: block;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-gray-bg);
                    padding: 25px 35px;


                    h2 {
                        color: var(--thm-black);
                    }

                    p {
                        margin-top: 20px;
                        color: var(--bs-gray);
                        font-weight: 500;
                    }
                }
            }

            .consult:hover .left,
            .dept:hover .left,
            .start:hover .left {
                background-color: var(--thm-base);

                p {
                    color: var(--thm-white);
                }
            }
        }

    }
}

@media screen and (min-width: 1100px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(/contact/image/IMG_8529.jpg);
        background-size: cover;

        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 35px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            padding-left: 70px;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }

    .secure {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 70px;
        padding-right: 70px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .secure-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .secure-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;


            .currency {
                height: 550px;
                background-color: var(--thm-primary);
                box-shadow:
                    0px -5px 10px rgba(0, 0, 0, 0.1),
                    /* Top */
                    5px 0px 10px rgba(0, 0, 0, 0.1),
                    /* Right */
                    0px 5px 10px rgba(0, 0, 0, 0.1),
                    /* Bottom */
                    -5px 0px 10px rgba(0, 0, 0, 0.1);
                /* Left */

                /* This styling is for the middle container that have different currency color */

                &:nth-child(2) {
                    .top {
                        width: 100%;
                        height: 50%;
                        background-color: var(--thm-gray-bg);
                        padding: 35px;

                        .second-currency {
                            width: fit-content;
                            height: fit-content;
                            display: flex;


                            p {
                                font-size: 16px;
                                color: var(--thm-white);
                                background-color: var(--thm-base);
                                font-weight: 600;
                                padding: 5px 20px;
                            }
                        }

                    }
                }

                .top {
                    width: 100%;
                    height: 50%;
                    background-color: var(--thm-gray-bg);
                    padding: 35px;

                    .second-currency {
                        width: fit-content;
                        height: fit-content;
                        display: flex;


                        p {
                            font-size: 16px;
                            color: var(--thm-white);
                            background-color: var(--thm-primary);
                            font-weight: 600;
                            padding: 5px 20px;
                        }
                    }

                    h2 {
                        margin-top: 30px;
                        color: var(--bs-gray-dark);
                    }

                    p {
                        margin-top: 15px;
                        color: var(--bs-gray)
                    }
                }

                .down {
                    width: 100%;
                    height: 50%;

                    img {
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }

    }

    .dreams {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 70px;
        padding-right: 70px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .dreams-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .dreams-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            padding-top: 40px;
        }

        .tax,
        .business {
            height: 180px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--thm-base);
            border-bottom: 5px solid var(--thm-primary);
            padding: 20px 30px;
            color: var(--thm-white);
            font-weight: 600;
            font-size: 18px;
        }

        .trading,
        .gold {
            height: 180px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--thm-primary);
            border-bottom: 5px solid var(--thm-base);
            padding: 20px 30px;
            color: var(--thm-white);
            font-weight: 600;
            font-size: 18px;
        }
    }

    /* DOWNLOADS STARTS HERE */

    .download {
        width: 100%;
        height: fit-content;
        background-color: var(--thm-gray-bg);


        .download-head {
            width: 100%;
            height: fit-content;
            padding-top: 100px;
            padding-bottom: 80px;
            background-color: #182a78ce;


            .detail1 {
                width: 100%;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-white);
                    font-size: 50px;
                }
            }

            .detail3 {
                width: 70%;
                height: 100px;
                margin: auto;

                p {
                    color: var(--thm-white);
                    font-weight: 600;
                    font-size: 18px;
                    text-align: center;
                    margin-top: 15px;
                }
            }

            .down {
                width: 100%;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;


                a {
                    text-decoration: none;
                    color: var(--thm-white);
                }

                p {
                    position: relative;
                    background-color: var(--thm-white);
                    padding: 25px 45px;
                    font-weight: 700;
                    color: var(--thm-black);
                    overflow: hidden;
                    transition: background-color 0.3s ease, color 0.3s ease;
                    z-index: 1;

                    i {
                        margin-right: 5px;
                        font-size: 20px;
                    }
                }

                p::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: -100%;
                    width: 100%;
                    height: 100%;
                    background-color: var(--thm-black);
                    transition: right 0.7s ease;
                    z-index: -1;
                }

                p:hover::after {
                    right: 0;
                    /* Slide the background in */
                }

                p:hover {
                    background-color: #6c757d;
                    /* Change background on hover */
                    color: var(--thm-white);
                    /* Change text color on hover */
                }

                p:hover i {
                    /* Change background color of the icon */
                    color: var(--thm-white);
                    /* Change icon color */
                }

                i {
                    /* Initial background color for the icon */
                    transition: background-color 0.3s ease, color 0.3s ease;
                }
            }
        }
    }

    .easy-steps {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 80px;
        padding-left: 70px;
        padding-right: 70px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .easy-head {
            width: 100%;
            height: 280px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 30px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 45px;
                    line-height: 45px;
                }
            }

            .detail3 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .easy-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 20px;
            padding-top: 20px;

            .consult,
            .dept,
            .start {
                height: 250px;
                background-color: var(--thm-white);
                display: flex;
                align-items: center;

                .left {
                    width: 20%;
                    height: 40%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-white);
                    transition: background-color 0.7s ease;
                    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1),
                        5px 5px 10px rgba(0, 0, 0, 0.1);


                    p {
                        font-size: 40px;
                        font-weight: 800;
                        color: var(--thm-primary);
                    }

                }

                .right {
                    width: 80%;
                    height: 100%;
                    display: block;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-gray-bg);
                    padding: 25px 35px;


                    h2 {
                        color: var(--thm-black);
                    }

                    p {
                        margin-top: 20px;
                        color: var(--bs-gray);
                        font-weight: 500;
                    }
                }
            }

            .consult:hover .left,
            .dept:hover .left,
            .start:hover .left {
                background-color: var(--thm-base);

                p {
                    color: var(--thm-white);
                }
            }
        }
    }

}

@media screen and (min-width: 1250px) {
    .page-name {
        width: 100%;
        height: 350px;
        background: url(/contact/image/IMG_8529.jpg);
        background-size: cover;

        .cover {
            width: 100%;
            height: 100%;
            display: flex;
            font-size: 35px;
            color: var(--thm-white);
            font-weight: 800;
            align-items: center;
            padding-left: 70px;
            background-color: rgba(0, 0, 0, 0.7);
        }
    }

    .secure {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 120px;
        padding-left: 80px;
        padding-right: 80px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);


        .secure-head {
            width: 100%;
            height: 300px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 50px;
                }
            }

            .detail3 {
                width: 100%;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .secure-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;


            .currency {
                height: 600px;
                background-color: var(--thm-primary);
                box-shadow:
                    0px -5px 10px rgba(0, 0, 0, 0.1),
                    /* Top */
                    5px 0px 10px rgba(0, 0, 0, 0.1),
                    /* Right */
                    0px 5px 10px rgba(0, 0, 0, 0.1),
                    /* Bottom */
                    -5px 0px 10px rgba(0, 0, 0, 0.1);
                /* Left */

                /* This styling is for the middle container that have different currency color */

                &:nth-child(2) {
                    .top {
                        width: 100%;
                        height: 50%;
                        background-color: var(--thm-gray-bg);
                        padding: 35px;

                        .second-currency {
                            width: fit-content;
                            height: fit-content;
                            display: flex;


                            p {
                                font-size: 16px;
                                color: var(--thm-white);
                                background-color: var(--thm-base);
                                font-weight: 600;
                                padding: 5px 20px;
                            }
                        }

                    }
                }

                .top {
                    width: 100%;
                    height: 50%;
                    background-color: var(--thm-gray-bg);
                    padding: 35px;

                    .second-currency {
                        width: fit-content;
                        height: fit-content;
                        display: flex;


                        p {
                            font-size: 16px;
                            color: var(--thm-white);
                            background-color: var(--thm-primary);
                            font-weight: 600;
                            padding: 5px 20px;
                        }
                    }

                    h2 {
                        margin-top: 30px;
                        color: var(--bs-gray-dark);
                    }

                    p {
                        margin-top: 15px;
                        color: var(--bs-gray)
                    }
                }

                .down {
                    width: 100%;
                    height: 50%;

                    img {
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }
    }

    /* DREAMS CONTAINER STARTS HERE */

    .dreams {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 120px;
        padding-left: 80px;
        padding-right: 80px;
        background-color: var(--thm-gray-bg);

        .dreams-head {
            width: 100%;
            height: 300px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 50px;
                }
            }

            .detail3 {
                width: 100%;
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .dreams-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            padding-top: 40px;
        }

        .tax,
        .business {
            height: 180px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--thm-base);
            border-bottom: 5px solid var(--thm-primary);
            padding: 20px 30px;
            color: var(--thm-white);
            font-weight: 600;
            font-size: 18px;
        }

        .trading,
        .gold {
            height: 180px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--thm-primary);
            border-bottom: 5px solid var(--thm-base);
            padding: 20px 30px;
            color: var(--thm-white);
            font-weight: 600;
            font-size: 18px;
        }
    }


    /* DOWNLOADS STARTS HERE */

    .download {
        width: 100%;
        height: fit-content;
        background-color: var(--thm-gray-bg);


        .download-head {
            width: 100%;
            height: fit-content;
            padding-top: 100px;
            padding-bottom: 80px;
            background-color: #182a78ce;


            .detail1 {
                width: 100%;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-white);
                    font-size: 50px;
                }
            }

            .detail3 {
                width: 70%;
                height: 100px;
                margin: auto;

                p {
                    color: var(--thm-white);
                    font-weight: 600;
                    font-size: 18px;
                    text-align: center;
                    margin-top: 15px;
                }
            }

            .down {
                width: 100%;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;


                a {
                    text-decoration: none;
                    color: var(--thm-white);
                }

                p {
                    position: relative;
                    background-color: var(--thm-white);
                    padding: 25px 45px;
                    font-weight: 700;
                    color: var(--thm-black);
                    overflow: hidden;
                    transition: background-color 0.3s ease, color 0.3s ease;
                    z-index: 1;

                    i {
                        margin-right: 5px;
                        font-size: 20px;
                    }
                }

                p::after {
                    content: "";
                    position: absolute;
                    top: 0;
                    right: -100%;
                    width: 100%;
                    height: 100%;
                    background-color: var(--thm-black);
                    transition: right 0.7s ease;
                    z-index: -1;
                }

                p:hover::after {
                    right: 0;
                    /* Slide the background in */
                }

                p:hover {
                    background-color: #6c757d;
                    /* Change background on hover */
                    color: var(--thm-white);
                    /* Change text color on hover */
                }

                p:hover i {
                    /* Change background color of the icon */
                    color: var(--thm-white);
                    /* Change icon color */
                }

                i {
                    /* Initial background color for the icon */
                    transition: background-color 0.3s ease, color 0.3s ease;
                }
            }
        }
    }

    /* EASY STEPS */

    .easy-steps {
        width: 100%;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 100px;
        padding-left: 80px;
        padding-right: 80px;


        .easy-head {
            width: 100%;
            height: 300px;
            padding-top: 100px;


            .detail1 {
                width: 100%;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--swiper-theme-color);
                    font-weight: 600;

                    i {
                        color: var(--thm-base);
                    }
                }
            }

            .detail2 {
                width: 100%;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;

                h2 {
                    font-weight: 800;
                    color: var(--thm-black);
                    font-size: 50px;
                }
            }

            .detail3 {
                width: 100%;
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;

                p {
                    color: var(--thm-black);
                    font-weight: 600;
                    font-size: 18px;
                }
            }
        }

        .easy-body {
            width: 100%;
            height: fit-content;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 20px;
            padding-top: 20px;

            .consult,
            .dept,
            .start {
                height: 200px;
                background-color: var(--thm-white);
                display: flex;
                align-items: center;

                .left {
                    width: 20%;
                    height: 40%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-white);
                    transition: background-color 0.7s ease;
                    box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.1),
                        5px 5px 10px rgba(0, 0, 0, 0.1);


                    p {
                        font-size: 40px;
                        font-weight: 800;
                        color: var(--thm-primary);
                    }

                }

                .right {
                    width: 80%;
                    height: 100%;
                    display: block;
                    justify-content: center;
                    align-items: center;
                    background-color: var(--thm-gray-bg);
                    padding: 25px 35px;


                    h2 {
                        color: var(--thm-black);
                    }

                    p {
                        margin-top: 20px;
                        color: var(--bs-gray);
                        font-weight: 500;
                    }
                }
            }

            .consult:hover .left,
            .dept:hover .left,
            .start:hover .left {
                background-color: var(--thm-base);

                p {
                    color: var(--thm-white);
                }
            }
        }
    }

}