body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero {
    padding: 10px;
}

.hero .hero1 h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 60px;
    font-weight: 1;
    color: #007856;
}

.hero .hero1 p {
    font-size: 22px;
    margin-top: -2%;
}

.hero .hero2 {
    width: 90%;
    margin: auto;
    padding: 20px;
    background: rgb(200, 200, 200);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero .hero2 .p {
    font-size: 22px;
    width: 50%;
}

.hero .hero2 p {
    font-size: 22px;
}

.hero input {
    flex: 1;
    padding: 14px;
    border: none;
    box-shadow: 1px 1px 3px rgb(142, 141, 141);
}

.hero input[placeholder] {
    font-size: 18px;
}

.hero button {
    background-color: #007856;
    border: none;
    font-size: 15px;
    color: white;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 00px
}

.hero button:hover {
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}



.plan {
    background-color: white;
    padding: 20px;
}

.plans {
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.plan .subplan {
    display: flex;
    justify-content: center;
    width: 40%;
    height: 35rem;
    padding: 20px;
    border: 1px solid rgb(185, 184, 184);
}

.plan .subplan h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    color: #007856;
}

.plan .subplan p {
    font-size: 20px;
}

.plan hr {
    margin: 20px;
}

.plans h3 {
    color: #007856;
    font-weight: 500;
}

.plans a {
    text-decoration: underline;
    font-weight: bold;
    color: #007856;
    font-size: 18px;
}

.plan button {
    background-color: #007856;
    border: none;
    font-size: 18px;
    color: white;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 00px
}

.plan button:hover {
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}


.checking {
    width: 90%;
    padding: 40px;
    background: linear-gradient(180deg, #469e37 0%, #408253 40%, #007b55 70%);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
}

.checking h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 40px;
    font-weight: 1;
    color: white;
}

.checking p {
    font-size: 20px;
    margin-top: -3%;
    color: white;
}

.checking button {
    background-color: white;
    border: none;
    font-size: 18px;
    color: #007856;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 00px
}

.checking button:hover {
    cursor: pointer;
    background-color: #007856;
    color: white;
    border: 1px solid white;
}


.access {
    padding: 30px;
    width: 80%;
    margin: auto;
}

.access h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1;
    color: #007856;
}

.access p {
    font-size: 20px;
    margin-top: -2%;
}



.mobile-banking {
    padding: 20px;
    margin: 0px 20px;
    display: flex;
    justify-content: center;
    background-color: white;
    align-items: center;
}

.mobile-banking .mobile1,
.mobile-banking .mobile2 {
    display: flex;
    padding: 20px;
    gap: 50px;
}

.mobile-banking .mobile1 div,
.mobile-banking .mobile2 div {
    width: 40%;
    padding: 0px;
}

.mobile-banking h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1;
    color: #007856;
}

.mobile-banking p {
    font-size: 20px;
}

.mobile-banking .fa-laptop,
.mobile-banking .fa-mobile-alt,
.mobile-banking .fa-money-check-alt,
.mobile-banking .fa-mail-bulk {
    font-size: 40px;
    color: #007856;
}

.mobile-banking img {
    width: 100%;
}



.features h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1;
    color: #007856;
}

.features h2 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1;
    color: #007856;
}

.features p {
    font-size: 20px;
    margin-top: -2%;
}

.features .subfeatures {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.features .subfeatures div {
    width: 30%;
}

.features .fa-money-bill-wave,
.features .fa-address-card,
.features .fa-mobile-alt {
    font-size: 40px;
    color: #007856;
}


.security {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background: white;
    width: 90%;
    margin: auto;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}

.security img {
    width: 50%;
}

.security h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1;
    color: #007856;
}

.security div {
    width: 50%;
    margin: 0px 20px;
}

.security h2 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1;
    color: #007856;
}

.security p {
    font-size: 20px;
}

.security a {
    text-decoration: none;
    color: #007856;
    font-size: 18px;
    display: block;
}

.security a:hover {
    text-decoration: underline;
}



.reliable {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background: white;
    width: 90%;
    margin: auto;
    margin-top: 4%;
    box-shadow: 1px 10px 30px rgba(0, 0, 0, 0.2);
}

.reliable img {
    width: 50%;
}

.reliable h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1;
    color: #007856;
}

.reliable div {
    width: 50%;
    margin: 0px 40px;
}

.reliable h2 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1;
    color: #007856;
}

.reliable p {
    font-size: 20px;
}

.reliable .fa-check-circle {
    color: #007856;
    font-size: 20px;
}



.open h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1;
    color: #007856;
}

.open h2 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1;
    color: #007856;
}

.open p {
    font-size: 20px;
    margin-top: -2%;
}

.open .subopen {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin-top: -3%;
}

.open .subopen div {
    width: 30%;
}

.open .subopen h1 {
    background-color: #469e37;
    width: 15%;
    padding: 10px;
    border-radius: 50%;
    margin: auto;
}

.open button {
    background-color: #007856;
    border: none;
    font-size: 20px;
    color: white;
    padding: 15px 30px 15px 30px;
    ;
    transition: .2s;
    margin: 15px 0px 00px
}

.open button:hover {
    cursor: pointer;
    background-color: white;
    color: #007856;
    border: 1px solid #007856;
}



.faq {
    width: 90%;
    margin: auto;
    padding: 20px;
    margin-top: 3%;
}

.faq h1 {
    font-family: Balto-Light, sans-serif;
    font-size: 50px;
    font-weight: 1;
    color: #007856;
}

.faq .question {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 20px;
    /* max-width: 80%; */
    /* margin-bottom: 20px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq .question h2 {
    font-family: Balto-Light, sans-serif;
    font-size: 25px;
    font-weight: 1;
    color: #007856;
}

.faq .question p {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.844);
}

.faq .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

input[type="checkbox"] {
    display: none;
}

/* When the checkbox is checked, expand the content */
input[type="checkbox"]:checked~.content {
    max-height: 500px;
    opacity: 1;
}

.faq label {
    display: inline-block;
    margin-top: 15px;
    color: #007856;
    font-size: 40px;
    cursor: pointer;
    font-weight: 600;
}




@media(max-width: 800px) {
    .hero .hero1 {
        padding: 10px;
        width: 90%;
    }

    .hero .hero1 h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 40px;
        line-height: 2.5rem;
    }

    .hero .hero1 p {
        font-size: 17px;
        width: 80%;
        text-align: justify;
    }


    .hero .hero2 {
        flex-direction: column;
        padding: 10px;
    }

    .hero .hero2 h2 {
        font-family: Balto-Light, sans-serif;
        font-size: 30px;
        line-height: 2.5rem;
    }

    .hero .hero1 .text {
        width: 100%;
    }

    .hero .hero1 p {
        font-size: 17px;
        width: 80%;
    }

    .hero .hero2 .p {
        width: 90%;
        font-size: 17px;
        text-align: justify;
    }

    .hero input {
        flex: 1;
        padding: 24px;
    }

    .hero input[placeholder] {
        font-size: 20px;
    }

    .hero button {
        font-size: 20px;
    }



    .plan {
        width: 90%;
    }

    .plans {
        flex-direction: column;
        padding: 10px;
    }

    .plan .subplan {
        width: 100%;
        height: 40rem;
        padding: 10px;
        margin-bottom: 6%;
    }

    .plan .subplan p {
        font-size: 17px;
    }
    .plan .subplan button {
        font-size: 17px;
    }


    .checking {
        flex-direction: column;
        padding: 10px;
        width: 90%;
    }

    .checking h1 {
        font-size: 30px;
    }


    .access h1 {
        font-size: 30px;
    }

    .access p {
        font-size: 17px;
    }



    .mobile-banking {
        flex-direction: column;
        width: 90%;
        margin: 0px 0px;
    }

    .mobile-banking .mobile1,
    .mobile-banking .mobile2 {
        flex-direction: column;
        text-align: center;
        width: 90%;
        gap: 0px;
    }

    .mobile-banking .mobile1 div,
    .mobile-banking .mobile2 div {
        flex-direction: column;
        text-align: center;
        width: 90%;
    }

    .mobile-banking #checking {
        width: 80%;
    }


    .features h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 35px;
        line-height: 2.5rem;
    }

    .features .subfeatures {
        flex-direction: column;
    }

    .features .subfeatures div {
        width: 80%;
    }



    .security {
        width: 90%;
        flex-direction: column;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

    .security h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 35px;
        line-height: 2rem;
    }

    .security p {
        font-size: 17px;
    }

    .security div {
        width: 90%;
    }

    .security img {
        width: 100%;
        margin-top: 2%;
    }



    .reliable {
        width: 90%;
        flex-direction: column;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

    .reliable h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 35px;
        line-height: 2rem;
    }

    .reliable p {
        font-size: 17px;
    }

    .reliable div {
        width: 90%;
    }

    .reliable button {
        font-size: 17px;
        padding: 10px 30px 15px 30px;
    }

    .reliable img {
        width: 100%;
        margin-top: 2%;
    }



    .open h1 {
        font-family: Balto-Light, sans-serif;
        font-size: 30px;
        width: 80%;
        margin: auto;
        margin-top: 6%;
        margin-bottom: 4%;
        line-height: 2rem;
    }

    .open h2 {
        font-size: 20px;
    }

    .open .subopen {
        flex-direction: column;
    }

    .open .subopen div {
        width: 90%;
    }

    .open .subopen h1 {
        width: 10%;
        padding: 10px;
    }



    .faq h1{
        font-family: Balto-Light, sans-serif;
        font-size: 35px;
        line-height: 2rem; 
    }
    .faq .question h2{
        font-size: 20px; 
    }
}