/* ==========================================================
   Clients Page — Lodha International LLP
   ========================================================== */

/* Intro */
.clients-intro {
    padding: 80px 0 40px;
    background: #fff;
}
.clients-intro .sec-title h2 {
    font-size: 2rem;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 700;
}
.clients-intro p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
}
.clients-intro p strong { color: #1a1a1a; }

/* Stats */
.clients-stats {
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
}
.clients-stats .stat-item {
    text-align: center;
    padding: 20px 10px;
}
.clients-stats .stat-number {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    color: #0d6efd;
    margin: 0 0 8px;
    letter-spacing: -1px;
}
.clients-stats .stat-label {
    font-size: 1rem;
    color: #555;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Industries */
.clients-industries {
    padding: 80px 0;
    background: #fff;
}
.clients-industries .sec-title { margin-bottom: 50px; }
.clients-industries .sec-title h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.clients-industries .sec-title p {
    color: #777;
    font-size: 1.05rem;
}
.industry-card {
    padding: 30px 25px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    height: calc(100% - 25px);
    background: #fff;
    position: relative;
    overflow: hidden;
}
.industry-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #0d6efd;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
}
.industry-card:hover {
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.12);
    transform: translateY(-4px);
    border-color: #0d6efd;
}
.industry-card:hover::before { transform: scaleY(1); }
.industry-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}
.industry-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Why choose us */
.clients-why-choose {
    padding: 80px 0;
    background: #f5f7fa;
}
.clients-why-choose .sec-title { margin-bottom: 40px; }
.clients-why-choose .sec-title h2 {
    font-size: 2rem;
    font-weight: 700;
}
.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.why-list li {
    padding: 16px 0 16px 36px;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #555;
}
.why-list li:last-child { border-bottom: none; }
.why-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 16px;
    width: 24px;
    height: 24px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
}
.why-list li strong {
    color: #1a1a1a;
    display: inline-block;
    margin-right: 6px;
}

/* Testimonial */
.clients-testimonial {
    padding: 80px 0;
    background: #fff;
}
.clients-testimonial blockquote {
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.7;
    color: #444;
    padding: 40px 50px;
    background: #fafbfc;
    border-radius: 12px;
    border-left: 5px solid #0d6efd;
    position: relative;
    margin: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.clients-testimonial blockquote::before {
    content: """;
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 5rem;
    color: #0d6efd;
    opacity: 0.15;
    line-height: 1;
    font-family: Georgia, serif;
}
.clients-testimonial blockquote footer {
    margin-top: 20px;
    font-style: normal;
    font-size: 0.95rem;
    color: #777;
    font-weight: 500;
}
.clients-testimonial blockquote footer::before {
    content: "— ";
}

/* FAQ uses .product-faq-section from style.css — no override needed */

/* CTA */
.clients-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #0d6efd 0%, #003a9b 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.clients-cta::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}
.clients-cta::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}
.clients-cta .container { position: relative; z-index: 1; }
.clients-cta h2 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
}
.clients-cta .cta-lead {
    font-size: 1.15rem;
    line-height: 1.7;
    max-width: 720px;
    margin: 0 auto 30px;
    color: rgba(255,255,255,0.95);
}
.clients-cta .btn-cta {
    display: inline-block;
    padding: 15px 36px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    margin: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.clients-cta .btn-cta-primary {
    background: #ffc107;
    color: #1a1a1a;
    border-color: #ffc107;
}
.clients-cta .btn-cta-primary:hover {
    background: #ffca2c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,193,7,0.35);
    color: #1a1a1a;
}
.clients-cta .btn-cta-secondary {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.clients-cta .btn-cta-secondary:hover {
    background: #fff;
    color: #0d6efd;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .clients-intro,
    .clients-industries,
    .clients-why-choose,
    .clients-testimonial,
    .clients-cta { padding: 60px 0; }
    .clients-stats { padding: 40px 0; }
    .clients-stats .stat-number { font-size: 2.4rem; }
    .clients-intro .sec-title h2,
    .clients-industries .sec-title h2,
    .clients-why-choose .sec-title h2,
    .clients-cta h2 { font-size: 1.6rem; }
    .clients-testimonial blockquote {
        font-size: 1.1rem;
        padding: 30px 25px;
    }
    .clients-testimonial blockquote::before {
        font-size: 3.5rem;
        left: 15px;
    }
}
@media (max-width: 575px) {
    .clients-stats .stat-item { padding: 15px 5px; }
    .clients-stats .stat-number { font-size: 2rem; }
    .clients-cta .btn-cta {
        display: block;
        margin: 10px auto;
        max-width: 260px;
    }
    .industry-card { padding: 22px 18px; }
}
