  body {
            font-family: 'Open Sans', sans-serif;
        }
        .gradient-bg {
            background: linear-gradient(to right, #6a4ff5, #8a7aff);
        }
        .hero-section {
            background-color: #f8faff;
        }
        .dark-section {
            background-color: #242D39;
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 14% 200px;
            border-bottom-right-radius: 14% 200px;
            padding-bottom: 150px;
        }
        .card-shadow {
            margin: 0px;
            padding: 40px;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
            border-style: solid;
            border-width: 1px;
            border-color: #E2E8F0;
            border-radius: 12px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
        .card-shadow:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .bg-section-fafa {
            background-color: #FAF9F6;
        }
        .bg-f7f8f9 {
            background-color: #F7F8F9;
        }
        .bg-white-card {
            background-color: #FFFFFF;
        }
        .msp-card-hover:hover {
            transform: scale(1.02);
            box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
            border-color: #6a4ff5;
        }
        .card-combined {
            background-color: transparent;
            border-radius: 12px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
            align-items: stretch;
            overflow: hidden;
        }
        @media (min-width: 768px) {
            .card-combined {
                max-height: 390px;
            }
        }
        @media (min-width: 1024px) {
            .card-combined {
                flex-direction: row;
            }
        }
        .combined-image-section {
            background-color: white;
            padding: 2px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        .combined-image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px 0 0 10px;
        }
        .combined-image-section .icon-overlay {
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            color: red;
            font-size: 1rem;
        }
        .combined-image-section .icon-bottom-left {
            position: absolute;
            bottom: 0.5rem;
            left: 0.5rem;
            color: red;
            font-size: 1rem;
        }
        .combined-image-section .checkmark-overlay {
            position: absolute;
            bottom: 1rem;
            right: 1rem;
            color: #4CAF50;
            font-size: 2rem;
            background-color: white;
            border-radius: 50%;
            padding: 0.25rem;
        }
        .smarter-choice-content {
            background-color: #FFFFFF;
            padding: 2.5rem;
            border-radius: 0 12px 12px 0;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .smarter-choice-content::after {
            content: "\201C";
            font-size: 15rem;
            color: rgba(255, 255, 255, 0.6);
            position: absolute;
            top: -2rem;
            right: -2rem;
            z-index: 1;
            line-height: 1;
            font-family: sans-serif;
        }
        .footer-bg {
            background-color: #0F2F4F;
        }
        .scrolled-header {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid #e2e8f0;
        }
        .text-lg {
            letter-spacing: 0.5px !important;
            line-height: 1.6 !important;
            font-weight: 400 !important;
            font-size: 20px !important;
        }
        .leading-tight {
            letter-spacing: 1.5px;
            line-height: 1.4em !important;
            font-size: 48px !important;
        }

        /* Desktop Dropdown Styles (simplified to complement inline HTML styles) */
.header-dropdown-content {
    display: none;
}
.header-dropdown-content.show {
    display: block;
}
/* Mobile Navigation Styles */
#mobile-menu {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.mobile-menu-item {
    display: flex;
    flex-direction: column;
}
.mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    color: #1a202c;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}
.mobile-menu-toggle:hover {
    background-color: #f7fafc;
}
.mobile-sub-menu {
    display: none;
    background-color: #f9fafb;
    padding-left: 1rem;
}
.mobile-sub-menu.active {
    display: block;
}
.mobile-sub-menu a {
    display: block;
    padding: 0.5rem 1rem;
    color: #4a5568;
    text-decoration: none;
}
.mobile-sub-menu a:hover {
    background-color: #edf2f7;
}
.mobile-menu-toggle .fas {
    transition: transform 0.2s ease;
}
.mobile-menu-toggle.active .fas {
    transform: rotate(180deg);
}

.bg_wave {
    background-image: url('../images/wave.svg'); /* Corrected path assuming CSS is in 'css/' relative to 'assets/' */
    background-size: cover; /* Or contain, 100% 100% */
    background-position: center bottom; /* Adjust as needed */
    background-repeat: no-repeat; 
    min-height: 200px; /* Example: Give it a minimum height */
    width: 100%; /* Ensure it spans the full width */

    
}

.text-purple-600{  color: rgb(15, 82, 186) !important;
}
.text-purple-400{color: #AEC9F2 !important;}
.header-dropdown-container a {
    color: #0F2F4F ; /* Sets the text color */
}
 .header-dropdown-container a:hover {
    color: #0F52BA !important; /* Sets the text color */
}

.nav_item {
    color: #0F2F4F !important; /* Sets the text color */
}
.nav_item:hover {
    color: #0F52BA !important; /* Sets the text color */
}
.text-gray-900{color: #0F2F4F !important;}
.bg-whitex{background-color: #F5F5F5 !important;}