.case-study-box {
    background: #fff;

}

.results-title { 
    background: linear-gradient(170deg, #ec2b87, #7b2cff); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 15px;
}

.result-card {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,.03);
}

.result-icon {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #ec2b87, #7b2cff); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border:2px solid #ec2b87;
   font-size: 26px;
}

.result-card strong {
    display: block;
  background: linear-gradient(90deg, #ec2b87, #7b2cff); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    line-height: 1.1;
}

.result-card small {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 4px;
    font-weight: 700;
}

.case-study-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 7px;
}

.case-study-box p,
.case-study-box li {
    color: #707070;
    font-size: 18px;
    line-height: 1.7;
}

      
      
        /* Heading */
        .approach-heading {
            text-align: center;
            margin-bottom: 42px;
        }

        .approach-heading h2 {
            font-size: 30px;
            line-height: 1.3;
            font-weight: 700;
            max-width: 500px;
            margin: 0 auto 12px;

            background: linear-gradient(
                90deg,
                #ff2387,
                #a72bdc
            );

            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .approach-heading p {
            max-width: 700px;
            margin: 0 auto;
            font-size: 16px;
            line-height: 1.7;
            color: #777;
        }

       .timeline {
    position: relative;
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 82px;
}

/* Timeline vertical line */
.timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 35px;
    width: 2px;
    height: 150px;
    background: linear-gradient(
        to bottom,
        #f02b8a,
        #9d2fe1
    );
}

/* Circle */
.timeline-icon {
    position: relative;
    z-index: 2;

    flex: 0 0 34px;
    width: 34px;
    height: 34px;

    border-radius: 50%;
    background: #fff;

    border: 7px solid #d82b91;

    box-shadow: 0 8px 18px rgba(180, 45, 200, 0.25);

    margin-right: 16px;
}

/* Content */
.timeline-content {
    padding-top: 2px;
}

.timeline-content h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 3px;
    color: #111;
}

.timeline-content p {
    font-size: 18px;
    line-height: 1.45;
    color: #777;
    margin: 0;
    }


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .timeline-content p {
        max-width: 100%;
    }

    .timeline-icon {
        margin-right: 12px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .timeline {
        margin-bottom: 0;
    }

    .timeline-item {
        min-height: 90px;
    }

    .timeline-item:not(:last-child)::after {
        height: 55px;
    }

    .timeline-content h3 {
        font-size: 14px;
    }

    .timeline-content p {
        font-size: 13px;
    }

}


/* Small Mobile */

@media (max-width: 480px) {

    .timeline-item {
        min-height: 95px;
    }

    .timeline-icon {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        border-width: 6px;
        margin-right: 12px;
    }

    .timeline-item:not(:last-child)::after {
        left: 15px;
        top: 32px;
        height: 150px;
    }

    .timeline-content h3 {
        font-size: 14px;
    }

    .timeline-content p {
        font-size: 12.5px;
        line-height: 1.45;
    }
.approach-heading h2 {
            font-size: 22px;
            line-height: 1.3;
            font-weight: 700;
            max-width: 500px;
            margin: 0 auto 12px;

            background: linear-gradient(
                90deg,
                #ff2387,
                #a72bdc
            );

            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
}





/* =========================================
   EMPIRIC - TECHNOLOGIES SECTION
========================================= */

.empiric-technologies-section {
  
      overflow: hidden;
}


/* Title */
.empiric-technologies-title {
    margin: 0 0 55px;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #c72ba9;
}

/* Technology list */
.empiric-technologies-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 55px;
    align-items: start;
}

/* Individual item */
.empiric-tech-item {
    text-align: center;
    min-width: 0;
}

/* Technology item */
.empiric-tech-item {
    text-align: center;
}

/* Logo wrapper */
.empiric-tech-icon {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

/* Logo */
.empiric-tech-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.empiric-tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Technology name */
.empiric-tech-name {
    text-align: center !important;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #111;
    margin: 0;
}
/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .empiric-technologies-section {
        padding: 40px 20px 35px;
    }

    .empiric-technologies-title {
        font-size: 29px;
        margin-bottom: 40px;
    }

    .empiric-technologies-list {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 35px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .empiric-technologies-section {
        padding: 35px 15px 30px;
    }

    .empiric-technologies-title {
        font-size: 26px;
        margin-bottom: 35px;
    }

    .empiric-technologies-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 15px;
    }

    .empiric-tech-icon {
        height: 55px;
    }

    .empiric-tech-icon img {
        width: 80px;
        height: 80px;
    }

    .empiric-tech-name {
        font-size: 13px;
        text-align: center;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 360px) {

    .empiric-technologies-list {
        gap: 25px 10px;
    }

    .empiric-tech-name {
        font-size: 12px;
    }

}



/* ================================
   RESULTS SECTION
================================ */

.empiric-results-section {
    position: relative;
    width: 100%;
    padding: 65px 20px 55px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 25%,
            rgba(238, 228, 255, 0.55),
            transparent 42%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #faf8ff 100%
        );
}


/* Soft background glow */

.empiric-results-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -220px;
    top: -250px;

    background: rgba(224, 213, 255, 0.18);
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
}


.empiric-results-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -220px;
    bottom: -250px;

    background: rgba(237, 221, 255, 0.20);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}


/* Container */

.empiric-results-container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}


/* ================================
   HEADER
================================ */

.empiric-results-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 35px;
}


/* Badge */

.empiric-results-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 20px;

    border-radius: 30px;

    background: linear-gradient(
        135deg,
        #eee7ff,
        #f3e9ff
    );

    color: #6031d7;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
}


/* Heading */

.empiric-results-header h2 {
    margin: 14px 0 10px;

    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;

    background: linear-gradient(
        90deg,
        #ed174d 0%,
        #a80086 50%,
        #7a1bc7 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* Description */

.empiric-results-header p {
    max-width: 720px;
    margin: 0 auto;

    color: #4b556b;

    font-size: 14px;
    line-height: 1.7;
}


/* ================================
   GRID
================================ */

.empiric-results-grid {
    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 14px;
}


/* ================================
   RESULT CARD
================================ */

.empiric-result-card {
    position: relative;

    min-height: 255px;

    padding: 24px 12px 22px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    background: rgba(255, 255, 255, 0.95);

    border-radius: 11px;

    border: 1px solid rgba(238, 234, 247, 0.9);

    box-shadow:
        0 8px 25px rgba(55, 32, 100, 0.07),
        0 2px 8px rgba(55, 32, 100, 0.04);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Hover */

.empiric-result-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 18px 35px rgba(82, 36, 137, 0.13),
        0 5px 12px rgba(82, 36, 137, 0.06);
}


/* ================================
   ICON
================================ */

.empiric-result-icon {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 14px;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #eee7ff,
            #f7efff
        );

    color: #6125d7;

    font-size: 22px;
}


.empiric-result-icon i {
    line-height: 1;
}


/* ================================
   NUMBER
================================ */

.empiric-result-number {
    font-size: 31px;
    line-height: 1;

    font-weight: 800;

    background: linear-gradient(
        135deg,
        #a70073,
        #c20070
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* ================================
   ARROW
================================ */

.empiric-result-arrow {
    margin-top: 8px;

    color: #00a83b;

    font-size: 22px;
    line-height: 1;

    font-weight: 800;
}


.empiric-down-arrow {
    color: #00a83b;
}


/* ================================
   SMALL LINE
================================ */

.empiric-result-line {
    width: 60px;
    height: 3px;

    margin: 13px 0 15px;

    border-radius: 10px;

    background: linear-gradient(
        90deg,
        #eee7ff,
        #d9b9ff,
        #eee7ff
    );
}


/* ================================
   TEXT
================================ */

.empiric-result-text {
    color: #3f4a60;

    font-size: 12px;
    line-height: 1.7;

    font-weight: 500;
}


/* ================================
   TABLET
================================ */

@media (max-width: 1100px) {

    .empiric-results-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .empiric-result-card {
        min-height: 245px;
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 650px) {

    .empiric-results-section {
        padding: 45px 15px;
    }

    .empiric-results-header {
        margin-bottom: 28px;
    }

    .empiric-results-header h2 {
        font-size: 25px;
    }

    .empiric-results-header p {
        font-size: 13px;
        line-height: 1.6;
    }

    .empiric-results-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .empiric-result-card {
        min-height: 230px;
        padding: 20px 10px;
    }

    .empiric-result-icon {
        width: 50px;
        height: 50px;
        font-size: 19px;
    }

    .empiric-result-number {
        font-size: 27px;
    }

}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 400px) {

    .empiric-results-grid {
        grid-template-columns: 1fr;
    }

    .empiric-result-card {
        min-height: 220px;
    }

}


.project-meta {
    position: relative;
    width: 100%;
    gap: 30px;
    padding: 0 28px;
    color: #ffffff!important;
    overflow: hidden;
}



.meta-item {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    gap: 7px;

    font-size: 16px;
    line-height: 1.4;
    white-space: nowrap;
}

.meta-item strong {
    font-weight: 700;
    color: #ffffff!important;
}

.meta-dot {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;

    background: #9147df!important;
    border-radius: 50%;

    box-shadow: 0 0 10px rgba(145, 71, 223, 0.65);
}

/* Tablet */
@media (max-width: 768px) {
    .project-meta {
        min-height: auto;
        padding: 18px 20px;

        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 14px 30px;
    }

    .meta-item {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .project-meta {
/*         flex-direction: column; */
        align-items: flex-start;
        gap: 12px;
        padding: 18px;
    }

    .meta-item {
        white-space: normal;
        font-size: 14px;
    }

    .meta-dot {
        width: 10px;
        height: 10px;
        flex-basis: 10px;
    }
}



/* ================================
   Client Feedback Section
================================ */

.client-feedback-section {
    background: #fff;
    overflow: hidden;
}

.feedback-content {
    padding: 55px 50px 55px 25px;
    max-width: 520px;
}

/* Badge */
.feedback-badge {
    display: inline-block;
    width: fit-content;
    padding: 8px 19px;
    margin-bottom: 12px;

    background: #e8dcf8;
    color: #7c4bd8;

    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
}

/* Heading */
.feedback-title {
    margin: 0 0 12px;

    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;

    background: linear-gradient(
        90deg,
        #ff2b8a,
        #f3288a
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Description */
.feedback-description {
    margin: 0;

    color: #777;
    font-size: 15.5px;
    line-height: 1.4;
    font-weight: 400;
}


/* ================================
   Testimonial Area
================================ */

.testimonial-area {
    position: relative;

    min-height: 385px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 45px 30px;

    background:
        linear-gradient(
            135deg,
            rgba(245, 243, 255, 0.92),
            rgba(250, 249, 255, 0.96)
        );

    overflow: hidden;
}

/* Background decorative texture */
.testimonial-area::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 20% 30%,
            rgba(130, 91, 220, 0.08) 0,
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 65%,
            rgba(255, 100, 170, 0.06) 0,
            transparent 35%
        );

    pointer-events: none;
}


/* ================================
   Testimonial Card
================================ */

.testimonial-card {
    position: relative;
    z-index: 2;

    width: min(90%, 475px);
    min-height: 197px;

    padding: 55px 42px 35px;

    background: #fff;

    box-shadow:
        0 8px 25px rgba(80, 48, 130, 0.10);

    display: flex;
    align-items: center;
}


/* Orange Quote */
.quote-mark {
    position: absolute;

    top: -35px;
    left: 27px;

    font-family: Georgia, serif;

    font-size: 115px;
    line-height: 1;

    font-weight: 900;

    color: #ff7900;

    transform: rotate(180deg);
}


/* Testimonial Text */
.testimonial-text {
    margin: 0;

    color: #111;

    font-size: 14px;
    line-height: 1.55;

    font-weight: 500;
}


/* ================================
   Slider Dots
================================ */

.testimonial-dots {
    position: absolute;
    z-index: 3;

    bottom: 55px;

    left: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    gap: 7px;
}

.testimonial-dots span {
    display: block;

    width: 7px;
    height: 7px;

    background: #a8a2c9;
}

.testimonial-dots span.active {
    width: 18px;

    background: #5824bd;
}

.challenge-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1d1d2f;
    margin-bottom: 25px;
}

.challenge-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.challenge-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #e5e5eb;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.challenge-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #E10464, #8305CB);
}

.challenge-item span {
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #E10464, #8305CB);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.challenge-item p {
    margin: 0;
    color: #33333f;
    font-size: 16px;
    font-weight: 600;
}

.challenge-item:hover {
    transform: translateY(-4px);
    border-color: #cdb4dc;
    box-shadow: 0 15px 35px rgba(131, 5, 203, 0.12);
}

.challenge-item:hover span {
    transform: scale(1.08);
}

/* Mobile */
@media (max-width: 767px) {
    .challenge-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .challenge-item {
        padding: 16px;
    }
}
.challenge-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #e7e7ed;
    border-radius: 14px;
    overflow: hidden;
    z-index: 1;
    transition: 0.4s ease;
}

/* Animated background glow */
.challenge-item::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: -100px;
    right: -80px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        rgba(225, 4, 100, 0.18),
        rgba(131, 5, 203, 0.18)
    );
    filter: blur(25px);
    z-index: -1;
    transition: 0.6s ease;
}

/* Second moving glow */
.challenge-item::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: -80px;
    left: -50px;
    border-radius: 50%;
    background: rgba(33, 37, 136, 0.12);
    filter: blur(25px);
    z-index: -1;
    transition: 0.6s ease;
}

/* Hover animation */
.challenge-item:hover::before {
    transform: translate(-40px, 60px) scale(1.5);
}

.challenge-item:hover::after {
    transform: translate(50px, -40px) scale(1.4);
}

.challenge-item:hover {
    transform: translateY(-5px);
    border-color: #d6b9e5;
    box-shadow: 0 15px 35px rgba(131, 5, 203, 0.12);
}
