html,
body {
    overflow-x: hidden;
    background: linear-gradient(135deg, #c8e8f5, #ffffff, #c8e8f5);
}
.navbar {
    background: linear-gradient(to right, #c8e8f5, #ffffff);
}

.nav-link-dropdown {
    display: block;
}

.nav-link-dropdown-option {
    background-color: #fff;
}

.nav-link-dropdown-option li a:active {
    color: #5989c9 !important;
    text-decoration: underline;
}

.nav-link-dropdown-option li a:hover {
    color: #5989c9 !important;
    text-decoration: underline;
}

.nav-link-dropdown-option li a:focus {
    color: #5989c9 !important;
    text-decoration: underline;
}

.title {
    font-size: var(--bs-title-font-size);
    color: #4455c2;
    font-family: "Inter";
    display: block;
    text-align: center;
    font-weight: bold;
}

.title-content {
    font-size: var(--bs-content-font-size);
}

.logo {
    width: auto;
    height: 48px;
}

.title-wrapper {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 0 1rem;
}

.white {
    color: white;
}

.sub-title {
    color: #5989c9;
}

.subtitle {
    font-size: var(--bs-subtitle-font-size);
    margin-top: 1rem;
}
.vertical-white-border {
    border: 1px solid white;
    height: auto;
}

.first-page {
    padding-top: 10rem;
}

.faq-header {
    padding: var(--bs-header-padding-y) 0;
    color: black;
}

.icons-large {
    width: 100%;
    height: auto;
}

.whats-app {
    color: #15967d;
}

.contact-header {
    padding-top: var(--bs-header-padding-y);
    color: black;
}

.faq-page-container {
    position: relative;
    padding: 1rem 0;
    overflow: hidden;
    width: 100%;
}

.faq-pages {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%; /* 2 pages in a row */
}

.faq-page {
    padding: 0 8rem;
    flex: 0 0 100%;
    width: 100%;
}

.faq-icon {
    color: #fe9c69;
    background-color: #ffe6d9;
    border-radius: 100%;
}

.faq-title {
    display: block;
    font-weight: bold;
    font-size: var(--bs-title-font-size);
}

.faq-content {
    font-weight: normal;
    text-align: start;
    font-size: var(--bs-content-font-size);
    word-wrap: break-word;
    position: relative;
}

.faq-content-container {
    max-height: 250px;
    overflow-y: auto;
    box-sizing: content-box;
    margin-bottom: 2rem;
}

span {
    font-size: var(--bs-content-font-size);
}

/* .faq-content-container::-webkit-scrollbar {
    display: none;
}

.faq-content-container:hover::-webkit-scrollbar {
    display: block;
} */

/* width */
.faq-content-container::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.faq-content-container::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.faq-content-container::-webkit-scrollbar-thumb {
    background: darkgrey;
    border-radius: 10px;
}

/* Handle on hover */
.faq-content-container::-webkit-scrollbar-thumb:hover {
    background: black;
}

.fit-content {
    width: fit-content;
}

.home-img-container img {
    height: 100%;
    width: auto;
}

.contact-logo-container {
    width: 10%;
}

.accordion p {
    font-size: var(--bs-content-font-size);
}

.btn-login-nav a {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

@media (max-width: 1200px) {
    .btn-login-nav {
        display: none;
    }

    .nav-link-dropdown-option a {
        padding-left: 1rem;
    }
}

@media (max-width: 992px) {
    :root {
        --bs-body-font-size: 1rem;
    }
    .btn-login {
        padding: 1rem 2rem !important;
        width: fit-content !important;
    }

    .subtitle {
        margin-top: 0.5rem;
    }

    .nav-link {
        padding: 0;
    }

    .home-img-container img {
        height: 60%;
        width: auto;
    }

    .page-section {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 2rem;
    }
}
@media (max-width: 768px) {
    :root {
        --bs-title-font-size: medium;
        --bs-content-font-size: small;
        --bs-heading-font-size: 1.5rem;
        --bs-header-padding-y: 2rem;
    }

    .btn-login {
        padding: 0.5rem 1rem !important;
    }
    .home-img-container {
        display: none !important;
    }

    .logo {
        height: 24px;
    }

    .faq-page {
        padding: 0 1rem;
    }

    .contact-logo-container {
        width: 12%;
    }
}

@media (max-width: 576px) {
    :root {
        --bs-title-font-size: small;
        --bs-content-font-size: x-small;
        --bs-heading-font-size: 1rem;
        --bs-header-padding-y: 1rem;
        --bs-subtitle-font-size: small;
    }

    .logo {
        height: 20px;
    }

    .contact-logo-container {
        width: 16%;
    }

    .footer-title {
        display: none;
    }
}

.btn-login-color {
    background-color: #eeab00;
    color: white !important;
}

.btn-login {
    padding: 1rem 0;
    width: auto;
    font-weight: bold;
}

.accordion-button {
    font-weight: bold;
}

.faq-img-container {
    width: 20%;
}

.underline {
    text-decoration: underline;
}
