  .gradient-bg {
    background: linear-gradient(to right, rgb(15, 82, 186),rgb(40, 100, 200));
        }
        .hero-section {
            background-color: #f8faff;
        }
        .dark-section {
            background-color: #0F2F4F;
            position: relative;
            overflow: hidden;
            border-bottom-left-radius: 14% 200px;
            border-bottom-right-radius: 14% 200px;
            padding-bottom: 150px;
        }
        .card-shadow {
            margin: 0px;
            padding: 1.5rem;
            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;
            }
        }
       
        
       
        .future-ready-bg {
            background-image: url('../images/cybersecurity_background.png');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            background-repeat: no-repeat;
            position: relative;
        }
        .future-ready-bg::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(46, 60, 77, 0.7);
            z-index: 0;
        }
        .future-ready-bg .container {
            position: relative;
            z-index: 1;
        }
        .financial-services-section .card {
            background-color: #ffffff;
            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);
           M
            padding: 2.5rem;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        .financial-services-section .card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #242D39;
        }
        .financial-services-section .card p {
            color: #555;
            line-height: 1.6;
        }
        .financial-services-section .card ul {
            list-style: none;
            padding-left: 0;
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.5rem;
        }
        .financial-services-section .card ul li {
            display: flex;
            align-items: center;
            color: #555;
        }
        .financial-services-section .card ul li i {
            color: #6a4ff5;
            margin-right: 0.75rem;
            font-size: 1.25rem;
        }
        .financial-services-new-design {
            background-color: #f8faff;
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
        .financial-services-header {
            background-color: #6a4ff5;
            color: white;
            padding: 1.5rem;
            border-radius: 0.75rem;
            text-align: center;
            margin-bottom: 2rem;
        }
        .financial-services-card {
            background-color: white;
            border-radius: 0.75rem;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            padding: 2.5rem;
        }
        .empower-section {
            background-color: #f8faff;
        }
        .benefit-card {
            background-color: #FFFFFF;
            border-radius: 0.75rem;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            padding: 1.5rem;
            display: flex;
            align-items: center;
            gap: 1rem;
            text-align: left;
        }
        .benefit-card i {
            color: #6a4ff5;
            font-size: 1.5rem;
        }
        .benefit-card p {
            font-size: 1.125rem;
            color: #4A5568;
            font-weight: 600;
        }
        .centered-grid-row {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
        }
        @media (min-width: 768px) {
            .centered-grid-row {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                max-width: 768px;
            }
        }
        @media (min-width: 1024px) {
            .centered-grid-row {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                max-width: 768px;
            }
        }
        .benefits-interactive-section {
            background-color: #FFFFFF;
        }
        .benefits-interactive-list {
            padding-left: 0;
        }
        .benefits-interactive-list li {
            cursor: pointer;
            padding: 1rem 1.5rem;
            border-radius: 0.75rem;
            transition: all 0.3s ease;
            position: relative;
            color: #4A5568;
            list-style: none;
            margin-bottom: 0.5rem;
            background-color: #f9fafb;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        .benefits-interactive-list li::before {
            content: '\f058';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 1rem;
            top: 1.5rem;
            font-size: 1.25rem;
            color: #D1D5DB;
            transition: all 0.3s ease;
        }
        .benefits-interactive-list li:not(.active):hover {
            transform: translateY(-2px);
            background-color: #edf2ff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .benefits-interactive-list li.active {
            background: linear-gradient(to right, #f2f5ff, #e0e7ff);
            color: #1A202C;
            box-shadow: 0 4px 12px rgba(106, 79, 245, 0.2);
        }
        .benefits-interactive-list li.active::before {
            color: #6a4ff5;
            font-size: 1.5rem;
        }
        .benefit-item-main-text {
            padding-left: 2.5rem;
            font-size: 1.25rem;
            font-weight: 600;
            color: inherit;
            position: relative;
            display: inline-block;
            transition: all 0.3s ease;
        }
        .benefits-interactive-list li.active .benefit-item-main-text::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 2.5rem;
            right: 0;
            height: 3px;
            /*background: linear-gradient(to right, #6a4ff5, #8a7aff);*/
            border-radius: 2px;
        }
        .benefits-interactive-list li:not(.active):hover .benefit-item-main-text {
            color: #6a4ff5;
        }
        .benefit-item-description {
            padding-left: 2.5rem;
            color: #4A5568;
            line-height: 1.6;
            font-size: 1rem;
            margin-top: 0.75rem;
            animation: fadeIn 0.3s ease-in-out;
            font-weight: normal;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-5px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .benefits-detail-image-container {
            background-color: transparent;
            border-radius: 0.75rem;
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .benefits-detail-image-container img {
            max-width: 100%;
            height: auto;
            border-radius: 0.75rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease;
        }
        .benefits-detail-image-container img:hover {
            transform: scale(1.02);
        }
        .header-dropdown-container {
            position: relative;
        }
        .header-dropdown-content {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: white;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            padding: 0.5rem 0;
            min-width: 12rem;
            z-index: 10;
        }
        .header-dropdown-content.show {
            display: block;
        }
        .header-dropdown-content a {
            display: block;
            padding: 0.5rem 1rem;
            color: #1a202c;
            text-decoration: none;
        }
        .header-dropdown-content a:hover {
            background-color: #f7fafc;
        }
        .header-dropdown-container .fas.fa-chevron-down {
            transition: transform 0.2s ease;
        }
        .header-dropdown-container:hover .fas.fa-chevron-down {
           /* transform: rotate(180deg);*/
        }

        .sub_head {
    letter-spacing: 0.5px !important;
    line-height: 1.6 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}


/*card*/
.card-shadow {
    margin: 0px;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white for glass effect */
    backdrop-filter: blur(4px); /* Subtle glassmorphism */
    border-radius: 1rem; /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Lighter shadow */
    border-left: 4px solid transparent; /* Default left border */
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.card-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, #2563EB, #1E3A8A); /* Same gradient as site */
    transition: width 0.3s ease-in-out;
    z-index: 0;
}
.card-shadow:hover::before {
    width: 100%; /* Slide gradient across card */
}
.card-shadow:hover {
    border-left: 4px solid #2563EB; /* Blue-600 border */
   /* transform: rotate(1deg);*/ /* Subtle tilt */
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.2);
}
.card-shadow > div.text-purple-600.text-3xl.mb-4 {
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1; /* Keep above gradient */
}
.card-shadow:hover > div.text-purple-600.text-3xl.mb-4 {
    transform: translateX(-5px); /* Shift left */
}
.card-shadow:hover > div.text-purple-600.text-3xl.mb-4 i {
    color: #ffffff; /* White icon on hover */
}
.card-shadow:hover > div.text-xl.font-semibold.text-gray-900.mb-2 h3 {
    color: #ffffff; /* White icon on hover */
}
.card-shadow h3 {
    color: #172554; /* Blue-950 */
    transition: color 0.3s ease-in-out;
    position: relative;
    z-index: 1; /* Keep above gradient */
}
.card-shadow p {
    color: #4B5563; /* Gray-600 */
    transition: color 0.3s ease-in-out;
    position: relative;
    z-index: 1; /* Keep above gradient */
}
.card-shadow:hover h3,
.card-shadow:hover p {
    color: #ffffff !important; /* White text on hover */
}
/*card end*/