
/* --------------------------------------------------------
Theme Name: LawFul
Theme URI: http://lawfulhtml.themerobian.com
Author: Themerobian
Author URI: http://themerobian.com
Version: 1.0
Description: This theme is created for Lawyer web site

Table of Index
--------------

1. Common CSS
2. Element CSS

-----------------------------------------------------------*/

@import url("css/common.css");
@import url("css/elements.css");

/* Testimonial Section - Clean Minimalist (Single Testimonial) */
.home-two-testimonial {
    background: #f8fafc;
    color: #2d3748;
    padding: 60px 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.testimonial-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    margin: 0 auto;
    max-width: 800px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: box-shadow 0.2s ease;
}

.testimonial-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.star-rating {
    height: 16px;
    width: auto;
}

.rating-text {
    color: #4299e1;
    font-weight: 600;
    font-size: 13px;
    margin-left: 8px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.client-info .fa-user-circle {
    color: #4299e1;
    font-size: 32px;
}

.client-details h4 {
    margin: 0;
    color: #2d3748;
    font-size: 16px;
    font-weight: 600;
}

.case-type {
    color: #718096;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.testimonial-body {
    color: #4a5568;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 0;
}

.testimonial-body p {
    margin-bottom: 15px;
    font-weight: 400;
}

.highlight-quote {
    background: #ebf8ff;
    border-left: 3px solid #4299e1;
    padding: 16px 20px;
    margin: 18px 0;
    color: #2d3748;
    font-style: italic;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 6px 6px 0;
}

.case-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background: #f7fafc;
    padding: 18px;
    border-radius: 8px;
    margin: 18px 0;
    border: 1px solid #e2e8f0;
}

.detail-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.detail-item i {
    color: #4299e1;
    font-size: 22px;
    margin-bottom: 6px;
}

.detail-item span {
    font-size: 13px;
    color: #718096;
}

.detail-item strong {
    color: #2d3748;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 600;
}

.strategy-highlight {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ebf8ff;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 16px 0;
    border: 1px solid #bee3f8;
}

.strategy-highlight i {
    color: #4299e1;
    font-size: 16px;
}

.strategy-highlight strong {
    color: #2b6cb0;
    font-size: 14px;
}

.testimonial-highlight {
    text-align: center;
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(135deg, #4299e1, #3182ce);
    border-radius: 10px;
    color: white;
}

.testimonial-highlight i {
    font-size: 28px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.testimonial-highlight h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.qualities-list {
    margin: 16px 0;
    padding: 0 10px;
}

.quality-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.quality-item i {
    color: #48bb78;
    font-size: 14px;
}

.quality-item span {
    font-size: 14px;
    color: #4a5568;
}

.result-timeline {
    margin: 20px 0;
}

.timeline-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.timeline-marker {
    width: 36px;
    height: 36px;
    background: #4299e1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.timeline-content strong {
    color: #2d3748;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.timeline-content p {
    margin: 4px 0 0 0;
    color: #718096;
    font-size: 13px;
}

.case-highlights, .service-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.highlight, .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.highlight i, .feature i {
    color: #4299e1;
    font-size: 22px;
    margin-bottom: 8px;
}

.highlight span, .feature span {
    font-size: 12px;
    color: #718096;
    line-height: 1.4;
}

.testimonial-footer {
    border-top: 1px solid #e2e8f0;
    padding-top: 16px;
    margin-top: 20px;
    text-align: center;
}

.verdict-badge, .result-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.verdict-badge {
    background: #fff5f5;
    color: #c53030;
    border: 1px solid #fed7d7;
}

.result-badge.success {
    background: #f0fff4;
    color: #276749;
    border: 1px solid #c6f6d5;
}

/* Carousel Styles - Single Testimonial */
#testimonial-carousel .carousel-indicators {
    bottom: -50px;
}

#testimonial-carousel .carousel-indicators li {
    background-color: #cbd5e0;
    border: 2px solid transparent;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

#testimonial-carousel .carousel-indicators .active {
    background-color: #4299e1;
    border-color: #4299e1;
    transform: scale(1.3);
}

#testimonial-carousel .carousel-control {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

#testimonial-carousel .carousel-control i {
    color: #4a5568;
    font-size: 18px;
}

#testimonial-carousel .carousel-control:hover {
    background: #f7fafc;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
    opacity: 1;
}

#testimonial-carousel .carousel-control.left {
    left: -50px;
}

#testimonial-carousel .carousel-control.right {
    right: -50px;
}

/* View More Button */
.testimonial-cta {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.testimonial-cta .lead {
    color: #4a5568;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

.btn-primary {
    background: #4299e1;
    border: 1px solid #3182ce;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s ease;
    border-radius: 6px;
}

.btn-primary:hover {
    background: #3182ce;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.3);
}

.text-muted {
    color: #a0aec0 !important;
    margin-top: 12px;
    font-size: 13px;
}

.text-muted i {
    margin-right: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .home-two-testimonial {
        padding: 40px 0;
    }
    
    .testimonial-card {
        padding: 24px;
        margin: 0 15px;
    }
    
    .testimonial-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .stars {
        align-self: flex-start;
    }
    
    .testimonial-body {
        font-size: 14px;
    }
    
    #testimonial-carousel .carousel-control {
        display: none;
    }
    
    .case-details,
    .case-highlights,
    .service-features {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}
/* Force dark text on testimonial cards */
section.home-two-testimonial div.testimonial-overlay div.container div.row div.col-xs-12 div#testimonial-carousel div.carousel-inner div.item div.testimonial-card div.testimonial-body p {
    color: #4a5568 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

/* Fix all text inside testimonial cards */
section.home-two-testimonial .testimonial-card,
section.home-two-testimonial .testimonial-card *:not(.fa):not(i) {
    color: #4a5568 !important;
}

/* Override any white text rules */
.home-two-testimonial .testimonial-card p,
.home-two-testimonial .testimonial-card span,
.home-two-testimonial .testimonial-card div {
    color: #4a5568 !important;
}

/* ===== READABLE CONTENT STYLES ===== */
.readable-content {
    max-width: 150ch;
    margin: 2.5rem auto;
    padding: 0 1.5rem;
    line-height: 1.7;
    font-size: 1.125rem;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

.readable-content p {
    margin-bottom: 1.5rem;
    text-indent: 2em;
}

.readable-content p:first-of-type {
    text-indent: 0;
}

.readable-content strong {
    color: #2c3e50;
    font-weight: 600;
}

.readable-content a {
    color: #4299e1;
    text-decoration: none;
    border-bottom: 1px dotted #4299e1;
}

.readable-content a:hover {
    color: #2b6cb0;
    border-bottom: 1px solid #2b6cb0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .readable-content {
        padding: 0 1rem;
        font-size: 1rem;
        margin: 1.5rem auto;
    }
    
    .readable-content p {
        text-indent: 1.5em;
    }
}