﻿.ficon-box {
    width: 100%;
}

    .ficon-box ul li {
        color: #cecece;
    }

.k-benefits .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2pc 0px 2.5rem;
}

    .k-benefits .features-grid .feature-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

.k-benefits .feature-item .feature-icon {
    color: #216498;
    font-size: 1.25rem;
}

.pg-ul {
    list-style: square;
    margin-left: 0px;
}

    .pg-ul li {
        line-height: 24px;
        color: #2c2c2c;
        margin-bottom: 15px;
    }

.examples-table {
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}

    .examples-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .examples-table th,
    .examples-table td {
        border: 1px solid #ccc;
        padding: 12px 16px;
        text-align: left;
    }

    .examples-table thead th {
        background-color: #216498;
        color: white;
        font-size: 18px;
    }

    .examples-table tbody td:first-child {
        text-align: left;
        font-weight: bold;
    }

    .examples-table tbody td {
        font-size: 16px;
    }

.top-border-highlight {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px 30px;
    text-align: center;
    border-top: 5px solid #216498;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

    .top-border-highlight h2 {
        font-size: 28px;
        color: #216498;
        margin-bottom: 16px;
        font-weight: 600;
    }

    .top-border-highlight p {
        font-size: 18px;
        color: #444;
        line-height: 1.7;
    }

.cta-steps-section {
    background-color: #f5fdfb;
    padding: 60px 20px;
    text-align: center;
}


.cta-steps-container h2 {
    font-size: 28px;
    color: #216498;
    margin-bottom: 40px;
    font-weight: 600;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    margin: 20px 0 20px;
}

.step-box {
    border-left: 2px solid #d2eae2;
    padding: 30px 20px;
    transition: 0.3s ease;
}

    .step-box:first-child {
        border-left: 0px;
    }

.step-number {
    font-size: 20px;
    color: #000;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.step-box h3 {
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

    .cta-buttons .btn {
        background-color: #216498;
        color: #fff;
        padding: 12px 20px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: background 0.3s ease;
    }

        .cta-buttons .btn:hover {
            background-color: #216498;
        }

        .cta-buttons .btn.btn-outline {
            background-color: transparent;
            color: #216498;
            border: 2px solid #216498;
        }

.ai-tools-features {
    padding: 60px 0px;
}

.ai-tools-features .content-box {
    margin: 2pc 0 0;
    width: 100%;
    text-align: left;
    border: 1px solid #216498;
    padding: 20px;
}

.ai-tools-features .content-icon {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
    width: 85px;
    height: 85px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ai-tools-features .content-icon i {
        font-size: 80px;
        color: #216498;
    }

.ai-tools-features .content-box h3 {
    color: #216498;
    margin-bottom: 12px;
    font-weight: 600;
}


.ai-tools-features .content-box p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
}

.ai-tools-features .highlights {
    list-style: disc;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
}

    .ai-tools-features .highlights li {
        color: #333;
        margin-bottom: 12px;
        display: flex;
        align-items: start;
        gap: 10px;
    }

    .ai-tools-features .highlights i {
        color: #216498;
        font-size: 18px;
    }

.ai-tools-features .note {
    font-size: 16px;
    color: #216498;
    background: #f3f3f3;
    padding: 7px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    font-weight: 500;
}

.ai-tools-features .btn-primary {
    background-color: #216498;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
}

    .ai-tools-features .btn-primary:hover {
        background-color: #184d77;
    }

/* Responsive */
@media (max-width: 768px) {

    .ai-tools-features .highlights {
        text-align: left;
    }

    .steps-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .step-box {
        border-left: 0px solid #d2eae2;
        border-bottom: 1px solid #d2eae2;
    }

        .step-box:last-child {
            border-left: 0px solid #d2eae2;
            border-bottom: 0px solid #d2eae2;
        }

    .k-benefits .features-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
