/* ============================================
   AI SOLUTIONS PAGE - NEW CSS
   ============================================ */

/* Banner */
.ai-solutions-banner {
    background-image: url('../images/nwdco/services/ai-solutions.jpg');
}

/* Page wrapper */
.ai-solutions-page {
    color: #243244;
}

.ai-solutions-page p {
    color: #000000;
    font-size: 16px;
    line-height: 1.75;
}

.ai-solutions-page .sec-title .title {
    color: #1c1e20;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: none;
}

.ai-solutions-page .sec-title h2 span,
.ai-solutions-page .grid__title span {
    color: #1c1e20;
}

/* Intro Section Benefits Grid */
.ai-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.ai-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 10px;
    border-left: 3px solid #2f528a;
    transition: all 0.3s ease;
}

.ai-benefit-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(47, 82, 138, 0.15);
}

.ai-benefit-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: linear-gradient(135deg, #2f528a 0%, #1e3a5f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-benefit-icon i {
    color: #ffffff;
    font-size: 18px;
}

.ai-benefit-item span {
    font-weight: 600;
    color: #1e293b;
    font-size: 15px;
}

/* Capability Cards with Images */
.ai-capability-card {
    min-height: 520px;
    padding: 0 0 35px 0 !important;
    overflow: hidden;
}

.ai-capability-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}

.ai-capability-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ai-capability-card:hover .ai-capability-img img {
    transform: scale(1.08);
}

.ai-capability-card .icon-wrapper {
    margin: 0 30px 15px;
}

.ai-capability-card h4 {
    margin: 0 30px 12px;
    font-size: 18px;
}

.ai-capability-card p {
    margin: 0 30px;
    font-size: 15px;
    line-height: 1.6;
}

/* Approach Section */
.ai-approach {
    background: #ffffff;
}

/* Why Choose Section */
.ai-why {
    background: #f6f9fd;
}

.ai-why .why-choose-box {
    background: #ffffff;
    border: 1px solid #dfe8f2;
    border-left: 4px solid #2f528a;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(17, 42, 75, 0.08);
    padding: 34px;
}

.ai-why .why-choose-box h4 {
    color: #132f4c;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 12px;
}

.ai-why .why-choose-box p {
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
}

.ai-why .why-choose-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ai-why .why-choose-box li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #334155;
}

.ai-why .why-choose-box li i.fa-check {
    color: #2f528a;
    margin-right: 10px;
    margin-top: 3px;
}

/* Use Cases Section */
.ai-use-cases {
    background: #ffffff;
}

.ai-use-case-row {
    display: flex;
    flex-wrap: wrap;
}

.ai-use-case-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(17, 42, 75, 0.08);
    border: 1px solid #e2eaf3;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
}

.ai-use-case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(17, 42, 75, 0.12);
}

.ai-use-case-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.ai-use-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ai-use-case-card:hover .ai-use-case-img img {
    transform: scale(1.05);
}

.ai-use-case-content {
    padding: 28px 30px 30px;
}

.ai-use-case-content h4 {
    color: #132f4c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.ai-use-case-content p {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.ai-use-case-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.ai-use-case-content ul li {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #334155;
}

.ai-use-case-content ul li i.fa-check {
    color: #2f528a;
    margin-right: 10px;
    margin-top: 3px;
}

.ai-business-impact {
    background: linear-gradient(135deg, #f0f4f8 0%, #e8f0f8 100%);
    padding: 14px 18px;
    border-radius: 8px;
    border-left: 3px solid #2f528a;
    font-size: 15px;
    color: #334155;
    line-height: 1.5;
}

/* Industries Section */
.ai-industries {
    background: #f6f9fd;
}

.ai-industry-card {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px !important;
}

.ai-industry-card .icon-wrapper {
    margin-bottom: 15px;
}

.ai-industry-card h4 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4;
}

/* Future Section */
.ai-future {
    background: #ffffff;
}

.ai-future-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(17, 42, 75, 0.12);
}

.ai-future-img img {
    width: 100%;
    height: auto;
    display: block;
}

.ai-future h4 {
    color: #2f528a;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

/* Get Started Section */
.ai-get-started {
    background: #0f2a44;
}

.ai-get-started h3,
.ai-get-started p,
.ai-get-started .footer-contact-text,
.ai-get-started .footer-contact-link,
.ai-get-started .footer-contact-span {
    color: #ffffff;
}

.ai-get-started .btn-shutter-transparent {
    border-color: #ffffff;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    .ai-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ai-capability-card {
        min-height: 0;
    }

    .ai-use-case-img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .ai-benefits-grid {
        grid-template-columns: 1fr;
    }

    .ai-why .why-choose-box {
        padding: 22px;
    }

    .ai-use-case-content {
        padding: 20px 22px 22px;
    }

    .ai-future-img {
        margin-bottom: 30px;
    }
}