﻿/* =========================================
   ABOUT US SECTION - SOLID MAROON BACKGROUND + WHITE/GOLD TEXT
   Forces maroon background with or without the background image
   ========================================= */

/* About Us Section - Solid maroon always, image as bonus */
.about-us-section {
    background-color: #800020 !important;
    background:
        linear-gradient(135deg, rgba(128, 0, 32, 0.97), rgba(80, 0, 20, 0.98)),
        url('/wp-content/uploads/2026/01/About-Us.png') center/cover fixed !important;
    position: relative !important;
}

/* Target the homepage about-us section via its inline padding style */
section[style*="padding: 80px 0"][style*="About-Us.png"],
section[style*="padding: 80px 0"].about-us-section {
    background-color: #800020 !important;
    background:
        linear-gradient(135deg, rgba(128, 0, 32, 0.97), rgba(80, 0, 20, 0.98)),
        url('/wp-content/uploads/2026/01/About-Us.png') center/cover fixed !important;
    position: relative !important;
}

/* Broadened selector: any section with the about-us class or the About-Us.png in its style */
section[style*="About-Us.png"],
section.about-us-section {
    background-color: #800020 !important;
}

/* Fallback: target the specific homepage section by its inline background pattern */
section[style*="rgba(128,0,32"] {
    background-color: #800020 !important;
}

/* ALL Headings in About Us Section - WHITE */
.about-us-section h2,
section[style*="About-Us.png"] h2,
section:has(span[style*="About Us"]) h2 {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

/* Title accent spans - GOLD */
.about-us-section h2 span,
section[style*="About-Us.png"] h2 span {
    color: #FFD700 !important;
}

/* H4 headings (Vision/Mission) - GOLD */
.about-us-section h4,
section[style*="About-Us.png"] h4 {
    color: #FFD700 !important;
}

/* ALL Paragraphs - WHITE */
.about-us-section p,
section[style*="About-Us.png"] p {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Strong/Bold text - GOLD */
.about-us-section strong,
section[style*="About-Us.png"] strong {
    color: #FFD700 !important;
}

/* Section Tag badge - GOLD */
.about-us-section span[style*="border-radius: 50px"],
section[style*="About-Us.png"] span[style*="border-radius"] {
    background: rgba(255, 215, 0, 0.15) !important;
    color: #FFD700 !important;
    border: 1px solid rgba(255, 215, 0, 0.35) !important;
}

/* Icons - GOLD */
.about-us-section i,
section[style*="About-Us.png"] i {
    color: #FFD700 !important;
}

/* Vision/Mission Cards - Glass Effect */
.about-us-section [style*="backdrop-filter"],
section[style*="About-Us.png"] [style*="backdrop-filter"] {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 215, 0, 0.25) !important;
}

/* Responsive */
@media (max-width: 1024px) {

    .about-us-section [style*="grid-template-columns: 1fr 1fr"],
    section[style*="About-Us.png"] [style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {

    .about-us-section h2,
    section[style*="About-Us.png"] h2 {
        font-size: 1.75rem !important;
    }
}

/* =========================================
   CONTACT SECTION REDESIGN
   Background Image with Maroon Overlay
   contact.png image
   ========================================= */

/* Contact Section Container - Image Background */
section[style*="padding: 80px 0"]:last-of-type,
section:has([style*="Get In Touch"]),
.contact-section {
    background-image:
        linear-gradient(135deg, rgba(128, 0, 32, 0.90) 0%, rgba(26, 26, 26, 0.92) 100%),
        url(/wp-content/uploads/2026/01/contact.png) !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 70px 0 !important;
}

/* Decorative overlay elements */
section[style*="padding: 80px 0"]:last-of-type::before,
.contact-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background:
        radial-gradient(circle at 10% 90%, rgba(255, 215, 0, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgba(255, 215, 0, 0.06) 0%, transparent 40%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Ensure content is above pattern */
section[style*="padding: 80px 0"]:last-of-type>div,
.contact-section>.container {
    position: relative !important;
    z-index: 1 !important;
}

/* Section Tag - Gold */
section[style*="padding: 80px 0"]:last-of-type [style*="border-radius: 50px"][style*="color: #800020"],
.contact-section .section-tag {
    background: rgba(255, 215, 0, 0.15) !important;
    color: #FFD700 !important;
    border: 1px solid rgba(255, 215, 0, 0.35) !important;
    padding: 10px 24px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
}

/* Section Title - White */
section[style*="padding: 80px 0"]:last-of-type h2,
.contact-section h2 {
    color: #ffffff !important;
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.75rem !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
}

section[style*="padding: 80px 0"]:last-of-type h2 span,
.contact-section h2 span {
    color: #FFD700 !important;
}

/* Section Description */
section[style*="padding: 80px 0"]:last-of-type h2+p,
.contact-section>.container>div>p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1rem !important;
}

/* Contact Grid */
section[style*="padding: 80px 0"]:last-of-type [style*="display: grid"][style*="1fr 1fr"],
.contact-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 2.5rem !important;
    margin-top: 2.5rem !important;
}

/* Contact Form Container - Glass effect */
section[style*="padding: 80px 0"]:last-of-type [style*="padding: 2rem"][style*="background: #f8f9fa"],
.contact-form-container {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

section[style*="padding: 80px 0"]:last-of-type [style*="padding: 2rem"][style*="background: #f8f9fa"] h3,
.contact-form-container h3 {
    color: #1a1a1a !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 2px solid rgba(128, 0, 32, 0.15) !important;
}

/* Form Inputs */
.contact-form input,
.contact-form select,
.contact-form textarea,
.wka-contact-form input,
.wka-contact-form select,
.wka-contact-form textarea,
section[style*="padding: 80px 0"]:last-of-type input,
section[style*="padding: 80px 0"]:last-of-type select,
section[style*="padding: 80px 0"]:last-of-type textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 2px solid rgba(128, 0, 32, 0.12) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    font-size: 0.95rem !important;
    color: #1a1a1a !important;
    transition: all 0.3s ease !important;
    margin-bottom: 0.75rem !important;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.wka-contact-form input:focus,
.wka-contact-form select:focus,
.wka-contact-form textarea:focus,
section[style*="padding: 80px 0"]:last-of-type input:focus,
section[style*="padding: 80px 0"]:last-of-type select:focus,
section[style*="padding: 80px 0"]:last-of-type textarea:focus {
    outline: none !important;
    border-color: #800020 !important;
    box-shadow: 0 0 0 4px rgba(128, 0, 32, 0.1) !important;
}

.contact-form textarea,
.wka-contact-form textarea {
    min-height: 100px !important;
    resize: vertical !important;
}

/* Submit Button */
.contact-form button,
.contact-form input[type="submit"],
.wka-contact-form button,
section[style*="padding: 80px 0"]:last-of-type button[type="submit"] {
    width: 100% !important;
    padding: 14px 28px !important;
    background: linear-gradient(135deg, #800020 0%, #600018 100%) !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 8px 25px rgba(128, 0, 32, 0.3) !important;
}

.contact-form button:hover,
.wka-contact-form button:hover,
section[style*="padding: 80px 0"]:last-of-type button[type="submit"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(128, 0, 32, 0.4) !important;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #1a1a1a !important;
}

/* Contact Info Cards - Dark glass effect */
section[style*="padding: 80px 0"]:last-of-type [style*="background: #1a1a1a"][style*="border-radius: 16px"],
.contact-info-card {
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-radius: 16px !important;
    padding: 1.5rem !important;
    display: flex !important;
    gap: 1rem !important;
    align-items: flex-start !important;
    transition: all 0.4s ease !important;
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
    margin-bottom: 0.875rem !important;
}

section[style*="padding: 80px 0"]:last-of-type [style*="background: #1a1a1a"]:hover,
.contact-info-card:hover {
    transform: translateX(8px) !important;
    border-color: rgba(255, 215, 0, 0.35) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
    background: rgba(0, 0, 0, 0.5) !important;
}

/* Contact Icon */
section[style*="padding: 80px 0"]:last-of-type [style*="width: 50px"][style*="height: 50px"],
.contact-icon {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    font-size: 1.2rem !important;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(128, 0, 32, 0.3) 100%) !important;
    border: 1px solid rgba(255, 215, 0, 0.25) !important;
}

section[style*="padding: 80px 0"]:last-of-type [style*="width: 50px"] i,
section[style*="padding: 80px 0"]:last-of-type [style*="width: 60px"] i {
    color: #FFD700 !important;
}

/* Contact Info Text */
section[style*="padding: 80px 0"]:last-of-type [style*="background: #1a1a1a"] h4,
.contact-info-card h4 {
    color: #FFD700 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.4rem !important;
}

section[style*="padding: 80px 0"]:last-of-type [style*="background: #1a1a1a"] p,
.contact-info-card p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

section[style*="padding: 80px 0"]:last-of-type [style*="background: #1a1a1a"] a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

section[style*="padding: 80px 0"]:last-of-type [style*="background: #1a1a1a"] a:hover {
    color: #FFD700 !important;
}

/* Responsive */
@media (max-width: 1024px) {

    section[style*="padding: 80px 0"]:last-of-type [style*="display: grid"][style*="1fr 1fr"],
    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
}

@media (max-width: 768px) {

    section[style*="padding: 80px 0"]:last-of-type,
    .contact-section {
        padding: 50px 0 !important;
    }

    section[style*="padding: 80px 0"]:last-of-type h2 {
        font-size: 1.75rem !important;
    }

    section[style*="padding: 80px 0"]:last-of-type [style*="padding: 2rem"][style*="background: #f8f9fa"] {
        padding: 1.5rem !important;
    }

    section[style*="padding: 80px 0"]:last-of-type [style*="background: #1a1a1a"] {
        padding: 1.25rem !important;
    }
}

@media (max-width: 480px) {

    section[style*="padding: 80px 0"]:last-of-type [style*="width: 50px"],
    section[style*="padding: 80px 0"]:last-of-type [style*="width: 60px"] {
        width: 45px !important;
        height: 45px !important;
        min-width: 45px !important;
        font-size: 1rem !important;
    }
}

/* =========================================
   CORE VALUES SECTION - FORCE WHITE BACKGROUND
   Must override any inherited styles
   ========================================= */

/* FORCE WHITE BACKGROUND - Override everything */
.core-values-section {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Remove any pseudo-element patterns */
.core-values-section::before,
.core-values-section::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

/* Ensure content is above any pattern */
.core-values-section>div {
    position: relative;
    z-index: 1;
}

/* Section Tag - Maroon */
.core-values-section span[style*="border-radius"] {
    background: rgba(128, 0, 32, 0.1) !important;
    color: #800020 !important;
}

/* Section Title - Dark with Maroon Accent */
.core-values-section h2 {
    color: #1a1a1a !important;
}

.core-values-section h2 span {
    color: #800020 !important;
}

/* Card Titles - Dark */
.core-values-section h4 {
    color: #1a1a1a !important;
}

/* Card Descriptions - Gray */
.core-values-section p {
    color: #666 !important;
}

/* Card Icons - Maroon */
.core-values-section i {
    color: #800020 !important;
}

/* Value Cards */
.core-values-section [style*="box-shadow"] {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .core-values-section [style*="repeat(4, 1fr)"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .core-values-section {
        padding: 60px 0 !important;
    }

    .core-values-section h2 {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 480px) {

    .core-values-section [style*="repeat(4, 1fr)"],
    .core-values-section [style*="repeat(2, 1fr)"] {
        grid-template-columns: 1fr !important;
    }
}

/* =========================================
   FREE CONSULTATION / CTA SECTION REDESIGN
   White Background with Legal Pattern
   Clean & Professional
   ========================================= */

/* CTA Section Container - White with Legal Pattern */
section[style*="background: linear-gradient(135deg, #800020, #600018)"],
section:has([style*="Free Consultation"]),
.cta-section,
.consultation-section {
    background: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 70px 0 !important;
}

/* Legal Pattern Background */
section[style*="background: linear-gradient(135deg, #800020, #600018)"]::before,
.cta-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image:
        /* Scales of Justice pattern */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 10v60M20 25h40M15 25l25 35M65 25l-25 35' fill='none' stroke='rgba(128,0,32,0.04)' stroke-width='1'/%3E%3Ccircle cx='40' cy='10' r='5' fill='none' stroke='rgba(128,0,32,0.03)' stroke-width='0.8'/%3E%3C/svg%3E"),
        /* Gavel pattern */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Crect x='35' y='20' width='30' height='15' rx='2' fill='none' stroke='rgba(128,0,32,0.03)' stroke-width='1'/%3E%3Crect x='45' y='35' width='10' height='40' fill='none' stroke='rgba(128,0,32,0.03)' stroke-width='1'/%3E%3Cellipse cx='50' cy='80' rx='25' ry='5' fill='none' stroke='rgba(128,0,32,0.025)' stroke-width='0.8'/%3E%3C/svg%3E"),
        /* Subtle dot pattern */
        radial-gradient(circle, rgba(128, 0, 32, 0.02) 1px, transparent 1px),
        /* Diagonal lines */
        repeating-linear-gradient(45deg,
            transparent,
            transparent 40px,
            rgba(128, 0, 32, 0.015) 40px,
            rgba(128, 0, 32, 0.015) 42px) !important;
    background-size: 80px 80px, 100px 100px, 25px 25px, 100% 100% !important;
    background-position: 0 0, 40px 40px, 0 0, 0 0 !important;
    opacity: 1 !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Corner accents */
section[style*="background: linear-gradient(135deg, #800020, #600018)"]::after,
.cta-section::after {
    content: '' !important;
    position: absolute !important;
    top: -100px !important;
    right: -100px !important;
    width: 350px !important;
    height: 350px !important;
    background: radial-gradient(circle, rgba(128, 0, 32, 0.06) 0%, transparent 60%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Ensure content is above pattern */
section[style*="background: linear-gradient(135deg, #800020, #600018)"]>div,
.cta-section>.container {
    position: relative !important;
    z-index: 1 !important;
}

/* Section Tag */
section[style*="background: linear-gradient(135deg, #800020, #600018)"] [style*="background: rgba(255,215,0"],
.cta-section .section-tag {
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.12) 0%, rgba(255, 215, 0, 0.08) 100%) !important;
    color: #800020 !important;
    border: 1px solid rgba(128, 0, 32, 0.25) !important;
    padding: 10px 24px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
}

/* Section Title */
section[style*="background: linear-gradient(135deg, #800020, #600018)"] h2,
.cta-section h2 {
    color: #1a1a1a !important;
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    margin-bottom: 1rem !important;
}

section[style*="background: linear-gradient(135deg, #800020, #600018)"] h2 span {
    color: #800020 !important;
}

/* Section Description */
section[style*="background: linear-gradient(135deg, #800020, #600018)"] h2+p,
section[style*="background: linear-gradient(135deg, #800020, #600018)"]>div>p,
.cta-section>.container>p {
    color: #555 !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    max-width: 700px !important;
    margin: 0 auto 2rem !important;
}

/* Buttons Container */
section[style*="background: linear-gradient(135deg, #800020, #600018)"] [style*="display: flex"][style*="gap: 1rem"][style*="justify-content: center"],
.cta-section .buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    justify-content: center !important;
    margin-bottom: 2rem !important;
}

/* Primary CTA Button - Maroon */
section[style*="background: linear-gradient(135deg, #800020, #600018)"] a[style*="background: linear-gradient(135deg, #FFD700"],
.cta-section .btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 15px 32px !important;
    background: linear-gradient(135deg, #800020 0%, #600018 100%) !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 8px 30px rgba(128, 0, 32, 0.3) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

section[style*="background: linear-gradient(135deg, #800020, #600018)"] a[style*="background: linear-gradient(135deg, #FFD700"]:hover,
.cta-section .btn-primary:hover {
    transform: translateY(-4px) scale(1.02) !important;
    box-shadow: 0 15px 45px rgba(128, 0, 32, 0.4) !important;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #1a1a1a !important;
}

/* Secondary CTA Button - Outline */
section[style*="background: linear-gradient(135deg, #800020, #600018)"] a[style*="background: rgba(255,255,255,0.1)"],
.cta-section .btn-secondary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 15px 32px !important;
    background: transparent !important;
    color: #800020 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    border: 2px solid #800020 !important;
    text-decoration: none !important;
    transition: all 0.4s ease !important;
}

section[style*="background: linear-gradient(135deg, #800020, #600018)"] a[style*="background: rgba(255,255,255,0.1)"]:hover,
.cta-section .btn-secondary:hover {
    background: #800020 !important;
    color: #ffffff !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 30px rgba(128, 0, 32, 0.25) !important;
}

/* Trust Badges Container */
section[style*="background: linear-gradient(135deg, #800020, #600018)"] [style*="display: flex"][style*="justify-content: center"][style*="gap: 2rem"]:last-child,
.cta-section .trust-badges {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 2rem !important;
    padding: 1.25rem 2rem !important;
    background: rgba(128, 0, 32, 0.04) !important;
    border-radius: 50px !important;
    border: 1px solid rgba(128, 0, 32, 0.1) !important;
    max-width: fit-content !important;
    margin: 0 auto !important;
}

/* Trust Badge Item */
section[style*="background: linear-gradient(135deg, #800020, #600018)"] [style*="color: rgba(255,255,255,0.7)"],
.cta-section .badge-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #555 !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}

section[style*="background: linear-gradient(135deg, #800020, #600018)"] [style*="color: rgba(255,255,255,0.7)"] i,
section[style*="background: linear-gradient(135deg, #800020, #600018)"] span i,
.cta-section .badge-item i {
    color: #800020 !important;
    font-size: 1.1rem !important;
}

/* Responsive */
@media (max-width: 768px) {

    section[style*="background: linear-gradient(135deg, #800020, #600018)"],
    .cta-section {
        padding: 50px 0 !important;
    }

    section[style*="background: linear-gradient(135deg, #800020, #600018)"] h2 {
        font-size: 1.75rem !important;
    }

    section[style*="background: linear-gradient(135deg, #800020, #600018)"] h2+p {
        font-size: 1rem !important;
    }

    section[style*="background: linear-gradient(135deg, #800020, #600018)"] [style*="display: flex"][style*="gap: 1rem"] {
        flex-direction: column !important;
        align-items: center !important;
    }

    section[style*="background: linear-gradient(135deg, #800020, #600018)"] a[style*="background: linear-gradient(135deg, #FFD700"],
    section[style*="background: linear-gradient(135deg, #800020, #600018)"] a[style*="background: rgba(255,255,255,0.1)"] {
        width: 100% !important;
        max-width: 300px !important;
        justify-content: center !important;
    }

    section[style*="background: linear-gradient(135deg, #800020, #600018)"] [style*="gap: 2rem"]:last-child {
        flex-direction: column !important;
        gap: 1rem !important;
        padding: 1.25rem !important;
        border-radius: 20px !important;
    }
}

@media (max-width: 480px) {
    section[style*="background: linear-gradient(135deg, #800020, #600018)"] h2 {
        font-size: 1.5rem !important;
    }

    section[style*="background: linear-gradient(135deg, #800020, #600018)"] a {
        padding: 14px 28px !important;
        font-size: 0.9rem !important;
    }
}

/* =========================================
   EVENTS SECTION - White with African Legal Pattern
   Inspired by Kente, Adinkra, and Legal Symbols
   ========================================= */

/* Events Section Container */
.events-section {
    background: #ffffff !important;
    position: relative;
    overflow: hidden;
}

/* African Legal Pattern Overlay */
.events-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        /* Scales of Justice - Legal Symbol */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 8 L35 20 L45 20 Z M40 20 L40 35 M30 35 L50 35 M25 35 L30 45 M55 35 L50 45 M27 45 L23 50 L32 50 Z M53 45 L48 50 L57 50 Z' stroke='rgba(128,0,32,0.06)' stroke-width='1' fill='none'/%3E%3C/svg%3E"),
        /* Adinkra Symbol - Wisdom Knot */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 15 Q45 15 45 30 Q45 45 30 45 Q15 45 15 30 Q15 15 30 15 M25 25 L35 35 M35 25 L25 35' stroke='rgba(255,215,0,0.05)' stroke-width='1' fill='none'/%3E%3C/svg%3E"),
        /* Kente-inspired Diamond Grid */
        repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(128, 0, 32, 0.015) 30px, rgba(128, 0, 32, 0.015) 32px),
        repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255, 215, 0, 0.02) 30px, rgba(255, 215, 0, 0.02) 32px),
        /* Dot Pattern */
        radial-gradient(circle at 20px 20px, rgba(128, 0, 32, 0.03) 2px, transparent 2px);
    background-size: 80px 80px, 60px 60px, auto, auto, 40px 40px;
    pointer-events: none;
    z-index: 0;
}

/* Decorative Corner Accents */
.events-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle at 100% 0%, rgba(128, 0, 32, 0.04) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

/* Ensure content is above pattern */
.events-section>div {
    position: relative;
    z-index: 1;
}

/* ==========================================
   SECTION HEADER
   ========================================== */

/* Section Tag */
.events-section span[style*="border-radius: 50px"] {
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.1), rgba(255, 215, 0, 0.08)) !important;
    border: 1px solid rgba(128, 0, 32, 0.15) !important;
    color: #800020 !important;
}

/* Section Title */
.events-section h2 {
    color: #1a1a1a;
    font-weight: 800;
}

.events-section h2 span {
    color: #800020;
}

/* Section Description */
.events-section>div>div>p {
    color: #555;
}

/* ==========================================
   EVENT CARDS - Premium Design
   ========================================== */

/* Event Grid */
.wka-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

/* Event Card */
.event-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.04),
        0 10px 40px rgba(128, 0, 32, 0.06);
    border: 1px solid rgba(128, 0, 32, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #800020, #FFD700, #800020);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.event-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 25px 60px rgba(128, 0, 32, 0.1);
}

.event-card:hover::before {
    opacity: 1;
}

/* Event Type Badge */
.event-card span[style*="position: absolute"] {
    background: linear-gradient(135deg, #800020, #600018) !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(128, 0, 32, 0.3);
}

/* Event Image - TALLER HEIGHT, SHOW TOP */
.event-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform 0.5s ease;
}

.event-card:hover img {
    transform: scale(1.05);
}

/* ==========================================
   CARD CONTENT AREA
   ========================================== */

/* Content Padding */
.event-card>div:last-child {
    padding: 1.75rem;
}

/* Meta Info (Date, Location) */
.event-card [style*="display: flex"][style*="gap: 1rem"] {
    color: #666;
    font-size: 0.85rem;
}

.event-card [style*="display: flex"][style*="gap: 1rem"] i {
    color: #800020;
}

/* Event Title */
.event-card h3 {
    color: #1a1a1a !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin-bottom: 0.75rem !important;
    transition: color 0.3s ease;
}

.event-card:hover h3 {
    color: #800020 !important;
}

/* Event Description */
.event-card p {
    color: #555 !important;
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
}

/* Read More Link */
.event-card a[style*="text-decoration: none"],
.event-card a:last-child {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #800020;
    font-weight: 600;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.event-card a[style*="text-decoration: none"]:hover,
.event-card a:last-child:hover {
    color: #FFD700;
    gap: 10px;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 768px) {
    .wka-events-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .event-card img {
        height: 220px;
    }

    .event-card h3 {
        font-size: 1.15rem !important;
    }

    .event-card>div:last-child {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .event-card img {
        height: 200px;
    }

    .event-card h3 {
        font-size: 1.1rem !important;
    }
}

/* =========================================
   FAQs SECTION REDESIGN
   Background Image with Maroon Overlay
   faqs.png image
   ========================================= */

/* FAQs Section Container - Image Background */
section[style*="background: linear-gradient(180deg, #f8f9fa"],
section:has([style*="FAQs"]),
.faqs-section {
    background-image:
        linear-gradient(135deg, rgba(128, 0, 32, 0.90) 0%, rgba(26, 26, 26, 0.94) 100%),
        url(/wp-content/uploads/2026/01/faqs.png) !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 80px 0 !important;
}

/* Decorative Overlay Elements */
section[style*="background: linear-gradient(180deg, #f8f9fa"]::before,
.faqs-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 215, 0, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgba(255, 215, 0, 0.06) 0%, transparent 40%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Ensure content is above overlay */
section[style*="background: linear-gradient(180deg, #f8f9fa"]>div,
.faqs-section>.container {
    position: relative !important;
    z-index: 1 !important;
}

/* Section Tag - Gold Style */
section[style*="background: linear-gradient(180deg, #f8f9fa"] [style*="border-radius: 50px"],
.faqs-section .section-tag {
    background: rgba(255, 215, 0, 0.15) !important;
    color: #FFD700 !important;
    border: 1px solid rgba(255, 215, 0, 0.35) !important;
    padding: 10px 24px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-shadow: 0 1px 10px rgba(255, 215, 0, 0.3) !important;
}

/* Section Title - White */
section[style*="background: linear-gradient(180deg, #f8f9fa"] h2,
.faqs-section h2 {
    color: #ffffff !important;
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.75rem !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
}

section[style*="background: linear-gradient(180deg, #f8f9fa"] h2 span,
.faqs-section h2 span {
    color: #FFD700 !important;
}

/* Section Description */
section[style*="background: linear-gradient(180deg, #f8f9fa"] h2+p,
.faqs-section>.container>div>p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1rem !important;
    max-width: 600px !important;
    margin: 0 auto 2.5rem !important;
}

/* FAQs Grid */
section[style*="background: linear-gradient(180deg, #f8f9fa"] [style*="display: grid"][style*="repeat(2, 1fr)"],
.faqs-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.25rem !important;
}

/* FAQ Item - Glass morphism */
section[style*="background: linear-gradient(180deg, #f8f9fa"] details,
.faq-item {
    background: rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-radius: 16px !important;
    padding: 0 !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-left: 4px solid #FFD700 !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    overflow: hidden !important;
}

section[style*="background: linear-gradient(180deg, #f8f9fa"] details:hover,
.faq-item:hover {
    transform: translateY(-4px) !important;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.35),
        0 0 40px rgba(255, 215, 0, 0.12) !important;
    background: rgba(255, 255, 255, 0.10) !important;
    border-color: rgba(255, 255, 255, 0.18) !important;
}

section[style*="background: linear-gradient(180deg, #f8f9fa"] details[open],
.faq-item[open] {
    background: rgba(255, 255, 255, 0.09) !important;
    border-left-color: #FFA500 !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(255, 215, 0, 0.08) !important;
}

/* FAQ Summary - Question */
section[style*="background: linear-gradient(180deg, #f8f9fa"] summary,
.faq-question {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 1.25rem 1.5rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    list-style: none !important;
}

section[style*="background: linear-gradient(180deg, #f8f9fa"] summary::-webkit-details-marker {
    display: none !important;
}

section[style*="background: linear-gradient(180deg, #f8f9fa"] summary::after,
.faq-question::after {
    content: '+' !important;
    margin-left: auto !important;
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    color: #FFD700 !important;
    transition: transform 0.3s ease !important;
}

section[style*="background: linear-gradient(180deg, #f8f9fa"] details[open] summary::after {
    transform: rotate(45deg) !important;
}

section[style*="background: linear-gradient(180deg, #f8f9fa"] summary:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}

section[style*="background: linear-gradient(180deg, #f8f9fa"] summary i {
    color: #FFD700 !important;
    font-size: 1.1rem !important;
    flex-shrink: 0 !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 215, 0, 0.15) !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 215, 0, 0.2) !important;
}

/* FAQ Answer */
section[style*="background: linear-gradient(180deg, #f8f9fa"] details p,
.faq-answer {
    padding: 0 1.5rem 1.5rem 4.5rem !important;
    color: #ffffff !important;
    font-size: 0.95rem !important;
    line-height: 1.85 !important;
    margin: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    animation: faqFadeIn 0.4s ease !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Contact Button at Bottom */
section[style*="background: linear-gradient(180deg, #f8f9fa"] [style*="text-align: center"][style*="margin-top: 3rem"] a,
.faqs-section .contact-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 14px 32px !important;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #1a1a1a !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3) !important;
}

section[style*="background: linear-gradient(180deg, #f8f9fa"] [style*="text-align: center"] a:hover,
.faqs-section .contact-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.4) !important;
}

/* Help text */
section[style*="background: linear-gradient(180deg, #f8f9fa"] [style*="margin-top: 3rem"] p,
.faqs-section .help-text {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1rem !important;
    margin-bottom: 1.5rem !important;
}

/* Responsive */
@media (max-width: 1024px) {

    section[style*="background: linear-gradient(180deg, #f8f9fa"] [style*="display: grid"][style*="repeat(2, 1fr)"],
    .faqs-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {

    section[style*="background: linear-gradient(180deg, #f8f9fa"],
    .faqs-section {
        padding: 50px 0 !important;
    }

    section[style*="background: linear-gradient(180deg, #f8f9fa"] h2 {
        font-size: 1.75rem !important;
    }

    section[style*="background: linear-gradient(180deg, #f8f9fa"] summary {
        padding: 1rem 1.25rem !important;
        font-size: 0.95rem !important;
    }

    section[style*="background: linear-gradient(180deg, #f8f9fa"] details p {
        padding: 0 1.25rem 1rem 3.5rem !important;
        font-size: 0.9rem !important;
    }
}

@media (max-width: 480px) {
    section[style*="background: linear-gradient(180deg, #f8f9fa"] summary {
        font-size: 0.9rem !important;
    }

    section[style*="background: linear-gradient(180deg, #f8f9fa"] summary i {
        width: 30px !important;
        height: 30px !important;
        font-size: 0.9rem !important;
    }
}

/* =========================================
   GLOBAL REACH SECTION - REDESIGNED
   Custom Image Background with Color Overlay
   Premium Map and Country Display
   ========================================= */

/* GLOBAL REACH SECTION - Image Background with Overlay */
section[style*="Global Reach"],
section:has([style*="Global Reach"]),
section:has(#globalMap),
.global-section,
.wka-global-section,
.wka-front-page-content section:has([style*="We Operate"]) {
    background:
        linear-gradient(135deg, rgba(128, 0, 32, 0.88) 0%, rgba(10, 10, 20, 0.92) 100%),
        url('/wp-content/uploads/2026/01/global.png') center/cover fixed !important;
    position: relative !important;
    padding: 80px 0 !important;
}

/* Remove any old pattern overlay */
section[style*="Global Reach"]::before,
section:has(#globalMap)::before,
.global-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background:
        radial-gradient(circle at 15% 25%, rgba(255, 215, 0, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 85% 75%, rgba(128, 0, 32, 0.1) 0%, transparent 40%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Ensure content is above overlay */
section[style*="Global Reach"]>div,
section:has(#globalMap)>.container,
.global-section>.container {
    position: relative !important;
    z-index: 1 !important;
}

/* ==========================================
   TYPOGRAPHY - WHITE/GOLD
   ========================================== */

/* Section Tag - Gold */
section[style*="Global Reach"] span[style*="border-radius: 50px"],
section:has(#globalMap) span[style*="border-radius: 50px"],
.global-section .section-tag {
    background: rgba(255, 215, 0, 0.15) !important;
    color: #FFD700 !important;
    border: 1px solid rgba(255, 215, 0, 0.35) !important;
    padding: 10px 24px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
}

/* Section Title - White with Gold accent */
section[style*="Global Reach"] h2,
section:has(#globalMap) h2,
.global-section h2 {
    color: #ffffff !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    margin-bottom: 1rem !important;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4) !important;
}

section[style*="Global Reach"] h2 span,
section:has(#globalMap) h2 span,
.global-section h2 span {
    color: #FFD700 !important;
}

/* Section Description */
section[style*="Global Reach"] h2+p,
section:has(#globalMap)>div>div>p,
.global-section>.container>div>p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1.1rem !important;
    max-width: 700px !important;
    margin: 0 auto 2rem !important;
}

/* ==========================================
   MAP CONTAINER - Enhanced
   ========================================== */
#globalMap {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(255, 215, 0, 0.1),
        inset 0 0 30px rgba(0, 0, 0, 0.2) !important;
    border: 2px solid rgba(255, 215, 0, 0.2) !important;
    margin: 2rem 0 3rem !important;
}

/* Map hover effect */
#globalMap:hover {
    border-color: rgba(255, 215, 0, 0.4) !important;
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(255, 215, 0, 0.15) !important;
}

/* ==========================================
   STATS/COUNTRIES DISPLAY
   ========================================== */
section[style*="Global Reach"] [style*="display: flex"][style*="justify-content: center"],
section:has(#globalMap) [style*="display: flex"][style*="gap: 3rem"],
.global-section .stats-container {
    display: flex !important;
    justify-content: center !important;
    gap: 4rem !important;
    flex-wrap: wrap !important;
    margin-top: 2rem !important;
}

/* Individual stat item */
section[style*="Global Reach"] [style*="text-align: center"],
section:has(#globalMap) [style*="display: flex"]>[style*="text-align: center"],
.global-section .stat-item {
    text-align: center !important;
    padding: 1.5rem 2rem !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
    border-radius: 16px !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    transition: all 0.4s ease !important;
    min-width: 140px !important;
}

section[style*="Global Reach"] [style*="text-align: center"]:hover,
.global-section .stat-item:hover {
    transform: translateY(-8px) scale(1.05) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 215, 0, 0.4) !important;
    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 215, 0, 0.15) !important;
}

/* Stat Numbers */
section[style*="Global Reach"] [style*="font-size: 2.5rem"],
section:has(#globalMap) span[style*="font-size: 2.5rem"],
.global-section .stat-number {
    display: block !important;
    font-size: 3rem !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 0.5rem !important;
    text-shadow: none !important;
}

/* Stat Labels */
section[style*="Global Reach"] [style*="color: rgba(255,255,255,0.6)"],
section:has(#globalMap) span[style*="rgba(255,255,255,0.6)"],
.global-section .stat-label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Divider between stats */
section[style*="Global Reach"] [style*="width: 1px"][style*="height: 35px"],
section:has(#globalMap) [style*="background: rgba(255,255,255,0.2)"][style*="width: 1px"] {
    display: none !important;
}

/* ==========================================
   COUNTRY BADGES (if present)
   ========================================== */
.country-tag,
[style*="background: rgba(255,215,0,0.1)"][style*="border-radius"] {
    padding: 10px 20px !important;
    border-radius: 50px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 215, 0, 0.1) !important;
    border: 1px solid rgba(255, 215, 0, 0.25) !important;
    color: #FFD700 !important;
}

.country-tag:hover,
[style*="background: rgba(255,215,0,0.1)"][style*="border-radius"]:hover {
    background: rgba(255, 215, 0, 0.2) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.2) !important;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 1024px) {

    section[style*="Global Reach"] [style*="display: flex"][style*="gap: 3rem"],
    section:has(#globalMap) [style*="display: flex"][style*="gap: 3rem"] {
        gap: 2rem !important;
    }

    #globalMap {
        height: 500px !important;
    }
}

@media (max-width: 768px) {

    section[style*="Global Reach"],
    section:has(#globalMap),
    .global-section {
        padding: 60px 0 !important;
    }

    section[style*="Global Reach"] h2,
    section:has(#globalMap) h2 {
        font-size: 1.75rem !important;
    }

    #globalMap {
        height: 400px !important;
        margin: 1.5rem -15px 2rem !important;
        border-radius: 0 !important;
    }

    section[style*="Global Reach"] [style*="display: flex"][style*="gap: 3rem"] {
        flex-direction: column !important;
        gap: 1.5rem !important;
        align-items: center !important;
    }
}

@media (max-width: 480px) {

    section[style*="Global Reach"] [style*="font-size: 2.5rem"],
    .global-section .stat-number {
        font-size: 2.25rem !important;
    }

    #globalMap {
        height: 350px !important;
    }
}

/* =========================================
   HOMEPAGE ENHANCEMENT STYLES
   Premium Redesign - All Sections
   ========================================= */

/* =========================================
   SECTION HEADERS - Unified Premium Style
   ========================================= */
.wka-front-page-content section {
    position: relative;
}

.wka-front-page-content h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
}

.wka-front-page-content .section-tag,
.wka-front-page-content [style*="border-radius: 50px"][style*="font-size: 0.85rem"] {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 24px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    margin-bottom: 1.25rem !important;
    animation: fadeInUp 0.6s ease-out !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================
   HERO SECTION - Enhanced
   ========================================= */
.hero-futuristic {
    min-height: 90vh !important;
    padding-top: 100px !important;
}

.hero-futuristic::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    pointer-events: none;
    z-index: 1;
}

.hero-futuristic h1 {
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3) !important;
}

/* Hero Buttons */
.hero-futuristic a[style*="background: linear-gradient(135deg, #FFD700"] {
    padding: 1rem 2.5rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(255, 215, 0, 0.4) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.hero-futuristic a[style*="background: linear-gradient(135deg, #FFD700"]:hover {
    transform: translateY(-4px) scale(1.02) !important;
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5) !important;
}

.hero-futuristic a[style*="background: rgba(255,255,255,0.08)"] {
    padding: 1rem 2.5rem !important;
    border-radius: 12px !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.hero-futuristic a[style*="background: rgba(255,255,255,0.08)"]:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: var(--color-accent) !important;
}

/* =========================================
   STATS BAR - Enhanced Cards
   ========================================= */
.wka-front-page-content section[style*="background: linear-gradient(135deg, rgba(10,10,20"] {
    padding: 5rem 0 !important;
    position: relative;
}

.wka-front-page-content section[style*="background: linear-gradient(135deg, rgba(10,10,20"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFD700' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

/* Stats Cards */
.wka-front-page-content [style*="border: 1px solid rgba(255,215,0,0.1)"][style*="border-radius: 20px"] {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 215, 0, 0.15) !important;
    transition: all 0.4s ease !important;
    position: relative;
    overflow: hidden;
}

.wka-front-page-content [style*="border: 1px solid rgba(255,215,0,0.1)"][style*="border-radius: 20px"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.wka-front-page-content [style*="border: 1px solid rgba(255,215,0,0.1)"][style*="border-radius: 20px"]:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(255, 215, 0, 0.3) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 215, 0, 0.1) !important;
}

.wka-front-page-content [style*="border: 1px solid rgba(255,215,0,0.1)"][style*="border-radius: 20px"]:hover::before {
    opacity: 1;
}

/* Stat Numbers */
.wka-front-page-content [style*="font-size: 2.25rem"][style*="font-weight: 800"] {
    font-size: 2.75rem !important;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
}

/* =========================================
   EVENTS/HIGHLIGHTS SECTION
   ========================================= */
.events-grid,
.wka-events-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 2rem !important;
}

.event-card {
    background: var(--color-white) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.event-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15) !important;
}

.event-card .event-image,
.event-card img {
    height: 220px !important;
    object-fit: cover !important;
    width: 100% !important;
    transition: transform 0.5s ease !important;
}

.event-card:hover img {
    transform: scale(1.05) !important;
}

/* Event Badge */
.event-card [style*="background: var(--gradient-accent)"],
.event-card [style*="background: linear-gradient"] {
    padding: 6px 16px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    border-radius: 50px !important;
}

/* =========================================
   BLOG/INSIGHTS SECTION
   ========================================= */
.posts-grid,
.blog-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
    gap: 2rem !important;
}

.post-card,
.blog-card {
    background: var(--color-white) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.4s ease !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.post-card:hover,
.blog-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12) !important;
}

.post-card .post-thumbnail,
.blog-card .blog-thumbnail {
    position: relative;
    overflow: hidden;
}

.post-card .post-thumbnail img,
.blog-card .blog-thumbnail img {
    transition: transform 0.5s ease !important;
}

.post-card:hover .post-thumbnail img,
.blog-card:hover .blog-thumbnail img {
    transform: scale(1.08) !important;
}

/* =========================================
   ABOUT SECTION - Premium Layout
   ========================================= */
.about-section,
section[style*="About Us"],
.wka-about-section {
    padding: 6rem 0 !important;
}

.about-section [style*="border-left: 3px solid"],
[style*="border-left: 3px solid #800020"] {
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.08) 0%, rgba(128, 0, 32, 0.03) 100%) !important;
    border-left: 4px solid var(--color-primary) !important;
    padding: 1rem 1.25rem !important;
    border-radius: 0 12px 12px 0 !important;
    transition: all 0.3s ease !important;
}

.about-section [style*="border-left: 3px solid"]:hover,
[style*="border-left: 3px solid #800020"]:hover {
    transform: translateX(5px) !important;
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.12) 0%, rgba(128, 0, 32, 0.05) 100%) !important;
}

/* Vision/Mission Cards */
[style*="border: 1px solid rgba(255,215,0,0.2)"][style*="border-radius: 16px"] {
    background: rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: blur(10px) !important;
    transition: all 0.4s ease !important;
}

[style*="border: 1px solid rgba(255,215,0,0.2)"][style*="border-radius: 16px"]:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(255, 215, 0, 0.4) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 215, 0, 0.1) !important;
}

/* Core Values Cards */
[style*="box-shadow: 0 4px 20px rgba(0,0,0,0.06)"][style*="border-radius: 16px"] {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: 1px solid transparent !important;
}

[style*="box-shadow: 0 4px 20px rgba(0,0,0,0.06)"][style*="border-radius: 16px"]:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12) !important;
    border-color: rgba(128, 0, 32, 0.15) !important;
}

/* =========================================
   PRACTICE AREAS SECTION
   ========================================= */
.practice-areas-grid,
.services-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
    gap: 2rem !important;
}

.practice-area-card,
.service-card {
    background: var(--color-white) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative;
    overflow: hidden;
}

.practice-area-card::before,
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.practice-area-card:hover,
.service-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12) !important;
}

.practice-area-card:hover::before,
.service-card:hover::before {
    transform: scaleX(1);
}

/* Service Icons */
.practice-area-card .service-icon,
.service-card .service-icon {
    width: 75px !important;
    height: 75px !important;
    border-radius: 18px !important;
    transition: all 0.4s ease !important;
}

.practice-area-card:hover .service-icon,
.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 12px 30px rgba(128, 0, 32, 0.3) !important;
}

/* =========================================
   GLOBAL REACH / MAP SECTION
   ========================================= */
.global-section,
section[style*="Global Reach"],
.wka-global-section {
    background: linear-gradient(180deg, var(--color-secondary) 0%, #0a0a12 100%) !important;
    position: relative;
    overflow: hidden;
}

.global-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(2px 2px at 20% 30%, rgba(255, 215, 0, 0.2) 0%, transparent 100%),
        radial-gradient(2px 2px at 40% 70%, rgba(128, 0, 32, 0.3) 0%, transparent 100%),
        radial-gradient(2px 2px at 60% 20%, rgba(255, 215, 0, 0.15) 0%, transparent 100%),
        radial-gradient(2px 2px at 80% 60%, rgba(128, 0, 32, 0.2) 0%, transparent 100%);
    animation: starFloat 20s linear infinite;
}

@keyframes starFloat {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

/* Country Tags */
.country-tag,
[style*="background: rgba(255,215,0,0.1)"][style*="border-radius"] {
    padding: 8px 16px !important;
    border-radius: 50px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255, 215, 0, 0.2) !important;
}

.country-tag:hover,
[style*="background: rgba(255,215,0,0.1)"][style*="border-radius"]:hover {
    background: rgba(255, 215, 0, 0.2) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.2) !important;
}

/* =========================================
   WHY CHOOSE US SECTION
   ========================================= */
.why-choose-section,
section[style*="Why Choose Us"] {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%) !important;
}

.feature-card,
.benefit-card {
    padding: 2rem !important;
    background: var(--color-white) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.4s ease !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.feature-card:hover,
.benefit-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
}

/* =========================================
   TEAM SECTION
   ========================================= */
.team-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 2rem !important;
}

.team-card,
.team-member {
    text-align: center !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 4px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    overflow: hidden !important;
}

.team-card:hover,
.team-member:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12) !important;
}

.team-card img,
.team-member img {
    width: 100% !important;
    height: 280px !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
    margin: 0 !important;
    border: none !important;
    transition: all 0.4s ease !important;
}

.team-card:hover img,
.team-member:hover img {
    transform: scale(1.05) !important;
}

/* =========================================
   TESTIMONIALS SECTION
   ========================================= */
.testimonials-section,
section[style*="Testimonials"] {
    background: linear-gradient(180deg, var(--color-secondary) 0%, #0f0f15 100%) !important;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 24px !important;
    padding: 2.5rem !important;
    transition: all 0.4s ease !important;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 5rem;
    color: rgba(255, 215, 0, 0.15);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-card:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(255, 215, 0, 0.2) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 0 30px rgba(255, 215, 0, 0.1) !important;
}

/* Star Rating */
.testimonial-card .stars,
.star-rating {
    color: var(--color-accent) !important;
    font-size: 1.1rem !important;
    margin-bottom: 1rem !important;
}

/* =========================================
   FAQ SECTION
   ========================================= */
.faq-section,
section[style*="FAQ"] {
    padding: 5rem 0 !important;
}

.faq-item,
.accordion-item {
    background: var(--color-white) !important;
    border-radius: 16px !important;
    margin-bottom: 1rem !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    overflow: hidden;
    transition: all 0.3s ease !important;
}

.faq-item:hover,
.accordion-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
}

.faq-question,
.accordion-header {
    padding: 1.25rem 1.5rem !important;
    font-weight: 600 !important;
    cursor: pointer;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
}

.faq-question:hover,
.accordion-header:hover {
    background: rgba(128, 0, 32, 0.03) !important;
    color: var(--color-primary) !important;
}

/* =========================================
   CTA SECTIONS
   ========================================= */
.cta-section,
section[style*="Free Consultation"],
section[style*="Ready to Navigate"] {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%) !important;
    padding: 5rem 0 !important;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.15) 0%, transparent 60%);
    border-radius: 50%;
}

.cta-section h2,
.cta-section h3 {
    color: var(--color-white) !important;
}

.cta-section .btn,
.cta-section a[style*="background: linear-gradient"] {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

/* =========================================
   CONTACT FORM SECTION
   ========================================= */
.contact-section,
section[style*="Get In Touch"] {
    padding: 5rem 0 !important;
}

.contact-form {
    background: var(--color-white) !important;
    padding: 2.5rem !important;
    border-radius: 24px !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08) !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100% !important;
    padding: 1rem 1.25rem !important;
    border: 2px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 12px !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    background: #f8f9fa !important;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none !important;
    border-color: var(--color-primary) !important;
    background: var(--color-white) !important;
    box-shadow: 0 0 0 4px rgba(128, 0, 32, 0.1) !important;
}

.contact-form button[type="submit"],
.contact-form .submit-btn {
    padding: 1rem 2.5rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark)) !important;
    color: var(--color-white) !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 8px 25px rgba(128, 0, 32, 0.3) !important;
}

.contact-form button[type="submit"]:hover,
.contact-form .submit-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(128, 0, 32, 0.4) !important;
}

/* Contact Info Cards */
.contact-info-card,
[style*="background: #1a1a1a"][style*="border-radius: 16px"] {
    transition: all 0.3s ease !important;
}

.contact-info-card:hover,
[style*="background: #1a1a1a"][style*="border-radius: 16px"]:hover {
    transform: translateX(5px) !important;
}

/* =========================================
   VIEW ALL BUTTONS
   ========================================= */
.view-all-btn,
a[style*="View All"],
[style*="border-radius"][style*="font-weight: 600"]:not(.nav-link) {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    transition: all 0.4s ease !important;
}

.view-all-btn:hover,
a[style*="View All"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Arrow Icons */
.view-all-btn i,
a[style*="View All"] i,
.service-link i {
    transition: transform 0.3s ease !important;
}

.view-all-btn:hover i,
a[style*="View All"]:hover i,
.service-link:hover i {
    transform: translateX(5px) !important;
}

/* =========================================
   RESPONSIVE ENHANCEMENTS
   ========================================= */
@media (max-width: 768px) {
    .wka-front-page-content h2 {
        font-size: 1.75rem !important;
    }

    .wka-front-page-content section {
        padding: 3rem 0 !important;
    }

    .hero-futuristic {
        min-height: 80vh !important;
        padding-top: 90px !important;
    }

    .team-grid,
    .practice-areas-grid,
    .services-grid,
    .posts-grid,
    .blog-grid,
    .events-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .team-card img,
    .team-member img {
        width: 120px !important;
        height: 120px !important;
    }

    .contact-form {
        padding: 1.5rem !important;
    }
}

/* =========================================
   SMOOTH ANIMATIONS
   ========================================= */
.wka-front-page-content section,
.wka-front-page-content .container {
    animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Intersection Observer Animation Targets */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================
   PREMIUM DESIGN POLISH
   ========================================= */

/* Section divider gradient lines between sections */
.wka-front-page-content section+section::before {
    content: '';
    display: block;
    width: 80%;
    max-width: 600px;
    height: 1px;
    margin: 0 auto;
    background: linear-gradient(90deg, transparent, rgba(128, 0, 32, 0.15), rgba(255, 215, 0, 0.2), rgba(128, 0, 32, 0.15), transparent);
}

/* Gold underline for section titles */
.wka-front-page-content h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #800020, #FFD700);
    margin-top: 12px;
    border-radius: 3px;
    transition: width 0.4s ease;
}

.wka-front-page-content [style*="text-align: center"] h2::after {
    margin-left: auto;
    margin-right: auto;
}

.wka-front-page-content h2:hover::after {
    width: 100px;
}

/* Card shimmer effect on hover */
.practice-area-card::after,
.event-card::after,
.wka-blog-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
}

.practice-area-card:hover::after,
.event-card:hover::after,
.wka-blog-card:hover::after {
    left: 120%;
}

/* Enhanced testimonial card on hover */
.testimonial-card:hover {
    border-color: rgba(255, 215, 0, 0.25) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

/* Animated gradient border for hero CTA button */
.hero-futuristic a[style*="background: linear-gradient(135deg, #FFD700"] {
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hero-futuristic a[style*="background: linear-gradient(135deg, #FFD700"]:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.4) !important;
}

/* Core values card icon glow on hover */
.core-values-section [style*="border-radius: 50%"][style*="background: rgba(128,0,32"] {
    transition: all 0.4s ease !important;
}

.core-values-section [style*="padding: 2rem"]:hover [style*="border-radius: 50%"][style*="background: rgba(128,0,32"] {
    box-shadow: 0 0 25px rgba(128, 0, 32, 0.3) !important;
    transform: scale(1.1) !important;
}

/* Map section glow on load */
#globalMap {
    transition: box-shadow 0.5s ease !important;
}

#globalMap:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 215, 0, 0.1) !important;
}

/* Smooth transitions for all links */
a {
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* Gold accent dot before section tags */
[style*="border-radius: 50px"][style*="font-weight: 600"] {
    position: relative;
}

/* Consultation CTA pulsing glow */
section[style*="background: linear-gradient(135deg, #800020"] a[style*="background: linear-gradient(135deg, #FFD700"] {
    animation: ctaPulse 3s ease-in-out infinite !important;
}

@keyframes ctaPulse {

    0%,
    100% {
        box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
    }

    50% {
        box-shadow: 0 8px 40px rgba(255, 215, 0, 0.5), 0 0 20px rgba(255, 215, 0, 0.2);
    }
}

/* =========================================
   HOMEPAGE CSS FIX
   Replaces inline styles that WordPress strips
   ========================================= */

/* =========================================
   HERO SECTION - CRITICAL FIXES
   ========================================= */
.hero-futuristic {
    position: relative !important;
    min-height: 85vh !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
    padding-top: 130px !important;
}

.hero-futuristic>div:first-child {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
}

.hero-futuristic>div:first-child>img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    animation: kenBurns 20s ease-in-out infinite alternate !important;
}

.hero-futuristic>div:first-child>div {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.8) 0%, rgba(26, 26, 26, 0.85) 50%, rgba(10, 10, 20, 0.9) 100%) !important;
}

.hero-futuristic .container {
    position: relative !important;
    z-index: 2 !important;
}

.hero-futuristic h1 {
    color: #fff !important;
}

.hero-futuristic h1 span {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.hero-futuristic p {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* =========================================
   ABOUT SECTION
   ========================================= */
.about-us-section {
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.90), rgba(10, 10, 20, 0.95)), url('/wp-content/uploads/2026/01/About-Us.png') center/cover fixed !important;
    padding: 80px 0 !important;
}

.about-us-section h2,
.about-us-section p {
    color: #ffffff !important;
}

.about-us-section h2 span,
.about-us-section h4 {
    color: #FFD700 !important;
}

/* =========================================
   CORE VALUES SECTION
   ========================================= */
.core-values-section {
    padding: 80px 0 !important;
    background: #ffffff !important;
}

.core-values-section div[style*="grid-template-columns: repeat(4"] {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
}

.core-values-section div[style*="width: 70px"][style*="height: 70px"] {
    width: 70px !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* =========================================
   TEAM SECTION - Background Image
   ========================================= */
.team-members-section {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.88), rgba(10, 10, 20, 0.92)),
        url('/wp-content/uploads/2026/01/team.png') center/cover fixed !important;
    position: relative !important;
}

.team-members-section h2 {
    color: #ffffff !important;
}

.team-members-section h2 span {
    color: #FFD700 !important;
}

.team-members-section p {
    color: rgba(255, 255, 255, 0.85) !important;
}

.wka-team-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    gap: 2rem !important;
}

.team-card {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
}

.team-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
}

/* =========================================
   TESTIMONIALS SECTION
   ========================================= */
.wka-front-page-content section[style*="background: #1a1a1a"] {
    padding: 80px 0 !important;
    background: #1a1a1a !important;
}

.wka-front-page-content section[style*="background: #1a1a1a"] div[style*="grid-template-columns: repeat(3"] {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
}

/* =========================================
   GRID DISPLAY FIXES
   ========================================= */
.wka-front-page-content section div[style*="grid-template-columns"] {
    display: grid !important;
}

.wka-front-page-content section div[style*="justify-content: center"],
.wka-front-page-content section div[style*="align-items: center"] {
    display: flex !important;
}

.wka-front-page-content section div[style*="grid-template-columns: repeat(4, 1fr)"] {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
}

.wka-front-page-content section div[style*="grid-template-columns: repeat(2, 1fr)"] {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
}

.wka-front-page-content section div[style*="grid-template-columns: 1fr 1fr"] {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 3rem !important;
}

/* =========================================
   CONTACT SECTION
   ========================================= */
.wka-front-page-content section div[style*="flex-direction: column"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}

.wka-front-page-content section div[style*="width: 50px"][style*="height: 50px"] {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* =========================================
   KEYFRAMES
   ========================================= */
@keyframes kenBurns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1) translate(-2%, -1%);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* =========================================
   RESPONSIVE FIXES
   ========================================= */
@media (max-width: 1024px) {

    .about-us-section div[style*="grid-template-columns"],
    .wka-front-page-content section div[style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }

    .core-values-section div[style*="grid-template-columns: repeat(4"],
    .wka-front-page-content section div[style*="grid-template-columns: repeat(4"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .wka-front-page-content section[style*="background: #1a1a1a"] div[style*="grid-template-columns: repeat(3"] {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {

    .core-values-section div[style*="grid-template-columns: repeat(4"],
    .wka-front-page-content section div[style*="grid-template-columns: repeat(4"],
    .wka-front-page-content section div[style*="grid-template-columns: repeat(2, 1fr)"],
    .wka-front-page-content section div[style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
    }

    .wka-team-grid {
        grid-template-columns: 1fr !important;
    }
}

/* =========================================
   INSIGHTS/BLOG SECTION REDESIGN
   Light White Background with African Pattern
   ========================================= */

/* Insights Section Container */
section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"][style*="Latest Insights"],
section[style*="padding: 80px 0"][style*="background: linear-gradient(135deg, rgba(128,0,32"],
.insights-section,
.blog-section {
    background: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 60px 0 !important;
}

/* African Legal Pattern - Light & Elegant */
section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"]::before,
.insights-section::before,
.blog-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    /* Multi-layered African legal pattern */
    background-image:
        /* Scales of Justice - centered focal point */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M60 10L70 35H50L60 10z M60 110L50 85H70L60 110z M10 60L35 50V70L10 60z M110 60L85 70V50L110 60z' fill='none' stroke='rgba(128,0,32,0.06)' stroke-width='1.5'/%3E%3Ccircle cx='60' cy='60' r='15' fill='none' stroke='rgba(128,0,32,0.05)' stroke-width='1'/%3E%3Ccircle cx='60' cy='60' r='25' fill='none' stroke='rgba(255,215,0,0.04)' stroke-width='0.5'/%3E%3C/svg%3E"),
        /* Adinkra-inspired wisdom symbol */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 5 L45 20 L60 20 L48 30 L52 45 L40 35 L28 45 L32 30 L20 20 L35 20 Z' fill='none' stroke='rgba(128,0,32,0.03)' stroke-width='1'/%3E%3C/svg%3E"),
        /* Kente-inspired chevrons */
        repeating-linear-gradient(45deg,
            transparent,
            transparent 40px,
            rgba(128, 0, 32, 0.02) 40px,
            rgba(128, 0, 32, 0.02) 42px),
        repeating-linear-gradient(-45deg,
            transparent,
            transparent 40px,
            rgba(255, 215, 0, 0.02) 40px,
            rgba(255, 215, 0, 0.02) 42px),
        /* Subtle dot pattern */
        radial-gradient(circle at 25% 25%, rgba(128, 0, 32, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgba(255, 215, 0, 0.02) 1px, transparent 1px) !important;
    background-size: 120px 120px, 80px 80px, 100% 100%, 100% 100%, 30px 30px, 30px 30px !important;
    background-position: center center, 40px 40px, 0 0, 0 0, 0 0, 15px 15px !important;
    opacity: 1 !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Accent corner decorations */
section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"]::after,
.insights-section::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 300px !important;
    height: 300px !important;
    background: radial-gradient(circle at 100% 0%, rgba(255, 215, 0, 0.06) 0%, transparent 50%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Ensure content is above pattern */
section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"]>div,
.insights-section>.container {
    position: relative !important;
    z-index: 1 !important;
}

/* Section Tag - White/Gold Style for dark bg */
section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"] [style*="background: rgba(255,215,0"],
.insights-section .section-tag {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 215, 0, 0.08) 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 215, 0, 0.35) !important;
    padding: 10px 24px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    text-shadow: 0 1px 8px rgba(255, 215, 0, 0.3) !important;
}

/* Section Title */
section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"] h2,
.insights-section h2 {
    color: #1a1a1a !important;
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.75rem !important;
}

section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"] h2 span,
.insights-section h2 span {
    color: #800020 !important;
}

/* Section Description */
section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"] h2+p,
.insights-section>.container>div>p {
    color: #666 !important;
    font-size: 1rem !important;
}

/* Blog Posts Grid */
.posts-grid,
.blog-grid,
section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"]+section [style*="display: grid"] {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)) !important;
    gap: 1.5rem !important;
    margin-top: 1.5rem !important;
}

/* Blog Card Redesign */
.post-card,
.blog-card,
article.post {
    background: #ffffff !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.06),
        0 2px 6px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid rgba(128, 0, 32, 0.06) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
}

.post-card:hover,
.blog-card:hover,
article.post:hover {
    transform: translateY(-12px) !important;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(128, 0, 32, 0.06) !important;
    border-color: rgba(128, 0, 32, 0.12) !important;
}

/* Card Accent Line */
.post-card::before,
.blog-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #800020 0%, #FFD700 50%, #800020 100%) !important;
    transform: scaleX(0) !important;
    transition: transform 0.4s ease !important;
}

.post-card:hover::before,
.blog-card:hover::before {
    transform: scaleX(1) !important;
}

/* Blog Image */
.post-card img,
.blog-card img,
article.post img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.post-card:hover img,
.blog-card:hover img {
    transform: scale(1.05) !important;
}

/* Image Container */
.post-card .post-image,
.blog-card .blog-image {
    position: relative !important;
    overflow: hidden !important;
}

.post-card .post-image::after,
.blog-card .blog-image::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 60px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent) !important;
    pointer-events: none !important;
}

/* Blog Content Area */
.post-card-content,
.blog-card-content,
article.post>div:last-child {
    padding: 1.25rem !important;
}

/* Date Badge */
.post-date,
.blog-date,
.post-card [style*="color: #666"][style*="font-size: 0.85rem"],
article.post time {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 0.8rem !important;
    color: #800020 !important;
    font-weight: 600 !important;
    margin-bottom: 0.75rem !important;
    padding: 4px 12px !important;
    background: rgba(128, 0, 32, 0.06) !important;
    border-radius: 20px !important;
}

.post-date i,
.blog-date i {
    font-size: 0.75rem !important;
}

/* Blog Title */
.post-card h3,
.post-card h4,
.blog-card h3,
article.post h2,
article.post h3 {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.4 !important;
    margin-bottom: 0.75rem !important;
    transition: color 0.3s ease !important;
}

.post-card:hover h3,
.post-card:hover h4,
.blog-card:hover h3 {
    color: #800020 !important;
}

/* Blog Excerpt */
.post-card p,
.blog-card p,
article.post p {
    font-size: 0.9rem !important;
    color: #666 !important;
    line-height: 1.65 !important;
    margin-bottom: 1.25rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Read More Button */
.post-link,
.blog-link,
.post-card a[style*="color: #800020"],
article.post a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 20px !important;
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.08) 0%, rgba(255, 215, 0, 0.08) 100%) !important;
    color: #800020 !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(128, 0, 32, 0.1) !important;
}

.post-link:hover,
.blog-link:hover,
.post-card a:hover {
    background: linear-gradient(135deg, #800020 0%, #600018 100%) !important;
    color: #ffffff !important;
    transform: translateX(4px) !important;
    box-shadow: 0 6px 20px rgba(128, 0, 32, 0.25) !important;
}

.post-link i,
.blog-link i,
.post-card a i {
    transition: transform 0.3s ease !important;
    font-size: 0.8rem !important;
}

.post-link:hover i,
.blog-link:hover i,
.post-card a:hover i {
    transform: translateX(4px) !important;
}

/* Responsive */
@media (max-width: 900px) {

    .posts-grid,
    .blog-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
}

@media (max-width: 768px) {

    section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"],
    .insights-section {
        padding: 60px 0 !important;
    }

    section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"] h2 {
        font-size: 1.75rem !important;
    }

    .post-card img,
    .blog-card img {
        height: 180px !important;
    }

    .post-card-content,
    .blog-card-content {
        padding: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    section[style*="background: linear-gradient(135deg, rgba(128,0,32,0.92)"] {
        padding: 50px 0 !important;
    }

    .post-card h3,
    .blog-card h3 {
        font-size: 0.95rem !important;
    }

    .post-card p,
    .blog-card p {
        font-size: 0.85rem !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
    }
}

/* =========================================
   LIVELY ANIMATIONS & ENHANCED INTERACTIVITY
   Hero particles, scroll reveals, header glow,
   footer magic, micro-interactions
   ========================================= */

/* ==========================================
   KEYFRAME ANIMATIONS
   ========================================== */

/* Floating particle drift */
@keyframes particleDrift {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translate(var(--drift-x, 100px), var(--drift-y, -200px)) scale(0.5);
        opacity: 0;
    }
}

/* Gentle floating */
@keyframes gentleFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Glow pulse */
@keyframes glowPulse {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
    }

    50% {
        box-shadow: 0 0 40px rgba(255, 215, 0, 0.4), 0 0 60px rgba(128, 0, 32, 0.2);
    }
}

/* Gradient shift */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Slide in from left */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Slide in from right */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Scale in with bounce */
@keyframes scaleInBounce {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    60% {
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Counter roll-up effect */
@keyframes counterRoll {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Typing cursor blink */
@keyframes cursorBlink {

    0%,
    50% {
        border-color: #FFD700;
    }

    51%,
    100% {
        border-color: transparent;
    }
}

/* Ripple effect */
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.4;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* Subtle breathing */
@keyframes breathe {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

/* Orb float enhanced */
@keyframes orbFloat {

    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    33% {
        transform: translateY(-30px) translateX(15px);
    }

    66% {
        transform: translateY(15px) translateX(-20px);
    }
}

/* Badge glow */
@keyframes badgeGlow {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(255, 215, 0, 0.1);
    }

    50% {
        box-shadow: 0 0 25px rgba(255, 215, 0, 0.25);
    }
}

/* Marquee scroll */
@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Fade in up (staggered base) */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ken Burns */
@keyframes kenBurns {
    0% {
        transform: scale(1) translate(0, 0);
    }

    50% {
        transform: scale(1.08) translate(-1%, 1%);
    }

    100% {
        transform: scale(1.04) translate(1%, -0.5%);
    }
}

/* Shimmer */
@keyframes shimmer {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

/* Pulse */
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

/* Spin slow */
@keyframes spinSlow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* ==========================================
   HERO SECTION ENHANCEMENTS
   ========================================== */

/* Particle container */
.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hero-particle {
    position: absolute;
    width: var(--size, 4px);
    height: var(--size, 4px);
    background: radial-gradient(circle, rgba(255, 215, 0, 0.6), transparent);
    border-radius: 50%;
    animation: particleDrift var(--duration, 8s) linear infinite;
    animation-delay: var(--delay, 0s);
}

/* Floating geometric shapes in hero */
.hero-shape {
    position: absolute;
    z-index: 1;
    opacity: 0.08;
    pointer-events: none;
}

.hero-shape--circle {
    width: 200px;
    height: 200px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 50%;
    top: 15%;
    right: 8%;
    animation: spinSlow 30s linear infinite, gentleFloat 6s ease-in-out infinite;
}

.hero-shape--ring {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 50%;
    bottom: 20%;
    left: 5%;
    animation: spinSlow 20s linear infinite reverse, gentleFloat 5s ease-in-out infinite 1s;
}

.hero-shape--dots {
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.3) 1px, transparent 1px);
    background-size: 10px 10px;
    top: 30%;
    left: 12%;
    animation: gentleFloat 7s ease-in-out infinite 2s;
}

/* Hero badge animation enhance */
.hero-futuristic [style*="border-radius: 50px"][style*="background: rgba(255,215,0"] {
    animation: fadeInUp 0.6s ease-out, glowPulse 4s ease-in-out infinite 1s !important;
}

/* Hero stat counter animation */
.hero-futuristic [style*="font-size: 1.75rem"][style*="font-weight: 800"] {
    animation: counterRoll 0.6s ease-out both;
}

/* Hero buttons ripple on hover */
.hero-futuristic a[style*="background: linear-gradient(135deg, #FFD700"]::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-futuristic a[style*="background: linear-gradient(135deg, #FFD700"]:hover::after {
    opacity: 1;
}

/* Hero gradient overlay with animation */
.hero-futuristic>div:first-child>div:last-child {
    animation: gradientShift 15s ease infinite !important;
    background-size: 200% 200% !important;
}


/* ==========================================
   HEADER ENHANCEMENTS
   ========================================== */

/* Animated gold line under header */
.header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 215, 0, 0.3),
            rgba(255, 215, 0, 0.8),
            rgba(255, 215, 0, 0.3),
            transparent);
    background-size: 200% 100%;
    animation: shimmer 4s linear infinite;
}

/* Header nav link hover glow */
.nav-link:hover {
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.3) !important;
}

/* Header CTA pulsing glow */
.nav-cta.btn-primary,
.btn.btn-primary.nav-cta {
    animation: glowPulse 3s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

/* CTA shimmer sweep effect */
.nav-cta.btn-primary::before,
.btn.btn-primary.nav-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: none;
    animation: none;
}

.nav-cta.btn-primary:hover::before,
.btn.btn-primary.nav-cta:hover::before {
    animation: shimmerSweep 0.6s ease-out forwards;
}

@keyframes shimmerSweep {
    from {
        left: -100%;
    }

    to {
        left: 120%;
    }
}

/* Scrolled header state enhanced */
.header.scrolled {
    background: linear-gradient(135deg, rgba(15, 15, 15, 0.98) 0%, rgba(90, 0, 22, 0.96) 100%) !important;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5), 0 0 40px rgba(128, 0, 32, 0.1) !important;
    backdrop-filter: blur(20px) !important;
}

.header.scrolled .nav {
    padding: 0.5rem 0;
}

.header.scrolled .logo-image,
.header.scrolled .logo img {
    max-height: 65px;
    transition: max-height 0.3s ease;
}

/* Active nav item indicator */
.nav-menu li.current-menu-item .nav-link,
.nav-menu li.current_page_item .nav-link {
    color: #FFD700 !important;
    background: rgba(255, 215, 0, 0.1);
}

.nav-menu li.current-menu-item .nav-link::before,
.nav-menu li.current_page_item .nav-link::before {
    width: 80% !important;
}


/* ==========================================
   FOOTER ENHANCEMENTS
   ========================================== */

/* Footer orbs enhanced animation */
.footer-futuristic [style*="animation: orbFloat"] {
    transition: all 0.5s ease;
}

/* Footer heading glow */
.footer-futuristic h3,
.footer-futuristic h4 {
    position: relative;
    display: inline-block;
}

.footer-futuristic h3::after,
.footer-futuristic h4::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #FFD700, transparent);
    transition: width 0.4s ease;
}

.footer-futuristic h3:hover::after,
.footer-futuristic h4:hover::after {
    width: 60px;
}

/* Footer social icons enhanced */
.footer-futuristic a[style*="border-radius: 50"] {
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.footer-futuristic a[style*="border-radius: 50"]:hover {
    transform: translateY(-4px) scale(1.15) !important;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3) !important;
    background: rgba(255, 215, 0, 0.15) !important;
    border-color: rgba(255, 215, 0, 0.5) !important;
}

/* Footer contact items hover */
.footer-futuristic li[style*="align-items: center"] {
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 8px;
}

.footer-futuristic li[style*="align-items: center"]:hover {
    background: rgba(255, 255, 255, 0.03);
    transform: translateX(4px);
}

/* CTA content card enhanced */
.cta-content {
    transition: all 0.4s ease !important;
    position: relative;
}

.cta-content:hover {
    border-color: rgba(255, 215, 0, 0.15) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(128, 0, 32, 0.1) !important;
}

/* CTA badge breathing */
.cta-content [style*="animation: badgeGlow"] {
    animation: badgeGlow 3s ease-in-out infinite, breathe 4s ease-in-out infinite !important;
}

/* Footer bottom copyright shimmer */
.footer-bottom p {
    transition: color 0.3s ease;
}

.footer-bottom:hover p {
    color: rgba(255, 255, 255, 0.6) !important;
}


/* ==========================================
   SCROLL-TRIGGERED ANIMATIONS
   ========================================== */

/* Sections that animate on scroll */
.wka-front-page-content section {
    opacity: 1;
}

/* Smooth section transitions */
.wka-front-page-content>*:not(.hero-futuristic) {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Stagger children within sections */
.animate-stagger>* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.animate-stagger.visible>*:nth-child(1) {
    transition-delay: 0.1s;
    opacity: 1;
    transform: translateY(0);
}

.animate-stagger.visible>*:nth-child(2) {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateY(0);
}

.animate-stagger.visible>*:nth-child(3) {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
}

.animate-stagger.visible>*:nth-child(4) {
    transition-delay: 0.4s;
    opacity: 1;
    transform: translateY(0);
}

.animate-stagger.visible>*:nth-child(5) {
    transition-delay: 0.5s;
    opacity: 1;
    transform: translateY(0);
}

.animate-stagger.visible>*:nth-child(6) {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translateY(0);
}


/* ==========================================
   LIVELY MICRO-INTERACTIONS
   ========================================== */

/* All cards lift on hover */
.event-card,
.wka-blog-card,
.practice-area-card,
.team-card,
.testimonial-card {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    will-change: transform;
}

.event-card:hover,
.wka-blog-card:hover,
.practice-area-card:hover,
.team-card:hover,
.testimonial-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15) !important;
}

/* Icon containers subtle bounce on hover */
[style*="border-radius: 50%"][style*="background"],
.icon-circle {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

[style*="border-radius: 50%"][style*="background"]:hover {
    transform: scale(1.1) rotate(5deg);
}

/* FAQ accordion enhanced */
details {
    transition: all 0.3s ease !important;
}

details[open] {
    transform: scale(1.01);
}

details summary {
    cursor: pointer;
    transition: all 0.3s ease;
}

details summary:hover {
    padding-left: 1.75rem !important;
}

/* Subtle parallax for backgrounds with "fixed" */
@media (min-width: 769px) {

    [style*="background-attachment: fixed"],
    [style*="center/cover fixed"] {
        background-attachment: fixed !important;
    }
}

@media (max-width: 768px) {

    [style*="background-attachment: fixed"],
    [style*="center/cover fixed"] {
        background-attachment: scroll !important;
    }
}

/* WhatsApp button bounce */
.whatsapp-float,
a[style*="background: #25D366"],
a[style*="background-color: #25D366"] {
    animation: gentleFloat 3s ease-in-out infinite !important;
}

/* Scroll indicator */
@keyframes scrollArrow {

    0%,
    100% {
        opacity: 1;
        transform: translateY(0);
    }

    50% {
        opacity: 0.5;
        transform: translateY(8px);
    }
}


/* ==========================================
   REDUCED MOTION PREFERENCE
   ========================================== */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* =========================================
   PRACTICE AREAS SECTION - IMAGE BACKGROUND
   Same Image Background with Color Overlay
   White/Gold Typography
   ========================================= */

/* Practice Areas Section Container - FULL IMAGE BACKGROUND */
section[style*="background: #ffffff"][style*="position: relative"],
section[style*="padding: 80px 0"][style*="background: #ffffff"],
section:has([style*="Practice Areas"]),
section:has(h2:contains("Cutting-Edge")),
.practice-areas-section {
    background:
        linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(128, 0, 32, 0.85) 50%, rgba(10, 10, 20, 0.92) 100%),
        url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?w=1600') center/cover fixed !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 80px 0 !important;
}

/* Subtle glow accents - NO PATTERN */
section[style*="background: #ffffff"][style*="position: relative"]::before,
.practice-areas-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background:
        radial-gradient(circle at 15% 25%, rgba(255, 215, 0, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 85% 75%, rgba(128, 0, 32, 0.12) 0%, transparent 40%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Ensure content is above overlay */
section[style*="background: #ffffff"][style*="position: relative"]>div,
.practice-areas-section>.container {
    position: relative !important;
    z-index: 1 !important;
}

/* ==========================================
   WHITE/GOLD TYPOGRAPHY
   ========================================== */

/* Section Tag - Gold */
section[style*="background: #ffffff"][style*="position: relative"] [style*="background: rgba(128,0,32,0.1)"],
.practice-areas-section .section-tag {
    background: rgba(255, 215, 0, 0.15) !important;
    color: #FFD700 !important;
    border: 1px solid rgba(255, 215, 0, 0.35) !important;
    padding: 10px 24px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
}

/* Section Title - White */
section[style*="background: #ffffff"][style*="position: relative"] h2,
.practice-areas-section h2 {
    color: #ffffff !important;
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.75rem !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

section[style*="background: #ffffff"][style*="position: relative"] h2 span,
.practice-areas-section h2 span {
    color: #FFD700 !important;
}

/* Section Description */
section[style*="background: #ffffff"][style*="position: relative"] h2+p,
.practice-areas-section>.container>div>p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1rem !important;
}

/* ==========================================
   PRACTICE AREA CARDS - GLASS EFFECT
   ========================================== */

/* Practice Areas Grid */
.practice-areas-grid,
section[style*="background: #ffffff"][style*="position: relative"] [style*="display: grid"] {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
    gap: 1.75rem !important;
    margin-top: 2.5rem !important;
}

/* Practice Area Card - Glass Effect on Dark bg */
.practice-area-card,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"][style*="background: #fff"],
section[style*="background: #ffffff"][style*="position: relative"] article,
.wka-practice-grid .practice-card {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Card hover effect */
.practice-area-card:hover,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"]:hover,
.wka-practice-grid .practice-card:hover {
    transform: translateY(-10px) !important;
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 215, 0, 0.35) !important;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.3),
        0 0 35px rgba(255, 215, 0, 0.12) !important;
}

/* Card top accent line */
.practice-area-card::before,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"]::before,
.wka-practice-grid .practice-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #FFD700 0%, #800020 50%, #FFD700 100%) !important;
    transform: scaleX(0) !important;
    transition: transform 0.4s ease !important;
}

.practice-area-card:hover::before,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"]:hover::before,
.wka-practice-grid .practice-card:hover::before {
    transform: scaleX(1) !important;
}

/* Practice Area Icon */
.practice-area-card .service-icon,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 50%"][style*="background"],
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 12px"][style*="background"],
.wka-practice-grid .practice-card>div:first-child {
    width: 65px !important;
    height: 65px !important;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(128, 0, 32, 0.3) 100%) !important;
    border: 1px solid rgba(255, 215, 0, 0.25) !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 1.25rem !important;
    transition: all 0.4s ease !important;
}

.practice-area-card:hover .service-icon,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"]:hover [style*="border-radius: 50%"],
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"]:hover [style*="border-radius: 12px"],
.wka-practice-grid .practice-card:hover>div:first-child {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4) !important;
}

.practice-area-card .service-icon i,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 50%"] i,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 12px"] i,
.wka-practice-grid .practice-card i {
    font-size: 1.5rem !important;
    color: #FFD700 !important;
    transition: color 0.3s ease !important;
}

.practice-area-card:hover .service-icon i,
.wka-practice-grid .practice-card:hover i {
    color: #1a1a1a !important;
}

/* Practice Area Title */
.practice-area-card h3,
.practice-area-card h4,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"] h3,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"] h4,
.wka-practice-grid .practice-card h3 {
    color: #ffffff !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.75rem !important;
    transition: color 0.3s ease !important;
}

.practice-area-card:hover h3,
.practice-area-card:hover h4,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"]:hover h3,
.wka-practice-grid .practice-card:hover h3 {
    color: #FFD700 !important;
}

/* Practice Area Description */
.practice-area-card p,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"] p,
.wka-practice-grid .practice-card p {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.9rem !important;
    line-height: 1.65 !important;
    margin-bottom: 1rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Learn More Link */
.practice-area-card a,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"] a[style*="color: #800020"],
.service-link,
.wka-practice-grid .practice-card a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #FFD700 !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    padding: 8px 16px !important;
    background: rgba(255, 215, 0, 0.1) !important;
    border-radius: 50px !important;
    border: 1px solid rgba(255, 215, 0, 0.2) !important;
}

.practice-area-card a:hover,
section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"] a:hover,
.service-link:hover,
.wka-practice-grid .practice-card a:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #1a1a1a !important;
    transform: translateX(5px) !important;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3) !important;
}

.practice-area-card a i,
.service-link i {
    transition: transform 0.3s ease !important;
}

.practice-area-card a:hover i,
.service-link:hover i {
    transform: translateX(4px) !important;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 768px) {

    section[style*="background: #ffffff"][style*="position: relative"],
    .practice-areas-section {
        padding: 60px 0 !important;
    }

    .practice-areas-grid,
    section[style*="background: #ffffff"][style*="position: relative"] [style*="display: grid"] {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }

    section[style*="background: #ffffff"][style*="position: relative"] h2 {
        font-size: 1.75rem !important;
    }

    .practice-area-card,
    section[style*="background: #ffffff"][style*="position: relative"] [style*="border-radius: 16px"] {
        padding: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    section[style*="background: #ffffff"][style*="position: relative"] {
        padding: 50px 0 !important;
    }

    .practice-area-card .service-icon {
        width: 55px !important;
        height: 55px !important;
    }

    .practice-area-card h3,
    .practice-area-card h4 {
        font-size: 1.05rem !important;
    }
}

/* =========================================
   STATS SECTION REDESIGN - Premium Compact
   Smaller fonts, better layout
   ========================================= */

/* Stats Section Container */
section[style*="background: linear-gradient(135deg, rgba(10,10,20"],
section[style*="padding: 4rem 0"][style*="background: linear-gradient"] {
    padding: 3rem 0 !important;
    background: linear-gradient(180deg, rgba(10, 10, 20, 0.98) 0%, rgba(26, 26, 26, 0.95) 100%) !important;
}

/* Stats Grid */
section[style*="background: linear-gradient(135deg, rgba(10,10,20"]>div>div[style*="display: grid"],
.stats-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.25rem !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

/* Individual Stat Card */
section[style*="background: linear-gradient(135deg, rgba(10,10,20"] [style*="border-radius: 20px"],
.stats-card {
    padding: 1.25rem !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 215, 0, 0.12) !important;
    border-radius: 16px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

section[style*="background: linear-gradient(135deg, rgba(10,10,20"] [style*="border-radius: 20px"]:hover,
.stats-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(255, 215, 0, 0.25) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 215, 0, 0.08) !important;
}

/* Stat Icon */
section[style*="background: linear-gradient(135deg, rgba(10,10,20"] [style*="border-radius: 50%"][style*="width: 70px"],
.stat-icon {
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto 0.75rem !important;
    font-size: 1.25rem !important;
}

section[style*="background: linear-gradient(135deg, rgba(10,10,20"] [style*="border-radius: 50%"][style*="width: 70px"] i {
    font-size: 1.25rem !important;
}

/* Stat Number - SMALLER */
section[style*="background: linear-gradient(135deg, rgba(10,10,20"] [style*="font-size: 2.25rem"],
section[style*="background: linear-gradient(135deg, rgba(10,10,20"] span[style*="font-weight: 800"],
.stat-number {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    display: block !important;
    margin-bottom: 0.25rem !important;
}

/* Stat Label */
section[style*="background: linear-gradient(135deg, rgba(10,10,20"] [style*="font-weight: 600"][style*="color: #fff"],
.stat-label {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.3 !important;
}

/* Responsive Stats Grid */
@media (max-width: 900px) {
    section[style*="background: linear-gradient(135deg, rgba(10,10,20"]>div>div[style*="display: grid"] {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
}

@media (max-width: 480px) {
    section[style*="background: linear-gradient(135deg, rgba(10,10,20"] {
        padding: 2rem 0 !important;
    }

    section[style*="background: linear-gradient(135deg, rgba(10,10,20"]>div>div[style*="display: grid"] {
        grid-template-columns: 1fr 1fr !important;
        gap: 0.75rem !important;
    }

    section[style*="background: linear-gradient(135deg, rgba(10,10,20"] [style*="border-radius: 20px"] {
        padding: 1rem !important;
    }

    section[style*="background: linear-gradient(135deg, rgba(10,10,20"] [style*="font-size: 2.25rem"],
    section[style*="background: linear-gradient(135deg, rgba(10,10,20"] span[style*="font-weight: 800"] {
        font-size: 1.5rem !important;
    }

    section[style*="background: linear-gradient(135deg, rgba(10,10,20"] [style*="border-radius: 50%"][style*="width: 70px"] {
        width: 40px !important;
        height: 40px !important;
        margin-bottom: 0.5rem !important;
    }

    section[style*="background: linear-gradient(135deg, rgba(10,10,20"] [style*="border-radius: 50%"][style*="width: 70px"] i {
        font-size: 1rem !important;
    }

    section[style*="background: linear-gradient(135deg, rgba(10,10,20"] [style*="font-weight: 600"][style*="color: #fff"] {
        font-size: 0.7rem !important;
    }
}

/* =========================================
   OUR TEAM SECTION - REDESIGNED
   Better image visibility & reduced spacing
   team.png with maroon overlay
   ========================================= */

/* TEAM PAGE HEADER - Use team.png background */
body.page-template-page-team .page-header-bg,
body.page-template-page-team .page-header::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image:
        linear-gradient(135deg, rgba(26, 26, 26, 0.88) 0%, rgba(128, 0, 32, 0.82) 100%),
        url(/wp-content/uploads/2026/01/team.png) !important;
    background-position: center !important;
    background-size: cover !important;
    z-index: -1 !important;
}

/* TEAM SECTION - Background with Overlay */
.wka-front-page-content .team-members-section,
.wka-page-content .team-members-section,
section.team-members-section,
.team-members-section,
.team-section {
    background-image:
        linear-gradient(135deg, rgba(128, 0, 32, 0.85) 0%, rgba(10, 10, 20, 0.88) 100%),
        url(/wp-content/uploads/2026/01/team.png) !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    padding: 60px 0 !important;
}

/* Grid - Reduced gap */
.wka-team-grid {
    background: transparent !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 1.25rem !important;
}

/* Ensure content is above overlay */
.team-members-section>div,
.team-section>div,
section[style*="team.png"]>div {
    position: relative !important;
    z-index: 1 !important;
}

/* ==========================================
   TYPOGRAPHY - WHITE/GOLD
   ========================================== */

/* Section Tag - Gold */
.team-members-section span[style*="Our Team"],
.team-members-section span[style*="border-radius: 50px"],
.team-section span[style*="border-radius"],
section[style*="team.png"] span[style*="border-radius"] {
    background: rgba(255, 215, 0, 0.15) !important;
    color: #FFD700 !important;
    border: 1px solid rgba(255, 215, 0, 0.35) !important;
}

/* Section Title - White */
.team-members-section h2,
.team-section h2,
section[style*="team.png"] h2 {
    color: #ffffff !important;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4) !important;
    font-size: 2rem !important;
    margin-bottom: 0.5rem !important;
}

.team-members-section h2 span,
.team-section h2 span,
section[style*="team.png"] h2 span {
    color: #FFD700 !important;
}

/* Section Description */
.team-members-section h2+p,
.team-members-section>div>div>p,
.team-section>div>div>p,
section[style*="team.png"]>div>div>p {
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 2rem !important;
}

/* ==========================================
   TEAM MEMBER CARDS - Enhanced Image Visibility
   ========================================== */
.wka-team-grid .team-card,
.team-member-card,
.team-members-section [style*="border-radius"][style*="overflow"],
.team-section [style*="border-radius"][style*="overflow"],
section[style*="team.png"] [style*="border-radius"][style*="overflow"] {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.wka-team-grid .team-card:hover,
.team-member-card:hover {
    transform: translateY(-8px) !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 215, 0, 0.4) !important;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(255, 215, 0, 0.12) !important;
}

/* Image Container - Better visibility */
.wka-team-grid .team-card>div:first-child,
.team-member-card .team-image {
    height: 340px !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Team Member Images - Enhanced visibility */
.wka-team-grid .team-card img,
.team-member-card img,
.team-members-section img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    transition: transform 0.5s ease !important;
    filter: brightness(1.05) contrast(1.02) !important;
}

.wka-team-grid .team-card:hover img,
.team-member-card:hover img {
    transform: scale(1.08) !important;
}

/* Card Content Area - Compact */
.wka-team-grid .team-card>div:last-child,
.team-member-card .team-info {
    padding: 1rem 1.25rem !important;
    text-align: center !important;
}

/* Team Member Name */
.wka-team-grid .team-card h3,
.wka-team-grid .team-card h4,
.team-member-card h3,
.team-members-section h3,
.team-section h3,
section[style*="team.png"] h3 {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    margin: 0.5rem 0 0.4rem !important;
    font-weight: 700 !important;
}

/* Team Member Role/Position Badge */
.wka-team-grid .team-card [style*="background: linear-gradient"],
.wka-team-grid .team-card span[style*="background"],
.team-member-card .position,
.team-members-section [style*="font-weight: 600"],
.team-section [style*="font-weight: 600"],
section[style*="team.png"] [style*="font-weight: 600"] {
    display: inline-block !important;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #1a1a1a !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
}

/* Team Member Bio/Description */
.wka-team-grid .team-card p,
.team-member-card p,
.team-members-section [style*="border-radius"] p,
.team-section [style*="border-radius"] p,
section[style*="team.png"] [style*="border-radius"] p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
    margin: 0.5rem 0 !important;
}

/* View Profile Links */
.wka-team-grid .team-card a[href*="team"],
.wka-team-grid .team-card a[style*="View Profile"],
.team-member-card a,
.team-members-section a[href*="team"],
.team-section a,
section[style*="team.png"] a {
    color: #FFD700 !important;
    background: rgba(255, 215, 0, 0.12) !important;
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
    padding: 6px 14px !important;
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-decoration: none !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    margin-top: 0.25rem !important;
    transition: all 0.3s ease !important;
}

.wka-team-grid .team-card a:hover,
.team-member-card a:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #1a1a1a !important;
    border-color: transparent !important;
    transform: translateY(-2px) !important;
}

/* ==========================================
   RESPONSIVE - Compact on smaller screens
   ========================================== */
@media (max-width: 992px) {
    .wka-team-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
        gap: 1rem !important;
    }
}

@media (max-width: 768px) {

    .team-members-section,
    .team-section,
    section[style*="team.png"] {
        padding: 50px 0 !important;
    }

    .team-members-section h2,
    .team-section h2,
    section[style*="team.png"] h2 {
        font-size: 1.6rem !important;
    }

    .wka-team-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
        gap: 0.875rem !important;
    }

    .wka-team-grid .team-card>div:first-child {
        height: 200px !important;
    }
}

@media (max-width: 480px) {
    .wka-team-grid {
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;
    }

    .wka-team-grid .team-card>div:first-child {
        height: 220px !important;
    }
}

/* =========================================
   TESTIMONIALS SECTION REDESIGN
   White Background with Legal Pattern
   Distinct from FAQs section
   ========================================= */

/* Testimonials Section Container - White with Legal Pattern */
.testimonials-section,
section.testimonials-section {
    background: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 70px 0 !important;
}

/* Legal Pattern Background */
.testimonials-section::before,
.testimonials-pattern {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image:
        /* Quote marks pattern */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M15 20c-3 0-5 2-5 5v10c0 3 2 5 5 5h5l-3 8h5l3-8h5c3 0 5-2 5-5V25c0-3-2-5-5-5H15z' fill='rgba(128,0,32,0.02)'/%3E%3C/svg%3E"),
        /* Scales of Justice */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M60 15v90M30 35h60M20 35l40 50M100 35l-40 50' fill='none' stroke='rgba(128,0,32,0.025)' stroke-width='1'/%3E%3Ccircle cx='60' cy='15' r='6' fill='none' stroke='rgba(255,215,0,0.03)' stroke-width='0.8'/%3E%3C/svg%3E"),
        /* Dot pattern */
        radial-gradient(circle, rgba(128, 0, 32, 0.02) 1.5px, transparent 1.5px),
        /* Diagonal stripes */
        repeating-linear-gradient(45deg,
            transparent,
            transparent 50px,
            rgba(128, 0, 32, 0.01) 50px,
            rgba(128, 0, 32, 0.01) 52px) !important;
    background-size: 60px 60px, 120px 120px, 30px 30px, 100% 100% !important;
    background-position: 0 0, 60px 60px, 0 0, 0 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Corner Decorations */
.testimonials-section::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 400px !important;
    height: 400px !important;
    background: radial-gradient(circle at 100% 0%, rgba(128, 0, 32, 0.04) 0%, transparent 50%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Ensure content is above pattern */
.testimonials-section>.container,
.testimonials-section>div {
    position: relative !important;
    z-index: 1 !important;
}

/* Section Tag - Maroon Style */
.testimonials-section span[style*="border-radius: 50px"] {
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.12) 0%, rgba(255, 215, 0, 0.06) 100%) !important;
    color: #800020 !important;
    border: 1px solid rgba(128, 0, 32, 0.2) !important;
    padding: 10px 24px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
}

/* Section Title - Dark */
.testimonials-section h2 {
    color: #1a1a1a !important;
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.75rem !important;
}

.testimonials-section h2 span {
    color: #800020 !important;
}

/* Section Description */
.testimonials-section>.container>div:first-child>p,
.testimonials-section>div>div>p {
    color: #666 !important;
    max-width: 600px !important;
    margin: 0 auto 2.5rem !important;
    font-size: 1rem !important;
}

/* Testimonials Grid */
.testimonials-section [style*="display: grid"],
.testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
}

/* Testimonial Card - Clean & Professional */
.testimonial-card {
    background: #ffffff !important;
    border: 1px solid rgba(128, 0, 32, 0.1) !important;
    border-radius: 16px !important;
    padding: 1.75rem !important;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.05),
        0 2px 10px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    overflow: visible !important;
    border-left: 4px solid #800020 !important;
}

.testimonial-card:hover {
    transform: translateY(-6px) !important;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(128, 0, 32, 0.12) !important;
    border-left-color: #FFD700 !important;
}

/* Quote Icon */
.testimonial-card>div:first-child[style*="position: absolute"] {
    position: absolute !important;
    top: -12px !important;
    right: 20px !important;
    width: 45px !important;
    height: 45px !important;
    background: linear-gradient(135deg, #800020 0%, #600018 100%) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 6px 20px rgba(128, 0, 32, 0.35) !important;
}

.testimonial-card>div:first-child i {
    color: #fff !important;
    font-size: 1.1rem !important;
}

/* Star Rating */
.testimonial-card [style*="color: #FFD700"],
.testimonial-card .testimonial-rating {
    margin-bottom: 0.75rem !important;
}

.testimonial-card [style*="color: #FFD700"] i,
.testimonial-card .testimonial-rating i {
    color: #FFD700 !important;
    text-shadow: 0 2px 8px rgba(255, 215, 0, 0.4) !important;
    font-size: 0.9rem !important;
}

/* Testimonial Text */
.testimonial-card p {
    color: #444 !important;
    font-size: 0.9rem !important;
    font-style: italic !important;
    line-height: 1.75 !important;
    margin-bottom: 1.25rem !important;
}

/* Client Info Section */
.testimonial-card>div:last-child {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding-top: 1rem !important;
    border-top: 1px solid rgba(128, 0, 32, 0.08) !important;
}

/* Client Avatar */
.testimonial-card>div:last-child>div:first-child {
    width: 45px !important;
    height: 45px !important;
    background: linear-gradient(135deg, #800020 0%, #600018 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgba(128, 0, 32, 0.25) !important;
}

/* Client Name */
.testimonial-card strong {
    color: #1a1a1a !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    display: block !important;
}

/* Client Role */
.testimonial-card span[style*="display: block"] {
    color: #800020 !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 1024px) {

    .testimonials-section [style*="display: grid"],
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 50px 0 !important;
    }

    .testimonials-section h2 {
        font-size: 1.75rem !important;
    }

    .testimonials-section [style*="display: grid"],
    .testimonials-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .testimonial-card {
        margin-top: 12px !important;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        padding: 1.5rem !important;
    }

    .testimonial-card p {
        font-size: 0.85rem !important;
    }
}

/* =========================================
   WHY CHOOSE US SECTION - WHITE WITH PATTERN
   White Background with African Legal Pattern
   Dark Text with Gold Accents
   ========================================= */

/* WHY CHOOSE US SECTION - White Background with Pattern */
section[style*="Why Choose Us"],
section:has([style*="Why Choose Us"]),
section:has(h2:contains("Built on Integrity")),
.why-choose-section,
.wka-why-choose-section {
    background-color: #ffffff !important;
    background-image: none !important;
    background-attachment: initial !important;
    position: relative !important;
    padding: 80px 0 !important;
    overflow: hidden !important;
}

/* African Legal Pattern Overlay */
section[style*="Why Choose Us"]::before,
section[style*="Why Choose Us"]::after,
section:has([style*="Why Choose Us"])::before,
section:has([style*="Why Choose Us"])::after,
.why-choose-section::before,
.why-choose-section::after {
    content: none !important;
    background: none !important;
    display: none !important;
}

/* Ensure content is above pattern */
section[style*="Why Choose Us"]>div,
section:has([style*="Why Choose Us"])>.container,
.why-choose-section>.container {
    position: relative !important;
    z-index: 1 !important;
}

/* ==========================================
   TYPOGRAPHY - DARK WITH GOLD ACCENTS
   ========================================== */

/* Section Tag */
section[style*="Why Choose Us"] span[style*="border-radius: 50px"],
section:has([style*="Why Choose Us"]) span[style*="border-radius: 50px"],
.why-choose-section .section-tag {
    background: rgba(128, 0, 32, 0.1) !important;
    color: #800020 !important;
    border: 1px solid rgba(128, 0, 32, 0.2) !important;
    padding: 10px 24px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
}

/* Section Title */
section[style*="Why Choose Us"] h2,
section:has([style*="Why Choose Us"]) h2,
.why-choose-section h2 {
    color: #1a1a1a !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    margin-bottom: 1rem !important;
}

section[style*="Why Choose Us"] h2 span,
section:has([style*="Why Choose Us"]) h2 span,
.why-choose-section h2 span {
    color: #800020 !important;
}

/* ==========================================
   FEATURE CARDS - Premium Design
   ========================================== */
section[style*="Why Choose Us"] [style*="border-radius: 16px"][style*="box-shadow"],
section:has([style*="Why Choose Us"]) [style*="border-radius: 16px"][style*="background: #fff"],
.why-choose-section .feature-card {
    background: #ffffff !important;
    border: 1px solid rgba(128, 0, 32, 0.08) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    overflow: hidden !important;
}

section[style*="Why Choose Us"] [style*="border-radius: 16px"]:hover,
.why-choose-section .feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(128, 0, 32, 0.12) !important;
    border-color: rgba(128, 0, 32, 0.2) !important;
}

/* Card top accent on hover */
section[style*="Why Choose Us"] [style*="border-radius: 16px"]::before,
.why-choose-section .feature-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #800020 0%, #FFD700 50%, #800020 100%) !important;
    transform: scaleX(0) !important;
    transition: transform 0.4s ease !important;
}

section[style*="Why Choose Us"] [style*="border-radius: 16px"]:hover::before,
.why-choose-section .feature-card:hover::before {
    transform: scaleX(1) !important;
}

/* Feature Icons */
section[style*="Why Choose Us"] [style*="border-radius: 50%"][style*="background"],
.why-choose-section .feature-icon {
    width: 70px !important;
    height: 70px !important;
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%) !important;
    border: 2px solid rgba(128, 0, 32, 0.15) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 1rem !important;
    transition: all 0.4s ease !important;
}

section[style*="Why Choose Us"] [style*="border-radius: 16px"]:hover [style*="border-radius: 50%"],
.why-choose-section .feature-card:hover .feature-icon {
    background: linear-gradient(135deg, #800020 0%, #600018 100%) !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 10px 30px rgba(128, 0, 32, 0.3) !important;
}

section[style*="Why Choose Us"] [style*="border-radius: 50%"] i,
.why-choose-section .feature-icon i {
    font-size: 1.75rem !important;
    color: #800020 !important;
    transition: color 0.3s ease !important;
}

section[style*="Why Choose Us"] [style*="border-radius: 16px"]:hover [style*="border-radius: 50%"] i {
    color: #ffffff !important;
}

/* Feature Titles */
section[style*="Why Choose Us"] h4,
.why-choose-section h4 {
    color: #1a1a1a !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.5rem !important;
}

/* Feature Descriptions */
section[style*="Why Choose Us"] [style*="border-radius: 16px"] p,
.why-choose-section .feature-card p {
    color: #666 !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
}

/* ==========================================
   STATS SECTION
   ========================================== */
section[style*="Why Choose Us"] [style*="display: flex"][style*="justify-content"],
.why-choose-section .stats-container {
    margin-top: 3rem !important;
    padding: 2rem !important;
    background: linear-gradient(135deg, #800020 0%, #600018 100%) !important;
    border-radius: 20px !important;
    display: flex !important;
    justify-content: space-around !important;
    flex-wrap: wrap !important;
    gap: 1.5rem !important;
}

section[style*="Why Choose Us"] [style*="display: flex"] [style*="text-align: center"],
.why-choose-section .stat-item {
    text-align: center !important;
}

section[style*="Why Choose Us"] [style*="font-size: 2"],
.why-choose-section .stat-number {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #FFD700 !important;
    display: block !important;
}

section[style*="Why Choose Us"] [style*="text-align: center"] span:last-child,
.why-choose-section .stat-label {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 1024px) {
    section[style*="Why Choose Us"] [style*="display: grid"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {

    section[style*="Why Choose Us"],
    .why-choose-section {
        padding: 60px 0 !important;
    }

    section[style*="Why Choose Us"] h2 {
        font-size: 1.75rem !important;
    }

    section[style*="Why Choose Us"] [style*="display: grid"] {
        grid-template-columns: 1fr !important;
    }

    section[style*="Why Choose Us"] [style*="display: flex"][style*="justify-content"] {
        flex-direction: column !important;
        align-items: center !important;
    }
}