.ai-works-section {
    background-image: url('../img/ai/ban-1.jpg'); /* Replace with your background */
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 80px 0;
    color: #fff;
    }
    .ai-works-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: -1;
    }
    .glass-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    transition: transform 0.3s ease;
    height: 100%;
    }
    .glass-card:hover {
    transform: translateY(-5px);
    }
    .glass-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    }
    .btn-ai-demo {
    font-size: 1.1rem;
    border-radius: 50px;
    padding: 12px 30px;
    }
    .btn-ai-demo-a {
    font-size: 1.1rem;
    border-radius: 50px;
    padding: 12px 30px;
    border: 1px solid #141B5D !important;
    color: #141B5D !important;
    }
    .btn-ai-demo-a:hover {
    font-size: 1.1rem;
    border-radius: 50px;
    background-color: #141B5D;
    padding: 12px 30px;
    border: 1px solid #141B5D !important;
    color: #fff !important;
    }
    /* Styled list using Font Awesome icons */
    .list-icon-a {
    padding-left: 0;
    list-style: none;
    }
    .list-icon-a li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 18px;
    }
    .list-icon-a li i {
    color: #00e676;
    min-width: 18px;
    margin-top: 6px;
    font-size: 18px;
    }
    .den-ai-sky-blue {
    background: linear-gradient(180deg, #5DE1FB 0%, #48D2ED 100%);
    }
    .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    }
    .card.transition:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    }
    .list-icon-b{
    font-weight: 400 !important;
    font-size: 16px !important;
    }
    .tech-section {
    position: relative;
    overflow: hidden;
    }
    .tech-section .bg-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    }
    .tech-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .tech-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    .tech-box .icon {
    font-size: 3rem;
    color: #ffc107;
    margin-bottom: 15px;
    }
    .tech-box h5 {
    color: #fff;
    }
    .tech-box .desc {
    font-size: 0.875rem;
    color: #ddd;
    }
    .btn-ai-demo
    {
    background-color: #fff;
    color: #212529;
    }
    .glass-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease-in-out;
    }
    .glass-box:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    }
    .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    }
    .d-p-sub-pop-box-b {
    background: #030B4F;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    }
    .accordion-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }
    .den-carousel-a .carousel-item {
    background-color: transparent;
    }
    .den-btn-blue {
    background: #141B5D!important;
    color: #fff;
    }
    .index-icon-left {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
    }
    .den-btn-blue:hover {
    background: #141B5D !important;
    color: #fff;
    }
    .den-p-sub-pop-ul {
    padding: 0;
    margin: 0;
    }
    .d-p-sub-pop-box-img {
    margin-right: 1rem;
    }
    .den-p-sub-pop-ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin-bottom: 0.5rem;
    }
    .d-p-sub-pop-box {
    background: #030B4F;
    /* box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15); */
    border-radius: 10px;
    padding: 1.5rem;
    height: 100%;
    }
    .hero-section {
    position: relative;
    background: url('../img/ai/ban-2.jpg') no-repeat center center / cover;
    color: white;
    z-index: 1;
    }
    .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Optional overlay */
    z-index: 1;
    }
    .hero-content {
    position: relative;
    z-index: 2;
    }
    .text-gradient {
    background: linear-gradient(90deg, #FF3BFF 0%, #ECBFBF 38.02%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    .hero-ai-head
    {
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
    letter-spacing: 1.28px;
    }
    .hero-ai-head-a
    {
    background: linear-gradient(90deg, #FF3BFF 0%, #ECBFBF 38.02%, #5C24FF 75.83%, #D94FD5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.64px;
    }
    .hero-ai-head-para
    {
    color: #EDEDED;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    }
    .hero-ai-head-btn
    {
    border-radius: 8px;
    background: #1C3FC6;
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.12) inset, 0px 1px 1.5px 0px rgba(255, 255, 255, 0.25) inset, 0px 2px 6px 0px rgba(74, 58, 255, 0.10);
    color: var(--Colors-Neutrals-White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    }
    .hero-ai-head-btn-a
    {
    border-radius: 8px;
    border: 1px solid #FFF;
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.12) inset, 0px 1px 1.5px 0px rgba(255, 255, 255, 0.25) inset, 0px 2px 6px 0px rgba(74, 58, 255, 0.10);
    color: var(--Colors-Neutrals-White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    }
    .hero-ai-head-btn:hover
    {
    border-radius: 8px;
    background: #1C3FC6;
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.12) inset, 0px 1px 1.5px 0px rgba(255, 255, 255, 0.25) inset, 0px 2px 6px 0px rgba(74, 58, 255, 0.10);
    color: var(--Colors-Neutrals-White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    }
    .hero-ai-head-btn-a:hover
    {
    border-radius: 8px;
    border: 1px solid #FFF;
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.12) inset, 0px 1px 1.5px 0px rgba(255, 255, 255, 0.25) inset, 0px 2px 6px 0px rgba(74, 58, 255, 0.10);
    color: var(--Colors-Neutrals-White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    }
    .benefit-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #ddd;
    transition: box-shadow 0.3s ease;
    }
    .benefit-box:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    }
    .benefit-item {
    align-items: flex-start;
    font-size: 18px;
    font-weight: 300;
    color: #4e5051;
    }
    .benefit-item  strong {
    font-size: 20px;
    font-weight: 600;
    color: #3AC8E4;
    margin-bottom: 0.5rem;
    }
    .benefit-icon {
    font-size: 1.5rem;
    color: #141B5D; /* uniform blue color */
    margin-right: 15px;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
    }