.legal-excellence-section {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

/* Left Card Styles */
.excellence-card {
    background-color: #152943;
    border-radius: 0;
    padding: 3.5rem 3rem;
    height: 100%;
    position: relative;
    
}

.card-header-line {
    width: 60px;
    height: 3px;
    background: #ffffff;
    margin-bottom: 1rem;
}

.card-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.card-main-title {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.card-description {
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.card-description strong {
    font-weight: 600;
}

.link-courtroom {
    color: #ffecd6;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.link-courtroom:hover {
    color: #FFF;
}

.excellence-button {
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: all 0.4s ease;
    text-transform: uppercase;
    margin-top: 1rem;
}

.excellence-button:hover {
    background-color: #ffffff;
    color: #8B1538;
    transform: translateY(-2px);
}

/* Right Slider Styles */
.slider-wrapper {
    position: relative;
    height: 109%;
    min-height: 600px;
}

.slider-container {
    position: relative;
    height: calc(100% - 60px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0;
    overflow: hidden;
}

.slide-item {
    display: none;
    height: 100%;
    padding: 3.5rem 3rem;
    animation: fadeIn 0.5s ease-in-out;
}

.slide-item.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.slide-title {
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.slide-description {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.practice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.practice-list li {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}

.diamond {
    color: #ffffff;
    margin-right: 0.8rem;
    font-size: 0.7rem;
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.diamond1 {
    color: #000000 !important;
    margin-right: 0.8rem;
    font-size: 0.7rem;
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.slide-link {
    color: #000000 !important;
    text-decoration: underline;
    transition: all 0.3s ease;
}







/* Responsive Design */
@media (max-width: 991px) {
    .card-main-title {
        font-size: 2.2rem;
    }
    
    .slide-title {
        font-size: 1.8rem;
    }
    
    .slider-wrapper {
        min-height: 500px;
    }
    
    .excellence-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .card-main-title {
        font-size: 1.8rem;
    }
    
    .slide-title {
        font-size: 1.5rem;
    }
    
    .excellence-card,
    .slide-item {
        padding: 2rem 1.5rem;
    }
    
    .slider-wrapper {
        min-height: 450px;
    }
}



.choose-lawstice-section {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.choose-lawstice-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(212, 165, 116, 0.03) 0%, transparent 60%);
    pointer-events: none;
}

/* Left Content Styles */
.content-wrapper {
    padding-right: 2rem;
}

.section-main-heading {
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
.section-main-heading1 {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.subtitle-tags {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.tag-item {
    color: rgba(116, 196, 212, 0.8);
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tag-dot {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.6rem;
}

.section-description {
    color: #c9c9c9;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 2.5rem;
    font-weight: 300;
}

.contact-button {
    display: inline-block;
    background-color: transparent;
    color: #d4a574;
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border: 2px solid #d4a574;
    border-radius: 0;
    transition: all 0.4s ease;
    text-transform: uppercase;
}

.contact-button:hover {
    background-color: #d4a574;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(212, 165, 116, 0.3);
}

/* Right Cards Styles */
.stats-cards-wrapper {
    position: relative;
   
  
    
}

.stat-card {
    background:#152943
;
    border: 1px solid rgba(212, 165, 116, 0.2);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.1), transparent);
    transition: left 0.6s;
}

.stat-card:hover::before {
    left: 100%;
}

.stat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 165, 116, 0.5);
    background: #152943;
    box-shadow: 0 20px 50px rgba(212, 165, 116, 0.2);
}





.card-content {
    text-align: left;
}





/* Decorative Pattern */
.decorative-pattern {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    pointer-events: none;
    z-index: 0;
}

.pattern-dots {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(116, 212, 212, 0.15) 2px, transparent 2px);
    background-size: 15px 15px;
    opacity: 0.5;
}

.practice-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #6a9ab8;
    text-decoration: underline !important;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.practice-list a:hover {
    color: #6ab2b8;
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991px) {
    .section-main-heading {
        font-size: 2.5rem;
    }
     .section-main-heading1 {
        font-size: 2.5rem;
    }
    
    .content-wrapper {
        padding-right: 0;
        margin-bottom: 3rem;
    }
    
    .stats-cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-main-heading {
        font-size: 2rem;
    }
    .section-main-heading1 {
        font-size: 2rem;
    }
    
    .stats-cards-wrapper {
        grid-template-columns: 1fr;
    }
    
    .stat-card {
        padding: 1.5rem;
    }
    
    .card-number {
        font-size: 2rem;
    }
}




/* ============================================
   COURTROOM SUCCESSES SECTION
   ============================================ */
.courtroom-section {
    background-color: #152943;
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

/* Background Image Overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 1;
}

/* Section Header */
.section-heading {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    text-align: left;
}

.section-description {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 100%;
    text-align: left;
    margin-bottom: 0;
}

/* Case Content - NO CARDS */
.case-content {
    padding: 0;
    height: 100%;
}

.case-text {
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* Responsive Design */
@media (max-width: 991px) {
    .section-heading {
        font-size: 2rem;
        text-align: center;
    }
    
    .section-description {
        font-size: 0.95rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .courtroom-section {
        padding: 3rem 0;
    }
    
    .section-heading {
        font-size: 1.8rem;
    }
    
    .section-description {
        font-size: 0.9rem;
    }
    
    .case-text {
        font-size: 0.85rem;
    }
    
    .row.mb-4 {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 576px) {
    .section-heading {
        font-size: 1.6rem;
    }
    
    .case-text {
        font-size: 0.8rem;
    }
}


 @import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css');
    
    .contact-section .card {
        border-radius: 15px;
        overflow: hidden;
    }
    
    .contact-section .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
    }
    
    .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background: 
#274a78;
        border-radius: 50%;
    }
    
    .contact-section a {
        transition: all 0.3s ease;
    }
    
    .contact-section a:hover {
        transform: scale(1.05);
    }

    .card-title{
        color: #ffffff;
    }


   .payment-icons{
    color: #e8e8e8;
   }

  .btn-outline {
    color: #fdfdfd;
    background: transparent;
    border: 2px solid #3e5c83;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #1f3b61;
    color: #ffffff;
}


/* Map Wrapper */
.map-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 0;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.map-header {
    padding: 30px 30px 20px;
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
    color: white;
    text-align: center;
}

.map-header h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

.map-header p {
    font-size: 15px;
    opacity: 0.9;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
}

/* Map Container */
.map-container {
    width: 100%;
    height: 450px;
    position: relative;
    background: #f5f5f5;
}

.google-map-iframe {
    display: block;
    border: none;
    filter: grayscale(0%) contrast(1.1);
}








.directions-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.directions-link:hover {
    color: #2980b9;
}

.directions-link i {
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}

.directions-link:hover i {
    margin-left: 10px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .map-container {
        height: 400px;
    }
    
    .contact-form-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .map-container {
        height: 350px;
    }
    
    .map-header h3 {
        font-size: 24px;
    }
    
    .info-card {
        padding: 15px 10px;
    }
}