#mainNav {
    padding: 20px 0px 20px 0px;
    height: 80px;
}



.navbar-collapse {
    /* border: 1px solid black; */
    height: 70px;
    width: 500px;
}

.navbar-nav {
    /* border: 1px solid black; */
    /* width: 700px; */
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




header {
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
    /* background-color: #6F00FF; */
    /* background-color: #6495ED; */
    /* background-color: #6050DC; */
    /* background-color: #7B68EE; */
    /* background-color: #0CAFFF; */
    /*    background-color: #71d6ff;*/
    /*  background-color: #aab1b3;*/
}

section {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

h5 {
    margin: 0px !important;
    padding: 0px !important;
}

footer {
    padding: 30px 30px 30px 30px;
}


header form {
    /* border: 2px solid black; */
    /* height: 200px; */
    height: auto;
    padding: 10px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    header form .vrm {
        width: 250px;
        height: 30px;
        /* border:  1px solid black; */
        margin: 10px 0px 10px 0px;
        /* color: white */
    }

        header form .vrm h5 {
            color: black;
        }

    header form input {
        height: 60px;
        width: 350px;
        padding: 0px 10px 0px 10px;
        border-radius: 3px;
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
        font-weight: bold;
        border: none;
        margin-bottom: 10px;
        outline: 1px solid #002244;
    }

        header form input:focus {
            outline: 1px solid #002244;
        }

    header form button {
        height: 45px;
        width: 240px;
        border: 2px solid blue;
        border-radius: 5px;
        border: 0px !important;
        margin-top: 7px;
    }

/* header form h5{
color: green;
margin-top: 20px;
margin-bottom: 20px;
} */

footer {
    /* border: 2px solid red; */
    /* padding: 20px 20px 0px 20px !important; */
    padding: 0px;
    height: auto;
}

.sub-footer-container {
    width: 100%;
    height: auto;
    /* border: 2px solid white; */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px 20px 10px 20px;
    /* padding: 10px 10px 10px 10px; */
}

    .sub-footer-container .sub-footer {
        width: auto;
        height: auto;
        /* border: 1px solid white; */
        /* margin: 0px 10px 10px 10px; */
        padding: 10px 10px 10px 10px;
        color: white;
        /* text-align: center; */
        display: flex;
        align-items: flex-start;
        /* justify-content: flex-start; */
        flex-direction: column;
    }

        .sub-footer-container .sub-footer ul {
            /* border: 1px solid white; */
            padding-left: 0px !important;
            margin-top: 40px;
            width: 100%;
            /* text-align: center; */
        }

        .sub-footer-container .sub-footer .socials {
            width: 250px;
            height: 50px;
            /* border: 1px solid white; */
            display: flex;
            align-items: center;
            /* justify-content: center; */
        }

            .sub-footer-container .sub-footer .socials .icon {
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid gray;
                border-radius: 50%;
            }

                .sub-footer-container .sub-footer .socials .icon i {
                    font-size: 18px;
                    cursor: pointer;
                }

        .sub-footer-container .sub-footer .azure {
            height: 100px;
        }

        .sub-footer-container .sub-footer .experian {
            width: 300px;
            height: 200px;
            /* border: 1px solid white; */
        }

            .sub-footer-container .sub-footer .azure img,
            .sub-footer-container .sub-footer .experian img {
                height: 100%;
                object-fit: cover;
                cursor: pointer;
            }

            .sub-footer-container .sub-footer .experian img {
                object-fit: contain;
            }

        .sub-footer-container .sub-footer ul li {
            list-style: none;
            /* border: 1px solid white; */
            /* text-align: center; */
            width: 100%;
            margin-bottom: 10px;
        }


            .sub-footer-container .sub-footer ul li a {
                color: white;
                text-decoration: none;
                /* font-weight: bold; */
            }

        .sub-footer-container .sub-footer h5 {
            /* font-weight: bold;
  color: green */
            margin: 0;
        }


footer .footer-logo-section {
    width: 100%;
    height: auto;
    background-color: white;
    /* border: 2px solid black; */
}

    footer .footer-logo-section .logo-container {
        width: 100%;
        height: auto;
        /* border: 2px solid black; */
        display: flex;
        padding: 10px 0px 10px 0px;
        align-items: center;
        column-gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    footer .footer-logo-section .logo-container > div {
        flex: 0 0 auto;
    }

footer .experian,
footer .paypal,
footer .azure {
    height: auto;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-self: center;
    margin-bottom: 30px;
    cursor: pointer;
}


footer .logo-container p {
    font-weight: bold;
}


footer .experian .experian-img,
footer .azure .azure-img,
footer .paypal .paypal-img {
    height: 80px;
    /* border: 2px solid black; */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Brand-specific widths to avoid overflow and ensure stable sizing */
footer .experian .experian-img { width: 200px; }
footer .paypal .paypal-img { width: 250px; }
footer .azure .azure-img { width: 220px; }

footer .experian .experian-img img,
footer .azure .azure-img img,
footer .paypal .paypal-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    display: block;
}

footer .azure .azure-img {
    height: 80px;
}

footer img {
    max-width: 100%;
    height: auto;
    width: auto;
}


footer .final-words {
    width: 70%;
    margin: auto;
    height: auto;
    padding: 10px 10px 10px 10px;
    /* border: 2px solid black; */
    text-align: center;
    font-weight: 500;
}

.basic-info {
    width: 90%;
    height: auto;
    /* border: 2px solid black; */
    margin: auto;
    padding: 10px 10px 10px 10px;
}

    .basic-info .body p {
        font-size: 17px;
        font-weight: 400;
        text-align: justify;
    }

    .basic-info .body-list {
        width: 100%;
        height: auto;
        padding: 10px 10px 10px 10px;
        /* border: 2px solid black; */
        margin: auto;
    }


        .basic-info .body-list ul {
            /* border: 2px solid red; */
            padding-left: 0px !important;
        }

            .basic-info .body-list ul li {
                list-style: none;
                /* border: 1px solid green; */
                margin-left: 20px;
                text-align: justify;
            }

            .basic-info .body-list ul i {
                color: green;
                font-weight: bold;
                font-size: 17px;
            }


            .basic-info .body-list ul .li-container {
                display: flex;
                margin-bottom: 10px;
            }

                .basic-info .body-list ul .li-container li {
                    font-size: 17px
                }

    .basic-info .accordion-body {
        font-size: 17px;
    }

    .basic-info .questions {
        margin-bottom: 20px;
    }

#vrms h5,
.redeem {
    cursor: pointer;
    color: black;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.redeem {
    text-transform: capitalize;
    font-weight: 500;
    margin-top: .5rem;
    font-size: medium;
}

    .redeem:hover {
        color: #002244;
    }

.text-white h1,
.text-white p {
    color: black !important;
}

.text-white p {
    font-weight: 400;
}


@media only screen and (max-width: 1000px) {
    footer .final-words {
        width: 100%;
        margin: auto;
        height: auto;
        padding: 10px 10px 10px 10px;
        /* border: 2px solid black; */
        text-align: center;
        font-weight: 500;
    }

    #mainNav {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
        padding: 20px 0px 20px 0px;
        height: auto;
        /* border: 1px solid black; */
        /* margin-bottom: 1500px !important; */
    }

    .navbar-collapse {
        /* border: 1px solid black; */
        height: auto;
        width: 500px;
    }

    .navbar-nav {
        /* border: 1px solid black; */
        width: auto;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 576px) {
    footer .experian .experian-img,
    footer .azure .azure-img,
    footer .paypal .paypal-img {
        height: 60px;
    }
    footer .experian .experian-img img,
    footer .azure .azure-img img,
    footer .paypal .paypal-img img {
        width: 100% !important;
        height: 100% !important;
    }
    /* Narrower widths on small screens */
    footer .experian .experian-img { width: 160px; }
    footer .paypal .paypal-img { width: 200px; }
    footer .azure .azure-img { width: 180px; }
}

.hidden {
    display: none;
}
