body {
    padding-top: 56px;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

.navbar {
    /* background-color: #212121 !important; */
    background-color: #ffff !important;
    box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.116);
}

.banner {
    margin-top: 4vh;
    padding-top: 50px;
    z-index: 2;
}

.banner .container {
    display: flex;
}

/* .services,
  .about-us,
  .faqs,
  .contact-us,
  .footer {
    padding: 60px 0;
  } */

.nav-link.btn {
    margin-left: 10px;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.banner h1 {
    font-size: 64px;
    font-weight: 700;
    max-width: 900px;
}

.banner p {
    font-size: 22px;
    font-weight: 300;
    padding-top: 20px;
    max-width: 690px;
}

.banner a {
    font-size: 20px;
    font-weight: 500;
}
.banner button {
    background-color: transparent;
    border: none;
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #cefbb8;
    color: #000;
    font-weight: 600;
}

.banner-img {
    min-height: 55vh;
    background-image: url(https://riteoption.com/assets/img/banner-2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 90vh;
}

.header-overlay {
    background-color: #00000056;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.solutions i {
    font-size: 48px;
}

.solutions .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.solutions .solution {
    /* border: 2px solid #000; */
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: 500;
    background-color: #ffab00;
    color: #000;
}

.solutions h1 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 38px;
    color: #000;
    font-weight: 700;
    margin-top: 50px;
}

.services {
    /* background-color: #424242; */
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.services .container {
    color: #000;
}

.services-header h1 {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
}

.services-header p {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 100px;
}

.services h2 {
    font-weight: 600;
}
.services-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.services-top img {
    width: 100%;
}

.services .card {
    background-color: transparent;
    border: none;
    color: #fff;
}

.services a {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.services a:hover {
    background-color: #fff;
    color: #b71c1c;
}

.service-top-text h2 {
    font-size: 24px;
    font-weight: 600;
}

.service-top-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-top-text p {
    font-size: 18px;
    font-weight: 300;
    max-width: 500px;
}

.about-us {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.about-us h1 {
    font-size: 42px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.about-us p {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.about-img img {
    border-radius: 10px;
}

.services img {
    border-radius: 10px;
}

.nav-link.btn {
    margin-left: 10px;
}

.accordion-button {
    /* background-color: #81c784; */
    background-color: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    /* background-color: #81c784; */
    background-color: transparent;
    color: #000;
}

.accordion-button:hover,
.accordion-button:focus {
    background-color: #e0f2f1;
    color: #000;
}

.accordion-body {
    background-color: #e0f2f1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faqs {
    margin-top: 200px;
    margin-bottom: 100px;
}

.faqs h1 {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    margin-bottom: 50px;
}

.about-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.accordion-button::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    position: absolute;
    right: 1rem; /* Position the icon */
    width: 16px;
    height: 16px;
}

.accordion-button:not(.collapsed)::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.map-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
    font-weight: 400;
}
.contact-us h1 {
    font-size: 42px;
    font-weight: 600;
    color: #000;
    margin-bottom: 50px;
}

.contact-us input {
    padding: 10px;
    /*background: transparent !important;*/
    /*border: 2px solid #212529;*/
}

.contact-us textarea {
    padding: 10px;
    /*background: transparent !important;*/
    /*border: 2px solid #212529;*/
}

.contact-us label {
    margin-bottom: 5px;
    font-size: 16px;
}

.contact-us {
    margin-bottom: 100px;
}

iframe {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.contact-us button {
    background-color: #26401b !important;
    color: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .container {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

footer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
}

footer ul a {
    text-decoration: none;
    color: unset;
    font-size: 14px;
}

@media only screen and (max-width: 900px) {
    .banner .container {
        padding-top: 10vh;
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
    }

    .banner h1 {
        font-size: 32px;
    }

    .banner p {
        font-size: 16px;

        padding-top: 20px;
    }

    .solutions .container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .solutions h1 {
        margin-bottom: 20px;
        font-size: 32px;
        margin-top: 30px;
    }

    .about-us {
        margin-top: 50px;
    }

    .about-us h1 {
        font-size: 32px;
    }
    .about-us p {
        font-size: 16px;
    }
    .about-img {
        height: fit-content;
    }

    .faqs {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .faqs h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .services h1 {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .services {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .map-section {
        grid-template-columns: 1fr;
        gap: 30px;
        /* align-items: center; */
    }

    .contact-us h1 {
        font-size: 32px;

        margin-bottom: 20px;
    }
    iframe {
        height: 300px;
    }
    form {
        gap: 10px;
    }

    footer .container {
        flex-direction: column;
        gap: 20px;
    }

    .services-top {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .service-bottom {
        display: flex !important;
        flex-direction: column;
        gap: 30px;
    }

    .services-header h1 {
        font-size: 24px;
    }
    .services-header p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .about-us {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner-img {
        background-position: unset;
    }

    footer {
        text-align: center;
    }
}
