
            
            .reveniva-cs {
        padding: 60px 0px;
    }

 

    .poster img {
        width: 100% !important;
    }


    .pro_img {
        height: 240px;
        overflow: hidden;
        border: 1px solid #ddd;
        margin-bottom: 15px;
    }

    .renevia-cs-2 .pro_img-box p {
        text-align: center !important;
    }

    .renevia-cs-2 {
        padding: 60px 0px;
    }

    .renevi_screen h3 {
        padding-bottom: 30px;
    }

    .reveniva-cs-1 {
        padding: 50px 0px;
    }

    .reveniva-cs-1 .title {
        font-size: 28px;
        font-weight: 600;
        color: #333;
    }


    .reveniva-cs-1 .description {
        font-size: 19px;
        color: #555;
        font-weight: 500;

    }

  
    .srv {
        margin-bottom: 15px;
    }
    
  

    /* Project Info Cards */
    .reveniva-cs-1 {
        padding: 80px 0px;
        background: #ffffff;
    }
.ser_case_stdy {
    padding-left: 30px;
    border-left: 1px solid #000;
}
    /* Client Background Section */
    .bg-gradient-primary {
        background: var(--gradient-1);
        color: white;
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 20px 60px rgba(99, 102, 241, 0.3);
    }

    .engagement-snapshot {
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        border-radius: 16px;
        padding: 30px;
        border: 1px solid #e2e8f0;
    }

    .engagement-snapshot h5 {
        color: var(--primary-color);
        font-weight: 700;
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .engagement-snapshot ul li {
        color: #475569;
        font-size: 0.95rem;
        padding: 8px 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .engagement-snapshot ul li:last-child {
        border-bottom: none;
    }

    /* Challenges & Solutions */
    .challenge-item {
        background: #ffffff;
        border: 2px solid #e2e8f0;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 15px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .challenge-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: var(--gradient-2);
        transform: scaleY(0);
        transition: transform 0.3s ease;
    }

    .challenge-item:hover {
        border-color: var(--primary-color);
        transform: translateX(5px);
        box-shadow: 0 5px 20px rgba(99, 102, 241, 0.1);
    }

    .challenge-item:hover::before {
        transform: scaleY(1);
    }

    .solution-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 30px;
        height: 100%;
        transition: all 0.3s ease;
        border: 1px solid #e2e8f0;
        position: relative;
        overflow: hidden;
    }

    .solution-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: var(--gradient-1);
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .solution-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(99, 102, 241, 0.2);
        border-color: var(--primary-color);
    }

    .solution-card:hover::before {
        transform: scaleX(1);
    }

    .solution-card .card-title {
        font-size: 1.2rem;
        font-weight: 700;
        color: var(--dark-color);
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .solution-card .card-title i {
        width: 40px;
        height: 40px;
        background: var(--gradient-1);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.1rem;
    }

    .solution-card .card-text {
        color: #64748b;
        line-height: 1.7;
        margin: 0;
    }

    /* Results Section */
    .result-card {
        background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
        border: 2px solid #e2e8f0;
        border-radius: 20px;
        padding: 40px 30px;
        text-align: center;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .result-card::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: var(--gradient-3);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 50%;
    }

    .result-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(99, 102, 241, 0.25);
        border-color: var(--primary-color);
    }

    .result-card:hover::before {
        opacity: 0.05;
    }

    .result-card .result-number {
        font-size: 3.5rem;
        font-weight: 800;
        background: var(--gradient-1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin: 15px 0;
        position: relative;
        z-index: 1;
    }

    .result-card .result-label {
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--primary-color);
        letter-spacing: 1px;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
    }

    .result-card .result-desc {
        color: #64748b;
        margin-top: 10px;
        position: relative;
        z-index: 1;
    }

    /* Testimonial Section */
    .testimonial-card {
        background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
        border-radius: 20px;
        padding: 40px;
        border: 1px solid #e2e8f0;
        position: relative;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    .testimonial-card::before {
        content: '"';
        position: absolute;
        top: 20px;
        left: 30px;
        font-size: 6rem;
        color: var(--primary-color);
        opacity: 0.1;
        font-family: Georgia, serif;
        line-height: 1;
    }

    .testimonial-card .title {
        color: var(--dark-color);
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .testimonial-card p {
        color: #475569;
        font-size: 1.05rem;
        line-height: 1.8;
        position: relative;
        z-index: 1;
    }

    .testimonial-author {
        color: var(--primary-color);
        font-weight: 700;
        margin-top: 20px;
        font-size: 1.1rem;
    }

    .key-takeaways {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border-radius: 20px;
        padding: 40px;
        height: 100%;
        box-shadow: 0 20px 60px rgba(99, 102, 241, 0.3);
    }

    .key-takeaways h4 {
        color: white;
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .key-takeaways ul li {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        font-size: 1rem;
        line-height: 1.7;
            padding-left: 20px;
    }

    .key-takeaways ul li:last-child {
        border-bottom: none;
    }

    .key-takeaways ul li::before {
       content: '✓';
    margin-right: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    margin-left: -20px;
    }

.reveniva-cs {
    padding: 60px 0px;
}
.poster img {
    width: 100% !important;
}
    /* Screens Gallery */
    .renevia-cs-2 {
        padding: 80px 0px;
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    }

    .renevi_screen h3 {
        font-size: 2.5rem;
        font-weight: 800;
        color: var(--dark-color);
        margin-bottom: 50px;
        position: relative;
        display: inline-block;
    }

    .renevi_screen h3::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 60px;
        height: 4px;
        background: var(--gradient-1);
        border-radius: 2px;
    }

    .pro_img {
        height: 280px;
        overflow: hidden;
        border-radius: 16px;
        margin-bottom: 20px;
        border: 2px solid #e2e8f0;
        transition: all 0.3s ease;
        position: relative;
    }

    .pro_img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(99, 102, 241, 0);
        transition: background 0.3s ease;
        border-radius: 16px;
    }

    .pro_img:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(99, 102, 241, 0.3);
        border-color: var(--primary-color);
    }

    .pro_img:hover::after {
        background: rgba(99, 102, 241, 0.1);
    }

    .pro_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .pro_img:hover img {
        transform: scale(1.1);
    }

    .pro_img p {
        text-align: center;
        font-weight: 600;
        color: var(--dark-color);
        margin-top: 10px;
    }

    /* CTA Section */
    .cta-section {
        background: var(--gradient-1);
        border-radius: 20px;
        padding: 60px 40px;
        color: white;
        position: relative;
        overflow: hidden;
    }

    .cta-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 500px;
        height: 500px;
        background: rgba(255,255,255,0.1);
        border-radius: 50%;
    }

    .cta-section h3 {
        color: white;
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }

    .cta-section p {
        color: rgba(255,255,255,0.9);
        font-size: 1.1rem;
        position: relative;
        z-index: 1;
    }

    .btn-modern {
        background: white;
        color: var(--primary-color);
        padding: 15px 40px;
        font-weight: 700;
        border-radius: 50px;
        border: none;
        transition: all 0.3s ease;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        position: relative;
        z-index: 1;
    }

    .btn-modern:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.3);
        background: #f8fafc;
    }
    .bg-gray-light
    {
        background: #f0f6ff;
    }
    
.client_backgorund {
    font-size: 20px;
    font-weight: 400;
}
.couter_badge
{
     background: #f0f6ff;
}

.btn-live-site {
    background: var(--gradient-3);
    color: #fff;
    padding: 14px 32px;
    font-weight: 700;
    border-radius: 999px;
    border: none;
    text-decoration:none;
    transition: all 0.3s 
ease;
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.35);
    position: relative;
    z-index: 1;
}