/* Dark Theme Styles */
        body {
            /* background-color: #121212; */
            color: #ffffff;
        }
        
        /* Navbar */
        .InsightHCM_navbar {
            /* background-color: #1a1a1a; */
        }
        
        .nav-menu ul li, .mobile_menu ul li {
            color: #ffffff;
        }
          
        /* Hero Section */
        .service-hero {
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
        }
        
        /* Cards */
        .ai-card, .benefit-card, .service-card, .tab-content {
            background-color: #1e1e1e;
            color: #ffffff;
            border: 1px solid #333;
        }
        
        .benefit-card:hover, .service-card:hover, .ai-card:hover {
            border-color: #00dbde;
            box-shadow: 0 5px 15px rgba(0, 219, 222, 0.3);
        }
        
        /* Accordion */
        .accordion-item {
            background-color: #1e1e1e;
            color: #ffffff;
        }
        
        .accordion-button {
            background-color: #1e1e1e;
            color: #ffffff;
        }
        
        .accordion-button:not(.collapsed) {
            /* background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%); */
            color: #ffffff;
        }
        
        /* Buttons */
        .btn-primary {
            /* background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%); */
            border: none;
            color: white;
        }
        
        .btn-outline-light {
            border-color: #ffffff;
            color: #ffffff;
        }
        
        .btn-outline-light:hover {
            background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
            border-color: transparent;
        }
        
        /* Footer */
        .footer {
            /* background-color: #1a1a1a; */
            color: #ffffff;
        }
        
        .copyright {
            /* background-color: #121212; */
            color: #ffffff;
        }
        
        /* Text Colors */
        h1, h2, h3, h4, h5, h6, p, li {
            color: #ffffff;
        }
        
        /* Links */
        a {
            color: #999b9f;
        }
        
        a:hover {
            color: #505fe7;
        }
        
        /* Form Elements */
        .form-control, .form-select {
            background-color: #ffffff;
            border-color: #444;
            color: #444;
        }
        
        .form-control:focus, .form-select:focus {
            background-color: #ffffff;
            border-color: #00dbde;
            color: #444;
            box-shadow: 0 0 0 0.25rem rgba(0, 219, 222, 0.25);
        }
        
        /* Custom Dark Theme Styles */
        .service-hero {
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .service-hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 20px;
        }
        
        .service-hero p {
            font-size: 1.2rem;
            color: #e6e6e6;
            max-width: 800px;
            margin: 0 auto 30px;
        }
        
        .ai-section {
            /* background-color: #0f0f0f; */
            padding: 30px 0; /* Changed from 80px 0px; */
            position: relative;
        }
        
        .ai-section .ai-card {
            background: rgb(17 37 58);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 30px;
            height: 100%;
            transition: transform 0.3s ease;
            border: 1px solid #333;
        }
        
        .ai-section .ai-card:hover {
            transform: translateY(-10px);
            border-color: #00dbde;
        }
        
        .ai-section h2 {
            color: #f89e52;
            margin-bottom: 30px;
            position: relative;
        }
        
        .ai-section h2:after {
            /* content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%); */
        }
        
        .benefits-section {
            padding: 80px 0;
            /* background-color: #121212; */
        }

        .benefits-section h2{
            color: #f89e52;
        }
        
        .benefits-section .benefit-card {
            background: rgb(17 37 58);
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            height: 100%;
            transition: transform 0.3s ease;
            border: 1px solid #333;
        }
        
        .benefits-section .benefit-card:hover {
            transform: translateY(-5px);
            border-color: #00dbde;
        }
        
        .benefits-section .benefit-card i {
            font-size: 2.5rem;
            margin-bottom: 20px;
            background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .industry-solutions {
            padding: 80px 0;
            background-color: #031b34;
        }

        .industry-solutions h2{
            color: #f89e52;
        }
        
        .industry-solutions .nav-pills .nav-link {
            color: #fff;
            background: #191d22;
            margin: 5px 0;
            text-align: left;
            border-radius: 5px;
            padding: 15px 20px;
            border: 1px solid #333;
        }
        
        .industry-solutions .nav-pills .nav-link.active {
            background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
            color: #fff;
            border-color: transparent;
        }
        
        .industry-solutions .tab-content {
            background: rgba(30, 30, 30, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 30px;
            min-height: 300px;
            border: 1px solid #333;
        }
        
        .services-grid {
            padding: 40px 0; /* Changed from 80px 0px; */
            /* background-color: #121212; */
        }
        
        .services-grid .service-card {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            max-height: 450px;
            height: 430px;
            background-color: rgb(17 37 58);
            border: 1px solid #333;
        }
        
        .services-grid .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 219, 222, 0.2);
            border-color: #00dbde;
        }
        
        .services-grid .service-card .card-img-top {
            height: 200px;
            object-fit: cover;
        }
        
        .services-grid .service-card .card-body {
            padding: 25px;
        }
        
        .services-grid .service-card .card-title {
            font-weight: 700;
            margin-bottom: 15px;
            color: #f89e52;
        }
        
        .card-title {
            font-weight: 700;
            margin-bottom: 15px;
            color: #f89e52;
        }
        
        .faq-section {
            padding: 80px 0;
            background-color: #0a0a0a;
        }
        
        .faq-section .accordion-item {
            margin-bottom: 15px;
            border-radius: 10px;
            overflow: hidden;
            border: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            background-color: #1e1e1e;
        }
        
        .faq-section .accordion-button {
            font-weight: 600;
            padding: 20px;
            background-color: #1e1e1e;
            color: #ffffff;
        }
        
        .faq-section .accordion-button:not(.collapsed) {
            background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
            color: #fff;
        }
        
        .cta-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
            text-align: center;
            color: #fff;
        }
        
        .cta-section h2 {
            font-size: 2.5rem;
            margin-bottom: 30px;
        }
        
        .cta-section p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 40px;
            opacity: 0.9;
        }
        
        @media (max-width: 768px) {
            .service-hero h1 {
                font-size: 2.5rem;
            }
            
            .service-hero p {
                font-size: 1rem;
            }
            
            .cta-section h2 {
                font-size: 2rem;
            }
        }

        .text-gradient {
            background: linear-gradient(to right, #3676af 0%, #822a9b 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block;
        }

        /* Best Agency Section Styles */
.content-section {
    padding: 80px 0;
}

.dark-section {
    background-color: #031b34;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    color: #f89e52;
}

.section-title:after {
    /* content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 3px; */
    /* background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%); */
}

.benefit-list {
    list-style-type: none;
    padding-left: 0;
    margin: 25px 0 40px;
}

.benefit-list li {
    padding: 12px 0;
    position: relative;
    padding-left: 35px;
    font-size: 1.1rem;
    color: #e6e6e6;
    line-height: 1.6;
}

.benefit-list li:before {
    content: '✓';
    color: #00dbde;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.3rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .content-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .benefit-list li {
        font-size: 1rem;
        padding-left: 30px;
    }
}

.section-title:after {
    /* content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%); */
}

/* Optional: Add media query for better control */
@media (max-width: 767px) {
    .section-title:after {
        bottom: -6px;
        width: 40px;
        height: 2px;
    }
}

.ai-section h2:after 
    {
        /* content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%); */
    }


/* Optional: Add media query for better control */
@media (max-width: 767px) {
    .ai-section h2:after {
        bottom: -6px;
        width: 40px;
        height: 2px;
    }
}

/* About page bullets style */
.custom-bullets {
    list-style: none;
    padding-left: 0;
}

.custom-bullets li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
}

.custom-bullets li::before {
    content: "✔️";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: #17305e; /* green color for checkmark */
}

@media (max-width: 768px) {
    .custom-bullets li {
        font-size: 0.95rem;
        padding-left: 2rem;
    }

    .custom-bullets li::before {
        font-size: 1rem;
    }
}
