@media screen and (min-width: 300px){
    /* WHERE THE BODY STARTS IMMEDIATELY AFTER ALL THE NAVS */
.header {
    height: 800px;
    /* background-color: #202020; */
    padding-top: 150px;
    background-image: url(/home/images/bank3.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    /* Smooth transition over 1 second */

    .its-cover{
        width: 100%;
        height: 800px;
        background-color: rgba(0,0,0,0.5);
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .simple-text {
        width: 100%;
        max-width: 500px;
        height: fit-content;
        /* background-color: #869af5; */
        color: var(--thm-white);
        font-weight: 700;
        padding-left: 10px;
        margin-bottom: 30px;
        font-size: 17px;
        position: relative;
        overflow-x: hidden;

        .topic {
            width: 100%;
            height: 100%;
        }
    }

    .header-text {
        width: 100%;
        max-width: 850px;
        height: fit-content;
        /* background-color: #8d96bd; */
        line-height: 40px;
        padding-left: 10px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;

        .note2 {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 38px;
            font-weight: 900;
            color: var(--thm-white);
        }
    }

    .header-note {
        width: 90%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        padding-left: 10px;
        margin-bottom: 30px;
        position: relative;
        overflow-x: hidden;

        .note {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 20px;
            color: var(--thm-white);
            font-weight: 700;
        }
    }

    .buttons {
        width: 100%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        display: block;
        justify-content: space-between;
        margin-top: 10px;
        padding-left: 10px;

        .appoint {
            width: 300px;
            height: 75px;
            background-color: var(--thm-base);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-white);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            margin-bottom: 10px;

            i {
                background-color: #e6a466;
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .appoint {
            background-color: var(--thm-base);
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: #e6a466;
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .appoint::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;
        }

        .appoint:hover::after {
            right: 0;
        }

        .appoint i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .appoint:hover i {
            background-color: #515151;
        }

        .apply {
            width: 250px;
            height: 75px;
            background-color: var(--thm-white);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-black);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;

            i {
                background-color: var(--thm-base);
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .apply {
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: var(--thm-base);
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .apply::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;
        }

        .apply:hover::after {
            right: 0;
        }

        .apply i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .apply:hover i {
            background-color: #515151;
        }

        .apply:hover {
            color: var(--thm-white);
        }
    }
}

/* FOREX CONTAINER BEGINS HERE */

.forex {
    width: 95%;
    height: fit-content;
    display: block;
    background-color: var(--thm-white);
    margin: auto;

    .forex-head {
        width: 80%;
        height: 75px;
        display: flex;
        background-color: var(--thm-primary);
        color: var(--thm-white);
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        margin: auto;
    }
} 

.forex-update {
    width: 95%;
    height: 75px;
    display: flex;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
} 

/* THE SERVICES BEGINS HERE */

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

    .details {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-self: start;
        text-align: center;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        color: var(--bs-blue);
    }

    .services-head {
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 42px;
        font-weight: 800;
        line-height: 50px;
    }

    .services-list {
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
    }
} 

/* FOR THE RETURN SECTION */

.return-section {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    /* background-color: #182978; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* Default to 3 items per row */
    gap: 60px;
    padding: 20px 10px;
    padding-bottom: 100px;

    .mobile-banking,
    .return,
    .saving {
        height: 530px;
        background-color: var(--thm-white);
        transition: height 0.5s ease, background-color 0.5s ease;
        /* Smooth transition for height and background-color */
    }

    .return {
        height: 600px;
        background-color: var(--thm-primary);
    }

    .mobile-banking:hover,
    .saving:hover {
        background-color: var(--thm-primary);
        height: 580px;

    }

    /* HERE IS FOR THE FIRST CONTAINER */

    .mobile-banking {
        padding: 30px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 30%;
                height: 30%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }



        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .mobile-banking:hover .gradient {
        visibility: visible;
    }

    .mobile-banking:hover .icon-font {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-topic {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .mobile-banking:hover .read {
        visibility: visible;
    }

    /* HERE IS THE STYLING FOR THE MIDDLE CONTAINER */

    .return {
        padding: 30px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;


            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                    color: var(--thm-base);
                }

            }

            .gradient {
                width: 30%;
                height: 30%;
                border-radius: 100%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
            color: var(--thm-base);
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
            color: var(--bs-white);
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;


                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }


    /* STYLING FOR THE LAST CONTAINER BEGINS HERE */

    .saving {
        padding: 30px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 30%;
                height: 30%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .saving:hover .gradient {
        visibility: visible;
    }

    .saving:hover .icon-font {
        color: var(--thm-base);
    }

    .saving:hover .mobile-topic {
        color: var(--thm-base);
    }

    .saving:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .saving:hover .read {
        visibility: visible;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        /* Start rotation at 0 degrees */
    }

    to {
        transform: rotate(360deg);
        /* Rotate to 360 degrees */
    }
}


/* PERSONAL AND COOPERATE CONTAINER STARTS HERE */

.personal-cooperate {
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* background-color: var(--bs-gray); */

    .personal {
        height: fit-content;
        background-color: #0dcaf0;
        background: url(/home/images/personal.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(24, 42, 120, 0.441);
            /* opacity: 0.5; */
            color: var(--bs-white);

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 10px 120px 15px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }
            }
        }
    }

    .cooperate {
        height: fit-content;
        background-color: var(--bs-dark);
        background: url(/home/images/cooperate.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.839);
            /* opacity: 0.5; */

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 10px 120px 15px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }

            }
        }
    }
}

/* ENDS HERE */

/* EMI CALCULATOR BEGINS HERE */

 .emi-calc {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    padding-top: 100px;


    .offer {
        width: 100%;
        height: 60px;
        color: var(--swiper-theme-color);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .emi {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        font-weight: 800;
        color: var(--bs-dark);
    }

    .get {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        color: var(--bs-gray);
    }
} 

.logos {
    width: 100%;
    height: 300px;
    background-color: var(--bs-white);

    .pic {
        width: 95%;
        height: 250px;
        background-color: #202020;
        margin: auto;
        position: relative;
        background: url(/home/images/cal1.jpg);
        background-size: cover;


        .holder {
            width: 100%;
            height: 100px;
            display: flex;
            margin: auto;
            justify-content: space-around;
            position: absolute;
            /* Position the holder absolutely */
            bottom: -15%;
            /* Move the holder down so half is outside */
            left: 50%;
            /* Position horizontally at the center */
            transform: translateX(-50%);
            /* Offset by 50% of its width to truly center it */

            .home,
            .car,
            .school,
            .perso {
                width: 100px;
                height: 100px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 40px;
                border-radius: 50%;
                background-color: var(--thm-gray-bg);
                border: 10px solid var(--bs-white);
                transition: background-color 0.8s ease;

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

            /* Default hover color */
            .home:hover,
            .car:hover,
            .school:hover,
            .perso:hover {
                background-color: #ff7a00;

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

            /* Active class to show clicked item */
            .active {
                background-color: #ff7a00 !important;

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

            .pic .holder .active:hover {
                background-color: #ff7a00;
            }


        }
    }
}


.loan {
    width: 100%;
    height: 80px;
    /* Set height for the loan container */
    background-color: var(--bs-white);
    position: relative;
    overflow: hidden;
    /* Hide the content when transitioning */
}

.type {
    width: 100%;
    height: 80px;
    /* Same height as the .loan container */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    bottom: -100%;
    /* Initially position the .type element below the container */
    transition: bottom 0.5s ease-out;
    /* Transition from bottom */
}

.type.active {
    bottom: 0;
    /* Bring the .type element to the visible area */
}

/* ENDS HERE */

/* CALC SECTION */

.calc {
    width: 100%;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--bs-white);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;

    .loan-amount,
    .loan-terms,
    .interest-rate {
        height: 200px;
        border-right: none;



        .input-field {
            width: 95%;
            height: 100%;
            margin: auto;
            display: flex;
            flex-direction: column;
            padding-bottom: 30px;

            label {
                font-size: 18px;
                font-weight: 600;

            }

            input[type="range"]::-webkit-slider-runnable-track {
                height: 15px;
                border-radius: 1px;
                background: #ddd;
            }


            .value-display {
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 24px;
                border: 1px solid var(--thm-gray);
                margin-top: auto;
            }
        }
    }
}

/* EMI CONTAINER BEGINS HERE */

.emi-result {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-bottom: 100px;


    .result {
        width: 90%;
        height: fit-content;
        margin: auto;
        background-color: var(--thm-gray-bg);
        display: block;
        padding-bottom: 40px;


        .emi {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-left: 15px;
            padding-top: 40px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .interest {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .amount {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;


            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .apply-button {
            width: 100%;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 10px;
            border-left: none;
            margin: auto;

            button {
                text-decoration: none;
                color: var(--thm-white);
                background-color: var(--thm-base);
                padding: 20px;
                font-weight: 600;
                font-size: 20px;
                border: none;
                position: relative;
                overflow: hidden;
                transition: background-color 0.7s ease, color 0.7s ease;
                z-index: 1;

                i {
                    margin-left: 5px;
                    background-color: #e6a466;
                    border-radius: 100px;
                    padding: 5px 5px;
                }
            }

            button: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;
            }

            button:hover:after {
                right: 0;
            }

            button:hover i {
                background-color: #9f9696;
                color: var(--thm-gray);
            }
        }
    }
}

/* ENDS HERE */

/* LOANS AND FINANCES STARTS HERE */

.loan-finances {
    width: 100%;
    height: 2550px;
    background: url(/home/images/personal3.JPG);
    background-repeat: no-repeat;
    background-size: cover;

    .topic2 {
        width: 100%;
        height: 300px;
        padding-top: 100px;
        background-color: #20202097;


        .offer {
            width: 100%;
            height: 30px;
            color: var(--swiper-theme-color);
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .loans-f {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 30px;
            font-weight: 800;
            color: var(--thm-white);
        }

        .info {
            width: 100%;
            height: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: 600;
            color: var(--thm-white);
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .landf {
        width: 100%;
        height: 500px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        padding: 20px;
        background-color: #20202097;
        padding-left: 20px;
        padding-right: 20px;



        .homes,
        .students,
        .business {
            height: 710px;
            background-color: var(--thm-gray-bg);
            /* padding: 20px; */
            margin-bottom: 50px;

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


                .icon {
                    width: 100px;
                    height: 100px;
                    background-color: var(--thm-white);
                    margin: auto;
                    position: relative;
                    /* bottom: -15%; */
                    top: 80%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: var(--thm-base);
                    font-size: 25px;
                    transition: background-color 0.8s ease;


                }
            }

            .down {
                width: 100%;
                height: 50%;
                text-align: center;
                padding: 90px 20px 0px 20px;

                p {
                    margin-top: 15px;
                    font-size: 18px;
                    font-weight: 500;
                    color: var(--bs-gray);
                    padding-left: 20px;
                    padding-right: 20px;
                }

               

                .apply-cont {
                    width: 100%;
                    margin-top: 40px;


                    a {
                        text-decoration: none;
                        padding: 20px;
                        border: 1px solid var(--bs-gray);
                        font-size: 18px;
                        font-weight: 600;
                        color: var(--bs-gray-dark);
                        background-color: var(--thm-white);

                        i {
                            margin-left: 5px;
                            background-color: var(--bs-gray);
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }
                    
                }


            }
        }

        .homes .top {
            background: url(/home/images/home3.JPG);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            transition: background-size 10s ease;
        }

        .students .top {
            background: url(/home/images/stud1.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .business .top {
            background: url(/home/images/bus2.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .homes:hover,
        .students:hover,
        .business:hover {
            /* background-size: 120%; */

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

            .icon {
                background-color: var(--thm-primary);
            }
        }

        .homes:hover .top,
        .students:hover .top,
        .business:hover .top {
            background-size: 130%;
        }
    }
}


/* BANKING CARD CONTAINER */

.banking-card {
    width: 100%;
    height: fit-content;
    /* padding: 20px; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 250px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 110px;

    .card-pic {
        height: 350px;
        background: url(/home/images/card2.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom: 50px;
    }



    .card-info {
        height: fit-content;
        /* background-color: #515151; */
        padding-right: 0px;


        .card-head {
            width: 100%;
            height: 30%;
            background-color: var(--thm-white);

            p {
                font-size: 16px;
                font-weight: 500;
                color: var(--bs-primary);

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

            h2 {
                font-size: 45px;
                font-weight: 800;
                color: var(--bs-dark);
                line-height: 60px;
                margin-top: 30px;
            }
        }

        .card-body {
            width: 100%;
            height: fit-content;
            background-color: var(--thm-white);
            color: var(--thm-gray);
            font-size: 18px;
            padding-bottom: 40px;
            padding-top: 30px;
        }

        .card-foot {
            width: 100%;
            height: fit-content;
            background-color: var(--thm-white);
            display: block;

            .foot-left {
                width: 30%;
                height: 100%;
                background-color: var(--thm-white);
                border-right: 1px solid var(--thm-gray);
                color: var(--thm-primary);
                display: none;


                .top {
                    width: 75%;
                    height: 33%;
                    border-bottom: 1px solid var(--thm-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .middle {
                    width: 75%;
                    height: 33%;
                    border-bottom: 1px solid var(--thm-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .down {
                    width: 75%;
                    height: 33%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }
            }

            .foot-right {
                width: 100%;
                height: fit-content;
                background-color: var(--thm-white);
                padding-left: 0px;
                text-align: center;


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

                .top {
                    width: 100%;
                    height: 100px;
                    padding-top: 50px;
                }

                .middle {
                    width: 100%;
                    height: 100px;
                    padding-top: 50px;
                }

                .down {
                    width: 100%;
                    height: 100px;
                    padding-top: 50px;
                }

            }

        }
    }
}

/* SECURE CONTAINER STARTS HERE */

.secure-container {
    width: 100%;
    height: fit-content;
    background: url(/home/images/sec.gif);
    background-repeat: no-repeat;
    background-size: cover;

    .secure-head {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;

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

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

                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;
            }
        }

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

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

    .secure-body {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 110px;
        padding-top: 50px;

        .trade {
            background: url(/home/images/fx.JPG);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border-radius: 5px;
        }

        .mutual {
            background: url(/home/images/mutual1.gif);
            background-repeat: no-repeat;
            background-position: center;
        }

        .multi {
            background: url(/home/images/multi.JPG);
            background-position: center;
            background-size: contain;
            border-radius: 5px;
        }

        .trade,
        .mutual,
        .multi {
            height: 500px;
            border-radius: 5px;

            .top {
                width: 100%;
                height: 40%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;
            }

            .buttom {
                width: 100%;
                height: 60%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;

                .info {
                    width: 90%;
                    height: 50%;
                    margin: auto;
                    color: var(--thm-white);
                    padding: 20px;

                    h2 {
                        margin-bottom: 15px;
                    }
                }

                .learn {
                    width: 80%;
                    height: 30%;
                    /* background-color: #182978; */
                    margin: auto;
                    display: flex;
                    margin-top: 30px;
                    position: relative;
                    overflow: hidden;
                    /* Set up for absolute positioning of <a> */

                    .arrow {
                        position: absolute;

                        i {
                            color: var(--thm-white);
                            background-color: var(--thm-base);
                            padding: 5px;
                            border-radius: 50%;
                            margin-top: 10px;
                            font-size: 20px;
                        }
                    }

                    p {
                        font-weight: 600;
                        font-size: 18px;
                        color: var(--thm-white);
                        padding: 20px 30px;
                        background-color: var(--thm-base);
                        overflow: hidden;
                        transition: background-color 0.5s ease, color 0.5s ease;
                        position: relative;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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;
                    }

                    p:hover i {
                        background-color: var(--bs-secondary);
                    }

                    a {
                        text-decoration: none;
                        transform: translateY(100%);
                        transition: transform 0.5s ease, opacity 0.5s ease;
                        opacity: 0;
                    }

                    p:hover {
                        background-color: #ff7a00;
                    }

                }
            }
        }

        .trade:hover .learn a,
        .mutual:hover .learn a,
        .multi:hover .learn a {
            transform: translateY(0);
            /* Move to the original position */
            opacity: 1;
            /* Make it visible */
        }
    }
}

.news-container {
    width: 100%;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;


    .news-head {
        width: 100%;
        height: fit-content;
        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: 100px;
            display: flex;
            justify-content: center;
            align-items: center;

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

        .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;
            }
        }
    }

    .news-body {
        width: 100%;
        height: fit-content;
        display: block;
        padding-bottom: 20px;


        .news-left {
            width: 100%;
            height: fit-content;
            /* background-color: #202020; */
            padding-left: 15px;
            padding-top: 30px;


            .holder {
                width: 100%;
                height: fit-content;
                padding-bottom: 20px;


                .news-pic {
                    width: 95%;
                    height: 200px;
                    background-color: var(--thm-gray-bg);
                    /* background: url(/home/images/current3.JPG); */
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 10px;
                    margin-bottom: 20px;
                    position: relative;
                    overflow: hidden;

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

                    .for-hover {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        background-color: rgba(0, 0, 0, 0.586);
                        top: -100%;
                        /* Initially placed above the container */
                        transition: top 0.7s ease-in-out;
                        /* Add transition for smooth effect */
                    }
                }

                .date-comments {
                    width: 95%;
                    height: 50px;
                    display: flex;
                    background-color: var(--thm-gray-bg);
                    margin-bottom: 20px;


                    .date {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;

                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 13px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 15px;
                        }
                    }

                    .comments {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 13px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 15px;
                        }
                    }

                    .comments a:hover,
                    .date a:hover {
                        color: var(--thm-base);
                    }
                }

                .news-item {
                    width: 95%;
                    height: 75px;
                    display: flex;
                    align-items: center;
                    background-color: var(--thm-gray-bg);

                    a {
                        text-decoration: none;
                        color: var(--bs-gray-dark);
                        font-weight: 700;
                        font-size: 20px;

                    }
                }

                .news-item a:hover {
                    color: var(--thm-base);
                }
            }

            .holder:hover .for-hover {
                top: 0;
                /* Move the element into view when hovering over .holder */
            }
        }


        .news-right {
            width: 100%;
            height: fit-content;
            /* background-color: var(--bs-gray); */
            padding-top: 30px;
            padding-left: 10px;

            .holder {
                width: 100%;
                height: fit-content;

                .top {
                    width: 100%;
                    height: 160px;
                    display: flex;
                    /* background-color: var(--thm-gray-bg); */
                    border-bottom: 1px solid var(--bs-gray);

                    .top-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            background-color: var(--thm-gray-bg);
                            border-radius: 10px;
                            overflow: hidden;

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

                    .top-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }

                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 15px;

                        }
                    }
                }

                a:hover {
                    color: var(--thm-base);
                }

                .middle {
                    width: 100%;
                    height: 160px;
                    display: flex;
                    border-bottom: 1px solid var(--bs-gray);
                    margin-top: 45px;


                    .middle-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            border-radius: 10px;
                            overflow: hidden;

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

                    .middle-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }


                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 15px;

                        }
                    }

                    a:hover {
                        color: var(--thm-base);
                    }
                }

                .down {
                    width: 90%;
                    height: 130px;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;

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

                    p {
                        position: relative;
                        background-color: var(--thm-base);
                        /* Initial background color */
                        padding: 20px 40px;
                        font-weight: 700;
                        color: var(--thm-white);
                        /* Initial text color */
                        overflow: hidden;
                        transition: background-color 0.3s ease, color 0.3s ease;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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 {
                        background-color: #f5f5f5;
                        /* Change background color of the icon */
                        color: var(--thm-gray);
                        /* Change icon color */
                    }

                    i {
                        margin-left: 5px;
                        background-color: #e6a466;
                        /* Initial background color for the icon */
                        padding: 5px;
                        border-radius: 50%;
                        transition: background-color 0.3s ease, color 0.3s ease;
                    }
                }
            }
        }
    }
}

}

@media screen and (min-width: 350px){
    /* WHERE THE BODY STARTS IMMEDIATELY AFTER ALL THE NAVS */
.header {
    height: 800px;
    /* background-color: #202020; */
    padding-top: 150px;
    background-image: url(../images/bank3.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    /* Smooth transition over 1 second */

    .its-cover{
        width: 100%;
        height: 800px;
        background-color: rgba(0,0,0,0.5);
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .simple-text {
        width: 100%;
        max-width: 500px;
        height: fit-content;
        /* background-color: #869af5; */
        color: var(--thm-white);
        font-weight: 700;
        padding-left: 10px;
        margin-bottom: 30px;
        font-size: 17px;
        position: relative;
        overflow-x: hidden;

        .topic {
            width: 100%;
            height: 100%;
        }
    }

    .header-text {
        width: 100%;
        max-width: 850px;
        height: fit-content;
        /* background-color: #8d96bd; */
        line-height: 40px;
        padding-left: 10px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;

        .note2 {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 38px;
            font-weight: 900;
            color: var(--thm-white);
        }
    }

    .header-note {
        width: 90%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        padding-left: 10px;
        margin-bottom: 30px;
        position: relative;
        overflow-x: hidden;

        .note {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 20px;
            color: var(--thm-white);
            font-weight: 700;
        }
    }

    .buttons {
        width: 100%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        display: block;
        justify-content: space-between;
        margin-top: 10px;
        padding-left: 10px;

        .appoint {
            width: 300px;
            height: 75px;
            background-color: var(--thm-base);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-white);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            margin-bottom: 10px;

            i {
                background-color: #e6a466;
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .appoint {
            background-color: var(--thm-base);
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: #e6a466;
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .appoint::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;
        }

        .appoint:hover::after {
            right: 0;
        }

        .appoint i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .appoint:hover i {
            background-color: #515151;
        }

        .apply {
            width: 250px;
            height: 75px;
            background-color: var(--thm-white);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-black);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;

            i {
                background-color: var(--thm-base);
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .apply {
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: var(--thm-base);
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .apply::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;
        }

        .apply:hover::after {
            right: 0;
        }

        .apply i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .apply:hover i {
            background-color: #515151;
        }

        .apply:hover {
            color: var(--thm-white);
        }
    }
}

/* FOREX CONTAINER BEGINS HERE */

.forex {
    width: 95%;
    height: fit-content;
    display: block;
    background-color: var(--thm-white);
    margin: auto;

    .forex-head {
        width: 80%;
        height: 75px;
        display: flex;
        background-color: var(--thm-primary);
        color: var(--thm-white);
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        margin: auto;
    }
} 

.forex-update {
    width: 95%;
    height: 75px;
    display: flex;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
} 

/* THE SERVICES BEGINS HERE */

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

    .details {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-self: start;
        text-align: center;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        color: var(--bs-blue);
    }

    .services-head {
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 42px;
        font-weight: 800;
        line-height: 50px;
    }

    .services-list {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
    }
} 

/* FOR THE RETURN SECTION */

.return-section {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    /* background-color: #182978; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* Default to 3 items per row */
    gap: 60px;
    padding: 20px 10px;
    padding-bottom: 100px;

    .mobile-banking,
    .return,
    .saving {
        height: 530px;
        background-color: var(--thm-white);
        transition: height 0.5s ease, background-color 0.5s ease;
        /* Smooth transition for height and background-color */
    }

    .return {
        height: 600px;
        background-color: var(--thm-primary);
    }

    .mobile-banking:hover,
    .saving:hover {
        background-color: var(--thm-primary);
        height: 580px;

    }

    /* HERE IS FOR THE FIRST CONTAINER */

    .mobile-banking {
        padding: 30px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 30%;
                height: 30%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }



        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .mobile-banking:hover .gradient {
        visibility: visible;
    }

    .mobile-banking:hover .icon-font {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-topic {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .mobile-banking:hover .read {
        visibility: visible;
    }

    /* HERE IS THE STYLING FOR THE MIDDLE CONTAINER */

    .return {
        padding: 30px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;


            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                    color: var(--thm-base);
                }

            }

            .gradient {
                width: 30%;
                height: 30%;
                border-radius: 100%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
            color: var(--thm-base);
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
            color: var(--bs-white);
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;


                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }


    /* STYLING FOR THE LAST CONTAINER BEGINS HERE */

    .saving {
        padding: 30px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 30%;
                height: 30%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .saving:hover .gradient {
        visibility: visible;
    }

    .saving:hover .icon-font {
        color: var(--thm-base);
    }

    .saving:hover .mobile-topic {
        color: var(--thm-base);
    }

    .saving:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .saving:hover .read {
        visibility: visible;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        /* Start rotation at 0 degrees */
    }

    to {
        transform: rotate(360deg);
        /* Rotate to 360 degrees */
    }
}


/* PERSONAL AND COOPERATE CONTAINER STARTS HERE */

.personal-cooperate {
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* background-color: var(--bs-gray); */

    .personal {
        height: fit-content;
        background-color: #0dcaf0;
        background: url(../images/personal.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(24, 42, 120, 0.441);
            /* opacity: 0.5; */
            color: var(--bs-white);

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 10px 120px 15px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }
            }
        }
    }

    .cooperate {
        height: fit-content;
        background-color: var(--bs-dark);
        background: url(../images/cooperate.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.839);
            /* opacity: 0.5; */

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 10px 120px 15px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }

            }
        }
    }
}

/* ENDS HERE */

/* EMI CALCULATOR BEGINS HERE */

 .emi-calc {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    padding-top: 100px;


    .offer {
        width: 100%;
        height: 30px;
        color: var(--swiper-theme-color);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .emi {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 35px;
        font-weight: 800;
        color: var(--bs-dark);
    }

    .get {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        color: var(--bs-gray);
    }
} 

.logos {
    width: 100%;
    height: 300px;
    background-color: var(--bs-white);

    .pic {
        width: 95%;
        height: 250px;
        background-color: #202020;
        margin: auto;
        position: relative;
        background: url(../images/cal1.jpg);
        background-size: cover;


        .holder {
            width: 100%;
            height: 100px;
            display: flex;
            margin: auto;
            justify-content: space-around;
            position: absolute;
            /* Position the holder absolutely */
            bottom: -15%;
            /* Move the holder down so half is outside */
            left: 50%;
            /* Position horizontally at the center */
            transform: translateX(-50%);
            /* Offset by 50% of its width to truly center it */

            .home,
            .car,
            .school,
            .perso {
                width: 100px;
                height: 100px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 40px;
                border-radius: 50%;
                background-color: var(--thm-gray-bg);
                border: 10px solid var(--bs-white);
                transition: background-color 0.8s ease;

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

            /* Default hover color */
            .home:hover,
            .car:hover,
            .school:hover,
            .perso:hover {
                background-color: #ff7a00;

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

            /* Active class to show clicked item */
            .active {
                background-color: #ff7a00 !important;

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

            .pic .holder .active:hover {
                background-color: #ff7a00;
            }


        }
    }
}


.loan {
    width: 100%;
    height: 80px;
    /* Set height for the loan container */
    background-color: var(--bs-white);
    position: relative;
    overflow: hidden;
    /* Hide the content when transitioning */
}

.type {
    width: 100%;
    height: 80px;
    /* Same height as the .loan container */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    bottom: -100%;
    /* Initially position the .type element below the container */
    transition: bottom 0.5s ease-out;
    /* Transition from bottom */
}

.type.active {
    bottom: 0;
    /* Bring the .type element to the visible area */
}

/* ENDS HERE */

/* CALC SECTION */

.calc {
    width: 100%;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--bs-white);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;

    .loan-amount,
    .loan-terms,
    .interest-rate {
        height: 200px;
        border-right: none;



        .input-field {
            width: 95%;
            height: 100%;
            margin: auto;
            display: flex;
            flex-direction: column;
            padding-bottom: 30px;

            label {
                font-size: 18px;
                font-weight: 600;

            }

            input[type="range"]::-webkit-slider-runnable-track {
                height: 15px;
                border-radius: 1px;
                background: #ddd;
            }


            .value-display {
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 24px;
                border: 1px solid var(--thm-gray);
                margin-top: auto;
            }
        }
    }
}

/* EMI CONTAINER BEGINS HERE */

.emi-result {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-bottom: 100px;


    .result {
        width: 90%;
        height: fit-content;
        margin: auto;
        background-color: var(--thm-gray-bg);
        display: block;
        padding-bottom: 40px;


        .emi {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-left: 15px;
            padding-top: 40px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .interest {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .amount {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;


            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .apply-button {
            width: 100%;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 10px;
            border-left: none;
            margin: auto;

            button {
                text-decoration: none;
                color: var(--thm-white);
                background-color: var(--thm-base);
                padding: 20px;
                font-weight: 600;
                font-size: 20px;
                border: none;
                position: relative;
                overflow: hidden;
                transition: background-color 0.7s ease, color 0.7s ease;
                z-index: 1;

                i {
                    margin-left: 5px;
                    background-color: #e6a466;
                    border-radius: 100px;
                    padding: 5px 5px;
                }
            }

            button: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;
            }

            button:hover:after {
                right: 0;
            }

            button:hover i {
                background-color: #9f9696;
                color: var(--thm-gray);
            }
        }
    }
}

/* ENDS HERE */

/* LOANS AND FINANCES STARTS HERE */

.loan-finances {
    width: 100%;
    height: 2200px;
    background: url(../images/personal3.JPG);
    background-repeat: no-repeat;
    background-size: cover;

    .topic2 {
        width: 100%;
        height: 300px;
        padding-top: 100px;
        background-color: #20202097;


        .offer {
            width: 100%;
            height: 30px;
            color: var(--swiper-theme-color);
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .loans-f {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 40px;
            font-weight: 800;
            color: var(--thm-white);
        }

        .info {
            width: 100%;
            height: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: 600;
            color: var(--thm-white);
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .landf {
        width: 100%;
        height: 500px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        padding: 20px;
        background-color: #20202097;
        padding-left: 20px;
        padding-right: 20px;



        .homes,
        .students,
        .business {
            height: 600px;
            background-color: var(--thm-gray-bg);
            /* padding: 20px; */
            margin-bottom: 50px;

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


                .icon {
                    width: 100px;
                    height: 100px;
                    background-color: var(--thm-white);
                    margin: auto;
                    position: relative;
                    /* bottom: -15%; */
                    top: 80%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: var(--thm-base);
                    font-size: 25px;
                    transition: background-color 0.8s ease;


                }
            }

            .down {
                width: 100%;
                height: 50%;
                text-align: center;
                padding: 90px 20px 0px 20px;

                p {
                    margin-top: 15px;
                    font-size: 18px;
                    font-weight: 500;
                    color: var(--bs-gray);
                    padding-left: 20px;
                    padding-right: 20px;
                }

               

                .apply-cont {
                    width: 100%;
                    margin-top: 40px;


                    a {
                        text-decoration: none;
                        padding: 20px;
                        border: 1px solid var(--bs-gray);
                        font-size: 18px;
                        font-weight: 600;
                        color: var(--bs-gray-dark);
                        background-color: var(--thm-white);

                        i {
                            margin-left: 5px;
                            background-color: var(--bs-gray);
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }
                    
                }


            }
        }

        .homes .top {
            background: url(../images/home3.JPG);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            transition: background-size 10s ease;
        }

        .students .top {
            background: url(../images/stud1.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .business .top {
            background: url(../images/bus2.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .homes:hover,
        .students:hover,
        .business:hover {
            /* background-size: 120%; */

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

            .icon {
                background-color: var(--thm-primary);
            }
        }

        .homes:hover .top,
        .students:hover .top,
        .business:hover .top {
            background-size: 130%;
        }
    }
}


/* BANKING CARD CONTAINER */

.banking-card {
    width: 100%;
    height: fit-content;
    /* padding: 20px; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 250px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 110px;

    .card-pic {
        height: 350px;
        background: url(../images/card2.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom: 50px;
    }



    .card-info {
        height: fit-content;
        /* background-color: #515151; */
        padding-right: 0px;


        .card-head {
            width: 100%;
            height: 30%;
            background-color: var(--thm-white);

            p {
                font-size: 16px;
                font-weight: 500;
                color: var(--bs-primary);

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

            h2 {
                font-size: 45px;
                font-weight: 800;
                color: var(--bs-dark);
                line-height: 60px;
                margin-top: 30px;
            }
        }

        .card-body {
            width: 100%;
            height: fit-content;
            background-color: var(--thm-white);
            color: var(--thm-gray);
            font-size: 18px;
            padding-bottom: 40px;
            padding-top: 30px;
        }

        .card-foot {
            width: 100%;
            height: fit-content;
            background-color: var(--thm-white);
            display: block;

            .foot-left {
                width: 30%;
                height: 100%;
                background-color: var(--thm-white);
                border-right: 1px solid var(--thm-gray);
                color: var(--thm-primary);
                display: none;


                .top {
                    width: 75%;
                    height: 33%;
                    border-bottom: 1px solid var(--thm-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .middle {
                    width: 75%;
                    height: 33%;
                    border-bottom: 1px solid var(--thm-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .down {
                    width: 75%;
                    height: 33%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }
            }

            .foot-right {
                width: 100%;
                height: fit-content;
                background-color: var(--thm-white);
                padding-left: 0px;
                text-align: center;


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

                .top {
                    width: 100%;
                    height: 100px;
                    padding-top: 50px;
                }

                .middle {
                    width: 100%;
                    height: 100px;
                    padding-top: 50px;
                }

                .down {
                    width: 100%;
                    height: 100px;
                    padding-top: 50px;
                }

            }

        }
    }
}

/* SECURE CONTAINER STARTS HERE */

.secure-container {
    width: 100%;
    height: fit-content;
    background: url(../images/sec.gif);
    background-repeat: no-repeat;
    background-size: cover;

    .secure-head {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;

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

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

                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;
            }
        }

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

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

    .secure-body {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 110px;
        padding-top: 50px;

        .trade {
            background: url(../images/fx.JPG);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border-radius: 5px;
        }

        .mutual {
            background: url(../images/mutual1.gif);
            background-repeat: no-repeat;
            background-position: center;
        }

        .multi {
            background: url(../images/multi.JPG);
            background-position: center;
            background-size: contain;
            border-radius: 5px;
        }

        .trade,
        .mutual,
        .multi {
            height: 500px;
            border-radius: 5px;

            .top {
                width: 100%;
                height: 40%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;
            }

            .buttom {
                width: 100%;
                height: 60%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;

                .info {
                    width: 90%;
                    height: 50%;
                    margin: auto;
                    color: var(--thm-white);
                    padding: 20px;

                    h2 {
                        margin-bottom: 15px;
                    }
                }

                .learn {
                    width: 80%;
                    height: 30%;
                    /* background-color: #182978; */
                    margin: auto;
                    display: flex;
                    margin-top: 30px;
                    position: relative;
                    overflow: hidden;
                    /* Set up for absolute positioning of <a> */

                    .arrow {
                        position: absolute;

                        i {
                            color: var(--thm-white);
                            background-color: var(--thm-base);
                            padding: 5px;
                            border-radius: 50%;
                            margin-top: 10px;
                            font-size: 20px;
                        }
                    }

                    p {
                        font-weight: 600;
                        font-size: 18px;
                        color: var(--thm-white);
                        padding: 20px 30px;
                        background-color: var(--thm-base);
                        overflow: hidden;
                        transition: background-color 0.5s ease, color 0.5s ease;
                        position: relative;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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;
                    }

                    p:hover i {
                        background-color: var(--bs-secondary);
                    }

                    a {
                        text-decoration: none;
                        transform: translateY(100%);
                        transition: transform 0.5s ease, opacity 0.5s ease;
                        opacity: 0;
                    }

                    p:hover {
                        background-color: #ff7a00;
                    }

                }
            }
        }

        .trade:hover .learn a,
        .mutual:hover .learn a,
        .multi:hover .learn a {
            transform: translateY(0);
            /* Move to the original position */
            opacity: 1;
            /* Make it visible */
        }
    }
}

.news-container {
    width: 100%;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;


    .news-head {
        width: 100%;
        height: fit-content;
        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: 100px;
            display: flex;
            justify-content: center;
            align-items: center;

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

        .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;
            }
        }
    }

    .news-body {
        width: 100%;
        height: fit-content;
        display: block;
        padding-bottom: 20px;


        .news-left {
            width: 100%;
            height: fit-content;
            /* background-color: #202020; */
            padding-left: 15px;
            padding-top: 30px;


            .holder {
                width: 100%;
                height: fit-content;
                padding-bottom: 20px;


                .news-pic {
                    width: 95%;
                    height: 200px;
                    background-color: var(--thm-gray-bg);
                    /* background: url(/home/images/current3.JPG); */
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 10px;
                    margin-bottom: 20px;
                    position: relative;
                    overflow: hidden;

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

                    .for-hover {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        background-color: rgba(0, 0, 0, 0.586);
                        top: -100%;
                        /* Initially placed above the container */
                        transition: top 0.7s ease-in-out;
                        /* Add transition for smooth effect */
                    }
                }

                .date-comments {
                    width: 95%;
                    height: 50px;
                    display: flex;
                    background-color: var(--thm-gray-bg);
                    margin-bottom: 20px;


                    .date {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;

                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 13px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 15px;
                        }
                    }

                    .comments {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 13px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 15px;
                        }
                    }

                    .comments a:hover,
                    .date a:hover {
                        color: var(--thm-base);
                    }
                }

                .news-item {
                    width: 95%;
                    height: 75px;
                    display: flex;
                    align-items: center;
                    background-color: var(--thm-gray-bg);

                    a {
                        text-decoration: none;
                        color: var(--bs-gray-dark);
                        font-weight: 700;
                        font-size: 20px;

                    }
                }

                .news-item a:hover {
                    color: var(--thm-base);
                }
            }

            .holder:hover .for-hover {
                top: 0;
                /* Move the element into view when hovering over .holder */
            }
        }


        .news-right {
            width: 100%;
            height: fit-content;
            /* background-color: var(--bs-gray); */
            padding-top: 30px;
            padding-left: 10px;

            .holder {
                width: 100%;
                height: fit-content;

                .top {
                    width: 100%;
                    height: 160px;
                    display: flex;
                    /* background-color: var(--thm-gray-bg); */
                    border-bottom: 1px solid var(--bs-gray);

                    .top-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            background-color: var(--thm-gray-bg);
                            border-radius: 10px;
                            overflow: hidden;

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

                    .top-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }

                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 15px;

                        }
                    }
                }

                a:hover {
                    color: var(--thm-base);
                }

                .middle {
                    width: 100%;
                    height: 160px;
                    display: flex;
                    border-bottom: 1px solid var(--bs-gray);
                    margin-top: 45px;


                    .middle-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            border-radius: 10px;
                            overflow: hidden;

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

                    .middle-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }


                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 15px;

                        }
                    }

                    a:hover {
                        color: var(--thm-base);
                    }
                }

                .down {
                    width: 90%;
                    height: 130px;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;

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

                    p {
                        position: relative;
                        background-color: var(--thm-base);
                        /* Initial background color */
                        padding: 20px 40px;
                        font-weight: 700;
                        color: var(--thm-white);
                        /* Initial text color */
                        overflow: hidden;
                        transition: background-color 0.3s ease, color 0.3s ease;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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 {
                        background-color: #f5f5f5;
                        /* Change background color of the icon */
                        color: var(--thm-gray);
                        /* Change icon color */
                    }

                    i {
                        margin-left: 5px;
                        background-color: #e6a466;
                        /* Initial background color for the icon */
                        padding: 5px;
                        border-radius: 50%;
                        transition: background-color 0.3s ease, color 0.3s ease;
                    }
                }
            }
        }
    }
}

}

@media screen and (min-width: 400px){
    /* WHERE THE BODY STARTS IMMEDIATELY AFTER ALL THE NAVS */
.header {
    height: 800px;
    /* background-color: #202020; */
    padding-top: 150px;
    background-image: url(/home/images/bank3.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    /* Smooth transition over 1 second */

    .its-cover{
        width: 100%;
        height: 800px;
        background-color: rgba(0,0,0,0.5);
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .simple-text {
        width: 100%;
        max-width: 500px;
        height: fit-content;
        /* background-color: #869af5; */
        color: var(--thm-white);
        font-weight: 700;
        padding-left: 15px;
        margin-bottom: 30px;
        font-size: 17px;
        position: relative;
        overflow-x: hidden;

        .topic {
            width: 100%;
            height: 100%;
        }
    }

    .header-text {
        width: 100%;
        max-width: 850px;
        height: fit-content;
        /* background-color: #8d96bd; */
        line-height: 40px;
        padding-left: 15px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;

        .note2 {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 38px;
            font-weight: 900;
            color: var(--thm-white);
        }
    }

    .header-note {
        width: 90%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        padding-left: 15px;
        margin-bottom: 30px;
        position: relative;
        overflow-x: hidden;

        .note {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 20px;
            color: var(--thm-white);
            font-weight: 700;
        }
    }

    .buttons {
        width: 100%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        display: block;
        justify-content: space-between;
        margin-top: 10px;
        padding-left: 15px;

        .appoint {
            width: 300px;
            height: 75px;
            background-color: var(--thm-base);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-white);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            margin-bottom: 10px;

            i {
                background-color: #e6a466;
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .appoint {
            background-color: var(--thm-base);
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: #e6a466;
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .appoint::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;
        }

        .appoint:hover::after {
            right: 0;
        }

        .appoint i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .appoint:hover i {
            background-color: #515151;
        }

        .apply {
            width: 250px;
            height: 75px;
            background-color: var(--thm-white);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-black);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;

            i {
                background-color: var(--thm-base);
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .apply {
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: var(--thm-base);
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .apply::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;
        }

        .apply:hover::after {
            right: 0;
        }

        .apply i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .apply:hover i {
            background-color: #515151;
        }

        .apply:hover {
            color: var(--thm-white);
        }
    }
}

/* FOREX CONTAINER BEGINS HERE */

.forex {
    width: 95%;
    height: fit-content;
    display: block;
    background-color: var(--thm-white);
    margin: auto;

    .forex-head {
        width: 80%;
        height: 75px;
        display: flex;
        background-color: var(--thm-primary);
        color: var(--thm-white);
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        margin: auto;
    }
} 

.forex-update {
    width: 98%;
    height: 75px;
    display: flex;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
} 

/* THE SERVICES BEGINS HERE */

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

    .details {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-self: start;
        text-align: center;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        color: var(--bs-blue);
    }

    .services-head {
        width: 95%;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 42px;
        font-weight: 800;
        line-height: 50px;
        margin: auto;
    }

    .services-list {
        width: 95%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
    }
} 

/* FOR THE RETURN SECTION */

.return-section {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    /* background-color: #182978; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* Default to 3 items per row */
    gap: 60px;
    padding: 20px 10px;
    padding-bottom: 100px;

    .mobile-banking,
    .return,
    .saving {
        height: 530px;
        background-color: var(--thm-white);
        transition: height 0.5s ease, background-color 0.5s ease;
        /* Smooth transition for height and background-color */
    }

    .return {
        height: 600px;
        background-color: var(--thm-primary);
    }

    .mobile-banking:hover,
    .saving:hover {
        background-color: var(--thm-primary);
        height: 580px;

    }

    /* HERE IS FOR THE FIRST CONTAINER */

    .mobile-banking {
        padding: 30px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 35%;
                height: 45%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }



        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .mobile-banking:hover .gradient {
        visibility: visible;
    }

    .mobile-banking:hover .icon-font {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-topic {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .mobile-banking:hover .read {
        visibility: visible;
    }

    /* HERE IS THE STYLING FOR THE MIDDLE CONTAINER */

    .return {
        padding: 30px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;


            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                    color: var(--thm-base);
                }

            }

            .gradient {
                width: 35%;
                height: 45%;
                border-radius: 100%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
            color: var(--thm-base);
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
            color: var(--bs-white);
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;


                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }


    /* STYLING FOR THE LAST CONTAINER BEGINS HERE */

    .saving {
        padding: 30px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 35%;
                height: 45%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .saving:hover .gradient {
        visibility: visible;
    }

    .saving:hover .icon-font {
        color: var(--thm-base);
    }

    .saving:hover .mobile-topic {
        color: var(--thm-base);
    }

    .saving:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .saving:hover .read {
        visibility: visible;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        /* Start rotation at 0 degrees */
    }

    to {
        transform: rotate(360deg);
        /* Rotate to 360 degrees */
    }
}


/* PERSONAL AND COOPERATE CONTAINER STARTS HERE */

.personal-cooperate {
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* background-color: var(--bs-gray); */

    .personal {
        height: fit-content;
        background-color: #0dcaf0;
        background: url(/home/images/personal.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(24, 42, 120, 0.441);
            /* opacity: 0.5; */
            color: var(--bs-white);

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 10px 120px 15px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }
            }
        }
    }

    .cooperate {
        height: fit-content;
        background-color: var(--bs-dark);
        background: url(/home/images/cooperate.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.839);
            /* opacity: 0.5; */

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 10px 120px 15px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }

            }
        }
    }
}

/* ENDS HERE */

/* EMI CALCULATOR BEGINS HERE */

 .emi-calc {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    padding-top: 100px;


    .offer {
        width: 100%;
        height: 30px;
        color: var(--swiper-theme-color);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .emi {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 35px;
        font-weight: 800;
        color: var(--bs-dark);
    }

    .get {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        color: var(--bs-gray);
    }
} 

.logos {
    width: 100%;
    height: 300px;
    background-color: var(--bs-white);

    .pic {
        width: 95%;
        height: 250px;
        background-color: #202020;
        margin: auto;
        position: relative;
        background: url(/home/images/cal1.jpg);
        background-size: cover;


        .holder {
            width: 100%;
            height: 100px;
            display: flex;
            margin: auto;
            justify-content: space-around;
            position: absolute;
            /* Position the holder absolutely */
            bottom: -15%;
            /* Move the holder down so half is outside */
            left: 50%;
            /* Position horizontally at the center */
            transform: translateX(-50%);
            /* Offset by 50% of its width to truly center it */

            .home,
            .car,
            .school,
            .perso {
                width: 100px;
                height: 100px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 40px;
                border-radius: 50%;
                background-color: var(--thm-gray-bg);
                border: 10px solid var(--bs-white);
                transition: background-color 0.8s ease;

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

            /* Default hover color */
            .home:hover,
            .car:hover,
            .school:hover,
            .perso:hover {
                background-color: #ff7a00;

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

            /* Active class to show clicked item */
            .active {
                background-color: #ff7a00 !important;

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

            .pic .holder .active:hover {
                background-color: #ff7a00;
            }


        }
    }
}


.loan {
    width: 100%;
    height: 80px;
    /* Set height for the loan container */
    background-color: var(--bs-white);
    position: relative;
    overflow: hidden;
    /* Hide the content when transitioning */
}

.type {
    width: 100%;
    height: 80px;
    /* Same height as the .loan container */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    bottom: -100%;
    /* Initially position the .type element below the container */
    transition: bottom 0.5s ease-out;
    /* Transition from bottom */
}

.type.active {
    bottom: 0;
    /* Bring the .type element to the visible area */
}

/* ENDS HERE */

/* CALC SECTION */

.calc {
    width: 100%;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--bs-white);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;

    .loan-amount,
    .loan-terms,
    .interest-rate {
        height: 200px;
        border-right: none;



        .input-field {
            width: 95%;
            height: 100%;
            margin: auto;
            display: flex;
            flex-direction: column;
            padding-bottom: 30px;

            label {
                font-size: 18px;
                font-weight: 600;

            }

            input[type="range"]::-webkit-slider-runnable-track {
                height: 15px;
                border-radius: 1px;
                background: #ddd;
            }


            .value-display {
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 24px;
                border: 1px solid var(--thm-gray);
                margin-top: auto;
            }
        }
    }
}

/* EMI CONTAINER BEGINS HERE */

.emi-result {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-bottom: 100px;


    .result {
        width: 90%;
        height: fit-content;
        margin: auto;
        background-color: var(--thm-gray-bg);
        display: block;
        padding-bottom: 40px;


        .emi {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-left: 15px;
            padding-top: 40px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .interest {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .amount {
            width: 70%;
            height: 150px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;


            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .apply-button {
            width: 100%;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            padding-right: 10px;
            border-left: none;
            margin: 0;

            button {
                text-decoration: none;
                color: var(--thm-white);
                background-color: var(--thm-base);
                padding: 20px 30px;
                font-weight: 600;
                font-size: 20px;
                border: none;
                position: relative;
                overflow: hidden;
                transition: background-color 0.7s ease, color 0.7s ease;
                z-index: 1;

                i {
                    margin-left: 5px;
                    background-color: #e6a466;
                    border-radius: 100px;
                    padding: 5px 5px;
                }
            }

            button: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;
            }

            button:hover:after {
                right: 0;
            }

            button:hover i {
                background-color: #9f9696;
                color: var(--thm-gray);
            }
        }
    }
}

/* ENDS HERE */

/* LOANS AND FINANCES STARTS HERE */

.loan-finances {
    width: 100%;
    height: 2200px;
    background: url(/home/images/personal3.JPG);
    background-repeat: no-repeat;
    background-size: cover;

    .topic2 {
        width: 100%;
        height: 300px;
        padding-top: 100px;
        background-color: #20202097;


        .offer {
            width: 100%;
            height: 30px;
            color: var(--swiper-theme-color);
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .loans-f {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 40px;
            font-weight: 800;
            color: var(--thm-white);
        }

        .info {
            width: 100%;
            height: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: 600;
            color: var(--thm-white);
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
        }
    }

    .landf {
        width: 100%;
        height: 500px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        padding: 20px;
        background-color: #20202097;
        padding-left: 20px;
        padding-right: 20px;



        .homes,
        .students,
        .business {
            height: 600px;
            background-color: var(--thm-gray-bg);
            /* padding: 20px; */
            margin-bottom: 50px;

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


                .icon {
                    width: 100px;
                    height: 100px;
                    background-color: var(--thm-white);
                    margin: auto;
                    position: relative;
                    /* bottom: -15%; */
                    top: 80%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: var(--thm-base);
                    font-size: 25px;
                    transition: background-color 0.8s ease;


                }
            }

            .down {
                width: 100%;
                height: 50%;
                text-align: center;
                padding: 90px 20px 0px 20px;

                p {
                    margin-top: 15px;
                    font-size: 18px;
                    font-weight: 500;
                    color: var(--bs-gray);
                    padding-left: 20px;
                    padding-right: 20px;
                }

               

                .apply-cont {
                    width: 100%;
                    margin-top: 40px;


                    a {
                        text-decoration: none;
                        padding: 20px;
                        border: 1px solid var(--bs-gray);
                        font-size: 18px;
                        font-weight: 600;
                        color: var(--bs-gray-dark);
                        background-color: var(--thm-white);

                        i {
                            margin-left: 5px;
                            background-color: var(--bs-gray);
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }
                    
                }


            }
        }

        .homes .top {
            background: url(/home/images/home3.JPG);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            transition: background-size 10s ease;
        }

        .students .top {
            background: url(/home/images/stud1.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .business .top {
            background: url(/home/images/bus2.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .homes:hover,
        .students:hover,
        .business:hover {
            /* background-size: 120%; */

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

            .icon {
                background-color: var(--thm-primary);
            }
        }

        .homes:hover .top,
        .students:hover .top,
        .business:hover .top {
            background-size: 130%;
        }
    }
}


/* BANKING CARD CONTAINER */

.banking-card {
    width: 100%;
    height: fit-content;
    /* padding: 20px; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 250px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 110px;

    .card-pic {
        height: 350px;
        background: url(/home/images/card2.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom: 50px;
    }



    .card-info {
        height: fit-content;
        /* background-color: #515151; */
        padding-right: 0px;


        .card-head {
            width: 100%;
            height: 30%;
            background-color: var(--thm-white);

            p {
                font-size: 16px;
                font-weight: 500;
                color: var(--bs-primary);

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

            h2 {
                font-size: 45px;
                font-weight: 800;
                color: var(--bs-dark);
                line-height: 60px;
                margin-top: 30px;
            }
        }

        .card-body {
            width: 100%;
            height: fit-content;
            background-color: var(--thm-white);
            color: var(--thm-gray);
            font-size: 18px;
            padding-bottom: 40px;
            padding-top: 30px;
        }

        .card-foot {
            width: 100%;
            height: fit-content;
            background-color: var(--thm-white);
            display: block;

            .foot-left {
                width: 30%;
                height: 100%;
                background-color: var(--thm-white);
                border-right: 1px solid var(--thm-gray);
                color: var(--thm-primary);
                display: none;


                .top {
                    width: 75%;
                    height: 33%;
                    border-bottom: 1px solid var(--thm-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .middle {
                    width: 75%;
                    height: 33%;
                    border-bottom: 1px solid var(--thm-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .down {
                    width: 75%;
                    height: 33%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }
            }

            .foot-right {
                width: 100%;
                height: fit-content;
                background-color: var(--thm-white);
                padding-left: 0px;
                text-align: center;


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

                .top {
                    width: 100%;
                    height: 100px;
                    padding-top: 50px;
                }

                .middle {
                    width: 100%;
                    height: 100px;
                    padding-top: 50px;
                }

                .down {
                    width: 100%;
                    height: 100px;
                    padding-top: 50px;
                }

            }

        }
    }
}

/* SECURE CONTAINER STARTS HERE */

.secure-container {
    width: 100%;
    height: fit-content;
    background: url(/home/images/sec.gif);
    background-repeat: no-repeat;
    background-size: cover;

    .secure-head {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;

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

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

                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;
            }
        }

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

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

    .secure-body {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 110px;
        padding-top: 50px;

        .trade {
            background: url(/home/images/fx.JPG);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border-radius: 5px;
        }

        .mutual {
            background: url(/home/images/mutual1.gif);
            background-repeat: no-repeat;
            background-position: center;
        }

        .multi {
            background: url(/home/images/multi.JPG);
            background-position: center;
            background-size: contain;
            border-radius: 5px;
        }

        .trade,
        .mutual,
        .multi {
            height: 500px;
            border-radius: 5px;

            .top {
                width: 100%;
                height: 40%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;
            }

            .buttom {
                width: 100%;
                height: 60%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;

                .info {
                    width: 90%;
                    height: 50%;
                    margin: auto;
                    color: var(--thm-white);
                    padding: 20px;

                    h2 {
                        margin-bottom: 15px;
                    }
                }

                .learn {
                    width: 80%;
                    height: 30%;
                    /* background-color: #182978; */
                    margin: auto;
                    display: flex;
                    margin-top: 30px;
                    position: relative;
                    overflow: hidden;
                    /* Set up for absolute positioning of <a> */

                    .arrow {
                        position: absolute;

                        i {
                            color: var(--thm-white);
                            background-color: var(--thm-base);
                            padding: 5px;
                            border-radius: 50%;
                            margin-top: 10px;
                            font-size: 20px;
                        }
                    }

                    p {
                        font-weight: 600;
                        font-size: 18px;
                        color: var(--thm-white);
                        padding: 20px 30px;
                        background-color: var(--thm-base);
                        overflow: hidden;
                        transition: background-color 0.5s ease, color 0.5s ease;
                        position: relative;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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;
                    }

                    p:hover i {
                        background-color: var(--bs-secondary);
                    }

                    a {
                        text-decoration: none;
                        transform: translateY(100%);
                        transition: transform 0.5s ease, opacity 0.5s ease;
                        opacity: 0;
                    }

                    p:hover {
                        background-color: #ff7a00;
                    }

                }
            }
        }

        .trade:hover .learn a,
        .mutual:hover .learn a,
        .multi:hover .learn a {
            transform: translateY(0);
            /* Move to the original position */
            opacity: 1;
            /* Make it visible */
        }
    }
}

.news-container {
    width: 100%;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;


    .news-head {
        width: 100%;
        height: fit-content;
        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: 95%;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;

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

        .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;
            }
        }
    }

    .news-body {
        width: 100%;
        height: fit-content;
        display: block;
        padding-bottom: 20px;


        .news-left {
            width: 100%;
            height: fit-content;
            /* background-color: #202020; */
            padding-left: 15px;
            padding-top: 30px;


            .holder {
                width: 100%;
                height: fit-content;
                padding-bottom: 20px;


                .news-pic {
                    width: 95%;
                    height: 200px;
                    background-color: var(--thm-gray-bg);
                    /* background: url(/home/images/current3.JPG); */
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 10px;
                    margin-bottom: 20px;
                    position: relative;
                    overflow: hidden;

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

                    .for-hover {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        background-color: rgba(0, 0, 0, 0.586);
                        top: -100%;
                        /* Initially placed above the container */
                        transition: top 0.7s ease-in-out;
                        /* Add transition for smooth effect */
                    }
                }

                .date-comments {
                    width: 95%;
                    height: 50px;
                    display: flex;
                    background-color: var(--thm-gray-bg);
                    margin-bottom: 20px;


                    .date {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;

                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 13px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 15px;
                        }
                    }

                    .comments {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 13px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 15px;
                        }
                    }

                    .comments a:hover,
                    .date a:hover {
                        color: var(--thm-base);
                    }
                }

                .news-item {
                    width: 95%;
                    height: 75px;
                    display: flex;
                    align-items: center;
                    background-color: var(--thm-gray-bg);

                    a {
                        text-decoration: none;
                        color: var(--bs-gray-dark);
                        font-weight: 700;
                        font-size: 20px;

                    }
                }

                .news-item a:hover {
                    color: var(--thm-base);
                }
            }

            .holder:hover .for-hover {
                top: 0;
                /* Move the element into view when hovering over .holder */
            }
        }


        .news-right {
            width: 100%;
            height: fit-content;
            /* background-color: var(--bs-gray); */
            padding-top: 30px;
            padding-left: 10px;

            .holder {
                width: 100%;
                height: fit-content;

                .top {
                    width: 100%;
                    height: 160px;
                    display: flex;
                    /* background-color: var(--thm-gray-bg); */
                    border-bottom: 1px solid var(--bs-gray);

                    .top-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            background-color: var(--thm-gray-bg);
                            border-radius: 10px;
                            overflow: hidden;

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

                    .top-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }

                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 15px;

                        }
                    }
                }

                a:hover {
                    color: var(--thm-base);
                }

                .middle {
                    width: 100%;
                    height: 160px;
                    display: flex;
                    border-bottom: 1px solid var(--bs-gray);
                    margin-top: 45px;


                    .middle-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            border-radius: 10px;
                            overflow: hidden;

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

                    .middle-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 12px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }


                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 15px;

                        }
                    }

                    a:hover {
                        color: var(--thm-base);
                    }
                }

                .down {
                    width: 90%;
                    height: 130px;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;

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

                    p {
                        position: relative;
                        background-color: var(--thm-base);
                        /* Initial background color */
                        padding: 20px 40px;
                        font-weight: 700;
                        color: var(--thm-white);
                        /* Initial text color */
                        overflow: hidden;
                        transition: background-color 0.3s ease, color 0.3s ease;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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 {
                        background-color: #f5f5f5;
                        /* Change background color of the icon */
                        color: var(--thm-gray);
                        /* Change icon color */
                    }

                    i {
                        margin-left: 5px;
                        background-color: #e6a466;
                        /* Initial background color for the icon */
                        padding: 5px;
                        border-radius: 50%;
                        transition: background-color 0.3s ease, color 0.3s ease;
                    }
                }
            }
        }
    }
}

}

@media screen and (min-width: 750px){
    /* WHERE THE BODY STARTS IMMEDIATELY AFTER ALL THE NAVS */
.header {
    height: 800px;
    /* background-color: #202020; */
    padding-top: 150px;
    background-image: url(/home/images/bank3.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    /* Smooth transition over 1 second */

    .its-cover{
        width: 100%;
        height: 800px;
        background-color: rgba(0,0,0,0.5);
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .simple-text {
        width: 100%;
        max-width: 500px;
        height: fit-content;
        /* background-color: #869af5; */
        color: var(--thm-white);
        font-weight: 700;
        padding-left: 35px;
        margin-bottom: 30px;
        font-size: 25px;
        position: relative;
        overflow-x: hidden;

        .topic {
            width: 100%;
            height: 100%;
        }
    }

    .header-text {
        width: 90%;
        max-width: 850px;
        height: fit-content;
        /* background-color: #8d96bd; */
        line-height: 50px;
        padding-left: 35px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;

        .note2 {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 45px;
            font-weight: 900;
            color: var(--thm-white);
        }
    }

    .header-note {
        width: 90%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        padding-left: 35px;
        margin-bottom: 30px;
        position: relative;
        overflow-x: hidden;

        .note {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 20px;
            color: var(--thm-white);
            font-weight: 700;
        }
    }

    .buttons {
        width: 100%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        display: block;
        justify-content: space-between;
        margin-top: 10px;
        padding-left: 35px;

        .appoint {
            width: 300px;
            height: 75px;
            background-color: var(--thm-base);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-white);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            margin-bottom: 10px;

            i {
                background-color: #e6a466;
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .appoint {
            background-color: var(--thm-base);
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: #e6a466;
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .appoint::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;
        }

        .appoint:hover::after {
            right: 0;
        }

        .appoint i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .appoint:hover i {
            background-color: #515151;
        }

        .apply {
            width: 250px;
            height: 75px;
            background-color: var(--thm-white);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-black);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;

            i {
                background-color: var(--thm-base);
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .apply {
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: var(--thm-base);
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .apply::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;
        }

        .apply:hover::after {
            right: 0;
        }

        .apply i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .apply:hover i {
            background-color: #515151;
        }

        .apply:hover {
            color: var(--thm-white);
        }
    }
}

/* FOREX CONTAINER BEGINS HERE */

.forex {
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: var(--thm-white);
    margin-left: auto;
    margin: 0;
    justify-content: flex-end;


    .forex-head {
        width: 35%;
        height: 75px;
        display: flex;
        background-color: var(--thm-primary);
        color: var(--thm-white);
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }
} 

.forex-update {
    width: 60%;
    height: 75px;
    display: flex;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
} 

/* THE SERVICES BEGINS HERE */

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

    .details {
        width: 100%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-self: start;
        text-align: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        color: var(--bs-blue);
    }

    .services-head {
        width: 90%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 45px;
        font-weight: 800;
        line-height: 50px;
        margin: auto;
    }

    .services-list {
        width: 90%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
        margin: auto;
    }
} 

/* FOR THE RETURN SECTION */

.return-section {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    /* background-color: #182978; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* Default to 3 items per row */
    gap: 60px;
    padding: 30px 35px;
    padding-bottom: 100px;

    .mobile-banking,
    .return,
    .saving {
        height: 450px;
        background-color: var(--thm-white);
        transition: height 0.5s ease, background-color 0.5s ease;
        /* Smooth transition for height and background-color */
    }

    .return {
        height: 500px;
        background-color: var(--thm-primary);
    }

    .mobile-banking:hover,
    .saving:hover {
        background-color: var(--thm-primary);
        height: 500px;

    }

    /* HERE IS FOR THE FIRST CONTAINER */

    .mobile-banking {
        padding: 50px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 25%;
                height: 75%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }



        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 25%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .mobile-banking:hover .gradient {
        visibility: visible;
    }

    .mobile-banking:hover .icon-font {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-topic {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .mobile-banking:hover .read {
        visibility: visible;
    }

    /* HERE IS THE STYLING FOR THE MIDDLE CONTAINER */

    .return {
        padding: 50px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;


            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                    color: var(--thm-base);
                }

            }

            .gradient {
                width: 25%;
                height: 75%;
                border-radius: 100%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
            color: var(--thm-base);
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
            color: var(--bs-white);
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;


                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }


    /* STYLING FOR THE LAST CONTAINER BEGINS HERE */

    .saving {
        padding: 50px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 25%;
                height: 75%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .saving:hover .gradient {
        visibility: visible;
    }

    .saving:hover .icon-font {
        color: var(--thm-base);
    }

    .saving:hover .mobile-topic {
        color: var(--thm-base);
    }

    .saving:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .saving:hover .read {
        visibility: visible;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        /* Start rotation at 0 degrees */
    }

    to {
        transform: rotate(360deg);
        /* Rotate to 360 degrees */
    }
}


/* PERSONAL AND COOPERATE CONTAINER STARTS HERE */

.personal-cooperate {
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* background-color: var(--bs-gray); */

    .personal {
        height: fit-content;
        background-color: #0dcaf0;
        background: url(/home/images/personal.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(24, 42, 120, 0.441);
            /* opacity: 0.5; */
            color: var(--bs-white);

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 45px 120px 45px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }
            }
        }
    }

    .cooperate {
        height: fit-content;
        background-color: var(--bs-dark);
        background: url(/home/images/cooperate.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.839);
            /* opacity: 0.5; */

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 45px 120px 45px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }

            }
        }
    }
}

/* ENDS HERE */

/* EMI CALCULATOR BEGINS HERE */

 .emi-calc {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-top: 100px;


    .offer {
        width: 100%;
        height: 40px;
        color: var(--swiper-theme-color);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .emi {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 45px;
        font-weight: 900;
        color: var(--bs-dark);
    }

    .get {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        color: var(--bs-gray);
    }
} 

.logos {
    width: 100%;
    height: 360px;
    background-color: var(--bs-white);
    padding-top: 50px;

    .pic {
        width: 90%;
        height: 250px;
        background-color: #202020;
        margin: auto;
        position: relative;
        background: url(/home/images/cal1.jpg);
        background-size: cover;


        .holder {
            width: 80%;
            height: 140px;
            display: flex;
            margin: auto;
            justify-content: space-around;
            position: absolute;
            /* Position the holder absolutely */
            bottom: -30%;
            /* Move the holder down so half is outside */
            left: 50%;
            /* Position horizontally at the center */
            transform: translateX(-50%);
            /* Offset by 50% of its width to truly center it */

            .home,
            .car,
            .school,
            .perso {
                width: 120px;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 40px;
                border-radius: 50%;
                background-color: var(--thm-gray-bg);
                border: 10px solid var(--bs-white);
                transition: background-color 0.8s ease;

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

            /* Default hover color */
            .home:hover,
            .car:hover,
            .school:hover,
            .perso:hover {
                background-color: #ff7a00;

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

            /* Active class to show clicked item */
            .active {
                background-color: #ff7a00 !important;

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

            .pic .holder .active:hover {
                background-color: #ff7a00;
            }


        }
    }
}


.loan {
    width: 100%;
    height: 100px;
    /* Set height for the loan container */
    background-color: var(--bs-white);
    position: relative;
    overflow: hidden;
    /* Hide the content when transitioning */
}

.type {
    width: 100%;
    height: 80px;
    /* Same height as the .loan container */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    bottom: -100%;
    /* Initially position the .type element below the container */
    transition: bottom 0.5s ease-out;
    /* Transition from bottom */
}

.type.active {
    bottom: 0;
    /* Bring the .type element to the visible area */
}

/* ENDS HERE */

/* CALC SECTION */

.calc {
    width: 100%;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: var(--bs-white);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;

    .loan-amount,
    .loan-terms,
    .interest-rate {
        height: 200px;
        border-right: none;



        .input-field {
            width: 95%;
            height: 100%;
            margin: auto;
            display: flex;
            flex-direction: column;
            padding-bottom: 30px;

            label {
                font-size: 18px;
                font-weight: 600;

            }

            input[type="range"]::-webkit-slider-runnable-track {
                height: 15px;
                border-radius: 1px;
                background: #ddd;
            }


            .value-display {
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 24px;
                border: 1px solid var(--thm-gray);
                margin-top: auto;
            }
        }
    }
}

/* EMI CONTAINER BEGINS HERE */

.emi-result {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-bottom: 100px;


    .result {
        width: 90%;
        height: fit-content;
        margin: auto;
        background-color: var(--thm-gray-bg);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 10px;


        .emi {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-left: 15px;
            padding-top: 40px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .interest {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .amount {
            width: 70%;
            height: 150px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;


            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .apply-button {
            width: 100%;
            height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 10px;
            border-left: none;
            margin: 0;

            button {
                text-decoration: none;
                color: var(--thm-white);
                background-color: var(--thm-base);
                padding: 20px 30px;
                font-weight: 600;
                font-size: 20px;
                border: none;
                position: relative;
                overflow: hidden;
                transition: background-color 0.7s ease, color 0.7s ease;
                z-index: 1;

                i {
                    margin-left: 5px;
                    background-color: #e6a466;
                    border-radius: 100px;
                    padding: 5px 5px;
                }
            }

            button: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;
            }

            button:hover:after {
                right: 0;
            }

            button:hover i {
                background-color: #9f9696;
                color: var(--thm-gray);
            }
        }
    }
}

/* ENDS HERE */

/* LOANS AND FINANCES STARTS HERE */

.loan-finances {
    width: 100%;
    height: 2200px;
    background: url(/home/images/personal3.JPG);
    background-repeat: no-repeat;
    background-size: cover;

    .topic2 {
        width: 100%;
        height: 300px;
        padding-top: 100px;
        background-color: #20202097;


        .offer {
            width: 100%;
            height: 30px;
            color: var(--swiper-theme-color);
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .loans-f {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 45px;
            font-weight: 800;
            color: var(--thm-white);
        }

        .info {
            width: 100%;
            height: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: 600;
            color: var(--thm-white);
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
        }
    }

    .landf {
        width: 100%;
        height: 500px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        padding: 20px;
        background-color: #20202097;
        padding-left: 35px;
        padding-right: 35px;



        .homes,
        .students,
        .business {
            height: 600px;
            background-color: var(--thm-gray-bg);
            /* padding: 20px; */
            margin-bottom: 50px;

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


                .icon {
                    width: 100px;
                    height: 100px;
                    background-color: var(--thm-white);
                    margin: auto;
                    position: relative;
                    /* bottom: -15%; */
                    top: 80%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: var(--thm-base);
                    font-size: 25px;
                    transition: background-color 0.8s ease;


                }
            }

            .down {
                width: 100%;
                height: 50%;
                text-align: center;
                padding: 90px 20px 0px 20px;

                p {
                    margin-top: 15px;
                    font-size: 18px;
                    font-weight: 500;
                    color: var(--bs-gray);
                    padding-left: 20px;
                    padding-right: 20px;
                }

               

                .apply-cont {
                    width: 100%;
                    margin-top: 90px;


                    a {
                        text-decoration: none;
                        padding: 20px;
                        border: 1px solid var(--bs-gray);
                        font-size: 18px;
                        font-weight: 600;
                        color: var(--bs-gray-dark);
                        background-color: var(--thm-white);

                        i {
                            margin-left: 5px;
                            background-color: var(--bs-gray);
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }
                    
                }


            }
        }

        .homes .top {
            background: url(/home/images/home3.JPG);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            transition: background-size 10s ease;
        }

        .students .top {
            background: url(/home/images/stud1.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .business .top {
            background: url(/home/images/bus2.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .homes:hover,
        .students:hover,
        .business:hover {
            /* background-size: 120%; */

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

            .icon {
                background-color: var(--thm-primary);
            }
        }

        .homes:hover .top,
        .students:hover .top,
        .business:hover .top {
            background-size: 130%;
        }
    }
}


/* BANKING CARD CONTAINER */

.banking-card {
    width: 100%;
    height: fit-content;
    /* padding: 20px; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 250px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 110px;

    .card-pic {
        height: 600px;
        background: url(/home/images/card2.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom: 50px;
    }



    .card-info {
        height: fit-content;
        /* background-color: #515151; */
        padding-right: 5px;


        .card-head {
            width: 80%;
            height: 30%;
            background-color: var(--thm-white);

            p {
                font-size: 16px;
                font-weight: 500;
                color: var(--bs-primary);

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

            h2 {
                font-size: 48px;
                font-weight: 800;
                color: var(--bs-dark);
                line-height: 55px;
                margin-top: 30px;
            }
        }

        .card-body {
            width: 100%;
            height: fit-content;
            background-color: var(--thm-white);
            color: var(--thm-gray);
            font-size: 18px;
            padding-bottom: 40px;
            padding-top: 30px;
        }

        .card-foot {
            width: 80%;
            height: fit-content;
            background-color: var(--thm-white);
            display: flex;

            .foot-left {
                width: 35%;
                height: fit-content;
                background-color: var(--thm-white);
                border-right: 1px solid var(--thm-gray);
                color: var(--thm-primary);
                display: block;
                padding-left: 20px;


                .top {
                    width: 75%;
                    height: 100px;
                    border-bottom: 1px solid var(--thm-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .middle {
                    width: 75%;
                    height: 100px;
                    border-bottom: 1px solid var(--bs-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .down {
                    width: 75%;
                    height: 100px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }
            }

            .foot-right {
                width: 65%;
                height: fit-content;
                background-color: var(--thm-white);
                padding-left: 30px;
                text-align: left;


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

                .top {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

                .middle {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

                .down {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

            }

        }
    }
}

/* SECURE CONTAINER STARTS HERE */

.secure-container {
    width: 100%;
    height: fit-content;
    background: url(/home/images/sec.gif);
    background-repeat: no-repeat;
    background-size: cover;

    .secure-head {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        padding-top: 100px;
        padding-left: 35px;
        padding-right: 35px;
        text-align: center;

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

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

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

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

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

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

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

    .secure-body {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 110px;
        padding-top: 50px;

        .trade {
            background: url(/home/images/fx.JPG);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border-radius: 5px;
        }

        .mutual {
            background: url(/home/images/mutual1.gif);
            background-repeat: no-repeat;
            background-position: center;
        }

        .multi {
            background: url(/home/images/multi.JPG);
            background-position: center;
            background-size: contain;
            border-radius: 5px;
        }

        .trade,
        .mutual,
        .multi {
            height: 500px;
            border-radius: 5px;

            .top {
                width: 100%;
                height: 40%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;
            }

            .buttom {
                width: 100%;
                height: 60%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;

                .info {
                    width: 90%;
                    height: 50%;
                    margin: auto;
                    color: var(--thm-white);
                    padding: 20px;

                    h2 {
                        margin-bottom: 15px;
                    }
                }

                .learn {
                    width: 80%;
                    height: 30%;
                    /* background-color: #182978; */
                    margin: auto;
                    display: flex;
                    margin-top: 30px;
                    position: relative;
                    overflow: hidden;
                    /* Set up for absolute positioning of <a> */

                    .arrow {
                        position: absolute;

                        i {
                            color: var(--thm-white);
                            background-color: var(--thm-base);
                            padding: 5px;
                            border-radius: 50%;
                            margin-top: 10px;
                            font-size: 20px;
                        }
                    }

                    p {
                        font-weight: 600;
                        font-size: 18px;
                        color: var(--thm-white);
                        padding: 20px 30px;
                        background-color: var(--thm-base);
                        overflow: hidden;
                        transition: background-color 0.5s ease, color 0.5s ease;
                        position: relative;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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;
                    }

                    p:hover i {
                        background-color: var(--bs-secondary);
                    }

                    a {
                        text-decoration: none;
                        transform: translateY(100%);
                        transition: transform 0.5s ease, opacity 0.5s ease;
                        opacity: 0;
                    }

                    p:hover {
                        background-color: #ff7a00;
                    }

                }
            }
        }

        .trade:hover .learn a,
        .mutual:hover .learn a,
        .multi:hover .learn a {
            transform: translateY(0);
            /* Move to the original position */
            opacity: 1;
            /* Make it visible */
        }
    }
}

.news-container {
    width: 100%;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;


    .news-head {
        width: 100%;
        height: fit-content;
        padding-top: 100px;

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

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

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

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

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

        .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;
            }
        }
    }

    .news-body {
        width: 100%;
        height: fit-content;
        display: block;
        padding-bottom: 20px;


        .news-left {
            width: 100%;
            height: fit-content;
            /* background-color: #202020; */
            padding-left: 35px;
            padding-top: 50px;


            .holder {
                width: 100%;
                height: fit-content;
                padding-bottom: 20px;


                .news-pic {
                    width: 95%;
                    height: 300px;
                    background-color: var(--thm-gray-bg);
                    /* background: url(/home/images/current3.JPG); */
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 5px;
                    margin-bottom: 20px;
                    position: relative;
                    overflow: hidden;

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

                    .for-hover {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        background-color: rgba(0, 0, 0, 0.586);
                        top: -100%;
                        /* Initially placed above the container */
                        transition: top 0.7s ease-in-out;
                        /* Add transition for smooth effect */
                    }
                }

                .date-comments {
                    width: 95%;
                    height: 50px;
                    display: flex;
                    background-color: var(--thm-gray-bg);
                    margin-bottom: 20px;


                    .date {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;

                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 15px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 17px;
                        }
                    }

                    .comments {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 15px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 17px;
                        }
                    }

                    .comments a:hover,
                    .date a:hover {
                        color: var(--thm-base);
                    }
                }

                .news-item {
                    width: 95%;
                    height: 75px;
                    display: flex;
                    align-items: center;
                    background-color: var(--thm-gray-bg);

                    a {
                        text-decoration: none;
                        color: var(--bs-gray-dark);
                        font-weight: 700;
                        font-size: 25px;

                    }
                }

                .news-item a:hover {
                    color: var(--thm-base);
                }
            }

            .holder:hover .for-hover {
                top: 0;
                /* Move the element into view when hovering over .holder */
            }
        }


        .news-right {
            width: 100%;
            height: fit-content;
            /* background-color: var(--bs-gray); */
            padding-top: 30px;
            padding-left: 35px;
            padding-right: 15px;

            .holder {
                width: 100%;
                height: fit-content;

                .top {
                    width: 100%;
                    height: 200px;
                    display: flex;
                    /* background-color: var(--thm-gray-bg); */
                    border-bottom: 1px solid var(--bs-gray);

                    .top-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            background-color: var(--thm-gray-bg);
                            border-radius: 10px;
                            overflow: hidden;

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

                    .top-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }

                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 20px;

                        }
                    }
                }

                a:hover {
                    color: var(--thm-base);
                }

                .middle {
                    width: 100%;
                    height: 200px;
                    display: flex;
                    border-bottom: 1px solid var(--bs-gray);
                    margin-top: 45px;


                    .middle-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            border-radius: 10px;
                            overflow: hidden;

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

                    .middle-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }


                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 20px;

                        }
                    }

                    a:hover {
                        color: var(--thm-base);
                    }
                }

                .down {
                    width: 90%;
                    height: 130px;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;

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

                    p {
                        position: relative;
                        background-color: var(--thm-base);
                        /* Initial background color */
                        padding: 20px 40px;
                        font-weight: 700;
                        color: var(--thm-white);
                        /* Initial text color */
                        overflow: hidden;
                        transition: background-color 0.3s ease, color 0.3s ease;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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 {
                        background-color: #f5f5f5;
                        /* Change background color of the icon */
                        color: var(--thm-gray);
                        /* Change icon color */
                    }

                    i {
                        margin-left: 5px;
                        background-color: #e6a466;
                        /* Initial background color for the icon */
                        padding: 5px;
                        border-radius: 50%;
                        transition: background-color 0.3s ease, color 0.3s ease;
                    }
                }
            }
        }
    }
}

}

@media screen and (min-width: 800px){
    /* WHERE THE BODY STARTS IMMEDIATELY AFTER ALL THE NAVS */
.header {
    height: 800px;
    /* background-color: #202020; */
    padding-top: 150px;
    background-image: url(/home/images/bank3.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    /* Smooth transition over 1 second */

    .its-cover{
        width: 100%;
        height: 800px;
        background-color: rgba(0,0,0,0.5);
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .simple-text {
        width: 100%;
        max-width: 500px;
        height: fit-content;
        /* background-color: #869af5; */
        color: var(--thm-white);
        font-weight: 700;
        padding-left: 45px;
        margin-bottom: 30px;
        font-size: 25px;
        position: relative;
        overflow-x: hidden;

        .topic {
            width: 100%;
            height: 100%;
        }
    }

    .header-text {
        width: 90%;
        max-width: 850px;
        height: fit-content;
        /* background-color: #8d96bd; */
        line-height: 50px;
        padding-left: 45px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;

        .note2 {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 45px;
            font-weight: 900;
            color: var(--thm-white);
        }
    }

    .header-note {
        width: 90%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        padding-left: 45px;
        margin-bottom: 30px;
        position: relative;
        overflow-x: hidden;

        .note {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 20px;
            color: var(--thm-white);
            font-weight: 700;
        }
    }

    .buttons {
        width: 100%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        display: block;
        justify-content: space-between;
        margin-top: 10px;
        padding-left: 45px;

        .appoint {
            width: 300px;
            height: 75px;
            background-color: var(--thm-base);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-white);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            margin-bottom: 10px;

            i {
                background-color: #e6a466;
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .appoint {
            background-color: var(--thm-base);
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: #e6a466;
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .appoint::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;
        }

        .appoint:hover::after {
            right: 0;
        }

        .appoint i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .appoint:hover i {
            background-color: #515151;
        }

        .apply {
            width: 250px;
            height: 75px;
            background-color: var(--thm-white);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-black);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;

            i {
                background-color: var(--thm-base);
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .apply {
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: var(--thm-base);
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .apply::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;
        }

        .apply:hover::after {
            right: 0;
        }

        .apply i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .apply:hover i {
            background-color: #515151;
        }

        .apply:hover {
            color: var(--thm-white);
        }
    }
}

/* FOREX CONTAINER BEGINS HERE */

.forex {
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: var(--thm-white);
    margin-left: auto;
    margin: 0;
    justify-content: flex-end;


    .forex-head {
        width: 35%;
        height: 75px;
        display: flex;
        background-color: var(--thm-primary);
        color: var(--thm-white);
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }
} 

.forex-update {
    width: 60%;
    height: 75px;
    display: flex;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
} 

/* THE SERVICES BEGINS HERE */

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

    .details {
        width: 100%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-self: start;
        text-align: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        color: var(--bs-blue);
    }

    .services-head {
        width: 90%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 45px;
        font-weight: 800;
        line-height: 50px;
        margin: auto;
    }

    .services-list {
        width: 80%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
        margin: auto;
    }
} 

/* FOR THE RETURN SECTION */

.return-section {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    /* background-color: #182978; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* Default to 3 items per row */
    gap: 60px;
    padding: 60px 45px;
    padding-bottom: 100px;

    .mobile-banking,
    .return,
    .saving {
        height: 450px;
        background-color: var(--thm-white);
        transition: height 0.5s ease, background-color 0.5s ease;
        /* Smooth transition for height and background-color */
    }

    .return {
        height: 500px;
        background-color: var(--thm-primary);
    }

    .mobile-banking:hover,
    .saving:hover {
        background-color: var(--thm-primary);
        height: 500px;

    }

    /* HERE IS FOR THE FIRST CONTAINER */

    .mobile-banking {
        padding: 55px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 25%;
                height: 75%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }



        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 25%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .mobile-banking:hover .gradient {
        visibility: visible;
    }

    .mobile-banking:hover .icon-font {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-topic {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .mobile-banking:hover .read {
        visibility: visible;
    }

    /* HERE IS THE STYLING FOR THE MIDDLE CONTAINER */

    .return {
        padding: 55px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;


            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                    color: var(--thm-base);
                }

            }

            .gradient {
                width: 25%;
                height: 75%;
                border-radius: 100%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
            color: var(--thm-base);
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
            color: var(--bs-white);
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;


                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }


    /* STYLING FOR THE LAST CONTAINER BEGINS HERE */

    .saving {
        padding: 55px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 25%;
                height: 75%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .saving:hover .gradient {
        visibility: visible;
    }

    .saving:hover .icon-font {
        color: var(--thm-base);
    }

    .saving:hover .mobile-topic {
        color: var(--thm-base);
    }

    .saving:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .saving:hover .read {
        visibility: visible;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        /* Start rotation at 0 degrees */
    }

    to {
        transform: rotate(360deg);
        /* Rotate to 360 degrees */
    }
}


/* PERSONAL AND COOPERATE CONTAINER STARTS HERE */

.personal-cooperate {
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* background-color: var(--bs-gray); */

    .personal {
        height: fit-content;
        background-color: #0dcaf0;
        background: url(/home/images/personal.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(24, 42, 120, 0.441);
            /* opacity: 0.5; */
            color: var(--bs-white);

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 120px 55px 140px 55px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }
            }
        }
    }

    .cooperate {
        height: fit-content;
        background-color: var(--bs-dark);
        background: url(/home/images/cooperate.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.839);
            /* opacity: 0.5; */

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 120px 55px 140px 55px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }

            }
        }
    }
}

/* ENDS HERE */

/* EMI CALCULATOR BEGINS HERE */

 .emi-calc {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-top: 100px;


    .offer {
        width: 100%;
        height: 40px;
        color: var(--swiper-theme-color);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .emi {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 45px;
        font-weight: 900;
        color: var(--bs-dark);
    }

    .get {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        color: var(--bs-gray);
    }
} 

.logos {
    width: 100%;
    height: 360px;
    background-color: var(--bs-white);
    padding-top: 50px;

    .pic {
        width: 85%;
        height: 250px;
        background-color: #202020;
        margin: auto;
        position: relative;
        background: url(/home/images/cal1.jpg);
        background-size: cover;


        .holder {
            width: 80%;
            height: 140px;
            display: flex;
            margin: auto;
            justify-content: space-around;
            position: absolute;
            /* Position the holder absolutely */
            bottom: -30%;
            /* Move the holder down so half is outside */
            left: 50%;
            /* Position horizontally at the center */
            transform: translateX(-50%);
            /* Offset by 50% of its width to truly center it */

            .home,
            .car,
            .school,
            .perso {
                width: 120px;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 40px;
                border-radius: 50%;
                background-color: var(--thm-gray-bg);
                border: 10px solid var(--bs-white);
                transition: background-color 0.8s ease;

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

            /* Default hover color */
            .home:hover,
            .car:hover,
            .school:hover,
            .perso:hover {
                background-color: #ff7a00;

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

            /* Active class to show clicked item */
            .active {
                background-color: #ff7a00 !important;

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

            .pic .holder .active:hover {
                background-color: #ff7a00;
            }


        }
    }
}


.loan {
    width: 100%;
    height: 100px;
    /* Set height for the loan container */
    background-color: var(--bs-white);
    position: relative;
    overflow: hidden;
    /* Hide the content when transitioning */
}

.type {
    width: 100%;
    height: 80px;
    /* Same height as the .loan container */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    bottom: -100%;
    /* Initially position the .type element below the container */
    transition: bottom 0.5s ease-out;
    /* Transition from bottom */
}

.type.active {
    bottom: 0;
    /* Bring the .type element to the visible area */
}

/* ENDS HERE */

/* CALC SECTION */

.calc {
    width: 100%;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: var(--bs-white);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;

    .loan-amount,
    .loan-terms,
    .interest-rate {
        height: 200px;
        border-right: none;



        .input-field {
            width: 95%;
            height: 100%;
            margin: auto;
            display: flex;
            flex-direction: column;
            padding-bottom: 30px;

            label {
                font-size: 18px;
                font-weight: 600;

            }

            input[type="range"]::-webkit-slider-runnable-track {
                height: 15px;
                border-radius: 1px;
                background: #ddd;
            }


            .value-display {
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 24px;
                border: 1px solid var(--thm-gray);
                margin-top: auto;
            }
        }
    }
}

/* EMI CONTAINER BEGINS HERE */

.emi-result {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-bottom: 100px;


    .result {
        width: 85%;
        height: fit-content;
        margin: auto;
        background-color: var(--thm-gray-bg);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 10px;


        .emi {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-left: 15px;
            padding-top: 40px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .interest {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .amount {
            width: 70%;
            height: 150px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;


            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .apply-button {
            width: 100%;
            height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 10px;
            border-left: none;
            margin: 0;

            button {
                text-decoration: none;
                color: var(--thm-white);
                background-color: var(--thm-base);
                padding: 20px 30px;
                font-weight: 600;
                font-size: 20px;
                border: none;
                position: relative;
                overflow: hidden;
                transition: background-color 0.7s ease, color 0.7s ease;
                z-index: 1;

                i {
                    margin-left: 5px;
                    background-color: #e6a466;
                    border-radius: 100px;
                    padding: 5px 5px;
                }
            }

            button: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;
            }

            button:hover:after {
                right: 0;
            }

            button:hover i {
                background-color: #9f9696;
                color: var(--thm-gray);
            }
        }
    }
}

/* ENDS HERE */

/* LOANS AND FINANCES STARTS HERE */

.loan-finances {
    width: 100%;
    height: 2200px;
    background: url(/home/images/personal3.JPG);
    background-repeat: no-repeat;
    background-size: cover;

    .topic2 {
        width: 100%;
        height: 300px;
        padding-top: 100px;
        background-color: #20202097;


        .offer {
            width: 100%;
            height: 30px;
            color: var(--swiper-theme-color);
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .loans-f {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 45px;
            font-weight: 800;
            color: var(--thm-white);
        }

        .info {
            width: 100%;
            height: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: 600;
            color: var(--thm-white);
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
        }
    }

    .landf {
        width: 100%;
        height: 500px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        padding: 20px;
        background-color: #20202097;
        padding-left: 45px;
        padding-right: 45px;



        .homes,
        .students,
        .business {
            height: 600px;
            background-color: var(--thm-gray-bg);
            /* padding: 20px; */
            margin-bottom: 50px;

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


                .icon {
                    width: 100px;
                    height: 100px;
                    background-color: var(--thm-white);
                    margin: auto;
                    position: relative;
                    /* bottom: -15%; */
                    top: 80%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: var(--thm-base);
                    font-size: 25px;
                    transition: background-color 0.8s ease;


                }
            }

            .down {
                width: 100%;
                height: 50%;
                text-align: center;
                padding: 90px 20px 0px 20px;

                p {
                    margin-top: 15px;
                    font-size: 18px;
                    font-weight: 500;
                    color: var(--bs-gray);
                    padding-left: 20px;
                    padding-right: 20px;
                }

               

                .apply-cont {
                    width: 100%;
                    margin-top: 90px;


                    a {
                        text-decoration: none;
                        padding: 20px;
                        border: 1px solid var(--bs-gray);
                        font-size: 18px;
                        font-weight: 600;
                        color: var(--bs-gray-dark);
                        background-color: var(--thm-white);

                        i {
                            margin-left: 5px;
                            background-color: var(--bs-gray);
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }
                    
                }


            }
        }

        .homes .top {
            background: url(/home/images/home3.JPG);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            transition: background-size 10s ease;
        }

        .students .top {
            background: url(/home/images/stud1.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .business .top {
            background: url(/home/images/bus2.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .homes:hover,
        .students:hover,
        .business:hover {
            /* background-size: 120%; */

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

            .icon {
                background-color: var(--thm-primary);
            }
        }

        .homes:hover .top,
        .students:hover .top,
        .business:hover .top {
            background-size: 130%;
        }
    }
}


/* BANKING CARD CONTAINER */

.banking-card {
    width: 100%;
    height: fit-content;
    /* padding: 20px; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 250px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 110px;

    .card-pic {
        height: 600px;
        background: url(/home/images/card2.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom: 50px;
    }



    .card-info {
        height: fit-content;
        /* background-color: #515151; */
        padding-right: 15px;


        .card-head {
            width: 80%;
            height: 30%;
            background-color: var(--thm-white);

            p {
                font-size: 16px;
                font-weight: 500;
                color: var(--bs-primary);

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

            h2 {
                font-size: 48px;
                font-weight: 800;
                color: var(--bs-dark);
                line-height: 55px;
                margin-top: 30px;
            }
        }

        .card-body {
            width: 100%;
            height: fit-content;
            background-color: var(--thm-white);
            color: var(--thm-gray);
            font-size: 18px;
            padding-bottom: 40px;
            padding-top: 30px;
        }

        .card-foot {
            width: 80%;
            height: fit-content;
            background-color: var(--thm-white);
            display: flex;

            .foot-left {
                width: 35%;
                height: fit-content;
                background-color: var(--thm-white);
                border-right: 1px solid var(--thm-gray);
                color: var(--thm-primary);
                display: block;
                padding-left: 20px;


                .top {
                    width: 75%;
                    height: 100px;
                    border-bottom: 1px solid var(--thm-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .middle {
                    width: 75%;
                    height: 100px;
                    border-bottom: 1px solid var(--bs-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .down {
                    width: 75%;
                    height: 100px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }
            }

            .foot-right {
                width: 65%;
                height: fit-content;
                background-color: var(--thm-white);
                padding-left: 30px;
                text-align: left;


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

                .top {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

                .middle {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

                .down {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

            }

        }
    }
}

/* SECURE CONTAINER STARTS HERE */

.secure-container {
    width: 100%;
    height: fit-content;
    background: url(/home/images/sec.gif);
    background-repeat: no-repeat;
    background-size: cover;

    .secure-head {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        padding-top: 100px;
        padding-left: 45px;
        padding-right: 45px;
        text-align: center;

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

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

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

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

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

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

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

    .secure-body {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 110px;
        padding-top: 50px;

        .trade {
            background: url(/home/images/fx.JPG);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border-radius: 5px;
        }

        .mutual {
            background: url(/home/images/mutual1.gif);
            background-repeat: no-repeat;
            background-position: center;
        }

        .multi {
            background: url(/home/images/multi.JPG);
            background-position: center;
            background-size: contain;
            border-radius: 5px;
        }

        .trade,
        .mutual,
        .multi {
            height: 500px;
            border-radius: 5px;

            .top {
                width: 100%;
                height: 40%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;
            }

            .buttom {
                width: 100%;
                height: 60%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;

                .info {
                    width: 90%;
                    height: 50%;
                    margin: auto;
                    color: var(--thm-white);
                    padding: 20px;

                    h2 {
                        margin-bottom: 15px;
                    }
                }

                .learn {
                    width: 80%;
                    height: 30%;
                    /* background-color: #182978; */
                    margin: auto;
                    display: flex;
                    margin-top: 30px;
                    position: relative;
                    overflow: hidden;
                    /* Set up for absolute positioning of <a> */

                    .arrow {
                        position: absolute;

                        i {
                            color: var(--thm-white);
                            background-color: var(--thm-base);
                            padding: 5px;
                            border-radius: 50%;
                            margin-top: 10px;
                            font-size: 20px;
                        }
                    }

                    p {
                        font-weight: 600;
                        font-size: 18px;
                        color: var(--thm-white);
                        padding: 20px 30px;
                        background-color: var(--thm-base);
                        overflow: hidden;
                        transition: background-color 0.5s ease, color 0.5s ease;
                        position: relative;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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;
                    }

                    p:hover i {
                        background-color: var(--bs-secondary);
                    }

                    a {
                        text-decoration: none;
                        transform: translateY(100%);
                        transition: transform 0.5s ease, opacity 0.5s ease;
                        opacity: 0;
                    }

                    p:hover {
                        background-color: #ff7a00;
                    }

                }
            }
        }

        .trade:hover .learn a,
        .mutual:hover .learn a,
        .multi:hover .learn a {
            transform: translateY(0);
            /* Move to the original position */
            opacity: 1;
            /* Make it visible */
        }
    }
}

.news-container {
    width: 100%;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;


    .news-head {
        width: 100%;
        height: fit-content;
        padding-top: 100px;

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

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

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

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

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

        .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;
            }
        }
    }

    .news-body {
        width: 100%;
        height: fit-content;
        display: block;
        padding-bottom: 20px;


        .news-left {
            width: 100%;
            height: fit-content;
            /* background-color: #202020; */
            padding-left: 45px;
            padding-right: 45px;
            padding-top: 50px;


            .holder {
                width: 100%;
                height: fit-content;
                padding-bottom: 20px;


                .news-pic {
                    width: 100%;
                    height: 300px;
                    background-color: var(--thm-gray-bg);
                    /* background: url(/home/images/current3.JPG); */
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 5px;
                    margin-bottom: 20px;
                    position: relative;
                    overflow: hidden;

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

                    .for-hover {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        background-color: rgba(0, 0, 0, 0.586);
                        top: -100%;
                        /* Initially placed above the container */
                        transition: top 0.7s ease-in-out;
                        /* Add transition for smooth effect */
                    }
                }

                .date-comments {
                    width: 100%;
                    height: 50px;
                    display: flex;
                    background-color: var(--thm-gray-bg);
                    margin-bottom: 20px;


                    .date {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;

                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 15px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 17px;
                        }
                    }

                    .comments {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 15px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 17px;
                        }
                    }

                    .comments a:hover,
                    .date a:hover {
                        color: var(--thm-base);
                    }
                }

                .news-item {
                    width: 100%;
                    height: 75px;
                    display: flex;
                    align-items: center;
                    background-color: var(--thm-gray-bg);

                    a {
                        text-decoration: none;
                        color: var(--bs-gray-dark);
                        font-weight: 700;
                        font-size: 25px;

                    }
                }

                .news-item a:hover {
                    color: var(--thm-base);
                }
            }

            .holder:hover .for-hover {
                top: 0;
                /* Move the element into view when hovering over .holder */
            }
        }


        .news-right {
            width: 100%;
            height: fit-content;
            /* background-color: var(--bs-gray); */
            padding-top: 30px;
            padding-left: 45px;
            padding-right: 45px;

            .holder {
                width: 100%;
                height: fit-content;

                .top {
                    width: 100%;
                    height: 200px;
                    display: flex;
                    /* background-color: var(--thm-gray-bg); */
                    border-bottom: 1px solid var(--bs-gray);

                    .top-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            background-color: var(--thm-gray-bg);
                            border-radius: 10px;
                            overflow: hidden;

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

                    .top-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }

                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 20px;

                        }
                    }
                }

                a:hover {
                    color: var(--thm-base);
                }

                .middle {
                    width: 100%;
                    height: 200px;
                    display: flex;
                    border-bottom: 1px solid var(--bs-gray);
                    margin-top: 45px;


                    .middle-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            border-radius: 10px;
                            overflow: hidden;

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

                    .middle-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }


                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 20px;

                        }
                    }

                    a:hover {
                        color: var(--thm-base);
                    }
                }

                .down {
                    width: 90%;
                    height: 130px;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;

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

                    p {
                        position: relative;
                        background-color: var(--thm-base);
                        /* Initial background color */
                        padding: 20px 40px;
                        font-weight: 700;
                        color: var(--thm-white);
                        /* Initial text color */
                        overflow: hidden;
                        transition: background-color 0.3s ease, color 0.3s ease;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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 {
                        background-color: #f5f5f5;
                        /* Change background color of the icon */
                        color: var(--thm-gray);
                        /* Change icon color */
                    }

                    i {
                        margin-left: 5px;
                        background-color: #e6a466;
                        /* Initial background color for the icon */
                        padding: 5px;
                        border-radius: 50%;
                        transition: background-color 0.3s ease, color 0.3s ease;
                    }
                }
            }
        }
    }
}

}

@media screen and (min-width: 880px){
    /* WHERE THE BODY STARTS IMMEDIATELY AFTER ALL THE NAVS */
.header {
    height: 800px;
    /* background-color: #202020; */
    padding-top: 150px;
    background-image: url(../images/bank3.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    /* Smooth transition over 1 second */

    .its-cover{
        width: 100%;
        height: 800px;
        background-color: rgba(0,0,0,0.5);
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .simple-text {
        width: 100%;
        max-width: 500px;
        height: fit-content;
        /* background-color: #869af5; */
        color: var(--thm-white);
        font-weight: 700;
        padding-left: 60px;
        margin-bottom: 30px;
        font-size: 25px;
        position: relative;
        overflow-x: hidden;

        .topic {
            width: 100%;
            height: 100%;
        }
    }

    .header-text {
        width: 90%;
        max-width: 850px;
        height: fit-content;
        /* background-color: #8d96bd; */
        line-height: 50px;
        padding-left: 60px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;

        .note2 {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 45px;
            font-weight: 900;
            color: var(--thm-white);
        }
    }

    .header-note {
        width: 90%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        padding-left: 60px;
        margin-bottom: 30px;
        position: relative;
        overflow-x: hidden;

        .note {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 20px;
            color: var(--thm-white);
            font-weight: 700;
        }
    }

    .buttons {
        width: 100%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        display: block;
        justify-content: space-between;
        margin-top: 10px;
        padding-left: 60px;

        .appoint {
            width: 300px;
            height: 75px;
            background-color: var(--thm-base);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-white);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            margin-bottom: 10px;

            i {
                background-color: #e6a466;
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .appoint {
            background-color: var(--thm-base);
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: #e6a466;
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .appoint::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;
        }

        .appoint:hover::after {
            right: 0;
        }

        .appoint i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .appoint:hover i {
            background-color: #515151;
        }

        .apply {
            width: 250px;
            height: 75px;
            background-color: var(--thm-white);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-black);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;

            i {
                background-color: var(--thm-base);
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .apply {
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: var(--thm-base);
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .apply::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;
        }

        .apply:hover::after {
            right: 0;
        }

        .apply i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .apply:hover i {
            background-color: #515151;
        }

        .apply:hover {
            color: var(--thm-white);
        }
    }
}

/* FOREX CONTAINER BEGINS HERE */

.forex {
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: var(--thm-white);
    margin-left: auto;
    margin: 0;
    justify-content: flex-end;


    .forex-head {
        width: 33%;
        height: 75px;
        display: flex;
        background-color: var(--thm-primary);
        color: var(--thm-white);
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }
} 

.forex-update {
    width: 60%;
    height: 75px;
    display: flex;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
} 

/* THE SERVICES BEGINS HERE */

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

    .details {
        width: 100%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-self: start;
        text-align: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        color: var(--bs-blue);
    }

    .services-head {
        width: 90%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 45px;
        font-weight: 800;
        line-height: 50px;
        margin: auto;
    }

    .services-list {
        width: 80%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
        margin: auto;
    }
} 

/* FOR THE RETURN SECTION */

.return-section {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    /* background-color: #182978; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* Default to 3 items per row */
    gap: 60px;
    padding: 60px 70px;
    padding-bottom: 100px;

    .mobile-banking,
    .return,
    .saving {
        height: 450px;
        background-color: var(--thm-white);
        transition: height 0.5s ease, background-color 0.5s ease;
        /* Smooth transition for height and background-color */
    }

    .return {
        height: 500px;
        background-color: var(--thm-primary);
    }

    .mobile-banking:hover,
    .saving:hover {
        background-color: var(--thm-primary);
        height: 500px;

    }

    /* HERE IS FOR THE FIRST CONTAINER */

    .mobile-banking {
        padding: 55px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 25%;
                height: 75%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }



        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 25%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .mobile-banking:hover .gradient {
        visibility: visible;
    }

    .mobile-banking:hover .icon-font {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-topic {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .mobile-banking:hover .read {
        visibility: visible;
    }

    /* HERE IS THE STYLING FOR THE MIDDLE CONTAINER */

    .return {
        padding: 55px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;


            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                    color: var(--thm-base);
                }

            }

            .gradient {
                width: 25%;
                height: 75%;
                border-radius: 100%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
            color: var(--thm-base);
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
            color: var(--bs-white);
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;


                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }


    /* STYLING FOR THE LAST CONTAINER BEGINS HERE */

    .saving {
        padding: 55px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 25%;
                height: 75%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .saving:hover .gradient {
        visibility: visible;
    }

    .saving:hover .icon-font {
        color: var(--thm-base);
    }

    .saving:hover .mobile-topic {
        color: var(--thm-base);
    }

    .saving:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .saving:hover .read {
        visibility: visible;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        /* Start rotation at 0 degrees */
    }

    to {
        transform: rotate(360deg);
        /* Rotate to 360 degrees */
    }
}


/* PERSONAL AND COOPERATE CONTAINER STARTS HERE */

.personal-cooperate {
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* background-color: var(--bs-gray); */

    .personal {
        height: fit-content;
        background-color: #0dcaf0;
        background: url(../images/personal.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(24, 42, 120, 0.441);
            /* opacity: 0.5; */
            color: var(--bs-white);

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 120px 75px 140px 75px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }
            }
        }
    }

    .cooperate {
        height: fit-content;
        background-color: var(--bs-dark);
        background: url(../images/cooperate.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.839);
            /* opacity: 0.5; */

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 120px 75px 140px 75px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }

            }
        }
    }
}

/* ENDS HERE */

/* EMI CALCULATOR BEGINS HERE */

 .emi-calc {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-top: 100px;


    .offer {
        width: 100%;
        height: 40px;
        color: var(--swiper-theme-color);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .emi {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 45px;
        font-weight: 900;
        color: var(--bs-dark);
    }

    .get {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        color: var(--bs-gray);
    }
} 

.logos {
    width: 100%;
    height: 360px;
    background-color: var(--bs-white);
    padding-top: 50px;

    .pic {
        width: 80%;
        height: 250px;
        background-color: #202020;
        margin: auto;
        position: relative;
        background: url(../images/cal1.jpg);
        background-size: cover;


        .holder {
            width: 80%;
            height: 140px;
            display: flex;
            margin: auto;
            justify-content: space-around;
            position: absolute;
            /* Position the holder absolutely */
            bottom: -30%;
            /* Move the holder down so half is outside */
            left: 50%;
            /* Position horizontally at the center */
            transform: translateX(-50%);
            /* Offset by 50% of its width to truly center it */

            .home,
            .car,
            .school,
            .perso {
                width: 120px;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 40px;
                border-radius: 50%;
                background-color: var(--thm-gray-bg);
                border: 10px solid var(--bs-white);
                transition: background-color 0.8s ease;

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

            /* Default hover color */
            .home:hover,
            .car:hover,
            .school:hover,
            .perso:hover {
                background-color: #ff7a00;

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

            /* Active class to show clicked item */
            .active {
                background-color: #ff7a00 !important;

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

            .pic .holder .active:hover {
                background-color: #ff7a00;
            }


        }
    }
}


.loan {
    width: 100%;
    height: 100px;
    /* Set height for the loan container */
    background-color: var(--bs-white);
    position: relative;
    overflow: hidden;
    /* Hide the content when transitioning */
}

.type {
    width: 100%;
    height: 80px;
    /* Same height as the .loan container */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    bottom: -100%;
    /* Initially position the .type element below the container */
    transition: bottom 0.5s ease-out;
    /* Transition from bottom */
}

.type.active {
    bottom: 0;
    /* Bring the .type element to the visible area */
}

/* ENDS HERE */

/* CALC SECTION */

.calc {
    width: 100%;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
    background-color: var(--bs-white);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;

    .loan-amount,
    .loan-terms,
    .interest-rate {
        height: 200px;
        border-right: none;



        .input-field {
            width: 95%;
            height: 100%;
            margin: auto;
            display: flex;
            flex-direction: column;
            padding-bottom: 30px;

            label {
                font-size: 18px;
                font-weight: 600;

            }

            input[type="range"]::-webkit-slider-runnable-track {
                height: 15px;
                border-radius: 1px;
                background: #ddd;
            }


            .value-display {
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 24px;
                border: 1px solid var(--thm-gray);
                margin-top: auto;
            }
        }
    }
}

/* EMI CONTAINER BEGINS HERE */

.emi-result {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-bottom: 100px;


    .result {
        width: 80%;
        height: fit-content;
        margin: auto;
        background-color: var(--thm-gray-bg);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 10px;


        .emi {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-left: 15px;
            padding-top: 40px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .interest {
            width: 70%;
            height: 120px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .amount {
            width: 70%;
            height: 150px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: auto;
            padding-left: 15px;


            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .apply-button {
            width: 100%;
            height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 10px;
            border-left: none;
            margin: 0;

            button {
                text-decoration: none;
                color: var(--thm-white);
                background-color: var(--thm-base);
                padding: 20px 30px;
                font-weight: 600;
                font-size: 20px;
                border: none;
                position: relative;
                overflow: hidden;
                transition: background-color 0.7s ease, color 0.7s ease;
                z-index: 1;

                i {
                    margin-left: 5px;
                    background-color: #e6a466;
                    border-radius: 100px;
                    padding: 5px 5px;
                }
            }

            button: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;
            }

            button:hover:after {
                right: 0;
            }

            button:hover i {
                background-color: #9f9696;
                color: var(--thm-gray);
            }
        }
    }
}

/* ENDS HERE */

/* LOANS AND FINANCES STARTS HERE */

.loan-finances {
    width: 100%;
    height: 2200px;
    background: url(../images/personal3.JPG);
    background-repeat: no-repeat;
    background-size: cover;

    .topic2 {
        width: 100%;
        height: 300px;
        padding-top: 100px;
        background-color: #20202097;


        .offer {
            width: 100%;
            height: 30px;
            color: var(--swiper-theme-color);
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .loans-f {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 45px;
            font-weight: 800;
            color: var(--thm-white);
        }

        .info {
            width: 100%;
            height: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: 600;
            color: var(--thm-white);
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
        }
    }

    .landf {
        width: 100%;
        height: 500px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        padding: 20px;
        background-color: #20202097;
        padding-left: 70px;
        padding-right: 70px;



        .homes,
        .students,
        .business {
            height: 600px;
            background-color: var(--thm-gray-bg);
            /* padding: 20px; */
            margin-bottom: 50px;

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


                .icon {
                    width: 100px;
                    height: 100px;
                    background-color: var(--thm-white);
                    margin: auto;
                    position: relative;
                    /* bottom: -15%; */
                    top: 80%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: var(--thm-base);
                    font-size: 25px;
                    transition: background-color 0.8s ease;


                }
            }

            .down {
                width: 100%;
                height: 50%;
                text-align: center;
                padding: 90px 20px 0px 20px;

                p {
                    margin-top: 15px;
                    font-size: 18px;
                    font-weight: 500;
                    color: var(--bs-gray);
                    padding-left: 20px;
                    padding-right: 20px;
                }

               

                .apply-cont {
                    width: 100%;
                    margin-top: 90px;


                    a {
                        text-decoration: none;
                        padding: 20px;
                        border: 1px solid var(--bs-gray);
                        font-size: 18px;
                        font-weight: 600;
                        color: var(--bs-gray-dark);
                        background-color: var(--thm-white);

                        i {
                            margin-left: 5px;
                            background-color: var(--bs-gray);
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }
                    
                }


            }
        }

        .homes .top {
            background: url(../images/home3.JPG);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            transition: background-size 10s ease;
        }

        .students .top {
            background: url(../images/stud1.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .business .top {
            background: url(../images/bus2.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .homes:hover,
        .students:hover,
        .business:hover {
            /* background-size: 120%; */

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

            .icon {
                background-color: var(--thm-primary);
            }
        }

        .homes:hover .top,
        .students:hover .top,
        .business:hover .top {
            background-size: 130%;
        }
    }
}


/* BANKING CARD CONTAINER */

.banking-card {
    width: 100%;
    height: fit-content;
    /* padding: 20px; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 250px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 110px;

    .card-pic {
        height: 600px;
        background: url(../images/card2.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom: 50px;
    }



    .card-info {
        height: fit-content;
        /* background-color: #515151; */
        padding-right: 15px;


        .card-head {
            width: 80%;
            height: 30%;
            background-color: var(--thm-white);

            p {
                font-size: 16px;
                font-weight: 500;
                color: var(--bs-primary);

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

            h2 {
                font-size: 48px;
                font-weight: 800;
                color: var(--bs-dark);
                line-height: 55px;
                margin-top: 30px;
            }
        }

        .card-body {
            width: 100%;
            height: fit-content;
            background-color: var(--thm-white);
            color: var(--thm-gray);
            font-size: 18px;
            padding-bottom: 40px;
            padding-top: 30px;
        }

        .card-foot {
            width: 80%;
            height: fit-content;
            background-color: var(--thm-white);
            display: flex;

            .foot-left {
                width: 35%;
                height: fit-content;
                background-color: var(--thm-white);
                border-right: 1px solid var(--thm-gray);
                color: var(--thm-primary);
                display: block;
                padding-left: 20px;


                .top {
                    width: 75%;
                    height: 100px;
                    border-bottom: 1px solid var(--thm-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .middle {
                    width: 75%;
                    height: 100px;
                    border-bottom: 1px solid var(--bs-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .down {
                    width: 75%;
                    height: 100px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }
            }

            .foot-right {
                width: 65%;
                height: fit-content;
                background-color: var(--thm-white);
                padding-left: 30px;
                text-align: left;


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

                .top {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

                .middle {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

                .down {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

            }

        }
    }
}

/* SECURE CONTAINER STARTS HERE */

.secure-container {
    width: 100%;
    height: fit-content;
    background: url(../images/sec.gif);
    background-repeat: no-repeat;
    background-size: cover;

    .secure-head {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        padding-top: 100px;
        padding-left: 45px;
        padding-right: 45px;
        text-align: center;

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

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

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

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

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

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

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

    .secure-body {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 110px;
        padding-top: 50px;

        .trade {
            background: url(../images/fx.JPG);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border-radius: 5px;
        }

        .mutual {
            background: url(../images/mutual1.gif);
            background-repeat: no-repeat;
            background-position: center;
        }

        .multi {
            background: url(../images/multi.JPG);
            background-position: center;
            background-size: contain;
            border-radius: 5px;
        }

        .trade,
        .mutual,
        .multi {
            height: 500px;
            border-radius: 5px;

            .top {
                width: 100%;
                height: 40%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;
            }

            .buttom {
                width: 100%;
                height: 60%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;

                .info {
                    width: 90%;
                    height: 50%;
                    margin: auto;
                    color: var(--thm-white);
                    padding: 20px;

                    h2 {
                        margin-bottom: 15px;
                    }
                }

                .learn {
                    width: 80%;
                    height: 30%;
                    /* background-color: #182978; */
                    margin: auto;
                    display: flex;
                    margin-top: 30px;
                    position: relative;
                    overflow: hidden;
                    /* Set up for absolute positioning of <a> */

                    .arrow {
                        position: absolute;

                        i {
                            color: var(--thm-white);
                            background-color: var(--thm-base);
                            padding: 5px;
                            border-radius: 50%;
                            margin-top: 10px;
                            font-size: 20px;
                        }
                    }

                    p {
                        font-weight: 600;
                        font-size: 18px;
                        color: var(--thm-white);
                        padding: 20px 30px;
                        background-color: var(--thm-base);
                        overflow: hidden;
                        transition: background-color 0.5s ease, color 0.5s ease;
                        position: relative;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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;
                    }

                    p:hover i {
                        background-color: var(--bs-secondary);
                    }

                    a {
                        text-decoration: none;
                        transform: translateY(100%);
                        transition: transform 0.5s ease, opacity 0.5s ease;
                        opacity: 0;
                    }

                    p:hover {
                        background-color: #ff7a00;
                    }

                }
            }
        }

        .trade:hover .learn a,
        .mutual:hover .learn a,
        .multi:hover .learn a {
            transform: translateY(0);
            /* Move to the original position */
            opacity: 1;
            /* Make it visible */
        }
    }
}

.news-container {
    width: 100%;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;


    .news-head {
        width: 100%;
        height: fit-content;
        padding-top: 100px;

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

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

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

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

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

        .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;
            }
        }
    }

    .news-body {
        width: 100%;
        height: fit-content;
        display: block;
        padding-bottom: 20px;


        .news-left {
            width: 100%;
            height: fit-content;
            /* background-color: #202020; */
            padding-left: 70px;
            padding-right: 70px;
            padding-top: 50px;


            .holder {
                width: 100%;
                height: fit-content;
                padding-bottom: 20px;


                .news-pic {
                    width: 100%;
                    height: 300px;
                    background-color: var(--thm-gray-bg);
                    /* background: url(/home/images/current3.JPG); */
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 5px;
                    margin-bottom: 20px;
                    position: relative;
                    overflow: hidden;

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

                    .for-hover {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        background-color: rgba(0, 0, 0, 0.586);
                        top: -100%;
                        /* Initially placed above the container */
                        transition: top 0.7s ease-in-out;
                        /* Add transition for smooth effect */
                    }
                }

                .date-comments {
                    width: 100%;
                    height: 50px;
                    display: flex;
                    background-color: var(--thm-gray-bg);
                    margin-bottom: 20px;


                    .date {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;

                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 15px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 17px;
                        }
                    }

                    .comments {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 15px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 17px;
                        }
                    }

                    .comments a:hover,
                    .date a:hover {
                        color: var(--thm-base);
                    }
                }

                .news-item {
                    width: 100%;
                    height: 75px;
                    display: flex;
                    align-items: center;
                    background-color: var(--thm-gray-bg);

                    a {
                        text-decoration: none;
                        color: var(--bs-gray-dark);
                        font-weight: 700;
                        font-size: 25px;

                    }
                }

                .news-item a:hover {
                    color: var(--thm-base);
                }
            }

            .holder:hover .for-hover {
                top: 0;
                /* Move the element into view when hovering over .holder */
            }
        }


        .news-right {
            width: 100%;
            height: fit-content;
            /* background-color: var(--bs-gray); */
            padding-top: 30px;
            padding-left: 70px;
            padding-right: 70px;

            .holder {
                width: 100%;
                height: fit-content;

                .top {
                    width: 100%;
                    height: 200px;
                    display: flex;
                    /* background-color: var(--thm-gray-bg); */
                    border-bottom: 1px solid var(--bs-gray);

                    .top-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            background-color: var(--thm-gray-bg);
                            border-radius: 10px;
                            overflow: hidden;

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

                    .top-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }

                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 20px;

                        }
                    }
                }

                a:hover {
                    color: var(--thm-base);
                }

                .middle {
                    width: 100%;
                    height: 200px;
                    display: flex;
                    border-bottom: 1px solid var(--bs-gray);
                    margin-top: 45px;


                    .middle-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            border-radius: 10px;
                            overflow: hidden;

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

                    .middle-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }


                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 20px;

                        }
                    }

                    a:hover {
                        color: var(--thm-base);
                    }
                }

                .down {
                    width: 90%;
                    height: 130px;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;

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

                    p {
                        position: relative;
                        background-color: var(--thm-base);
                        /* Initial background color */
                        padding: 20px 40px;
                        font-weight: 700;
                        color: var(--thm-white);
                        /* Initial text color */
                        overflow: hidden;
                        transition: background-color 0.3s ease, color 0.3s ease;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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 {
                        background-color: #f5f5f5;
                        /* Change background color of the icon */
                        color: var(--thm-gray);
                        /* Change icon color */
                    }

                    i {
                        margin-left: 5px;
                        background-color: #e6a466;
                        /* Initial background color for the icon */
                        padding: 5px;
                        border-radius: 50%;
                        transition: background-color 0.3s ease, color 0.3s ease;
                    }
                }
            }
        }
    }
}

}

@media screen and (min-width: 1100px){
    /* WHERE THE BODY STARTS IMMEDIATELY AFTER ALL THE NAVS */
.header {
    height: 800px;
    /* background-color: #202020; */
    padding-top: 150px;
    background-image: url(/home/images/bank3.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    /* Smooth transition over 1 second */

    .its-cover{
        width: 100%;
        height: 800px;
        background-color: rgba(0,0,0,0.5);
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .simple-text {
        width: 100%;
        max-width: 500px;
        height: fit-content;
        /* background-color: #869af5; */
        color: var(--thm-white);
        font-weight: 700;
        padding-left: 70px;
        margin-bottom: 30px;
        font-size: 25px;
        position: relative;
        overflow-x: hidden;

        .topic {
            width: 100%;
            height: 100%;
        }
    }

    .header-text {
        width: 90%;
        max-width: 850px;
        height: fit-content;
        /* background-color: #8d96bd; */
        line-height: 50px;
        padding-left: 70px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;

        .note2 {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 45px;
            font-weight: 900;
            color: var(--thm-white);
        }
    }

    .header-note {
        width: 90%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        padding-left: 70px;
        margin-bottom: 30px;
        position: relative;
        overflow-x: hidden;

        .note {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 20px;
            color: var(--thm-white);
            font-weight: 700;
        }
    }

    .buttons {
        width: 100%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        display: block;
        justify-content: space-between;
        margin-top: 10px;
        padding-left: 70px;

        .appoint {
            width: 300px;
            height: 75px;
            background-color: var(--thm-base);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-white);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            margin-bottom: 10px;

            i {
                background-color: #e6a466;
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .appoint {
            background-color: var(--thm-base);
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: #e6a466;
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .appoint::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;
        }

        .appoint:hover::after {
            right: 0;
        }

        .appoint i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .appoint:hover i {
            background-color: #515151;
        }

        .apply {
            width: 250px;
            height: 75px;
            background-color: var(--thm-white);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-black);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;

            i {
                background-color: var(--thm-base);
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .apply {
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: var(--thm-base);
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .apply::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;
        }

        .apply:hover::after {
            right: 0;
        }

        .apply i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .apply:hover i {
            background-color: #515151;
        }

        .apply:hover {
            color: var(--thm-white);
        }
    }
}

/* FOREX CONTAINER BEGINS HERE */

.forex {
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: var(--thm-white);
    margin-left: auto;
    margin: 0;
    justify-content: flex-end;


    .forex-head {
        width: 33%;
        height: 75px;
        display: flex;
        background-color: var(--thm-primary);
        color: var(--thm-white);
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }
} 

.forex-update {
    width: 60%;
    height: 75px;
    display: flex;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
} 

/* THE SERVICES BEGINS HERE */

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

    .details {
        width: 100%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-self: start;
        text-align: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        color: var(--bs-blue);
    }

    .services-head {
        width: 90%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 45px;
        font-weight: 800;
        line-height: 50px;
        margin: auto;
    }

    .services-list {
        width: 80%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
        margin: auto;
    }
} 

/* FOR THE RETURN SECTION */

.return-section {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    /* background-color: #182978; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Default to 3 items per row */
    gap: 40px;
    padding: 60px 70px;
    padding-bottom: 100px;

    .mobile-banking,
    .return,
    .saving {
        height: 550px;
        background-color: var(--thm-white);
        transition: height 0.5s ease, background-color 0.5s ease;
        /* Smooth transition for height and background-color */
    }

    .return {
        height: 600px;
        background-color: var(--thm-primary);
    }

    .mobile-banking:hover,
    .saving:hover {
        background-color: var(--thm-primary);
        height: 600px;

    }

    /* HERE IS FOR THE FIRST CONTAINER */

    .mobile-banking {
        padding: 40px;

        .mobile-banking-head {
            width: 100%;
            height: 40%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 25%;
                height: 25%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }



        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 30%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .mobile-banking:hover .gradient {
        visibility: visible;
    }

    .mobile-banking:hover .icon-font {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-topic {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .mobile-banking:hover .read {
        visibility: visible;
    }

    /* HERE IS THE STYLING FOR THE MIDDLE CONTAINER */

    .return {
        padding: 40px;

        .mobile-banking-head {
            width: 100%;
            height: 40%;
            display: flex;


            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                    color: var(--thm-base);
                }

            }

            .gradient {
                width: 25%;
                height: 25%;
                border-radius: 100%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
            color: var(--thm-base);
        }

        .mobile-banking-list {
            width: 100%;
            height: 30%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
            color: var(--bs-white);
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;


                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }


    /* STYLING FOR THE LAST CONTAINER BEGINS HERE */

    .saving {
        padding: 40px;

        .mobile-banking-head {
            width: 100%;
            height: 40%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 25%;
                height: 25%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 30%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .saving:hover .gradient {
        visibility: visible;
    }

    .saving:hover .icon-font {
        color: var(--thm-base);
    }

    .saving:hover .mobile-topic {
        color: var(--thm-base);
    }

    .saving:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .saving:hover .read {
        visibility: visible;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        /* Start rotation at 0 degrees */
    }

    to {
        transform: rotate(360deg);
        /* Rotate to 360 degrees */
    }
}


/* PERSONAL AND COOPERATE CONTAINER STARTS HERE */

.personal-cooperate {
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* background-color: var(--bs-gray); */

    .personal {
        height: fit-content;
        background-color: #0dcaf0;
        background: url(/home/images/personal.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(24, 42, 120, 0.441);
            /* opacity: 0.5; */
            color: var(--bs-white);

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 120px 80px 140px 80px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }
            }
        }
    }

    .cooperate {
        height: fit-content;
        background-color: var(--bs-dark);
        background: url(/home/images/cooperate.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.839);
            /* opacity: 0.5; */

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 120px 80px 140px 80px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 30px;
                    line-height: 50px;
                }

                p {
                    font-size: 20px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }

            }
        }
    }
}

/* ENDS HERE */

/* EMI CALCULATOR BEGINS HERE */

 .emi-calc {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-top: 100px;


    .offer {
        width: 100%;
        height: 40px;
        color: var(--swiper-theme-color);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .emi {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 45px;
        font-weight: 900;
        color: var(--bs-dark);
    }

    .get {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        color: var(--bs-gray);
    }
} 

.logos {
    width: 100%;
    height: 360px;
    background-color: var(--bs-white);
    padding-top: 50px;

    .pic {
        width: 85%;
        height: 250px;
        background-color: #202020;
        margin: auto;
        position: relative;
        background: url(/home/images/cal1.jpg);
        background-size: cover;


        .holder {
            width: 60%;
            height: 140px;
            display: flex;
            margin: auto;
            justify-content: space-around;
            position: absolute;
            /* Position the holder absolutely */
            bottom: -30%;
            /* Move the holder down so half is outside */
            left: 50%;
            /* Position horizontally at the center */
            transform: translateX(-50%);
            /* Offset by 50% of its width to truly center it */

            .home,
            .car,
            .school,
            .perso {
                width: 120px;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 40px;
                border-radius: 50%;
                background-color: var(--thm-gray-bg);
                border: 10px solid var(--bs-white);
                transition: background-color 0.8s ease;

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

            /* Default hover color */
            .home:hover,
            .car:hover,
            .school:hover,
            .perso:hover {
                background-color: #ff7a00;

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

            /* Active class to show clicked item */
            .active {
                background-color: #ff7a00 !important;

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

            .pic .holder .active:hover {
                background-color: #ff7a00;
            }


        }
    }
}


.loan {
    width: 100%;
    height: 100px;
    /* Set height for the loan container */
    background-color: var(--bs-white);
    position: relative;
    overflow: hidden;
    /* Hide the content when transitioning */
}

.type {
    width: 100%;
    height: 80px;
    /* Same height as the .loan container */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    bottom: -100%;
    /* Initially position the .type element below the container */
    transition: bottom 0.5s ease-out;
    /* Transition from bottom */
}

.type.active {
    bottom: 0;
    /* Bring the .type element to the visible area */
}

/* ENDS HERE */

/* CALC SECTION */

.calc {
    width: 100%;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
    background-color: var(--bs-white);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;

    .loan-amount,
    .loan-terms,
    .interest-rate {
        height: 200px;
        border-right: none;



        .input-field {
            width: 95%;
            height: 100%;
            margin: auto;
            display: flex;
            flex-direction: column;
            padding-bottom: 30px;

            label {
                font-size: 18px;
                font-weight: 600;

            }

            input[type="range"]::-webkit-slider-runnable-track {
                height: 15px;
                border-radius: 1px;
                background: #ddd;
            }


            .value-display {
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 24px;
                border: 1px solid var(--thm-gray);
                margin-top: auto;
            }
        }
    }
}

/* EMI CONTAINER BEGINS HERE */

.emi-result {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-bottom: 100px;


    .result {
        width: 85%;
        height: fit-content;
        margin: auto;
        background-color: var(--thm-gray-bg);
        display: flex;
        grid-template-columns: repeat(4, 1fr);
        padding-bottom: 10px;


        .emi {
            width: 25%;
            height: 120px;
            color: var(--thm-gray);
            padding-left: 10px;
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: 0;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .interest {
            width: 20%;
            height: 120px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: 0;
            padding-left: 0px;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .amount {
            width: 25%;
            height: 120px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: 0;
            padding-left: 0px;


            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .apply-button {
            width: 30%;
            height: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 10px;
            border-left: 1px solid var(--bs-secondary);
            margin: 0;

            button {
                text-decoration: none;
                color: var(--thm-white);
                background-color: var(--thm-base);
                padding: 20px 20px;
                font-weight: 600;
                font-size: 20px;
                border: none;
                position: relative;
                overflow: hidden;
                transition: background-color 0.7s ease, color 0.7s ease;
                z-index: 1;

                i {
                    margin-left: 5px;
                    background-color: #e6a466;
                    border-radius: 100px;
                    padding: 5px 5px;
                }
            }

            button: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;
            }

            button:hover:after {
                right: 0;
            }

            button:hover i {
                background-color: #9f9696;
                color: var(--thm-gray);
            }
        }
    }
}

/* ENDS HERE */

/* LOANS AND FINANCES STARTS HERE */

.loan-finances {
    width: 100%;
    height: 1000px;
    background: url(/home/images/personal3.JPG);
    background-repeat: no-repeat;
    background-size: cover;

    .topic2 {
        width: 100%;
        height: 300px;
        padding-top: 100px;
        background-color: #20202097;


        .offer {
            width: 100%;
            height: 30px;
            color: var(--swiper-theme-color);
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .loans-f {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 45px;
            font-weight: 800;
            color: var(--thm-white);
        }

        .info {
            width: 100%;
            height: 30%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: 600;
            color: var(--thm-white);
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
        }
    }

    .landf {
        width: 100%;
        height: 500px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        padding: 20px;
        background-color: #20202097;
        padding-left: 70px;
        padding-right: 70px;



        .homes,
        .students,
        .business {
            height: 750px;
            background-color: var(--thm-gray-bg);
            /* padding: 20px; */
            margin-bottom: 50px;

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


                .icon {
                    width: 100px;
                    height: 100px;
                    background-color: var(--thm-white);
                    margin: auto;
                    position: relative;
                    /* bottom: -15%; */
                    top: 80%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: var(--thm-base);
                    font-size: 25px;
                    transition: background-color 0.8s ease;


                }
            }

            .down {
                width: 100%;
                height: 50%;
                text-align: center;
                padding: 90px 20px 0px 20px;

                p {
                    margin-top: 15px;
                    font-size: 18px;
                    font-weight: 500;
                    color: var(--bs-gray);
                    padding-left: 20px;
                    padding-right: 20px;
                }

               

                .apply-cont {
                    width: 100%;
                    margin-top: 90px;


                    a {
                        text-decoration: none;
                        padding: 20px;
                        border: 1px solid var(--bs-gray);
                        font-size: 18px;
                        font-weight: 600;
                        color: var(--bs-gray-dark);
                        background-color: var(--thm-white);

                        i {
                            margin-left: 5px;
                            background-color: var(--bs-gray);
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }
                    
                }


            }
        }

        .homes .top {
            background: url(/home/images/home3.JPG);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            transition: background-size 10s ease;
        }

        .students .top {
            background: url(/home/images/stud1.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .business .top {
            background: url(/home/images/bus2.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .homes:hover,
        .students:hover,
        .business:hover {
            /* background-size: 120%; */

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

            .icon {
                background-color: var(--thm-primary);
            }
        }

        .homes:hover .top,
        .students:hover .top,
        .business:hover .top {
            background-size: 130%;
        }
    }
}


/* BANKING CARD CONTAINER */

.banking-card {
    width: 100%;
    height: fit-content;
    /* padding: 20px; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 250px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 110px;

    .card-pic {
        height: 800px;
        background: url(/home/images/card2.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-bottom: 50px;
    }



    .card-info {
        height: fit-content;
        /* background-color: #515151; */
        padding-right: 15px;


        .card-head {
            width: 80%;
            height: 30%;
            background-color: var(--thm-white);

            p {
                font-size: 16px;
                font-weight: 500;
                color: var(--bs-primary);

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

            h2 {
                font-size: 48px;
                font-weight: 800;
                color: var(--bs-dark);
                line-height: 55px;
                margin-top: 30px;
            }
        }

        .card-body {
            width: 100%;
            height: fit-content;
            background-color: var(--thm-white);
            color: var(--thm-gray);
            font-size: 18px;
            padding-bottom: 40px;
            padding-top: 30px;
        }

        .card-foot {
            width: 80%;
            height: fit-content;
            background-color: var(--thm-white);
            display: flex;

            .foot-left {
                width: 35%;
                height: fit-content;
                background-color: var(--thm-white);
                border-right: 1px solid var(--thm-gray);
                color: var(--thm-primary);
                display: block;
                padding-left: 20px;


                .top {
                    width: 75%;
                    height: 100px;
                    border-bottom: 1px solid var(--thm-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .middle {
                    width: 75%;
                    height: 100px;
                    border-bottom: 1px solid var(--bs-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .down {
                    width: 75%;
                    height: 100px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }
            }

            .foot-right {
                width: 65%;
                height: fit-content;
                background-color: var(--thm-white);
                padding-left: 30px;
                text-align: left;


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

                .top {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

                .middle {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

                .down {
                    width: 100%;
                    height: 100px;
                    padding-top: 20px;
                }

            }

        }
    }
}

/* SECURE CONTAINER STARTS HERE */

.secure-container {
    width: 100%;
    height: fit-content;
    background: url(/home/images/sec.gif);
    background-repeat: no-repeat;
    background-size: cover;

    .secure-head {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        padding-top: 100px;
        padding-left: 45px;
        padding-right: 45px;
        text-align: center;

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

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

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

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

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

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

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

    .secure-body {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 120px;
        padding-top: 50px;

        .trade {
            background: url(/home/images/fx.JPG);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border-radius: 5px;
        }

        .mutual {
            background: url(/home/images/mutual1.gif);
            background-repeat: no-repeat;
            background-position: center;
        }

        .multi {
            background: url(/home/images/multi.JPG);
            background-position: center;
            background-size: contain;
            border-radius: 5px;
        }

        .trade,
        .mutual,
        .multi {
            height: 500px;
            border-radius: 5px;

            .top {
                width: 100%;
                height: 40%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;
            }

            .buttom {
                width: 100%;
                height: 60%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;

                .info {
                    width: 90%;
                    height: 50%;
                    margin: auto;
                    color: var(--thm-white);
                    padding: 20px;

                    h2 {
                        margin-bottom: 15px;
                    }
                }

                .learn {
                    width: 80%;
                    height: 30%;
                    /* background-color: #182978; */
                    margin: auto;
                    display: flex;
                    margin-top: 30px;
                    position: relative;
                    overflow: hidden;
                    /* Set up for absolute positioning of <a> */

                    .arrow {
                        position: absolute;

                        i {
                            color: var(--thm-white);
                            background-color: var(--thm-base);
                            padding: 5px;
                            border-radius: 50%;
                            margin-top: 10px;
                            font-size: 20px;
                        }
                    }

                    p {
                        font-weight: 600;
                        font-size: 18px;
                        color: var(--thm-white);
                        padding: 20px 30px;
                        background-color: var(--thm-base);
                        overflow: hidden;
                        transition: background-color 0.5s ease, color 0.5s ease;
                        position: relative;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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;
                    }

                    p:hover i {
                        background-color: var(--bs-secondary);
                    }

                    a {
                        text-decoration: none;
                        transform: translateY(100%);
                        transition: transform 0.5s ease, opacity 0.5s ease;
                        opacity: 0;
                    }

                    p:hover {
                        background-color: #ff7a00;
                    }

                }
            }
        }

        .trade:hover .learn a,
        .mutual:hover .learn a,
        .multi:hover .learn a {
            transform: translateY(0);
            /* Move to the original position */
            opacity: 1;
            /* Make it visible */
        }
    }
}

.news-container {
    width: 100%;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;


    .news-head {
        width: 100%;
        height: fit-content;
        padding-top: 100px;

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

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

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

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

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

        .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;
            }
        }
    }

    .news-body {
        width: 100%;
        height: fit-content;
        display: block;
        padding-bottom: 20px;


        .news-left {
            width: 100%;
            height: fit-content;
            /* background-color: #202020; */
            padding-left: 70px;
            padding-right: 70px;
            padding-top: 50px;


            .holder {
                width: 100%;
                height: fit-content;
                padding-bottom: 20px;


                .news-pic {
                    width: 100%;
                    height: 500px;
                    background-color: var(--thm-gray-bg);
                    /* background: url(/home/images/current3.JPG); */
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 5px;
                    margin-bottom: 20px;
                    position: relative;
                    overflow: hidden;

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

                    .for-hover {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        background-color: rgba(0, 0, 0, 0.586);
                        top: -100%;
                        /* Initially placed above the container */
                        transition: top 0.7s ease-in-out;
                        /* Add transition for smooth effect */
                    }
                }

                .date-comments {
                    width: 100%;
                    height: 50px;
                    display: flex;
                    background-color: var(--thm-gray-bg);
                    margin-bottom: 20px;


                    .date {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;

                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 15px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 17px;
                        }
                    }

                    .comments {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 15px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 17px;
                        }
                    }

                    .comments a:hover,
                    .date a:hover {
                        color: var(--thm-base);
                    }
                }

                .news-item {
                    width: 100%;
                    height: 75px;
                    display: flex;
                    align-items: center;
                    background-color: var(--thm-gray-bg);

                    a {
                        text-decoration: none;
                        color: var(--bs-gray-dark);
                        font-weight: 700;
                        font-size: 25px;

                    }
                }

                .news-item a:hover {
                    color: var(--thm-base);
                }
            }

            .holder:hover .for-hover {
                top: 0;
                /* Move the element into view when hovering over .holder */
            }
        }


        .news-right {
            width: 100%;
            height: fit-content;
            /* background-color: var(--bs-gray); */
            padding-top: 30px;
            padding-left: 70px;
            padding-right: 70px;

            .holder {
                width: 100%;
                height: fit-content;

                .top {
                    width: 100%;
                    height: 250px;
                    display: flex;
                    /* background-color: var(--thm-gray-bg); */
                    border-bottom: 1px solid var(--bs-gray);

                    .top-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            background-color: var(--thm-gray-bg);
                            border-radius: 10px;
                            overflow: hidden;

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

                    .top-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }

                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 20px;

                        }
                    }
                }

                a:hover {
                    color: var(--thm-base);
                }

                .middle {
                    width: 100%;
                    height: 250px;
                    display: flex;
                    border-bottom: 1px solid var(--bs-gray);
                    margin-top: 45px;


                    .middle-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 70%;
                            border-radius: 10px;
                            overflow: hidden;

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

                    .middle-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 5px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 15px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }


                        }
                    }

                    .news-item {
                        width: 95%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 20px;

                        }
                    }

                    a:hover {
                        color: var(--thm-base);
                    }
                }

                .down {
                    width: 90%;
                    height: 130px;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;

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

                    p {
                        position: relative;
                        background-color: var(--thm-base);
                        /* Initial background color */
                        padding: 20px 40px;
                        font-weight: 700;
                        color: var(--thm-white);
                        /* Initial text color */
                        overflow: hidden;
                        transition: background-color 0.3s ease, color 0.3s ease;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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 {
                        background-color: #f5f5f5;
                        /* Change background color of the icon */
                        color: var(--thm-gray);
                        /* Change icon color */
                    }

                    i {
                        margin-left: 5px;
                        background-color: #e6a466;
                        /* Initial background color for the icon */
                        padding: 5px;
                        border-radius: 50%;
                        transition: background-color 0.3s ease, color 0.3s ease;
                    }
                }
            }
        }
    }
}

}

@media screen and (min-width: 1250px){
    /* WHERE THE BODY STARTS IMMEDIATELY AFTER ALL THE NAVS */
.header {
    height: 800px;
    /* background-color: #202020; */
    padding-top: 200px;
    background-image: url(../images/bank3.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    /* Smooth transition over 1 second */

    .its-cover{
        width: 100%;
        height: 800px;
        background-color: rgba(0,0,0,0.5);
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .simple-text {
        width: 50%;
        max-width: 500px;
        height: fit-content;
        /* background-color: #869af5; */
        color: var(--thm-white);
        font-weight: 700;
        padding-left: 35px;
        margin-bottom: 25px;
        font-size: 20px;
        position: relative;
        overflow-x: hidden;

        .topic {
            width: 100%;
            height: 100%;
        }
    }

    .header-text {
        width: 70%;
        max-width: 850px;
        height: fit-content;
        /* background-color: #8d96bd; */
        line-height: 80px;
        padding-left: 35px;
        margin-bottom: 25px;
        position: relative;
        overflow: hidden;

        .note2 {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 75px;
            font-weight: 900;
            color: var(--thm-white);
        }
    }

    .header-note {
        width: 60%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        padding-left: 35px;
        margin-bottom: 30px; /* changed from 10px to 0px */
        position: relative;
        overflow-x: hidden;

        .note {
            width: 100%;
            height: 100%;
        }

        p {
            font-size: 20px;
            color: var(--thm-white);
            font-weight: 700;
        }
    }

    .buttons {
        width: 60%;
        max-width: 750px;
        height: fit-content;
        /* background-color: #8d96bd; */
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        padding-left: 35px;

        .appoint {
            width: 50%;
            height: 90px;
            background-color: var(--thm-base);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-white);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;
            margin-bottom: 25px; /* changed from 10px to 0px */

            i {
                background-color: #e6a466;
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .appoint {
            background-color: var(--thm-base);
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: #e6a466;
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .appoint::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;
        }

        .appoint:hover::after {
            right: 0;
        }

        .appoint i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .appoint:hover i {
            background-color: #515151;
        }

        .apply {
            width: 45%;
            height: 90px;
            background-color: var(--thm-white);
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
            color: var(--thm-black);
            font-size: 20px;
            font-weight: 700;
            cursor: pointer;

            i {
                background-color: var(--thm-base);
                margin-left: 10px;
                padding: 7px;
                border-radius: 50%;
                color: var(--thm-white);
            }
        }

        .apply {
            position: relative;
            overflow: hidden;
            /* Prevent content from spilling out during animation */
            transition: background-color 0.3s ease;

            i {
                margin-left: 5px;
                background-color: var(--thm-base);
                border-radius: 100px;
                padding: 5px 5px;
            }
        }

        .apply::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;
        }

        .apply:hover::after {
            right: 0;
        }

        .apply i {
            margin-left: 10px;
            /* Space between the text and the icon */
            transition: color 0.1s ease;
            /* Smooth transition for icon color */
        }

        .apply:hover i {
            background-color: #515151;
        }

        .apply:hover {
            color: var(--thm-white);
        }
    }
}

/* FOREX CONTAINER BEGINS HERE */

.forex {
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: var(--thm-white);
    margin-left: auto;
    margin: 0;
    justify-content: flex-end;


    .forex-head {
        width: 25%;
        height: 75px;
        display: flex;
        background-color: var(--thm-primary);
        color: var(--thm-white);
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
    }
} 

.forex-update {
    width: 70%;
    height: 75px;
    display: flex;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
} 

/* THE SERVICES BEGINS HERE */

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

    .details {
        width: 100%;
        height: 20px;
        display: flex;
        justify-content: center;
        align-self: start;
        text-align: center;
        align-items: center;
        font-size: 18px;
        font-weight: 600;
        color: var(--bs-blue);
    }

    .services-head {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 50px;
        font-weight: 800;
        line-height: 50px;
        margin: 0;
    }

    .services-list {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
        margin: 0;
    }
} 

/* FOR THE RETURN SECTION */

.return-section {
    width: 100%;
    height: fit-content;
    background-color: var(--thm-gray-bg);
    /* background-color: #182978; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Default to 3 items per row */
    gap: 20px;
    padding: 50px 90px;
    padding-bottom: 100px;

    .mobile-banking,
    .return,
    .saving {
        height: 450px;
        background-color: var(--thm-white);
        transition: height 0.5s ease, background-color 0.5s ease;
        /* Smooth transition for height and background-color */
    }

    .return {
        height: 500px;
        background-color: var(--thm-primary);
    }

    .mobile-banking:hover,
    .saving:hover {
        background-color: var(--thm-primary);
        height: 500px;

    }

    /* HERE IS FOR THE FIRST CONTAINER */

    .mobile-banking {
        padding: 50px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 30%;
                height: 45%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }



        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 30%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .mobile-banking:hover .gradient {
        visibility: visible;
    }

    .mobile-banking:hover .icon-font {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-topic {
        color: var(--thm-base);
    }

    .mobile-banking:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .mobile-banking:hover .read {
        visibility: visible;
    }

    /* HERE IS THE STYLING FOR THE MIDDLE CONTAINER */

    .return {
        padding: 50px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;


            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                    color: var(--thm-base);
                }

            }

            .gradient {
                width: 30%;
                height: 45%;
                border-radius: 100%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
            color: var(--thm-base);
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
            color: var(--bs-white);
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;


                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }


    /* STYLING FOR THE LAST CONTAINER BEGINS HERE */

    .saving {
        padding: 50px;

        .mobile-banking-head {
            width: 100%;
            height: 50%;
            display: flex;

            .icon-font {
                width: 70%;
                height: 100%;

                i {
                    font-size: 100px;
                    margin-top: 40px;
                }

            }

            .gradient {
                width: 30%;
                height: 45%;
                border-radius: 50%;
                background:
                    conic-gradient(#515151 0deg 4deg, transparent 40deg 90deg, #515151 90deg 135deg, transparent 135deg 180deg, #515151 180deg 225deg, transparent 225deg 270deg, #515151 270deg 315deg, transparent 315deg 360deg);
                /* Conic gradient */
                /* Dotted pattern */
                ;
                background-size: 10px 10px;
                /* Adjust the spacing for the dots */
                animation: spin 80s linear infinite;
                /* Animation to spin */
                visibility: hidden;
            }
        }

        .mobile-topic {
            width: 100%;
            height: 15%;
            display: flex;
            font-size: 25px;
            font-weight: bold;
        }

        .mobile-banking-list {
            width: 100%;
            height: 27%;
            display: flex;
            font-size: 18px;
            /* background-color: #198754; */
        }

        .button {
            width: 100%;
            height: 15%;

            .read {
                color: var(--thm-base);
                font-size: 18px;
                font-weight: 600;
                cursor: pointer;
                visibility: hidden;

                i {
                    background-color: var(--thm-base);
                    color: var(--bs-white);
                    padding: 5px;
                    border-radius: 50%;
                }
            }

        }
    }

    .saving:hover .gradient {
        visibility: visible;
    }

    .saving:hover .icon-font {
        color: var(--thm-base);
    }

    .saving:hover .mobile-topic {
        color: var(--thm-base);
    }

    .saving:hover .mobile-banking-list {
        color: var(--bs-white);
    }

    .saving:hover .read {
        visibility: visible;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        /* Start rotation at 0 degrees */
    }

    to {
        transform: rotate(360deg);
        /* Rotate to 360 degrees */
    }
}


/* PERSONAL AND COOPERATE CONTAINER STARTS HERE */

.personal-cooperate {
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* background-color: var(--bs-gray); */

    .personal {
        height: 500px;
        background-color: #0dcaf0;
        background: url(../images/personal.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(24, 42, 120, 0.441);
            /* opacity: 0.5; */
            color: var(--bs-white);

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 40px 50px 120px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 20px;
                    line-height: 55px;
                }

                p {
                    font-size: 18px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }
            }
        }
    }

    .cooperate {
        height: 500px;
        background-color: var(--bs-dark);
        background: url(../images/cooperate.JPG);

        .content {
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.839);
            /* opacity: 0.5; */

            .details {
                width: 100%;
                color: white;
                justify-content: center;
                padding: 100px 40px 50px 100px;

                h2 {
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 20px;
                    line-height: 55px;
                }

                p {
                    font-size: 18px;
                    margin-bottom: 55px;
                }

                a {
                    text-decoration: none;
                    color: var(--bs-white);
                    padding: 20px;
                    font-size: 18px;
                    border: 2px solid var(--bs-white);
                }

                i {
                    color: white;
                    background-color: var(--bs-gray);
                    padding: 5px;
                    border-radius: 50%;
                }

            }
        }
    }
}

/* ENDS HERE */

/* EMI CALCULATOR BEGINS HERE */

 .emi-calc {
    width: 100%;
    height: 300px;
    background-color: var(--bs-white);
    padding-top: 100px;


    .offer {
        width: 100%;
        height: 30px;
        color: var(--swiper-theme-color);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .emi {
        width: 100%;
        height: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 45px;
        font-weight: 700;
        color: var(--bs-dark);
    }

    .get {
        width: 100%;
        height: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        color: var(--bs-gray);
    }
} 

.logos {
    width: 100%;
    height: 300px;
    background-color: var(--bs-white);
    padding-top: 0px; 

    .pic {
        width: 90%;
        height: 250px;
        background-color: #202020;
        margin: auto;
        position: relative;
        background: url(../images/cal1.jpg);
        background-size: cover;


        .holder {
            width: 43%;
            height: 100px;
            display: flex;
            margin: auto;
            justify-content: space-around;
            position: absolute;
            /* Position the holder absolutely */
            bottom: -10%;
            /* Move the holder down so half is outside */
            left: 50%;
            /* Position horizontally at the center */
            transform: translateX(-50%);
            /* Offset by 50% of its width to truly center it */

            .home,
            .car,
            .school,
            .perso {
                width: 120px;
                height: 120px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 40px;
                border-radius: 50%;
                background-color: var(--thm-gray-bg);
                border: 10px solid var(--bs-white);
                transition: background-color 0.8s ease;

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

            /* Default hover color */
            .home:hover,
            .car:hover,
            .school:hover,
            .perso:hover {
                background-color: #ff7a00;

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

            /* Active class to show clicked item */
            .active {
                background-color: #ff7a00 !important;

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

            .pic .holder .active:hover {
                background-color: #ff7a00;
            }


        }
    }
}


.loan {
    width: 100%;
    height: 100px;
    /* Set height for the loan container */
    background-color: var(--bs-white);
    position: relative;
    overflow: hidden;
    /* Hide the content when transitioning */
}

.type {
    width: 100%;
    height: 80px;
    /* Same height as the .loan container */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    bottom: -100%;
    /* Initially position the .type element below the container */
    transition: bottom 0.5s ease-out;
    /* Transition from bottom */
}

.type.active {
    bottom: 0;
    /* Bring the .type element to the visible area */
}

/* ENDS HERE */

/* CALC SECTION */

.calc {
    width: 100%;
    height: fit-content;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: var(--bs-white);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    .loan-amount,
    .loan-terms,
    .interest-rate {
        height: 200px;
        border-right: 1px solid var(--bs-gray);



        .input-field {
            width: 85%;
            height: 100%;
            margin: auto;
            display: flex;
            flex-direction: column;
            padding-bottom: 30px;

            label {
                font-size: 18px;
                font-weight: 600;

            }

            input[type="range"]::-webkit-slider-runnable-track {
                height: 15px;
                border-radius: 1px;
                background: #ddd;
            }


            .value-display {
                height: 70px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 24px;
                border: 1px solid var(--thm-gray);
                margin-top: auto;
            }
        }
    }
}

/* EMI CONTAINER BEGINS HERE */

.emi-result {
    width: 100%;
    height: fit-content;
    background-color: var(--bs-white);
    padding-bottom: 100px;


    .result {
        width: 90%;
        height: fit-content;
        margin: auto;
        background-color: var(--thm-gray-bg);
        display: flex;
        grid-template-columns: repeat(4, 1fr);
        padding-bottom: 0px; /* Removed padding-bottom: 30px; */


        .emi {
            width: 25%;
            height: 150px;
            color: var(--thm-gray);
            padding-left: 50px;
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: 0;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .interest {
            width: 20%;
            height: 150px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: 0;
            padding-left: 0px;

            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .amount {
            width: 25%;
            height: 150px;
            color: var(--thm-gray);
            padding-top: 30px;
            font-size: 25px;
            font-weight: 0;
            margin: 0;
            padding-left: 0px;


            p {
                color: var(--bs-dark);
                font-weight: 800;
                font-size: 30px;
                margin-top: 10px;
            }
        }

        .apply-button {
            width: 30%;
            height: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 10px;
            border-left: 1px solid var(--bs-secondary);
            margin: auto;

            button {
                text-decoration: none;
                color: var(--thm-white);
                background-color: var(--thm-base);
                padding: 20px 20px;
                font-weight: 600;
                font-size: 20px;
                border: none;
                position: relative;
                overflow: hidden;
                transition: background-color 0.7s ease, color 0.7s ease;
                z-index: 1;

                i {
                    margin-left: 5px;
                    background-color: #e6a466;
                    border-radius: 100px;
                    padding: 5px 5px;
                }
            }

            button: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;
            }

            button:hover:after {
                right: 0;
            }

            button:hover i {
                background-color: #9f9696;
                color: var(--thm-gray);
            }
        }
    }
}

/* ENDS HERE */

/* LOANS AND FINANCES STARTS HERE */

.loan-finances {
    width: 100%;
    height: fit-content;
    background: url(../images/personal3.JPG);
    background-repeat: no-repeat;
    background-size: cover;

    .topic2 {
        width: 100%;
        height: 300px;
        padding-top: 110px;
        background-color: #20202097;


        .offer {
            width: 100%;
            height: 35px;
            color: var(--swiper-theme-color);
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .loans-f {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 48px;
            font-weight: 800;
            color: var(--thm-white);
        }

        .info {
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            font-weight: 600;
            color: var(--thm-white);
            padding-left: 0px;
            padding-right: 0px;
            text-align: left;
        }
    }

    .landf {
        width: 100%;
        height: 530px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        padding: 20px;
        background-color: #20202097;
        padding-left: 60px;
        padding-right: 60px;



        .homes,
        .students,
        .business {
            height: 600px;
            background-color: var(--thm-gray-bg);
            /* padding: 20px; */
            margin-bottom: 0px;

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


                .icon {
                    width: 100px;
                    height: 100px;
                    background-color: var(--thm-white);
                    margin: auto;
                    position: relative;
                    /* bottom: -15%; */
                    top: 80%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: var(--thm-base);
                    font-size: 25px;
                    transition: background-color 0.8s ease;


                }
            }

            .down {
                width: 100%;
                height: 50%;
                text-align: center;
                padding: 90px 20px 0px 20px;

                p {
                    margin-top: 15px;
                    font-size: 18px;
                    font-weight: 500;
                    color: var(--bs-gray);
                    padding-left: 20px;
                    padding-right: 20px;
                }

               

                .apply-cont {
                    width: 100%;
                    margin-top: 70px;


                    a {
                        text-decoration: none;
                        padding: 20px;
                        border: 1px solid var(--bs-gray);
                        font-size: 18px;
                        font-weight: 600;
                        color: var(--bs-gray-dark);
                        background-color: var(--thm-white);

                        i {
                            margin-left: 5px;
                            background-color: var(--bs-gray);
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }
                    
                }


            }
        }

        .homes .top {
            background: url(../images/home3.JPG);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            transition: background-size 10s ease;
        }

        .students .top {
            background: url(../images/stud1.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .business .top {
            background: url(../images/bus2.JPG);
            background-size: cover;
            background-repeat: no-repeat;
        }

        .homes:hover,
        .students:hover,
        .business:hover {
            /* background-size: 120%; */

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

            .icon {
                background-color: var(--thm-primary);
            }
        }

        .homes:hover .top,
        .students:hover .top,
        .business:hover .top {
            background-size: 130%;
        }
    }
}


/* BANKING CARD CONTAINER */

.banking-card {
    width: 100%;
    height: fit-content;
    /* padding: 20px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 300px;
    padding-left: 60px;
    padding-bottom: 110px;
    padding-right: 0px;

    .card-pic {
        height: 650px;
        background: url(../images/card2.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 80px;
        margin-bottom: 0px;
    }



    .card-info {
        height: 650px;
        /* background-color: #515151; */
        padding-right: 40px;


        .card-head {
            width: 100%;
            height: 30%;
            background-color: var(--thm-white);

            p {
                font-size: 16px;
                font-weight: 500;
                color: var(--bs-primary);

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

            h2 {
                font-size: 50px;
                font-weight: 800;
                color: var(--bs-dark);
                line-height: 60px;
                margin-top: 30px;
            }
        }

        .card-body {
            width: 100%;
            height: 20%;
            background-color: var(--thm-white);
            color: var(--thm-gray);
            font-size: 18px;
            padding-bottom: 0px;
            padding-top: 0px;
        }

        .card-foot {
            width: 100%;
            height: 50%;
            background-color: var(--thm-white);
            display: flex;

            .foot-left {
                width: 30%;
                height: 100%;
                background-color: var(--thm-white);
                border-right: 1px solid var(--thm-gray);
                color: var(--thm-primary);
                display: block;
                padding-left: 0px;


                .top {
                    width: 75%;
                    height: 33%;
                    border-bottom: 1px solid var(--thm-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .middle {
                    width: 75%;
                    height: 33%;
                    border-bottom: 1px solid var(--bs-gray);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }

                .down {
                    width: 75%;
                    height: 33%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 55px;
                }
            }

            .foot-right {
                width: 65%;
                height: 100%;
                background-color: var(--thm-white);
                padding-left: 35px;
                text-align: left;


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

                .top {
                    width: 100%;
                    height: 33%;
                    padding-top: 20px;
                }

                .middle {
                    width: 100%;
                    height: 33%;
                    padding-top: 20px;
                }

                .down {
                    width: 100%;
                    height: 33%;
                    padding-top: 20px;
                }

            }

        }
    }
}

/* SECURE CONTAINER STARTS HERE */

.secure-container {
    width: 100%;
    height: fit-content;
    background: url(../images/sec.gif);
    background-repeat: no-repeat;
    background-size: cover;

    .secure-head {
        width: 100%;
        height: 300px;
        background-color: rgba(0, 0, 0, 0.73);
        padding-top: 120px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;

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

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

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

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

            h2 {
                font-weight: 700;
                color: var(--thm-white);
                font-size: 50px;
                line-height: 0px;
            }
        }

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

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

    .secure-body {
        width: 100%;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.73);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 120px;
        padding-top: 50px;

        .trade {
            background: url(../images/fx.JPG);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            border-radius: 5px;
        }

        .mutual {
            background: url(../images/mutual1.gif);
            background-repeat: no-repeat;
            background-position: center;
        }

        .multi {
            background: url(../images/multi.JPG);
            background-position: center;
            background-size: contain;
            border-radius: 5px;
        }

        .trade,
        .mutual,
        .multi {
            height: 500px;
            border-radius: 5px;

            .top {
                width: 100%;
                height: 40%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;
            }

            .buttom {
                width: 100%;
                height: 60%;
                background-color: rgba(0, 0, 0, 0.73);
                border-radius: 5px;

                .info {
                    width: 90%;
                    height: 50%;
                    margin: auto;
                    color: var(--thm-white);
                    padding: 20px;

                    h2 {
                        margin-bottom: 15px;
                    }
                }

                .learn {
                    width: 80%;
                    height: 30%;
                    /* background-color: #182978; */
                    margin: auto;
                    display: flex;
                    margin-top: 30px;
                    position: relative;
                    overflow: hidden;
                    /* Set up for absolute positioning of <a> */

                    .arrow {
                        position: absolute;

                        i {
                            color: var(--thm-white);
                            background-color: var(--thm-base);
                            padding: 5px;
                            border-radius: 50%;
                            margin-top: 10px;
                            font-size: 20px;
                        }
                    }

                    p {
                        font-weight: 600;
                        font-size: 18px;
                        color: var(--thm-white);
                        padding: 20px 30px;
                        background-color: var(--thm-base);
                        overflow: hidden;
                        transition: background-color 0.5s ease, color 0.5s ease;
                        position: relative;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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;
                    }

                    p:hover i {
                        background-color: var(--bs-secondary);
                    }

                    a {
                        text-decoration: none;
                        transform: translateY(100%);
                        transition: transform 0.5s ease, opacity 0.5s ease;
                        opacity: 0;
                    }

                    p:hover {
                        background-color: #ff7a00;
                    }

                }
            }
        }

        .trade:hover .learn a,
        .mutual:hover .learn a,
        .multi:hover .learn a {
            transform: translateY(0);
            /* Move to the original position */
            opacity: 1;
            /* Make it visible */
        }
    }
}

.news-container {
    width: 100%;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;


    .news-head {
        width: 100%;
        height: fit-content;
        padding-top: 100px;

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

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

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

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

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

        .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;
            }
        }
    }

    .news-body {
        width: 100%;
        height: fit-content;
        display: flex;
        padding-bottom: 20px;


        .news-left {
            width: 55%;
            height: fit-content;
            /* background-color: #202020; */
            padding-left: 60px;
            padding-top: 30px;
            padding-right: 0px;


            .holder {
                width: 100%;
                height: fit-content;
                padding-bottom: 20px;


                .news-pic {
                    width: 95%;
                    height: 350px;
                    background-color: var(--thm-gray-bg);
                    /* background: url(/home/images/current3.JPG); */
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 5px;
                    margin-bottom: 20px;
                    position: relative;
                    overflow: hidden;

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

                    .for-hover {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        background-color: rgba(0, 0, 0, 0.586);
                        top: -100%;
                        /* Initially placed above the container */
                        transition: top 0.7s ease-in-out;
                        /* Add transition for smooth effect */
                    }
                }

                .date-comments {
                    width: 95%;
                    height: 50px;
                    display: flex;
                    background-color: var(--thm-gray-bg);
                    margin-bottom: 20px;


                    .date {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;

                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 13px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 15px;
                        }
                    }

                    .comments {
                        width: 50%;
                        max-width: 150px;
                        display: flex;
                        align-items: center;


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 600;
                            font-size: 13px;
                        }

                        i {
                            color: var(--thm-base);
                            margin-right: 10px;
                            font-size: 15px;
                        }
                    }

                    .comments a:hover,
                    .date a:hover {
                        color: var(--thm-base);
                    }
                }

                .news-item {
                    width: 95%;
                    height: 50px;
                    display: flex;
                    align-items: center;
                    background-color: var(--thm-gray-bg);

                    a {
                        text-decoration: none;
                        color: var(--bs-gray-dark);
                        font-weight: 700;
                        font-size: 20px;

                    }
                }

                .news-item a:hover {
                    color: var(--thm-base);
                }
            }

            .holder:hover .for-hover {
                top: 0;
                /* Move the element into view when hovering over .holder */
            }
        }


        .news-right {
            width: 45%;
            height: 600px;
            /* background-color: var(--bs-gray); */
            padding-top: 30px;
            padding-left: 0px;
            padding-right: 0px;

            .holder {
                width: 100%;
                height: fit-content;

                .top {
                    width: 90%;
                    height: 170px;
                    display: flex;
                    /* background-color: var(--thm-gray-bg); */
                    border-bottom: 1px solid var(--bs-gray);

                    .top-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 80%;
                            background-color: var(--thm-gray-bg);
                            border-radius: 10px;
                            overflow: hidden;

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

                    .top-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 20px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 14px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 14px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }

                        }
                    }

                    .news-item {
                        width: 90%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 18px;

                        }
                    }
                }

                a:hover {
                    color: var(--thm-base);
                }

                .middle {
                    width: 90%;
                    height: 170px;
                    display: flex;
                    border-bottom: 1px solid var(--bs-gray);
                    margin-top: 30px;


                    .middle-left {
                        width: 30%;
                        height: 100%;

                        .pic {
                            width: 90%;
                            height: 80%;
                            border-radius: 10px;
                            overflow: hidden;

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

                    .middle-right {
                        width: 70%;
                        height: 100%;
                        padding-left: 20px;
                        /* background-color: var(--thm-gray); */

                        .date-comments {
                            width: 100%;
                            height: 20%;
                            display: flex;

                            .date {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 14px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .comment {
                                width: 50%;
                                max-width: 130px;
                                height: 100%;
                                display: flex;
                                align-items: center;

                                a {
                                    color: var(--thm-gray);
                                    text-decoration: none;
                                    font-weight: 600;
                                    font-size: 14px;
                                }

                                i {
                                    margin-right: 10px;
                                    color: var(--thm-base);
                                }
                            }

                            .date:hover a,
                            .comment:hover a {
                                color: var(--thm-base);
                            }


                        }
                    }

                    .news-item {
                        width: 90%;
                        height: 50%;
                        display: flex;
                        align-items: center;
                        background-color: var(--thm-gray-bg);


                        a {
                            text-decoration: none;
                            color: var(--bs-gray-dark);
                            font-weight: 700;
                            font-size: 18px;

                        }
                    }

                    a:hover {
                        color: var(--thm-base);
                    }
                }

                .down {
                    width: 90%;
                    height: 130px;
                    display: flex;
                    align-items: center;
                    padding-top: 20px;

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

                    p {
                        position: relative;
                        background-color: var(--thm-base);
                        /* Initial background color */
                        padding: 20px 40px;
                        font-weight: 700;
                        color: var(--thm-white);
                        /* Initial text color */
                        overflow: hidden;
                        transition: background-color 0.3s ease, color 0.3s ease;
                        z-index: 1;

                        i {
                            margin-left: 5px;
                            background-color: #e6a466;
                            padding: 5px;
                            border-radius: 50%;
                        }
                    }

                    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 {
                        background-color: #f5f5f5;
                        /* Change background color of the icon */
                        color: var(--thm-gray);
                        /* Change icon color */
                    }

                    i {
                        margin-left: 5px;
                        background-color: #e6a466;
                        /* Initial background color for the icon */
                        padding: 5px;
                        border-radius: 50%;
                        transition: background-color 0.3s ease, color 0.3s ease;
                    }
                }
            }
        }
    }
}

}