/*
Theme Name: Shellist & McAlister, LLP - Divi Child Theme
Theme URI: https://texaslegalteam.net/
Description: A clean, custom Divi Child Theme for Shellist & McAlister, LLP.
Author: Web Design Team
Author URI: https://texaslegalteam.net/
Template: Divi
Version: 1.0.0
Text Domain: shellist-mcalister-divi-child
*/

/* Custom CSS styling for our interactive elements */
.divi-case-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}

.divi-tab-btn {
    background-color: #ffffff;
    color: #475569;
    border: 1px solid #e2e8f0;
    padding: 10px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.divi-tab-btn.active, .divi-tab-btn:hover {
    background-color: #dc2626;
    color: #ffffff;
    border-color: #dc2626;
}

.divi-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
}

.divi-case-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s ease;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.divi-case-card:hover {
    border-color: rgba(220, 38, 38, 0.3);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}

.divi-case-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #f1f5f9;
    color: #475569;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 9999px;
}

.divi-case-header {
    margin-bottom: 15px;
    margin-top: 10px;
}

.divi-case-title {
    color: #0f172a;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}

.divi-case-court {
    color: #94a3b8;
    font-size: 11px;
    margin-top: 4px;
}

.divi-case-badge {
    background-color: #fef2f2;
    border-left: 4px solid #dc2626;
    padding: 12px;
    margin: 15px 0;
    border-radius: 0 8px 8px 0;
}

.divi-case-result {
    color: #dc2626;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}

.divi-case-details {
    font-size: 12px;
    color: #475569;
    line-height: 1.6;
}

.divi-testimonial-slider-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.divi-testimonial-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 40px 60px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.quote-mark {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 80px;
    color: rgba(220, 38, 38, 0.05);
    font-family: serif;
    line-height: 1;
}

.testimonial-quote {
    font-size: 16px;
    font-style: italic;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 25px;
}

.testimonial-author {
    color: #0f172a;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial-meta {
    color: #dc2626;
    font-size: 11px;
    font-weight: bold;
    margin-top: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.divi-slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.divi-control-btn {
    background-color: #ffffff;
    color: #475569;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.divi-control-btn:hover {
    border-color: #dc2626;
    color: #dc2626;
}

.divi-indicators {
    display: flex;
    gap: 6px;
}

.divi-dot {
    width: 6px;
    height: 6px;
    background-color: #cbd5e1;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.divi-dot.active {
    width: 24px;
    background-color: #dc2626;
    border-radius: 9999px;
}
