﻿.services-index-page {
    direction: rtl;
}

    .services-index-page .elementor-element.elementor-element-62b22e5 {
        padding-top: 40px;
        padding-bottom: 70px;
    }

        .services-index-page .elementor-element.elementor-element-62b22e5 > .e-con-inner {
            width: 100%;
            max-width: 1180px;
            margin: 0 auto;
        }

    .services-index-page .nabu-services-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 20px !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .services-index-page .service-loop-item {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .services-index-page .service-loop-card {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 230px !important;
        padding: 22px 20px 18px !important;
        border-radius: 16px !important;
        border: 2px solid #F4F5F7 !important;
        background: #FFFFFF !important;
        text-decoration: none !important;
        overflow: hidden !important;
        box-shadow: 0 8px 24px rgba(17, 43, 79, 0.04) !important;
        transition: all 0.25s ease !important;
    }

        .services-index-page .service-loop-card:hover {
            transform: translateY(-5px) !important;
            border-color: rgba(90, 43, 221, 0.22) !important;
            box-shadow: 0 16px 36px rgba(90, 43, 221, 0.10) !important;
        }

    .services-index-page .service-loop-card-icon {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 14px !important;
        background: #F4F7FF !important;
        margin-bottom: 18px !important;
    }

    .services-index-page .service-loop-card-content {
        flex: 1 1 auto !important;
    }

        .services-index-page .service-loop-card-content h3 {
            margin: 0 0 10px !important;
            padding: 0 !important;
            font-size: 20px !important;
            font-weight: 800 !important;
            color: #161B2D !important;
            line-height: 1.8 !important;
        }

        .services-index-page .service-loop-card-content p {
            margin: 0 !important;
            padding: 0 !important;
            font-size: 14px !important;
            font-weight: 400 !important;
            line-height: 2 !important;
            color: #656668 !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 3 !important;
            -webkit-box-orient: vertical !important;
            overflow: hidden !important;
        }

    .services-index-page .service-loop-card-footer {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin-top: 22px !important;
        color: #1F57A3 !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        transition: all 0.25s ease !important;
    }

        .services-index-page .service-loop-card-footer svg {
            width: 12px !important;
            height: 12px !important;
            fill: #1F57A3 !important;
        }

    .services-index-page .service-loop-card:hover .service-loop-card-footer {
        background: #FFFAEB !important;
        width: fit-content !important;
        padding: 8px 14px !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 4px rgba(230, 181, 32, 0.20) !important;
    }

@media (max-width: 1024px) {
    .services-index-page .nabu-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .services-index-page .nabu-services-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .services-index-page .service-loop-card {
        min-height: auto !important;
    }

    .services-index-page .service-loop-card-content h3 {
        font-size: 18px !important;
    }
}

.services-index-page .service-card-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    font-size: 22px !important;
    line-height: 1 !important;
    color: #1F57A3 !important;
}