.ai-readiness {
    background: linear-gradient(135deg, #1e3665, #251c47);
    padding: 4rem 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ai-readiness-content {
    max-width: 800px;
    margin: 0 auto;
}

.ai-readiness h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.ai-readiness p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    text-align: center;
}

.assessment-button {
    display: inline-block;
    margin-top: 1rem;
}

.hero {
    background: url('ai-consulting-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 1;
}

.about-section {
    background-color: #111827;
    padding: 5rem 2rem;
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
}

.about-grid {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.about-text {
    max-width: 800px;
}

.highlight {
    font-size: 1.1rem;
    color: #a0aec0;
    line-height: 1.6;
}

.team-section {
    margin-top: 3rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    justify-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member {
    background-color: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 1.5rem;
    transition: transform 0.3s ease, background-image 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
    background-image: linear-gradient(135deg, #1e3665, #251c47);
}

.team-member h4 {
    color: #4da7ff;
    margin-bottom: 1rem;
}

.feature-list {
    list-style-type: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.feature-list li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #4da7ff;
    font-weight: bold;
}

.productivity-section {
    background-color: #0d1117;
    padding: 5rem 2rem;
}

.productivity-content {
    max-width: 1200px;
    margin: 0 auto;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature {
    background-color: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 1.5rem;
    transition: transform 0.3s ease, background-image 0.3s ease;
}

.feature:hover {
    transform: translateY(-5px);
    background-image: linear-gradient(135deg, #1e3665, #251c47);
}

.feature i {
    font-size: 2rem;
    color: #4da7ff;
    margin-bottom: 1rem;
}

.feature h3 {
    color: #a0aec0;
    margin-bottom: 1rem;
}

.services-section {
    padding: 4rem 2rem;
    background-color: #1e2130;
    color: #fff;
}

.services-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    background: linear-gradient(45deg, #4da7ff, #ff4da7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.service-card:hover {
    transform: translateY(-5px);
        background-image: linear-gradient(135deg, #1e3665, #251c47);
}

.service-card h3 {
    color: #4da7ff;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
}

.service-card ul {
    list-style-type: none;
    padding: 0;
}

.service-card li {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: flex-start;
    font-size: 1.1rem;
    line-height: 1.5;
}

.service-card li i {
    color: #4da7ff;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: 1fr;
        max-width: 800px;
    }
}

.solution-section,
.background-section {
    background: linear-gradient(135deg, #1e3665, #251c47);
    padding: 5rem 2rem;
}

.solution-content,
.background-content {
    max-width: 800px;
    margin: 0 auto;
}

.solution-list,
.background-list {
    list-style-type: none;
    padding: 0;
}

.solution-list li,
.background-list li {
    color: #a0aec0;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    font-size: larger;
}

.solution-list li::before,
.background-list li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #4da7ff;
    font-weight: bold;
}

.challenges-section,
.solutions-section,
.background-section {
    padding: 5rem 2rem;
    text-align: center;
    color: #ffffff;
}

.challenges-section {
    background-color: #1a1a2e;
}

.solutions-section {
    background-color: #16213e;
}

.background-section {
    background-color: #0f3460;
}

.section-content {
    max-width: 1200px;
    margin: 0 auto;
}

.challenges-section h2,
.solutions-section h2,
.background-section h2 {
    font-size: 2.5rem;
    color: #a78bfa;
    margin-bottom: 2rem;
    text-align: center;
}

.challenges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    justify-items: center;
}

.challenge-card {
    background-color: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 1.5rem;
    transition: transform 0.3s ease, background-image 0.3s ease;
}

.challenge-card:hover {
    transform: translateY(-5px);
    background-image: linear-gradient(135deg, #1e3665, #251c47);
}

.challenge-card i {
    font-size: 2rem;
    color: #4da7ff;
    margin-bottom: 1rem;
}

.challenge-card h3 {
    margin-bottom: 1rem;
}

.challenge-card p {
    opacity: 0.9;
    font-size: 0.9rem;
}

.solutions-list,
.background-list {
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    max-width: 800px;
}

.solutions-list li,
.background-list li {
    color: #e7e7d6;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    font-size: larger;
}

.background-list strong,
.solutions-list strong {
    color: #f5f5f5;
}
.emoji-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}
.solutions-list li::before,
.background-list li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #4da7ff;
    font-weight: bold;
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .features {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .challenges-grid {
        grid-template-columns: 1fr;
    }
}

.hero::before {
    position: relative;
}