/*
Theme Name: Zitha MA Attorneys
Description: Professional law firm WordPress theme with modern design, custom animations, and responsive layout. Features include hero carousel, contact forms, testimonials, and service showcases.
Author: KAYISE IT
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zitha-attorneys
Tags: business, law, professional, responsive, custom-header, custom-menu, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* Zitha MA Attorneys - Modern Light Theme */

/* CSS Variables */
:root {
    --primary-red: #dc2626;
    --primary-red-light: #f87171;
    --primary-red-dark: #991b1b;
    --navy-blue: #1e40af;
    --navy-blue-light: #3b82f6;
    --navy-blue-dark: #1e293b;
    --white: #ffffff;
    --gray-25: #fcfcfd;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    
    /* Typography */
    --font-display: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    
    /* Spacing */
    --section-padding: 120px;
    --container-padding: 24px;
    
    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-sans);
    line-height: 1.6;
    color: var(--gray-700);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* WordPress Core Alignment Classes */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Screen Reader Text */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Continue with all existing styles from the original style.css file... */
/* Zitha MA Attorneys - Modern Light Theme */

/* CSS Variables */
:root {
    --primary-red: #dc2626;
    --primary-red-light: #f87171;
    --primary-red-dark: #991b1b;
    --navy-blue: #1e40af;
    --navy-blue-light: #3b82f6;
    --navy-blue-dark: #1e293b;
    --white: #ffffff;
    --gray-25: #fcfcfd;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    
    /* Typography */
    --font-display: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    
    /* Spacing */
    --section-padding: 120px;
    --container-padding: 24px;
    
    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-sans);
    line-height: 1.6;
    color: var(--gray-700);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Global Form Elements */
input, select, textarea {
    font-family: inherit;
    font-size: inherit;
}

/* Custom Select Styling */
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--white);
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6,9 12,15 18,9'></polyline></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px;
    padding-right: 3rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

select:hover {
    border-color: var(--gray-300);
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234b5563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6,9 12,15 18,9'></polyline></svg>");
}

select:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6,9 12,15 18,9'></polyline></svg>");
}

select option {
    padding: 0.75rem;
    background: var(--white);
    color: var(--gray-700);
    border: none;
}

select option:first-child {
    color: var(--gray-400);
    font-style: italic;
}

select option:checked {
    background: var(--primary-red);
    color: var(--white);
}

/* Enhanced Input Styling */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    transition: all 0.3s ease;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover {
    border-color: var(--gray-300);
}

/* Placeholder Styling */
input::placeholder,
textarea::placeholder,
select::placeholder {
    color: var(--gray-400);
    opacity: 1;
}

/* Typography Hierarchy */
h1 {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--gray-900);
    letter-spacing: -0.025em;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--gray-900);
    letter-spacing: -0.02em;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 600;
    line-height: 1.3;
    color: var(--gray-900);
    letter-spacing: -0.015em;
}

h4 {
    font-size: clamp(1.25rem, 2.5vw, 1.875rem);
    font-weight: 600;
    line-height: 1.4;
    color: var(--gray-900);
}

h5 {
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    font-weight: 600;
    line-height: 1.4;
    color: var(--gray-900);
}

h6 {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-weight: 600;
    line-height: 1.5;
    color: var(--gray-900);
}

p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--gray-600);
    margin-bottom: 1.5rem;
}

.text-large {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--gray-600);
}

.text-small {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--gray-500);
}

/* Double Navigation System */
.top-nav {
    background: var(--gray-900);
    padding: 0.75rem 0;
    font-size: 0.875rem;
}

.top-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info {
    display: flex;
    gap: 2rem;
    color: var(--gray-300);
}

.contact-info a {
    color: var(--gray-300);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: var(--white);
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    color: var(--gray-300);
    font-size: 1rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--primary-red);
}

/* Main Navigation */
.main-nav {
    background: var(--white);
    border-bottom: 1px solid var(--gray-200);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow-sm);
}

.main-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--gray-900);
    text-decoration: none;
}

.logo span {
    color: var(--primary-red);
}

/* Navbar logo sizing */
.nav-brand .custom-logo,
.main-nav .custom-logo {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-menu a {
    color: var(--gray-700);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: var(--primary-red);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-red);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

.nav-menu a.active {
    color: var(--primary-red);
    font-weight: 600;
}

.cta-button {
    background: var(--primary-red);
    color: var(--white);
    padding: 0.65rem 1.25rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.cta-button:hover {
    background: var(--primary-red-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
    color: var(--white);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--gray-700);
    transition: 0.3s;
}

/* Hero Carousel */
.hero-carousel {
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.hero-slide {
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.8) 0%, rgba(17, 24, 39, 0.4) 100%);
    z-index: 1;
}

/* Default hero backgrounds (fallback if Customizer not set) */
.slide-1 {
    background-image: url('https://images.pexels.com/photos/1181396/pexels-photo-1181396.jpeg?auto=compress&cs=tinysrgb&w=1280');
}

.slide-2 {
    background-image: url('https://images.pexels.com/photos/1181695/pexels-photo-1181695.jpeg?auto=compress&cs=tinysrgb&w=1280');
}

.slide-3 {
    background-image: url('https://images.pexels.com/photos/5668773/pexels-photo-5668773.jpeg?auto=compress&cs=tinysrgb&w=1280');
}

.carousel-content {
    position: relative;
    z-index: 2;
    color: var(--white);
    max-width: 800px;
}

/* Cascade Animation for Slide Content */
.carousel-content .eyebrow {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary-red-light);
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(30px);
}

.carousel-content h1 {
    color: var(--white);
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(30px);
}

.carousel-content .subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--gray-200);
    margin-bottom: 2rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(30px);
}

.carousel-content p {
    font-size: 1.25rem;
    color: var(--gray-300);
    margin-bottom: 3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(30px);
}

.carousel-buttons {
    opacity: 0;
    transform: translateY(30px);
}

@keyframes cascadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Reset animations on slide change */
.owl-item:not(.active) .carousel-content > * {
    opacity: 0;
    transform: translateY(30px);
    animation: none;
}

/* Re-trigger animations for active slide */
.owl-item.active .carousel-content .eyebrow {
    animation: cascadeIn 0.8s ease 0.2s forwards;
}

.owl-item.active .carousel-content h1 {
    animation: cascadeIn 0.8s ease 0.4s forwards;
}

.owl-item.active .carousel-content .subtitle {
    animation: cascadeIn 0.8s ease 0.6s forwards;
}

.owl-item.active .carousel-content p {
    animation: cascadeIn 0.8s ease 0.8s forwards;
}

.owl-item.active .carousel-content .carousel-buttons {
    animation: cascadeIn 0.8s ease 1s forwards;
}

.carousel-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--primary-red);
    color: var(--white);
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary:hover {
    background: var(--primary-red-dark);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
    color: var(--white);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--white);
    color: var(--white);
    transform: translateY(-1px);
}

/* Alternative Button Styles */
.btn-outline {
    background: transparent;
    color: var(--primary-red);
    border: 1px solid var(--primary-red);
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-outline:hover {
    background: var(--primary-red);
    color: var(--white);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.btn-minimal {
    background: transparent;
    color: var(--gray-600);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-minimal:hover {
    background: var(--gray-100);
    color: var(--primary-red);
}

.btn-link {
    background: transparent;
    color: var(--primary-red);
    border: none;
    padding: 0.25rem 0.5rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.btn-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--primary-red);
    transition: width 0.3s ease;
}

.btn-link:hover::after {
    width: 100%;
}

.btn-link:hover {
    color: var(--primary-red-dark);
}

/* Owl Carousel Custom Controls */
.hero-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    pointer-events: none;
}

.hero-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: var(--white) !important;
    font-size: 1.5rem !important;
    transition: all 0.3s ease;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.1);
}

.hero-carousel .owl-nav button span {
    font-size: 1.5rem;
}

.hero-carousel .owl-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
}

.hero-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5) !important;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-carousel .owl-dots .owl-dot.active,
.hero-carousel .owl-dots .owl-dot:hover {
    background: var(--white) !important;
    transform: scale(1.3);
}

.hero-carousel .owl-dots .owl-dot span {
    display: none;
}

/* Section Base Styling */
.section {
    padding: var(--section-padding) 0;
}

/* Hero section without top padding */
.hero-section {
    padding-top: 0;
    padding-bottom: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.section-title {
    margin-bottom: 1rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--primary-red);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.25rem;
    color: var(--gray-600);
    margin: 0;
}

/* Cards */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

/* Values Section Grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.card {
    background: var(--white);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-200);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-red);
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-2xl);
    border-color: var(--primary-red);
}

.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: var(--primary-red);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--white);
    font-size: 1.5rem;
}

.card h3 {
    margin-bottom: 1rem;
    color: var(--gray-900);
}

.card p {
    color: var(--gray-600);
    margin: 0;
}

/* About Section - Redesigned */
#about {
    background: var(--gray-25);
    position: relative;
    overflow: hidden;
}

#about::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20%;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.03) 0%, transparent 70%);
    transform: skewX(-15deg);
}

.about-layout {
    display: grid;
    grid-template-columns: 280px 1fr 320px;
    gap: 3rem;
    align-items: start;
    position: relative;
    z-index: 2;
}

/* Left Column - Stats */
.about-stats {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.stat-card {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-red);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.875rem;
    color: var(--gray-600);
    font-weight: 500;
}

.about-founder {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.founder-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary-red);
    flex-shrink: 0;
}

.founder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.founder-info h4 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    color: var(--gray-900);
}

.founder-info p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--gray-600);
}

/* Center Column - Main Content */
.about-main {
    padding: 2rem 0;
}

.about-badge {
    display: inline-block;
    background: var(--primary-red);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.about-main h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin-bottom: 1rem;
    color: var(--gray-900);
    line-height: 1.3;
}

.about-lead {
    font-size: 1.125rem;
    color: var(--gray-600);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: var(--white);
    border-radius: 8px;
    border: 1px solid var(--gray-200);
    transition: all 0.3s ease;
}

.highlight-item:hover {
    border-color: var(--primary-red);
    transform: translateX(4px);
}

.highlight-item i {
    width: 40px;
    height: 40px;
    background: var(--gray-50);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-red);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.highlight-item h5 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    color: var(--gray-900);
}

.highlight-item p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--gray-600);
    line-height: 1.4;
}

.about-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Right Column - Visuals */
.about-visuals {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.office-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    height: 280px;
}

.office-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.office-image:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.office-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.office-image-1 {
    grid-row: 1 / 3;
}

.office-image-2 {
    grid-row: 2 / 3;
    margin-top: 2rem;
}

.location-info {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
    text-align: center;
}

.location-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--gray-50);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gray-700);
    margin-bottom: 0.75rem;
}

.location-badge i {
    color: var(--primary-red);
}

.location-info p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--gray-600);
}

/* Contact Section - Compact Design */
.contact-section {
    padding: 60px 0;
    background: var(--gray-25);
}

.contact-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--gray-900);
}

.contact-header p {
    font-size: 1.125rem;
    color: var(--gray-600);
    max-width: 600px;
    margin: 0 auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto auto;
    gap: 3rem;
    align-items: start;
}

.contact-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--white);
    border-radius: 10px;
    border: 1px solid var(--gray-200);
    transition: all 0.3s ease;
}

.contact-item:hover {
    border-color: var(--primary-red);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.contact-item i {
    width: 36px;
    height: 36px;
    background: var(--gray-50);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-red);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-item div {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.contact-item strong {
    font-weight: 600;
    color: var(--gray-900);
    font-size: 0.95rem;
}

.contact-item span {
    font-size: 0.9rem;
    color: var(--gray-600);
    line-height: 1.4;
}

/* Quick Contact Form */
.quick-contact-form {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-md);
}

.quick-contact-form h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    color: var(--gray-900);
    text-align: center;
}

.quick-contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.quick-contact-form input,
.quick-contact-form select,
.quick-contact-form textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--gray-200);
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
    background: var(--white);
}

.quick-contact-form input:focus,
.quick-contact-form select:focus,
.quick-contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-red);
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

/* Custom Select Dropdown Styling */
.quick-contact-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23666' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
    padding-right: 3rem;
    cursor: pointer;
}

.quick-contact-form select:hover {
    border-color: var(--gray-300);
}

.quick-contact-form select:focus {
    background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23dc2626' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>");
}

/* Option styling */
.quick-contact-form select option {
    padding: 0.75rem;
    background: var(--white);
    color: var(--gray-700);
}

.quick-contact-form select option:first-child {
    color: var(--gray-400);
}

/* Custom Select Dropdown */
.custom-select {
    position: relative;
    width: 100%;
}

.select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border: 2px solid var(--gray-200);
    border-radius: 10px;
    background: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.select-trigger:hover {
    border-color: var(--gray-300);
}

.select-trigger.active {
    border-color: var(--primary-red);
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.select-label {
    color: var(--gray-400);
    transition: color 0.3s ease;
}

.select-label.selected {
    color: var(--gray-700);
}

.select-arrow {
    color: var(--gray-400);
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

.select-trigger.active .select-arrow {
    transform: rotate(180deg);
    color: var(--primary-red);
}

.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border: 2px solid var(--primary-red);
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-shadow: var(--shadow-lg);
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.select-options.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.select-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--gray-100);
}

.select-option:last-child {
    border-bottom: none;
}

.select-option:hover {
    background: var(--gray-50);
    color: var(--primary-red);
}

.select-option i {
    width: 16px;
    color: var(--gray-400);
    transition: color 0.3s ease;
}

.select-option:hover i {
    color: var(--primary-red);
}

.select-option span {
    font-size: 0.95rem;
    color: var(--gray-700);
}

.quick-contact-form textarea {
    margin-bottom: 2rem;
    resize: vertical;
    min-height: 120px;
}

.quick-contact-form button {
    width: 100%;
}

/* Contact Map */
.contact-map {
    position: relative;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    grid-column: 1 / -1;
    margin-top: 1rem;
}

.map-container {
    width: 100%;
    height: 100%;
}

.map-overlay {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    pointer-events: auto;
    cursor: pointer;
    z-index: 10;
}

.location-pin {
    background: var(--white);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--gray-700);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.location-pin:hover {
    background: var(--primary-red);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-red-dark);
}

.location-pin i {
    color: var(--primary-red);
    transition: color 0.3s ease;
}

.location-pin:hover i {
    color: var(--white);
}

/* Law Inspired CTA Section */
.law-cta-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%);
    overflow: hidden;
}

.law-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 5L60 35H90L70 55L80 85L50 70L20 85L30 55L10 35H40L50 5Z' fill='%23ffffff' opacity='0.03'/%3E%3C/svg%3E"),
        linear-gradient(45deg, transparent 49%, rgba(220, 38, 38, 0.05) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgba(220, 38, 38, 0.03) 50%, transparent 51%);
    background-size: 150px 150px, 30px 30px, 30px 30px;
    background-position: 0 0, 0 0, 15px 15px;
    animation: lawPatternMove 20s linear infinite;
}

@keyframes lawPatternMove {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(30px) translateY(30px); }
}

.law-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
}

.law-icons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeInUp 1s ease 0.3s forwards;
}

.law-icons i {
    font-size: 3rem;
    color: var(--primary-red);
    opacity: 0.8;
    transition: all 0.3s ease;
    animation: bounce 2s ease-in-out infinite;
}

.law-icons i:nth-child(1) { animation-delay: 0s; }
.law-icons i:nth-child(2) { animation-delay: 0.2s; }
.law-icons i:nth-child(3) { animation-delay: 0.4s; }

.law-icons i:hover {
    opacity: 1;
    transform: scale(1.1);
    color: var(--white);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

.law-cta-content h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1.5rem;
    color: var(--white);
    opacity: 0;
    animation: fadeInUp 1s ease 0.6s forwards;
}

.law-cta-content p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 1s ease 0.9s forwards;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 1s ease 1.2s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Footer */
footer {
    background: var(--gray-900);
    color: var(--gray-300);
    padding: 3rem 0 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li a {
    color: var(--gray-400);
    text-decoration: none;
    display: inline-block;
    padding: 0.35rem 0;
}

.footer-menu li a:hover {
    color: var(--primary-red);
}

.footer-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-300);
    transition: all 0.2s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.footer-social a:hover {
    background: rgba(255,255,255,0.12);
    color: var(--white);
}

.office-hours {
    margin-top: 1.5rem;
}

.office-hours h4 {
    color: var(--white);
    margin-bottom: 0.75rem;
}

.office-hours ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.office-hours li {
    color: var(--gray-400);
    padding: 0.25rem 0;
    display: flex;
    gap: 0.5rem;
}

.office-hours li span {
    width: 170px;
    color: var(--gray-300);
}

.back-to-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary-red);
    color: var(--white);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 1000;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.footer-section h3 {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.footer-section a {
    color: var(--gray-400);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--primary-red);
}

.footer-bottom {
    border-top: 1px solid var(--gray-700);
    padding-top: 2rem;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-stats {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
        gap: 1rem;
    }
    
    .about-founder {
        grid-column: 1 / -1;
    }
    
    .office-images {
        height: 200px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    
    .contact-map {
        grid-column: 1 / -1;
        height: 300px;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 80px;
    }
    
    .top-nav {
        display: none;
    }
    
    .nav-menu {
        display: none;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .carousel-content {
        text-align: center;
    }
    
    .carousel-buttons {
        justify-content: center;
    }
    
    .about-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    
    .about-founder {
        grid-column: 1 / -1;
        flex-direction: column;
        text-align: center;
    }
    
    .about-highlights {
        gap: 0.75rem;
    }
    
    .highlight-item {
        padding: 0.75rem;
    }
    
    .about-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    
    .office-images {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .office-image-1,
    .office-image-2 {
        grid-row: auto;
        margin-top: 0;
        height: 200px;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-map {
        height: 250px;
        grid-column: 1 / -1;
        margin-top: 1rem;
    }
    
    .quick-contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .card-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .carousel-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}

/* Utility Classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .fadeIn {
    animation-name: fadeIn;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

/* Owl Carousel Theme Overrides */
.owl-theme .owl-nav [class*='owl-'] {
    background: none !important;
    border-radius: 50% !important;
    margin: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5) !important;
    margin: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--white) !important;
}

/* Testimonials carousel spacing */
.testimonial-carousel .card {
    margin: 0 auto;
    max-width: 900px;
}

.testimonial-carousel .owl-dots {
    margin-top: 1.5rem;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--gray-100);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-red);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-red-dark);
}

/* Selection */
::selection {
    background: rgba(220, 38, 38, 0.2);
    color: var(--gray-900);
}
