    body {
        font-family: Arial, sans-serif;
    }

    .navbar-brand img {
        height: 40px;
    }

    .navbar {
        padding-left: 5pc;
        padding-right: 5pc;
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 400;
        color: #96144c;
        font-size: 15px;
        line-height: 22px;
    }

    .nav-link {
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        color: #96144c;
    }

    .navbar-nav {
        margin-left: 20px;
    }

    .nav-item {
        margin-right: 20px;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
        padding: .63rem 2rem !important;
    }

    .btn-light.disabled,
    .btn-light:disabled {
        color: #c3cbd3;
        background-color: #f8f9fa;
        border-color: #c3cbd3;
        border-radius: 0px;
    }

    .filter-section {
        margin-top: 50px;
        text-align: left;
    }

    .filter-section h2 {
        font-family: BentonSans-Light, "Helvetica Neue", Helvetica, Roboto, sans-serif, Arial;
        font-weight: 400;
        Color: rgb(0, 0, 0);
        font-size: 35px;
        line-height: 50px;
    }

    .dropdown-toggle {
        color: #96144c;
        font-weight: bold;
        text-decoration: none;
        font-family: BentonSans-book, "Helvetica Neue", Helvetica, Roboto, sans-serif, Arial;

    }

    .reset-button {
        margin-top: 20px;
    }

    .card {
        border: 1px solid #ddd;
        border-radius: 8px;
        margin: 20px 0;
    }

    .card img {
        width: 100%;
        max-width: 153px;
        margin: 20px auto;
        display: block;
        margin-right: 10px;
    }

    .card-body h5 {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .card-body p {
        font-size: 16px;
        font-family: "Helvetica Neue", Arial, Roboto, sans-serif;
        font-weight: 400;
        color: rgb(82, 86, 90);
    }

    strong {
        font-family: "Helvetica Neue", Arial, Roboto, sans-serif;
        font-weight: 700;
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 24px;
    }

    .tab-strong {
        font-family: "Helvetica Neue", Arial, Roboto, sans-serif;
        font-weight: 900;
        color: rgb(0, 0, 0);
        font-size: 16px;
        line-height: 24px;
    }

    .card-tab {
        height: 138px;
        width: 96px;
    }

    .card-details {
        font-family: BentonSans-Book, "Helvetica Neue", Helvetica, Roboto, sans-serif, Arial;
        font-weight: 400;
        color: rgb(151, 160, 168);
        font-size: 14px;
        line-height: 16px;
        display: none;
    }

    .btn-apply,
    .btn-learn {
        margin: 10px 5px 0;
    }

    .features {
        margin-top: 10px;
        font-size: 0.9rem;
    }

    .browse-cards img {
        max-width: 80px;
        display: block;
        margin: 10px auto;
    }

    .browse-cards {
        display: flex;
        justify-content: space-around;
        margin-top: 30px;
        text-align: center;
    }

    .browse-details {
        display: flex;
        align-items: flex-start;
    }

    .browse-details img {
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .browse-details h4 {
        font-weight: bold;
        margin: 20px 0;
    }

    .feature-icons p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 10px 0;
    }

    .feature-icons p img {
        margin-right: 10px;
        max-width: 20px;
    }

    h3 {
        font-size: 2rem;
        font-weight: 100;
    }

    h6 {
        font-size: 0.9rem;
    }

    .credit-card-container {
        display: flex;
        align-items: flex-start;
    }

    .credit-card-img {
        max-width: 300px;
        margin-right: 20px;
    }

    .mt-4 {
        margin-top: 0rem !important;
    }

    .content {
        flex: 1;
    }

    .container.mt-4 {
        margin-top: 20px;
    }

    button {
        margin-right: 10px;
        margin-top: 10px;
    }

    h4 {
        font-family: BentonSans-Light, "Helvetica Neue", Helvetica, Roboto, sans-serif, Arial;
        font-weight: 100;
        color: rgb(0, 0, 0);
        font-size: 30px;
        padding-top: 10px;
    }

    .features-section {
        margin: -15px auto;
        margin-top: -158px;
        text-align: center;
    }

    .features-section h2 {
        font-size: 2rem;
        margin-bottom: 30px;
        font-weight: bold;
        color: #002244;
        /* American Express theme color */
    }

    .feature-card {
        padding: 0px;
        background-color: transparent;
        box-shadow: none;
        border: none;
    }

    .fa-solid {
        font-size: 40px;
        color: #96144c;
        padding-right: 10px;
    }


    .card-title {
        font-size: 1.25rem;
        color: #002244;
        font-weight: bold;
    }

    .card-text {
        font-size: 1rem;
        color: #555;
    }

    .card-text a {
        color: #96144c;
        text-decoration: none;
    }

    .card-text a:hover {
        text-decoration: underline;
    }

    .row {
        justify-content: center;
    }

    a {
        text-decoration: none;
    }

    /* Responsive adjustments */
    @media (max-width: 991.98px) {
        .navbar {
            padding-left: 15px;
            padding-right: 15px;
        }

        .navbar-brand {
            margin-right: auto;
            margin-left: 10px;
        }

        .navbar-toggler {
            order: -1;
        }

        .navbar-nav {
            margin-left: 0;
        }

        .nav-item {
            margin-right: 0;
        }

        .navbar-login-button {
            position: absolute;
            top: 10px;
            right: 15px;
        }
    }

    @media (max-width: 767.98px) {
        .filter-section h2 {
            font-size: 24px;
            line-height: 1.4;
        }

        .navbar-brand img {
            height: 30px;
        }

        .browse-cards {
            flex-wrap: wrap;
        }

        .card-tab {
            width: 45%;
            height: auto;
            margin-bottom: 20px;
        }

        .card-body {
            padding-bottom: 50px;
        }

        .credit-card-container {
            flex-direction: column;
        }

        .credit-card-img {
            margin-right: 0;
            margin-bottom: 20px;
        }

        .nav-tabs {
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .nav-link {
            max-width: 150px;
            flex: 1 0 48%;
            height: auto;
            padding: 20px;
        }

        .nav-link img {
            width: 60px;
        }

        .tab-content {
            padding: 10px;
        }
    }

    @media (max-width: 480px) {
        .nav-link {
            flex: 1 0 100%;
            padding: 15px;
        }

        .card-body {
            padding-bottom: 50px;
        }

        .nav-link img {
            width: 50px;
        }

        .tab-content {
            padding: 5px;
        }

        .btn:not(:disabled):not(.disabled) {
            cursor: pointer;
            padding: .63rem 1rem !important;
        }
    }

    .nav-tabs {
        border-bottom: none;
        height: 200px;
    }

    .nav-tabs .nav-link {
        border: none;
        transition: background-color 0.3s;
    }

    .nav-tabs .nav-link.active {
        background-color: #fff !important;
    }

    .nav-tabs .nav-link:not(.active) {
        background-color: #d0d7df !important;
    }

    .nav-tabs .nav-link:hover {
        background-color: #e9ecef !important;
    }

    /* New styles for the filter section */
    .filter-section {
        margin-top: 50px;
        padding: 0 20px;
    }

    .filter-option {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        text-decoration: none;
        color: #96144c;
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
    }

    .filter-option:last-child {
        border-bottom: none;
    }

    .filter-option .plus-icon {
        color: #96144c;
        font-size: 20px;
        font-weight: 300;
    }

    /* Desktop styles */
    @media (min-width: 768px) {
        .filter-section {
            padding: 0 5pc;
        }

        .filter-mobile {
            display: none;
        }

        .filter-desktop {
            display: block;
        }

        .filter-section h2 span {
            display: inline;
        }

        .dropdown-toggle {
            color: #96144c;
            font-weight: bold;
            text-decoration: none;
            border-bottom: 1px solid #96144c;
            padding-bottom: 2px;
        }

        .reset-button {
            width: auto;
            padding: .63rem 2rem;
        }
    }

    /* Mobile styles */
    @media (max-width: 767px) {
        .filter-section {
            padding: 0 15px;
        }

        .filter-mobile {
            display: block;
        }

        .filter-desktop {
            display: none;
        }

        .filter-section h2 {
            font-size: 16px;
            line-height: 1.4;
            margin-bottom: 10px;
        }

        .filter-section h2 span {
            display: block;
            margin-bottom: 15px;
        }
    }

    @media (min-width: 768px) {
        .card-details {
            display: block;
        }
    }

    @media (max-width: 767px) {

        .credit-card-img,
        .content h4 {
            display: none;
        }

        .feature-buttons {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .features h4 {
            display: none;
        }
    }

    @media (min-width: 768px) {

        .credit-card-img,
        .content h4 {
            display: block;
        }

        .feature-buttons {
            display: none;
        }
    }
