 #des p {
            padding-left: 48px;
        }


        body.theme-6 {
            background-color: white !important;
        }

        .dropdown-toggle {
            background-color: #f8f9fa;
            color: #343a40;
            border: 1px solid #343a40;
            padding: 10px 20px;
            transition: background-color 0.3s ease;
        }

        .dropdown-toggle:hover,
        .dropdown-toggle:focus {
            background-color: #343a40;
            color: #f8f9fa;
        }

        /* Style the dropdown menu */
        .dropdown-menu {
            background-color: #ffffff;
            border: 1px solid #fff;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
        }

        .dropdown-item {
            color: #343a40;
            padding: 10px 20px;
            transition: background-color 0.3s ease;
        }

        .dropdown-item:hover {
            background-color: #343a40;
            color: #ffffff;
        }

        .dropdown-toggle i {
            margin-left: 5px;
        }

        a.dropdown-item {
            font-size: 15px !important;
            font-weight: 400 !important;
        }

        .swal2-icon.swal2-error {
            border-color: #f27474 !important;
            color: #f27474 !important;
        }

        .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
            background-color: #f27474 !important;
        }

        header.main-header {
            background-color: white !important;
        }

        .log-in {
            background-color: #162CCA !important;
            color: white !important;
            font-family: '__Bricolage_Grotesque_114db6', '__Bricolage_Grotesque_Fallback_114db6';
            font-weight: 500;
            padding: 8px 22px !important;
        }

        .sign-up {
            border-color: #162CCA !important;
            color: #162CCA !important;
            font-family: '__Bricolage_Grotesque_114db6', '__Bricolage_Grotesque_Fallback_114db6';
            font-weight: 500;
            padding: 8px 22px !important;
        }

        section#home {
            background-color: #162CCA !important;
        }

        h1,
        .h1,
        h2,
        .h2,
        h3,
        .h3,
        h4,
        .h4,
        h5,
        .h5,
        h6,
        .h6 {

            color: #fff !important;
        }

        a.btn.btn-outline-dark {
            background-color: #f5f5f5 !important;
            color: black !important;
        }

        h1.mb-3 {
            font-family: "Jost", sans-serif !important;
            font-size: 40px;
        }

        .credit-goals-section {
            padding: 60px 20px;
            /* background-color: #f5f5f5; */
            background-color: #fff;
        }

        .credit-goals-container {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }

        .credit-goals-header h4 {
            font-size: 28px;
            color: #333;
            margin-bottom: 30px;
        }

        .credit-goals-boxes {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
        }

        .credit-goals-box {
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            flex: 1 1 30%;
            /* Makes 3 boxes per row, adjusts based on screen size */
            transition: transform 0.3s ease;
        }

        .credit-goals-box#monitor {

            border: 1px solid #CC2121;
            /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
            box-shadow: 0px 117px 97px -95px #CC2121, 0px 27px 28px -21px rgba(0, 0, 0, 0.22);

        }

        .credit-goals-box#protect {

            border: 1px solid #162CCA;
            box-shadow: 0px 117px 97px -95px #162CCA, 0px 27px 28px -21px rgba(0, 0, 0, 0.22);

        }

        .credit-goals-box#achieve {

            border: 1px solid #FFBE00;
            box-shadow: 0px 117px 97px -95px #FFBE00, 0px 27px 28px -21px rgba(0, 0, 0, 0.22);

        }

        .credit-goals-box:hover {
            transform: translateY(-10px);
        }

        .credit-goals-box img {
            width: 80px;
            height: 80px;
            margin-bottom: 15px;
        }

        .credit-goals-box h6 {
            font-size: 20px !important;
            color: #333 !important;
            font-weight: 600 !important;
            margin-bottom: 10px;
        }

        .credit-goals-box p {
            font-size: 16px;
            color: #777;
        }

        @media (max-width: 768px) {
            .credit-goals-box {
                flex: 1 1 100%;
                /* Stacks the boxes on smaller screens */
            }
        }

        h6 {
            font-size: 15px !important;
        }

        .site-footer ol li {
            color: white !important;
        }

        .site-footer {
            background-color: #162CCA !important;
        }

        /* Section 1: What You Will Get */
        #section-what-you-get .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            align-items: center;
            margin-bottom: 50px;
        }

        #section-what-you-get .image-container img {
            width: 100%;
            height: auto;
        }

        #section-what-you-get .text-container h4,
        #section-what-you-get .text-container h6 {
            color: #0077b6;
        }

        #section-what-you-get .text-container h4 {
            font-size: 1.25rem;
            margin-bottom: 15px;
        }

        #section-what-you-get .text-container h6 {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }

        #section-what-you-get .text-container p {
            color: #666;
            margin-bottom: 15px;
            line-height: 1.8;
        }

        /* Section 2: Protecting Your Identity */
        #section-protect-identity .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            align-items: center;
            margin-bottom: 50px;
        }

        #section-protect-identity .image-container img {
            width: 100%;
            height: auto;
        }

        #section-protect-identity .text-container h6 {
            font-size: 1.5rem;
            margin-bottom: 10px;
            color: #0077b6;
        }

        #section-protect-identity .text-container p {
            color: #666;
            margin-bottom: 15px;
            line-height: 1.8;
        }

        /* Section 3: Understand Your Credit */
        #section-understand-credit .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            align-items: center;
            margin-bottom: 50px;
        }

        #section-understand-credit .image-container img {
            width: 100%;
            height: auto;
        }

        #section-understand-credit .text-container h6 {
            font-size: 1.5rem;
            margin-bottom: 10px;
            color: #0077b6;
        }

        #section-understand-credit .text-container p {
            color: #666;
            margin-bottom: 15px;
            line-height: 1.8;
        }


        .responsive-image {
            width: 100%;
            height: auto;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {

            #section-what-you-get .content-grid,
            #section-protect-identity .content-grid,
            #section-understand-credit .content-grid {
                grid-template-columns: 1fr;
            }

            .image-container {
                text-align: center;
            }
        }

        .content-section {
            margin-bottom: 60px !important;
        }

        .footer-row p {
            color: white !important;
        }

        .dash-preview .preview-img {
            object-fit: contain !important;
        }

        a#sign-up:hover {
            background-color: #162CCA !important;
            color: white !important;
        }

        a#log-in:hover {
            background-color: white !important;
            color: #162CCA !important;
            border-color: #162CCA !important;
        }

        .images-section li {
            list-style: none !important;
        }

        .images-section img {
            width: 50% !important;
        }