/* Testimonials, partners & forms — LBPS */

/* --- Section chrome --- */
.lbps-section-eyebrow {
    letter-spacing: 0.12em;
    font-size: 0.75rem !important;
    color: #64707d !important;
}

/* --- Testimonials --- */
.lbps-testimonials-wrap {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 45%);
}

.lbps-testimonial-shell {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(7, 10, 87, 0.08);
    background: #fff;
}

.lbps-testimonial-shell .carousel-inner {
    padding: 2.5rem 2rem 3rem;
}

@media (min-width: 992px) {
    .lbps-testimonial-shell .carousel-inner {
        padding: 3rem 3.5rem 3.5rem;
    }
}

.lbps-quote-mark {
    font-size: 3rem;
    line-height: 1;
    color: #ffba00;
    opacity: 0.85;
    font-family: Georgia, serif;
    margin-bottom: 0.25rem;
}

.lbps-testimonial-shell .clients-feedback {
    font-size: 1.125rem !important;
    line-height: 1.75 !important;
    font-style: normal !important;
    color: #374151 !important;
    margin-top: 1rem !important;
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    border-left: 4px solid #0056b3;
    background: #f8fafc;
    border-radius: 0 10px 10px 0;
}

.lbps-testimonial-shell .client-meta-data h5 {
    margin-bottom: 0.25rem;
    font-weight: 600 !important;
}

.lbps-testimonial-shell .client-meta-data p:not(.clients-feedback) {
    font-style: normal !important;
    color: #64707d !important;
    font-size: 0.95rem !important;
    margin-bottom: 0 !important;
}

.lbps-testimonial-shell .client-picture {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.lbps-testimonial-shell .client-picture img {
    width: 100%;
    display: block;
}

/* Carousel indicators */
.lbps-testimonial-shell .carousel-indicators {
    position: static;
    margin: 0;
    padding-top: 0.5rem;
}

.lbps-testimonial-shell .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cbd5e1;
    border: none;
    opacity: 1;
    margin: 0 6px;
}

.lbps-testimonial-shell .carousel-indicators li.active {
    background-color: #0056b3;
    transform: scale(1.15);
}

/* Nav arrows — clearer hit area */
.lbps-testimonial-shell .testimonial-control {
    width: 44px;
    height: 44px;
    opacity: 1;
}

.lbps-testimonial-shell .testimonial-control-icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.carousel-control-prev.testimonial-control {
    left: -8px;
}

a.carousel-control-next.testimonial-control {
    right: -8px;
    left: auto;
}

@media (max-width: 991px) {
    a.carousel-control-prev.testimonial-control {
        left: 4px;
    }
    a.carousel-control-next.testimonial-control {
        right: 4px;
    }
}

/* --- Partners --- */
.lbps-partners-wrap {
    background: #f1f5f9 !important;
}

.lbps-partners-logos .lbps-partner-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.75rem 1.25rem;
    height: 100%;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(7, 10, 87, 0.06);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lbps-partners-logos .lbps-partner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 86, 179, 0.12);
}

.lbps-partners-logos .lbps-partner-card img {
    max-height: 52px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: 0.92;
}

.lbps-partners-logos .lbps-partner-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* --- Forms (contact + modals) --- */
.lbps-form-intro {
    line-height: 1.5;
}

.lbps-form .form-group label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #070a57;
    margin-bottom: 0.35rem;
}

.lbps-form .form-control {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 0.65rem 0.85rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lbps-form .form-control:focus {
    border-color: #0056b3;
    box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.15);
}

.lbps-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.lbps-form .lbps-form-actions {
    margin-top: 1.25rem;
}

.lbps-form .btn-lbps-submit {
    background: linear-gradient(135deg, #0056b3 0%, #004494 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.65rem 1.75rem;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 86, 179, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lbps-form .btn-lbps-submit:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0, 86, 179, 0.4);
}

/* Honeypot — hidden from users */
.lbps-honey {
    position: absolute !important;
    left: -9999px !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

.lbps-form-wrap-card {
    background: #fff;
    border-radius: 14px;
    padding: 2rem;
    box-shadow: 0 12px 40px rgba(7, 10, 87, 0.06);
    border: 1px solid rgba(7, 10, 87, 0.06);
}

@media (max-width: 767px) {
    .lbps-form-wrap-card {
        padding: 1.25rem;
    }
}

.product-modal .modal-body .lbps-form {
    margin-bottom: 0;
}
