﻿
.work-process,
.modern-testimonials,
.clients {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* ==================================================
       SECTION TITLE
    ================================================== */

.section-title {
    text-align: center;
    margin-bottom: 70px;
}

    .section-title h2 {
        font-size: 48px;
        font-weight: 800;
        color: #111827;
        margin-bottom: 18px;
        line-height: 1.3;
    }

    .section-title h4 {
        font-size: 30px;
        font-weight: 700;
        color: #dc3545;
        margin-top: 20px;
    }

    .section-title p {
        max-width: 850px;
        margin: auto;
        color: #6b7280;
        line-height: 2.1;
        font-size: 18px;
    }

.mini-badge {
    display: inline-block;
    color: #dc3545;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
}

/* ==================================================
       WORK PROCESS
    ================================================== */

.work-process .content {
    background: #fff;
    border-radius: 35px;
    padding: 45px;
    margin-bottom: 35px;
    align-items: center;
    transition: .4s ease;
}

    .work-process .content:hover {
        transform: translateY(-8px);
    }

    .work-process .content img {
        border-radius: 25px;
        width: 100%;
        object-fit: cover;
    }

    .work-process .content h3 {
        font-size: 34px;
        font-weight: 800;
        color: #111827;
        margin-bottom: 20px;
    }

    .work-process .content p {
        color: #6b7280;
        line-height: 2;
        font-size: 17px;
    }

    .work-process .content ul {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

        .work-process .content ul li {
            position: relative;
            padding: 14px 18px;
            background: #f9fafb;
            border-radius: 16px;
            margin-bottom: 15px;
            font-size: 16px;
            color: #374151;
            font-weight: 500;
        }

            .work-process .content ul li i {
                color: #22c55e;
                margin-left: 10px;
                font-size: 18px;
            }

/* ==================================================
       TESTIMONIALS
    ================================================== */

.testimonial-item {
    background: #fff;
    border-radius: 35px;
    padding: 45px 35px;
    text-align: center;
    transition: .4s ease;
    height: 100%;
}

    .testimonial-item:hover {
        transform: translateY(-10px);
    }

.testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 25px;
    border: 5px solid rgba(220,53,69,.1);
}

.testimonial-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.testimonial-item h4 {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 20px;
}

.stars {
    margin-bottom: 22px;
}

    .stars i {
        color: #fbbf24;
        margin: 0 2px;
        font-size: 18px;
    }

.testimonial-item p {
    color: #4b5563;
    line-height: 2;
    font-size: 16px;
}

.quote-icon-left,
.quote-icon-right {
    color: #dc3545;
    font-size: 22px;
}

/* ==================================================
       CLIENTS / SERVICES
    ================================================== */

.client-card {
    background: #fff;
    border-radius: 32px;
    padding: 35px 25px;
    text-align: center;
    transition: .4s ease;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

    .client-card:hover {
        transform: translateY(-8px);
    }

.client-logo {
    width: 95px;
    height: 95px;
    object-fit: contain;
}

.client-card h5 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

/* ==================================================
       SWIPER
    ================================================== */

.swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d1d5db;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #dc3545 !important;
    width: 28px;
    border-radius: 20px;
}

/* ==================================================
       RESPONSIVE
    ================================================== */
