/* ============================================
   MAIN STYLESHEET
   Professional CA Firm Website
   ============================================ */

/* ============================================
   CSS VARIABLES (Easy Color Customization)
   ============================================ */
:root {
    /* Modern Professional Design Theme - 2025 Premium Palette */
    /* Primary Colors - Specified Design Palette */
    --primary-color: #2563EB;
    --primary-dark: #1E40AF;
    --primary-light: #3B82F6;
    --primary-lighter: #60A5FA;
    --primary-hover: #1E40AF;
    --navy-blue: #1E3A8A;
    --navy-blue-alt: #1E293B;
    --royal-blue-start: #2563EB;
    --royal-blue-end: #3B82F6;
    --logo-blue: #2563EB;
    --logo-blue-dark: #1E40AF;
    --dark-teal: #14B8A6;
    --steel-blue: #475569;
    --slate-700: #334155;
    --slate-600: #475569;
    --slate-500: #64748b;
    /* Accent Colors - Professional Blue Theme */
    --accent-gold: #2563EB;
    --accent-gold-light: #3B82F6;
    --accent-gold-dark: #1E40AF;
    --accent-brown: #2563EB;
    --accent-brown-light: #3B82F6;
    --accent-brown-dark: #1E40AF;
    --accent-green: #22C55E;
    --accent-green-light: #4ADE80;
    --accent-color: #2563EB;
    --accent-light: #3B82F6;
    /* Text Colors - Enhanced Contrast for Readability */
    --text-dark: #111827;
    --text-dark-alt: #111827;
    --text-medium: #4a5568;
    --text-light: #6b7280;
    --text-lighter: #9ca3af;
    --text-white: #ffffff;
    --text-white-90: rgba(255, 255, 255, 0.9);
    --text-white-80: rgba(255, 255, 255, 0.8);
    /* Background Colors - Clean & Professional */
    --bg-light: #FAFBFC;
    --bg-lighter: #F5F7FA;
    --bg-white: #FFFFFF;
    --bg-gray: #F9FAFB;
    --bg-primary: #F9FAFB;
    --bg-slate-50: #F9FAFB;
    --bg-slate-100: #F3F4F6;
    /* Border Colors - Subtle & Elegant */
    --border-color: #e2e8f0;
    --border-light: #f1f5f9;
    --border-medium: #cbd5e1;
    --border-dark: #94a3b8;
    /* Shadows - Professional Depth */
    --shadow-xs: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
    --shadow-sm: 0 1px 3px 0 rgba(15, 23, 42, 0.1), 0 1px 2px 0 rgba(15, 23, 42, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(15, 23, 42, 0.1), 0 2px 4px -1px rgba(15, 23, 42, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, 0.1), 0 4px 6px -2px rgba(15, 23, 42, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 10px 10px -5px rgba(15, 23, 42, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
    --shadow-blue: 0 4px 14px 0 rgba(37, 99, 235, 0.2);
    --shadow-blue-lg: 0 10px 25px 0 rgba(37, 99, 235, 0.25);
    --shadow-navy: 0 4px 14px 0 rgba(30, 64, 175, 0.2);
    --shadow-royal-blue: 0 8px 24px 0 rgba(37, 99, 235, 0.3);
    --shadow-gold: 0 4px 14px 0 rgba(37, 99, 235, 0.2);
    --shadow-accent: 0 4px 14px 0 rgba(37, 99, 235, 0.25);
    --shadow-glass: 0 8px 32px 0 rgba(37, 99, 235, 0.1);
    --shadow-card: 0 10px 40px 0 rgba(37, 99, 235, 0.08);
    /* Transitions - Smooth & Elegant - Big-4 Standard */
    --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --transition-hover: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* Gradients - Professional Blue Theme */
    --gradient-primary: linear-gradient(135deg, #2563EB 0%, #3B82F6 50%, #60A5FA 100%);
    --gradient-primary-dark: linear-gradient(135deg, #1E40AF 0%, #2563EB 50%, #3B82F6 100%);
    --gradient-royal-blue: linear-gradient(135deg, #2563EB 0%, #3B82F6 100%);
    --gradient-royal-blue-vertical: linear-gradient(180deg, #2563EB 0%, #3B82F6 100%);
    --gradient-accent: linear-gradient(135deg, #2563EB 0%, #3B82F6 100%);
    --gradient-accent-subtle: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(59, 130, 246, 0.1) 100%);
    --gradient-hero: linear-gradient(135deg, #ffffff 0%, #EFF6FF 100%);
    --gradient-hero-navy: linear-gradient(135deg, #1E3A8A 0%, #1E40AF 30%, #2563EB 60%, #3B82F6 100%);
    --gradient-overlay: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(59, 130, 246, 0.05) 100%);
    --gradient-text: linear-gradient(135deg, #2563EB 0%, #3B82F6 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    --gradient-card: linear-gradient(135deg, #ffffff 0%, #EFF6FF 100%);
    /* Spacing - Consistent & Harmonious - Increased for Premium Layout */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;
    --spacing-3xl: 4rem;
    --spacing-4xl: 5rem;
    --spacing-5xl: 6rem;
    /* Border Radius - Modern & Refined */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-full: 9999px;
    
    /* Hero Section Customization Variables */
    --hero-overlay-opacity: 1; /* Overlay opacity multiplier (overlay uses rgba directly) */
    --hero-overlay-gradient-start: rgba(0, 0, 0, 0.2); /* Top overlay - subtle */
    --hero-overlay-gradient-end: rgba(0, 0, 0, 0.4); /* Bottom overlay - stronger */
    --hero-content-max-width: 900px; /* Max width of hero content */
    --hero-padding-desktop: 100px; /* Vertical padding desktop (80-120px) */
    --hero-padding-mobile: 70px; /* Vertical padding mobile (60-80px) */
    --hero-headline-size-desktop: 40px; /* Desktop headline (36-42px) */
    --hero-headline-size-mobile: 26px; /* Mobile headline (24-28px) */
    --hero-subheading-size-desktop: 20px; /* Desktop subheading */
    --hero-subheading-size-mobile: 17px; /* Mobile subheading */
    --hero-cta-gradient-start: #2563EB; /* CTA button gradient start */
    --hero-cta-gradient-end: #3B82F6; /* CTA button gradient end */
    --hero-animation-duration: 350ms; /* Animation duration (200-400ms) */
    --hero-animation-stagger: 120ms; /* Stagger delay between elements */
    
    /* Enhanced Multi-Layer Shadows for Depth */
    --shadow-card-base: 0 2px 8px rgba(15, 23, 42, 0.08);
    --shadow-card-medium: 0 4px 16px rgba(15, 23, 42, 0.1), 0 2px 4px rgba(15, 23, 42, 0.06);
    --shadow-card-elevated: 0 8px 24px rgba(15, 23, 42, 0.12), 0 4px 8px rgba(15, 23, 42, 0.08);
    --shadow-card-hover: 0 20px 60px rgba(37, 99, 235, 0.2), 0 8px 24px rgba(59, 130, 246, 0.15), 0 2px 4px rgba(15, 23, 42, 0.1);
    --shadow-button: 0 4px 14px rgba(37, 99, 235, 0.3), 0 2px 6px rgba(59, 130, 246, 0.2);
    --shadow-button-hover: 0 8px 24px rgba(37, 99, 235, 0.4), 0 4px 12px rgba(59, 130, 246, 0.3);
    --shadow-glow: 0 0 20px rgba(37, 99, 235, 0.3), 0 0 40px rgba(59, 130, 246, 0.2);
    
    /* Animation Durations */
    --anim-fast: 200ms;
    --anim-normal: 300ms;
    --anim-slow: 500ms;
    --anim-slower: 800ms;
    
    /* Section Spacing */
    --section-padding-y: 5rem;
    --section-padding-y-mobile: 3rem;
    --container-padding-x: 3rem;
    --container-padding-x-mobile: 1.5rem;
}

/* ============================================
   ACCESSIBILITY - Skip to Content Link
   ============================================ */
.skip-to-content {
    position: absolute;
    top: -100px;
    left: 0;
    background: var(--primary-color);
    color: var(--text-white);
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 600;
    z-index: 10000;
    border-radius: 0 0 4px 0;
    transition: top 0.3s ease;
}

.skip-to-content:focus {
    top: 0;
    outline: 3px solid var(--accent-gold);
    outline-offset: 2px;
}

/* ============================================
   RESET & BASE STYLES
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* Account for sticky header */
}

/* Smooth fade-in animation for page load */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Professional scroll reveal animations */
@keyframes revealFromBottom {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes revealFromLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes revealFromRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Professional hover lift effect */
@keyframes hoverLift {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-8px);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

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

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

/* Apply fade-in to main sections with stagger */
.section {
    animation: fadeInUp 0.8s ease-out;
}

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

/* Scroll-triggered animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Pulse animation for CTAs */
@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(37, 99, 235, 0);
    }
}

/* Shimmer animation */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.75;
    color: var(--text-dark);
    /* Fallback background color */
    background-color: #f8fafc;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    opacity: 0;
    animation: page-fade-in 0.6s ease-out forwards;
    position: relative;
    min-height: 100vh;
}

/* On mobile, use scroll instead of fixed to avoid performance issues */
@media (max-width: 768px) {
    body {
        background-attachment: scroll;
    }
}

body > * {
    position: relative;
    z-index: 1;
}

@keyframes page-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-weight: 700;
}

h1 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

h2 {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 2rem;
    font-weight: 700;
}

a {
    transition: color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
    position: relative;
}

a:not(.btn-primary):not(.btn-secondary):not(.btn-hero-primary):not(.btn-hero-secondary):not(.service-link):not(.read-more-link):not(.service-label-link) {
    color: var(--primary-color);
}

a:not(.btn-primary):not(.btn-secondary):not(.btn-hero-primary):not(.btn-hero-secondary):not(.service-link):not(.read-more-link):not(.service-label-link)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: width 0.3s ease;
}

a:not(.btn-primary):not(.btn-secondary):not(.btn-hero-primary):not(.btn-hero-secondary):not(.service-link):not(.read-more-link):not(.service-label-link):hover::after {
    width: 100%;
}

a:hover {
    color: var(--primary-dark);
}

/* ============================================
   ACCESSIBILITY - Focus Styles
   ============================================ */
*:focus-visible {
    outline: 3px solid var(--primary-color);
    outline-offset: 2px;
    border-radius: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid var(--primary-color);
    outline-offset: 2px;
}

/* Remove default outline for mouse users, keep for keyboard */
*:focus:not(:focus-visible) {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    animation: image-fade-in 0.6s ease-out forwards;
}

@keyframes image-fade-in {
    from {
        opacity: 0;
        transform: scale(0.98);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.5s ease-in;
    background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-lighter) 100%);
}

img[loading="lazy"].loaded {
    opacity: 1;
}

/* Blur-up placeholder effect */
img[loading="lazy"]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-lighter) 100%);
    opacity: 1;
    transition: opacity 0.5s ease-in;
    z-index: -1;
}

img[loading="lazy"].loaded::before {
    opacity: 0;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

/* ============================================
   TYPOGRAPHY - ELEGANT & PROFESSIONAL
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    color: var(--text-dark);
    letter-spacing: -0.02em;
}

h1 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1024px) {
    h1 {
        font-size: 4.5rem;
        text-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    }
}

h2 {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

@media (min-width: 1024px) {
    h2 {
        font-size: 3.25rem;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    }
}

h3 {
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.4;
}

h4 {
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

h5 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

p {
    margin-bottom: 1.25rem;
    color: var(--text-medium);
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
    text-align: justify;
    text-justify: inter-word;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-medium);
    letter-spacing: -0.01em;
}

.text-large {
    font-size: 1.125rem;
    line-height: 1.75;
}

.text-small {
    font-size: 0.875rem;
    line-height: 1.6;
}

/* ============================================
   TOP BAR
   ============================================ */
/* ============================================
   TOP BAR - Mukesh Raj Style
   ============================================ */
.top-bar {
    background-color: #f8f9fa;
    color: var(--text-dark);
    padding: 0.75rem 0;
    font-size: 0.875rem;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    z-index: 1001;
}

.top-bar-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
}

.top-bar-contact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.top-bar-contact a {
    color: var(--text-medium);
    transition: var(--transition);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
    font-size: 0.875rem;
}

.top-bar-contact a:hover {
    color: var(--primary-color);
}

.top-bar-social {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.top-bar-social > span {
    color: var(--text-medium);
    font-size: 0.875rem;
}

.top-bar-social a {
    color: var(--text-medium);
    font-size: 1rem;
    transition: var(--transition);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.top-bar-social a:hover {
    color: var(--primary-color);
    background-color: rgba(139, 111, 71, 0.1);
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */
/* ============================================
   BREADCRUMB NAVIGATION
   ============================================ */
.breadcrumb-nav {
    background: var(--bg-light);
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
}

.breadcrumb-nav ol {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    flex-wrap: wrap;
}

.breadcrumb-nav li {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.breadcrumb-nav li:not(:last-child)::after {
    content: '›';
    margin-left: 0.5rem;
    color: var(--text-light);
    font-size: 1.2rem;
}

.breadcrumb-nav a {
    color: var(--text-medium);
    text-decoration: none;
    transition: var(--transition);
}

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

.breadcrumb-nav span[aria-current="page"] {
    color: var(--text-dark);
    font-weight: 500;
}

/* ============================================
   HEADER - Mukesh Raj Style
   ============================================ */
header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(15, 23, 42, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Enhanced scroll state with stronger backdrop blur */
header.scrolled,
header.sticky {
    box-shadow: 
        0 4px 24px rgba(15, 23, 42, 0.12), 
        0 2px 8px rgba(15, 23, 42, 0.08),
        inset 0 -1px 0 rgba(37, 99, 235, 0.1);
    padding: 0.75rem 0;
    border-bottom-color: rgba(37, 99, 235, 0.15);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.97) 100%);
    backdrop-filter: blur(30px) saturate(200%);
    -webkit-backdrop-filter: blur(30px) saturate(200%);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.header-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    justify-content: center;
}

.header-contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--text-dark);
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
}

.header-contact-item:hover {
    color: var(--primary-color);
    background: rgba(99, 102, 241, 0.05);
}

.header-contact-icon {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.header-contact-text {
    white-space: nowrap;
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .header-contact-info {
        gap: 0.4rem;
        font-size: 0.85rem;
    }
    
    .header-contact-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 1024px) {
    .header-contact-info {
        display: none;
    }
}

nav {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

/* ============================================
   LOGO - Mukesh Raj Style
   ============================================ */
.logo {
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    transition: var(--transition);
}

.logo:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.logo:hover img {
    transform: scale(1.05);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Logo Square with CA */
.logo::before {
    content: 'CA';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--logo-blue);
    color: var(--text-white);
    font-size: 1.5rem;
    font-weight: 700;
    border-radius: 8px;
    position: relative;
    flex-shrink: 0;
}

.logo::after {
    content: '✓';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: var(--accent-green);
    color: var(--text-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    border: 2px solid var(--bg-white);
}

.logo .logo-text {
    display: none; /* Hide text, show only logo image */
}

.logo .logo-name {
    display: none;
}

.logo .logo-company {
    display: none;
}

/* Support for image logos */
.logo img {
    max-height: 140px;
    min-height: 120px;
    height: auto;
    width: auto;
    max-width: 450px;
    display: block !important;
    object-fit: contain;
}

/* If logo has image, hide the ::before and ::after */
.logo:has(img)::before,
.logo:has(img)::after {
    display: none;
}

#site-logo {
    min-width: auto;
    z-index: 10;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

/* ============================================
   NAVIGATION - Mukesh Raj Hamburger Style
   ============================================ */
nav {
    position: relative;
}

nav ul {
    display: none; /* Hidden by default, shown via hamburger */
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--bg-white);
    width: auto;
    min-width: 200px;
    max-width: calc(100vw - 2rem);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 1rem 0;
    margin-top: 1rem;
    list-style: none;
    z-index: 1000;
    flex-direction: column;
    gap: 0;
}

nav.active ul {
    display: flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
    nav ul {
        width: auto;
        min-width: 250px;
        max-width: 400px;
    }
    
    nav ul li a {
        white-space: normal;
        word-wrap: break-word;
    }
}

@media (min-width: 1024px) {
    nav ul {
        position: static;
        display: flex;
        flex-direction: row;
        gap: 0.25rem;
        align-items: center;
        justify-content: flex-end;
        background: transparent;
        box-shadow: none;
        padding: 0;
        margin: 0;
        min-width: auto;
        max-width: none;
    }
}

nav ul li {
    margin: 0;
    padding: 0;
    isolation: isolate;
    position: relative;
}

nav ul li a {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 0.875rem;
    position: relative;
    text-transform: none;
    letter-spacing: 0.01em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif;
    border-radius: 8px;
    white-space: normal;
    word-wrap: break-word;
    display: block;
    line-height: 1.5;
    min-width: auto;
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
}

nav ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

nav ul li a:hover::before {
    left: 100%;
    opacity: 1;
}

nav ul li a:hover {
    color: var(--primary-color);
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.08) 100%);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.15), 0 2px 4px rgba(139, 92, 246, 0.1);
}

/* Ensure dropdown hover only affects the specific item being hovered */
nav ul li.has-dropdown:hover > a {
    color: var(--primary-color);
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.08) 100%);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.15), 0 2px 4px rgba(139, 92, 246, 0.1);
}

/* Prevent hover effects from affecting sibling dropdown items */
nav ul li.has-dropdown:not(:hover) > a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Ensure only the hovered item's ::before is visible and prevent animation on non-hovered items */
nav ul li:not(:hover) > a::before {
    opacity: 0;
    left: -100%;
    transition: opacity 0.2s ease, left 0s ease 0.2s;
}

/* Smooth transition when item is hovered */
nav ul li:hover > a::before {
    transition: left 0.5s ease, opacity 0.3s ease;
}

nav ul li a:active {
    transform: translateY(0) scale(0.98);
}

nav ul li a.active {
    color: var(--text-white);
    background: var(--gradient-primary);
    font-weight: 700;
    box-shadow: 
        var(--shadow-button),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    border-bottom: 3px solid rgba(255, 255, 255, 0.4);
}

nav ul li a.active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    border-radius: 2px 2px 0 0;
}

/* Professional border-bottom accent for active nav items */
nav ul li a.active::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

nav ul li:not(.has-dropdown) a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--royal-blue-start) 100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}

nav ul li:not(.has-dropdown) a:hover::after {
    width: 70%;
    transform: translateX(-50%) scaleX(1);
}

/* Dropdown Menu Styles */
nav ul li.has-dropdown {
    position: relative;
    isolation: isolate;
}


nav ul li.has-dropdown .dropdown-icon {
    font-size: 0.65rem;
    margin-left: 0.25rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    display: inline-block;
    opacity: 0.7;
}

nav ul li.has-dropdown:hover > a .dropdown-icon {
    transform: rotate(180deg) translateY(1px);
    opacity: 1;
}

nav ul li.has-dropdown a.active .dropdown-icon {
    opacity: 0.9;
    color: var(--text-white);
}

nav ul li .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--bg-white);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    min-width: 240px;
    max-width: 320px;
    box-shadow: 
        0 10px 40px rgba(10, 42, 108, 0.15), 
        0 4px 12px rgba(10, 42, 108, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 0.75rem 0;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10001;
    list-style: none;
    border: 1px solid rgba(10, 42, 108, 0.1);
    display: flex;
    flex-direction: column;
    width: auto;
    overflow: visible;
    pointer-events: none;
}
/* Invisible bridge so hover is not lost when moving from link to dropdown */
nav ul li .dropdown-menu::before {
    content: '';
    display: block;
    height: 0.75rem;
    width: 100%;
    position: absolute;
    top: -0.75rem;
    left: 0;
}

nav ul li.has-dropdown:hover .dropdown-menu,
nav ul li.has-dropdown .dropdown-menu:hover {
    pointer-events: auto;
}

nav ul li.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

nav ul li.has-dropdown .dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Desktop: keep dropdown visible when opened by click */
nav ul li.has-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* Prevent dropdown menu from triggering hover on adjacent nav items */
nav ul li.has-dropdown .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
}

/* Ensure adjacent items don't get hover state when dropdown is open */
nav ul li.has-dropdown:hover ~ li.has-dropdown > a,
nav ul li.has-dropdown:hover ~ li:not(.has-dropdown) > a {
    pointer-events: auto;
}

nav ul li .dropdown-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

nav ul li .dropdown-menu li a {
    padding: 0.75rem 1.5rem;
    display: block;
    width: 100%;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.25s ease;
    border-radius: 0;
    position: relative;
    margin: 0 0.5rem;
    border-radius: 6px;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
    max-width: 100%;
}

nav ul li .dropdown-menu li a::before {
    content: '';
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--royal-blue-start) 100%);
    border-radius: 2px;
    transition: height 0.25s ease;
}

nav ul li .dropdown-menu li a:hover {
    background: linear-gradient(90deg, rgba(10, 42, 108, 0.06) 0%, rgba(29, 91, 250, 0.08) 100%);
    color: var(--primary-color);
    padding-left: 1.5rem;
    transform: translateX(2px);
}

nav ul li .dropdown-menu li a:hover::before {
    height: 60%;
}

/* ============================================
   HAMBURGER MENU TOGGLE - Mukesh Raj Style
   ============================================ */
.mobile-menu-toggle {
    display: none; /* Hidden by default on desktop */
    flex-direction: column;
    justify-content: space-around;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    position: relative;
    order: 3; /* Ensure it appears after logo and contact info */
    flex-shrink: 0;
}

.mobile-menu-toggle span {
    width: 100%;
    height: 4px;
    background: var(--text-dark);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
    display: block;
}

.mobile-menu-toggle:hover span {
    background: var(--primary-color);
}

.mobile-menu-toggle.active span {
    background: var(--primary-color);
}

.mobile-menu-toggle:active {
    transform: scale(0.95);
}

.mobile-menu-toggle span:nth-child(1) {
    transform: translateY(0) rotate(0);
}

.mobile-menu-toggle span:nth-child(2) {
    opacity: 1;
}

.mobile-menu-toggle span:nth-child(3) {
    transform: translateY(0) rotate(0);
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(0) rotate(0);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 1;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(0) rotate(0);
}

@media (min-width: 1024px) {
    .mobile-menu-toggle {
        display: none !important;
    }
}

/* Ensure mobile menu toggle is visible on mobile */
@media (max-width: 1023px) {
    .mobile-menu-toggle {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* ============================================
   PAGE HERO SECTION (For non-home pages)
   ============================================ */
/* ============================================
   PAGE HERO - Mukesh Raj Style
   ============================================ */
.page-hero {
    background: url('../images/main_new_page_2.png') 70% 30%/cover no-repeat;
    background-color: var(--primary-color);
    color: var(--text-white);
    padding: 8rem 2rem;
    text-align: left;
    position: relative;
    overflow: hidden;
    min-height: 700px;
    display: flex;
    align-items: center;
    transition: background-image 0.8s ease-in-out;
}

@media (min-width: 1400px) {
    .page-hero {
        min-height: 800px;
        background-position: 65% 25%;
    }
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    /* No blur for other pages - keep images clear */
    z-index: 1;
}

.page-hero .hero-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
}

.page-hero h1 {
    color: var(--text-white);
    font-size: 4rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 800px;
    margin-right: auto;
}

/* ============================================
   HERO BANNER SECTION (Home Page) - Professional Design
   ============================================ */
.hero-banner-section {
    position: relative;
    min-height: 580px;
    overflow: hidden;
    background: var(--bg-white);
    border-bottom: 1px solid var(--border-color);
    padding: 4.5rem 0;
    display: flex;
    align-items: center;
}

.hero-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/172f8763-b14a-4c62-a910-260ce25507b4.jpg') center center/cover no-repeat;
    opacity: 0.04;
    z-index: 0;
    filter: grayscale(100%) brightness(1.4);
}

.hero-banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 246, 252, 0.98) 100%);
    z-index: 1;
}

.hero-banner-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.hero-banner-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 480px;
    position: relative;
}

/* Left Content Area */
.hero-content {
    position: relative;
    z-index: 3;
    background: transparent;
    padding: 0;
    border: none;
    transition: all 0.3s ease;
}

.hero-content::before {
    display: none;
}

.hero-content:hover {
    transform: none;
    box-shadow: none;
}

.hero-headline {
    margin-bottom: 2rem;
}

.hero-main-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff !important; /* White text for visibility on dark background */
    background: none !important; /* Remove gradient for solid color */
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-family: 'Poppins', sans-serif;
}

.hero-tagline {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-medium);
    margin-bottom: 1.75rem;
    line-height: 1.6;
    letter-spacing: -0.01em;
    font-family: 'Poppins', sans-serif;
}

.hero-value-statement {
    margin-bottom: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
    position: relative;
}

.hero-value-statement::before {
    display: none;
}

.value-proposition {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
}

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

.cta-button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: var(--text-white);
    padding: 1.125rem 2.75rem;
    border-radius: 16px;
    font-weight: 600;
    font-size: 1.0625rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.3), 0 4px 12px rgba(139, 92, 246, 0.2);
    border: none;
    text-transform: none;
    letter-spacing: 0.01em;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    transform: translateY(0);
    backdrop-filter: blur(10px);
}

.cta-button-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.cta-button-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cta-button-primary:hover::before {
    left: 100%;
}

.cta-button-primary:hover::after {
    opacity: 1;
}

.cta-button-primary:hover {
    background: var(--gradient-primary-dark);
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 40px rgba(99, 102, 241, 0.4), 0 8px 20px rgba(139, 92, 246, 0.3);
    color: var(--text-white);
}

.cta-button-primary:active {
    transform: translateY(-1px);
    box-shadow: var(--shadow-blue);
}

.cta-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--primary-color);
    padding: 1rem 2.5rem;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid var(--primary-color);
    text-transform: none;
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.cta-button-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--gradient-primary);
    transition: width 0.3s ease;
    z-index: -1;
}

.cta-button-secondary:hover::before {
    width: 100%;
}

.cta-button-secondary:hover {
    background: var(--gradient-primary);
    color: var(--text-white);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: var(--shadow-blue);
}

.cta-button-secondary:active {
    transform: translateY(-1px);
}

/* Right Graphics Area */
.hero-graphics {
    position: relative;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0.6;
}

.abstract-graphics-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

/* Abstract Financial Graphics */
.graphic-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.15) 0%, rgba(15, 118, 110, 0.15) 100%);
    border: 3px solid rgba(30, 58, 138, 0.25);
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.15);
}

.graphic-1 {
    width: 120px;
    height: 120px;
    top: 10%;
    right: 15%;
    animation: float 6s ease-in-out infinite;
}

.graphic-2 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    right: 10%;
    animation: float 8s ease-in-out infinite reverse;
}

.graphic-line {
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, var(--navy-blue) 50%, transparent 100%);
    opacity: 0.4;
    box-shadow: 0 2px 8px rgba(30, 58, 138, 0.2);
}

.graphic-line-1 {
    width: 200px;
    height: 2px;
    top: 30%;
    right: 5%;
    transform: rotate(25deg);
    animation: linePulse 4s ease-in-out infinite;
}

.graphic-line-2 {
    width: 150px;
    height: 2px;
    bottom: 30%;
    right: 20%;
    transform: rotate(-15deg);
    animation: linePulse 5s ease-in-out infinite;
}

.graphic-chart {
    position: absolute;
    width: 100px;
    height: 80px;
    top: 50%;
    right: 25%;
    transform: translateY(-50%);
}

.graphic-chart::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 45px;
    background: linear-gradient(180deg, var(--navy-blue) 0%, rgba(30, 58, 138, 0.8) 100%);
    opacity: 0.6;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 -2px 8px rgba(30, 58, 138, 0.2);
}

.graphic-chart::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 28px;
    width: 18px;
    height: 65px;
    background: linear-gradient(180deg, var(--dark-teal) 0%, rgba(15, 118, 110, 0.8) 100%);
    opacity: 0.6;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 -2px 8px rgba(15, 118, 110, 0.2);
}

.graphic-document {
    position: absolute;
    width: 65px;
    height: 85px;
    top: 25%;
    right: 30%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.85) 100%);
    border: 3px solid rgba(30, 58, 138, 0.3);
    border-radius: 6px;
    transform: rotate(-5deg);
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.15);
}

.graphic-document::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    right: 10px;
    height: 2px;
    background: rgba(30, 58, 138, 0.3);
}

.graphic-document::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 10px;
    right: 10px;
    height: 2px;
    background: rgba(30, 58, 138, 0.2);
}

.graphic-arrow {
    position: absolute;
    width: 0;
    height: 0;
    bottom: 15%;
    right: 35%;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 35px solid rgba(30, 58, 138, 0.4);
    transform: rotate(45deg);
    animation: arrowFloat 3s ease-in-out infinite;
    filter: drop-shadow(0 4px 8px rgba(30, 58, 138, 0.2));
}

@keyframes linePulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes arrowFloat {
    0%, 100% {
        transform: rotate(45deg) translateY(0px);
    }
    50% {
        transform: rotate(45deg) translateY(-10px);
    }
}

/* ============================================
   HERO CAROUSEL SECTION (Home Page) - Modern Professional Design
   ============================================
   
   CUSTOMIZATION NOTES:
   - Overlay Opacity: Adjust --hero-overlay-opacity (0.28-0.42) to control image visibility vs text contrast
     Example: --hero-overlay-opacity: 0.35; (default) - Lower = more image visible, Higher = better text contrast
   
   - Gradient Stops: Modify --hero-overlay-gradient-start/end for different overlay effects
     Example: rgba(0, 0, 0, 0.2) to rgba(0, 0, 0, 0.4) creates a subtle dark overlay
     For lighter overlay: rgba(255, 255, 255, 0.1) to rgba(255, 255, 255, 0.3)
   
   - Content Width: Change --hero-content-max-width for wider/narrower content block
     Example: --hero-content-max-width: 960px; (narrower) or 1200px; (wider)
   
   - Spacing: Adjust --hero-padding-desktop/mobile for vertical spacing
     Desktop: 80-120px recommended, Mobile: 60-80px recommended
   
   - Typography: Modify --hero-headline-size-* and --hero-subheading-size-* for font sizes
     Desktop headline: 32-42px, Mobile: 24-28px
     Desktop subheading: 18-20px, Mobile: 16-18px
   
   - CTA Gradient: Update --hero-cta-gradient-start/end for button colors
     Example: #5A67D8 (blue) → #7F3FFF (purple) for vibrant professional look
   
   - Animations: Adjust --hero-animation-duration and --hero-animation-stagger for timing
     Duration: 200-400ms recommended, Stagger: 100-150ms between elements
   
   - Background Image: Update in config/site-config.js hero.backgroundImage
     Placeholder: "images/main_website_image.png" - Replace with your high-quality image
   
   - Reduced Motion: Automatically respects prefers-reduced-motion media query
   ============================================ */

.hero-carousel-section {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    background: var(--gradient-hero);
    position: relative;
}

.hero-carousel-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(99, 102, 241, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 70% 70%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

@media (min-width: 1024px) {
    .hero-carousel-section {
        min-height: 800px;
    }
}

/* Clean Hero Section - Minimal Visual Effects */
.hero-carousel-section::before {
    display: none;
}

.hero-carousel-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 700px;
    z-index: 1;
}

.hero-carousel {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .hero-carousel {
        height: 800px;
    }
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    opacity: 0;
    transform: translateX(15px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

/* Ensure main_website_image.png fits properly in the panel */
.carousel-slide.main-image-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
}

/* Ensure image covers the entire panel without distortion */
.carousel-slide.main-image-slide::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 100%);
}

/* Responsive adjustments for main image */
@media (max-width: 768px) {
    .carousel-slide.main-image-slide {
        background-size: cover;
        background-position: center center;
    }
}

@media (min-width: 1920px) {
    .carousel-slide.main-image-slide {
        background-size: cover;
        background-position: center center;
    }
}

.carousel-slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
}

/* Mukesh Raj Style - Blurred Background Overlay */
.carousel-slide {
    filter: blur(0);
}

/* Modern overlay for better text readability with subtle color tint */
.carousel-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.4) 0%, rgba(37, 99, 235, 0.2) 50%, rgba(30, 41, 59, 0.4) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Subtle gradient overlay for text visibility */
.carousel-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 1;
    pointer-events: none;
}


.carousel-slide-content {
    max-width: var(--hero-content-max-width);
    margin: 0;
    padding: var(--hero-padding-desktop) 2rem;
    text-align: left;
    position: relative;
    z-index: 3;
    color: var(--text-white);
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .carousel-slide-content * {
        animation: none !important;
        transition: none !important;
    }
}

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

.carousel-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    z-index: 10;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.carousel-dots span {
    width: 10px;
    height: 10px;
    background: rgba(139, 111, 71, 0.3);
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.carousel-dots span:hover {
    background: rgba(139, 111, 71, 0.5);
    transform: scale(1.2);
}

.carousel-dots span.active {
    background: var(--accent-gold);
    width: 30px;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(184, 134, 11, 0.3);
    transform: scale(1.1);
    border-color: var(--accent-gold);
}

.carousel-title {
    font-size: 3.75rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: -0.03em;
    animation: heroFadeInUp var(--hero-animation-duration) ease-out calc(var(--hero-animation-stagger) * 0) both;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1440px) {
    .carousel-title {
        font-size: 4.5rem;
    }
}

.carousel-title::after {
    display: none;
}

/* Hero Animation - Fade In + Slide Up */
@keyframes heroFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Secondary CTA Link */
.cta-button-secondary {
    display: inline-flex;
    align-items: center;
    color: var(--text-white);
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    margin-left: 1.5rem;
    padding: 1.15rem 2rem;
    border-radius: var(--radius-lg);
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    animation: heroFadeInUp var(--hero-animation-duration) ease-out calc(var(--hero-animation-stagger) * 2) both;
}

.cta-button-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.cta-button-secondary:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

.carousel-subtitle {
    font-size: 1.375rem;
    margin-bottom: 2.5rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.98);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    animation: heroFadeInUp var(--hero-animation-duration) ease-out calc(var(--hero-animation-stagger) * 1) both;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1440px) {
    .carousel-subtitle {
        font-size: 1.5rem;
    }
}

.carousel-subtitle .service-icon {
    display: inline-block;
    margin: 0 0.3rem;
    font-size: 1.2em;
    vertical-align: middle;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

/* Hero Section Responsive Styles */
@media (max-width: 1024px) {
    .carousel-slide-content {
        padding: var(--hero-padding-mobile) 2rem;
    }
    
    .carousel-title {
        font-size: 36px;
    }
    
    .carousel-subtitle {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .hero-carousel,
    .hero-carousel-container {
        min-height: 500px;
    }
    
    .carousel-slide-content {
        padding: 4rem 1.5rem;
    }
    
    .carousel-title {
        font-size: 2rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    }
    
    .carousel-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }
    
    .cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
        width: 100%;
        max-width: 320px;
    }
    
    .cta-button-secondary {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
        max-width: 320px;
        display: block;
    }
}

@media (max-width: 480px) {
    .hero-carousel,
    .hero-carousel-container {
        min-height: 450px;
    }
    
    .carousel-slide-content {
        padding: 60px 1.25rem;
    }
    
    .carousel-title {
        font-size: 24px;
    }
    
    .carousel-subtitle {
        font-size: 16px;
    }
}


/* ============================================
   MODERN HERO SECTION - New Design
   ============================================ */
.hero-section-modern {
    position: relative;
    min-height: 600px;
    height: 100vh;
    max-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Background image with dark overlay for text readability */
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url('../images/background_image.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

/* Animated gradient background for subtle movement */
@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.hero-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Additional dark overlay for enhanced text contrast */
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    pointer-events: none;
}

/* Abstract geometric shapes for visual interest */
.hero-section-modern::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
    filter: blur(60px);
}

/* Ensure image scales properly on all screen sizes - responsive background */
@media (min-width: 1920px) {
    .hero-section-modern {
        min-height: 800px;
        background-size: 
            150px 150px,
            130px 130px,
            140px 140px,
            120px 120px,
            200% 200%;
    }
}

@media (min-width: 1400px) and (max-width: 1919px) {
    .hero-section-modern {
        background-size: 
            120px 120px,
            100px 100px,
            110px 110px,
            90px 90px,
            200% 200%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hero-section-modern {
        background-size: 
            100px 100px,
            85px 85px,
            95px 95px,
            75px 75px,
            200% 200%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hero-section-modern {
        height: 80vh;
        max-height: 700px;
        background-size: 
            80px 80px,
            70px 70px,
            75px 75px,
            60px 60px,
            200% 200%;
    }
}

.hero-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Subtle overlay for text readability - keeps center area clearer */
    background: 
        radial-gradient(ellipse at center 50%, transparent 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.2) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Additional abstract decorative shapes */
.hero-section-overlay::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 60%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    animation: floatShape 25s ease-in-out infinite;
}

.hero-section-overlay::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 65%);
    border-radius: 50%;
    filter: blur(70px);
    z-index: 1;
    animation: floatShape 30s ease-in-out infinite reverse;
}

@keyframes floatShape {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

.hero-section-content {
    position: relative;
    width: 100%;
    z-index: 3;
    padding: 5rem 0;
}

.hero-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 2rem;
}

.hero-headline {
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    text-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.4),
        0 2px 6px rgba(0, 0, 0, 0.3),
        0 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-subheadline {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.3),
        0 1px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.01em;
}

.hero-cta-group {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, var(--accent-green) 0%, #16A34A 100%);
    border: none;
    border-radius: var(--radius-lg);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 14px rgba(34, 197, 94, 0.3), 
        0 2px 6px rgba(34, 197, 94, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Professional gradient overlay */
.btn-hero-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(0, 0, 0, 0.05) 100%);
    border-radius: var(--radius-lg);
    pointer-events: none;
    z-index: 0;
}

.btn-hero-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
    z-index: 2;
}

.btn-hero-primary:hover::before {
    left: 100%;
}

.btn-hero-primary:hover {
    background: #16A34A;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.4), 0 4px 12px rgba(34, 197, 94, 0.3);
}

.btn-hero-primary:active {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}

.btn-hero-primary:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.6);
    outline-offset: 3px;
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.4), 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--radius-lg);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.btn-hero-secondary::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: var(--radius-lg);
    padding: 2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.btn-hero-secondary:hover {
    background-size: 100% 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.25));
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
}

.btn-hero-secondary:hover::before {
    opacity: 0.5;
}

.btn-hero-secondary:active {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}

.btn-hero-secondary:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.6);
    outline-offset: 3px;
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.2);
}

/* Fade-in animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUpHero 0.8s ease-out forwards;
}

.fade-in-up:nth-child(1) {
    animation-delay: 0.1s;
}

.fade-in-up:nth-child(2) {
    animation-delay: 0.3s;
}

.fade-in-up:nth-child(3) {
    animation-delay: 0.5s;
}

@keyframes fadeInUpHero {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .fade-in-up {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

/* Responsive styles for modern hero */
@media (max-width: 768px) {
    .hero-section-modern {
        min-height: 500px;
        height: 70vh;
        max-height: 600px;
        background-attachment: scroll;
        background-size: 
            60px 60px,
            50px 50px,
            55px 55px,
            45px 45px,
            200% 200%;
        background-position: 
            8% 12%,
            92% 18%,
            6% 88%,
            94% 82%;
    }
    
    .hero-section-overlay::before,
    .hero-section-overlay::after {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .hero-section-modern {
        min-height: 500px;
        height: 70vh;
        max-height: 600px;
        background-attachment: scroll;
        background-size: cover;
        background-position: center center;
    }
    
    .hero-section-content {
        padding: 3rem 0;
    }
    
    .hero-headline {
        font-size: 2.25rem;
        margin-bottom: 1.25rem;
    }
    
    .hero-subheadline {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }
    
    .hero-cta-group {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .hero-section-modern {
        min-height: 450px;
        height: 60vh;
        max-height: 550px;
        background-size: 
            50px 50px,
            40px 40px,
            45px 45px,
            35px 35px,
            200% 200%;
        background-position: 
            5% 10%,
            95% 15%,
            4% 90%,
            96% 85%;
    }
    
    .hero-section-overlay::before,
    .hero-section-overlay::after {
        width: 250px;
        height: 250px;
    }
}

@media (min-width: 1024px) {
    .hero-section-modern {
        min-height: 700px;
        height: 100vh;
        max-height: 900px;
    }
    
    .hero-headline {
        font-size: 4rem;
    }
    
    .hero-subheadline {
        font-size: 1.375rem;
    }
}

/* Carousel Navigation Arrows - Modern & Elegant */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.carousel-nav:hover {
    background: var(--primary-color);
    color: var(--text-white);
    border-color: var(--primary-color);
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3), 0 4px 8px rgba(0, 0, 0, 0.1);
}

.carousel-nav:active {
    transform: translateY(-50%) scale(1.05);
}

.carousel-prev {
    left: 2rem;
}

.carousel-next {
    right: 2rem;
}

.carousel-nav span {
    line-height: 1;
    display: block;
}

/* Carousel Indicators */
.carousel-indicators {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}

.carousel-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.2);
    border: 1px solid rgba(37, 99, 235, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-indicator:hover {
    background: rgba(37, 99, 235, 0.4);
    transform: scale(1.15);
}

.carousel-indicator.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: scale(1.25);
    box-shadow: 0 0 6px rgba(37, 99, 235, 0.25);
}

/* Separator Bar */
.separator-bar {
    display: none;
}

/* About Preview Section with Background */
.about-preview-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(99, 102, 241, 0.03) 50%, rgba(255, 255, 255, 0.98) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    z-index: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

@media (min-width: 1024px) {
    .about-preview-section {
        padding: 8rem 0;
    }
}

.about-preview-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.about-preview-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(99, 102, 241, 0.04) 50%, rgba(255, 255, 255, 0.95) 100%);
    pointer-events: none;
    z-index: 1;
}

.about-preview-section .container {
    position: relative;
    z-index: 2;
}

/* About Home Section - Text Left, Image Right Layout */
.about-home-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}

.about-home-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 
        0 15px 50px rgba(0, 0, 0, 0.12),
        0 5px 15px rgba(99, 102, 241, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background: var(--bg-light);
    border: 2px solid rgba(99, 102, 241, 0.1);
}

/* Professional image overlay on hover */
.about-home-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.about-home-image-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 60px rgba(99, 102, 241, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.15),
        inset 0 0 0 1px rgba(99, 102, 241, 0.2);
}

.about-home-image-wrapper:hover::before {
    opacity: 1;
}

.about-home-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1) contrast(1);
}

.about-home-image-wrapper:hover .about-home-image {
    transform: scale(1.05);
    filter: brightness(1.05) contrast(1.02);
}

.about-home-text-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-self: stretch;
}

.about-home-content {
    background: #ffffff;
    padding: 3.5rem 3rem;
    border-radius: 16px;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.08),
        0 2px 8px rgba(99, 102, 241, 0.05);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(99, 102, 241, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.about-home-content:hover {
    box-shadow: 
        0 15px 50px rgba(0, 0, 0, 0.12),
        0 5px 15px rgba(99, 102, 241, 0.1);
    transform: translateY(-2px);
}

.about-home-title {
    font-size: 2.75rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2.5rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.about-home-description {
    color: #444444;
    font-size: 1.05rem;
    line-height: 1.85;
    text-align: justify;
}

.about-home-description .about-description-text {
    margin-bottom: 1.75rem;
    color: #444444;
    font-size: 1.05rem;
    line-height: 1.85;
    text-align: justify;
    text-justify: inter-word;
}

.about-home-description .about-description-text:last-child {
    margin-bottom: 0;
}

/* Responsive Styles for About Home Section */
@media (max-width: 968px) {
    .about-home-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        align-items: stretch;
    }
    
    .about-home-image-wrapper {
        order: 2;
        width: 100%;
        height: auto;
        max-width: 520px;
        margin: 0 auto;
    }
    
    .about-home-text-wrapper {
        order: 1;
    }
    
    .about-home-image {
        height: auto;
        object-fit: cover;
        object-position: center top;
    }
    
    .about-home-content {
        padding: 2.5rem 2rem;
    }
    
    .about-home-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .about-home-content {
        padding: 2rem 1.5rem;
    }
    
    .about-home-title {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }
    
    .about-home-description .about-description-text {
        font-size: 0.95rem;
        line-height: 1.7;
        text-align: justify;
        text-justify: inter-word;
    }
    
    .about-home-image-wrapper {
        width: 100%;
        height: auto;
        max-width: 356px;
        max-height: 396px;
        margin: 0 auto;
    }
    
    .about-home-image {
        height: auto;
        object-fit: contain;
        object-position: center center;
    }
}

@media (max-width: 480px) {
    .about-home-content {
        padding: 1.5rem 1.25rem;
    }
    
    .about-home-title {
        font-size: 1.5rem;
    }
    
    .about-home-description .about-description-text {
        font-size: 0.9rem;
        text-align: justify;
        text-justify: inter-word;
    }
    
    .about-home-image-wrapper {
        width: 100%;
        height: auto;
        max-width: 356px;
        max-height: 396px;
        margin: 0 auto;
    }
    
    .about-home-image {
        height: auto;
        object-fit: contain;
        object-position: center center;
    }
}

/* Enhanced About Section Styles */
.enhanced-about {
    padding: 5rem 0;
}

.about-hero-header {
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
    padding: 5rem 4rem 5.5rem;
    animation: fadeIn 0.8s ease-out;
    background: linear-gradient(135deg, rgba(10, 42, 108, 0.03) 0%, rgba(29, 91, 250, 0.04) 50%, rgba(10, 42, 108, 0.03) 100%);
    border-radius: var(--radius-2xl);
    backdrop-filter: blur(15px);
    box-shadow: 0 8px 30px rgba(10, 42, 108, 0.08);
}

.about-hero-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 4px;
    background: var(--gradient-royal-blue);
    border-radius: var(--radius-full);
    box-shadow: 0 2px 10px rgba(29, 91, 250, 0.4);
}

.about-company-name {
    font-size: 4.5rem;
    font-weight: 900;
    background: var(--gradient-hero-navy);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    letter-spacing: -0.05em;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
    text-shadow: none;
    animation: slideInDown 0.8s ease-out 0.2s both;
    position: relative;
}

.about-company-tagline {
    font-size: 1.875rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
    font-family: 'Poppins', sans-serif;
    animation: slideInDown 0.8s ease-out 0.3s both;
    line-height: 1.4;
}

.about-company-badge {
    display: inline-block;
    background: var(--bg-white);
    color: var(--primary-color);
    padding: 1.125rem 3rem;
    border-radius: var(--radius-full);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 20px rgba(30, 58, 138, 0.15), 0 0 0 2px rgba(30, 58, 138, 0.1);
    font-family: 'Poppins', sans-serif;
    transition: var(--transition);
    animation: slideInDown 0.8s ease-out 0.4s both;
    border: 2px solid transparent;
    background-image: linear-gradient(var(--bg-white), var(--bg-white)), var(--gradient-primary);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
}

.about-company-badge::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: var(--radius-full);
    padding: 2px;
    background: var(--gradient-primary);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-company-badge:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 40px rgba(29, 91, 250, 0.3), 0 0 0 4px rgba(29, 91, 250, 0.2);
    background-image: linear-gradient(var(--bg-white), var(--bg-white)), var(--gradient-royal-blue);
    color: var(--royal-blue-start);
}

.about-company-badge:hover::before {
    opacity: 1;
    box-shadow: 0 0 20px rgba(29, 91, 250, 0.4);
}

.about-main-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.about-description-card {
    background: var(--bg-white);
    padding: 4.5rem 4.5rem 4.5rem 5rem;
    border-radius: var(--radius-2xl);
    box-shadow: 0 12px 50px rgba(10, 42, 108, 0.15), 0 4px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 6rem;
    border: 2px solid rgba(10, 42, 108, 0.1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out 0.5s both;
    transition: var(--transition-hover);
}

.about-description-card:hover {
    box-shadow: 0 24px 70px rgba(10, 42, 108, 0.2), 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
    border-color: rgba(29, 91, 250, 0.25);
}

.about-description-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: var(--gradient-royal-blue);
    border-radius: var(--radius-sm) 0 0 var(--radius-sm);
    box-shadow: 2px 0 8px rgba(29, 91, 250, 0.3);
}

.about-description-text {
    font-size: 1.3125rem;
    line-height: 2.1;
    color: var(--text-dark);
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    text-justify: inter-word;
}

.about-description-text p {
    margin-bottom: 1.5rem;
}

.about-description-text p:last-child {
    margin-bottom: 0;
}

/* Why Choose Us Section with Background */
.why-choose-section {
    background: 
        linear-gradient(180deg, var(--bg-slate-50) 0%, var(--bg-white) 100%),
        url('../images/core_value_bg.jpg') center center/cover no-repeat;
    background-blend-mode: overlay;
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgba(139, 111, 71, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(184, 134, 11, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, rgba(247, 249, 252, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
    pointer-events: none;
    z-index: 1;
}

.why-choose-section .container {
    position: relative;
    z-index: 2;
}

/* Why Choose Us Content - Two Column Layout */
.why-choose-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
    align-items: start;
}

/* Left Column - Features List */
.why-choose-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.why-choose-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem;
    background-color: var(--bg-white);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
}

.why-choose-feature-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.why-choose-check-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #4caf50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.why-choose-feature-text {
    color: var(--text-dark);
    font-size: 1.05rem;
    line-height: 1.6;
    font-weight: 500;
    padding-top: 0.25rem;
}

/* Right Column - Values Grid */
.why-choose-values {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.why-choose-value-card {
    background: var(--bg-white);
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    box-shadow: 0 2px 8px rgba(30, 64, 175, 0.08);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.why-choose-value-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.12);
    border-color: var(--primary-color);
}

.why-choose-value-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
    line-height: 1;
}

.why-choose-value-title {
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

/* Enhanced Benefits Carousel (Right Column) */
.why-choose-benefits-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 3rem;
}

.why-choose-benefits-carousel {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 1.5rem;
    will-change: transform;
}

.why-choose-benefit-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    min-width: calc(50% - 0.75rem);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.why-choose-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(1);
    transform-origin: left;
    transition: var(--transition);
}

.why-choose-benefit-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-light);
}

.why-choose-benefit-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: var(--transition);
    animation: float 3s ease-in-out infinite;
}

.why-choose-benefit-card:hover .why-choose-benefit-icon {
    transform: scale(1.15);
    filter: drop-shadow(0 6px 12px rgba(30, 58, 138, 0.3));
}

.why-choose-benefit-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.01em;
}

/* Carousel Navigation Buttons */
.carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bg-white);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.75rem;
    font-weight: 700;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    line-height: 1;
    padding: 0;
}

.carousel-nav-btn:hover {
    background: var(--gradient-primary);
    color: var(--text-white);
    border-color: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
    box-shadow: var(--shadow-lg);
}

.carousel-nav-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.carousel-prev-btn {
    left: 0;
}

.carousel-next-btn {
    right: 0;
}

/* Carousel Indicators */
.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2rem;
    z-index: 10;
    position: relative;
}

.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border-color);
    border: 2px solid var(--primary-color);
    cursor: pointer;
    transition: var(--transition);
    padding: 0;
}

.carousel-indicator.active {
    background: var(--primary-color);
    transform: scale(1.2);
    box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.2);
}

.carousel-indicator:hover {
    background: var(--primary-light);
    transform: scale(1.1);
}

/* Enhanced Why Choose Us Reasons (Left Column) with Checkmarks */
.why-choose-reasons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.why-choose-reason-item {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 1.5rem 1.75rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(30, 58, 138, 0.08);
    position: relative;
}

.why-choose-reason-item:hover {
    background: var(--bg-slate-50);
    box-shadow: 0 4px 16px rgba(30, 58, 138, 0.12);
    border-color: var(--primary-light);
    transform: translateX(4px);
}

.reason-checkmark {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.125rem;
    background: var(--gradient-primary);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(30, 58, 138, 0.2);
}

.reason-checkmark svg {
    width: 100%;
    height: 100%;
}

.reason-text {
    flex: 1;
    font-size: 1.125rem;
    line-height: 1.75;
    color: var(--text-dark);
    font-weight: 500;
    margin: 0;
    padding-top: 0.25rem;
}

/* Services List Style */
.services-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 2rem;
}

.services-list-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-color);
}

.services-list-item::before {
    content: '•';
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-right: 1rem;
    font-weight: bold;
}

.services-list-item a {
    color: var(--text-dark);
    font-size: 1.1rem;
    transition: var(--transition);
}

.services-list-item a:hover {
    color: var(--primary-color);
    padding-left: 0.5rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-light) 100%);
    color: #ffffff;
    padding: 1.25rem 3rem;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.4), 0 2px 8px rgba(184, 134, 11, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.35), 0 2px 6px rgba(184, 134, 11, 0.25);
    animation: heroFadeInUp var(--hero-animation-duration) ease-out calc(var(--hero-animation-stagger) * 2) both;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover {
    background: linear-gradient(135deg, var(--accent-gold-light) 0%, var(--accent-gold) 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(184, 134, 11, 0.5), 0 4px 12px rgba(184, 134, 11, 0.4);
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.5s ease;
    z-index: 1;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button .cta-icon {
    display: inline-flex;
    align-items: center;
    font-size: 1.2em;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.cta-button:hover .cta-icon {
    transform: translateX(4px);
}

.cta-button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

@keyframes buttonSlideIn {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.cta-button:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.4);
}

/* ============================================
   ENQUIRE BUTTON (FLOATING)
   ============================================ */
.enquire-button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: var(--primary-color);
    color: var(--text-white);
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    z-index: 1000;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.enquire-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    background: var(--primary-dark);
}

.enquire-icon {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: var(--transition);
}

.enquire-button:hover .enquire-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(15deg);
}

.enquire-text {
    font-weight: 700;
}

/* Animation for visibility */
@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3);
    }
    50% {
        box-shadow: 0 6px 16px rgba(30, 58, 138, 0.4);
    }
}


@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* Add shimmer effect to hero carousel */
.hero-carousel-slide {
    position: relative;
    overflow: hidden;
}

.hero-carousel-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 3s infinite;
}

/* ============================================
   CONTAINER & SECTIONS
   ============================================ */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2.5rem;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
        padding: 0 3rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
        padding: 0 2.5rem;
    }
}

/* Main content area - ensure proper layering */
main {
    position: relative;
    z-index: 1;
}

.section {
    padding: 6rem 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2px);
    z-index: 1;
}

/* Professional section dividers */
.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 2px;
    opacity: 0.3;
}

.section:first-of-type::before {
    display: none;
}

/* Alternating section backgrounds for visual appeal */
.section:nth-child(odd) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(99, 102, 241, 0.03) 100%);
}

.section:nth-child(even) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(139, 92, 246, 0.03) 100%);
}

/* Decorative gradient line separator between sections */
.section + .section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(99, 102, 241, 0.2) 20%, 
        rgba(99, 102, 241, 0.3) 50%, 
        rgba(99, 102, 241, 0.2) 80%, 
        transparent 100%);
    opacity: 0.5;
}

/* Add subtle radial gradient overlays for depth */
.section:nth-child(odd)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.section:nth-child(even)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* Ensure content containers are above background overlays */
.section > .container {
    position: relative;
    z-index: 1;
}

/* ============================================
   BACKGROUND UTILITY CLASSES
   ============================================ */
/* Optional blur utility class for background elements */
.bg-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bg-blur-sm {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.bg-blur-md {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.bg-blur-lg {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.bg-blur-xl {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

@media (min-width: 1024px) {
    .section {
        padding: 6rem 0;
    }
}

@media (min-width: 1440px) {
    .section {
        padding: 7rem 0;
    }
}

@media (max-width: 768px) {
    .section {
        padding: var(--section-padding-y-mobile) 0;
    }
}

.section:first-of-type {
    padding-top: 2rem;
}

@media (min-width: 1024px) {
    .section:first-of-type {
        padding-top: 3rem;
    }
}

/* Alternate section backgrounds for visual variety */
.section-alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.section-alt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.2), transparent);
    z-index: 1;
}

.section-alt::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(99, 102, 241, 0.02) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.section:nth-child(even)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.15), transparent);
}

.section-alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.section-alt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.1), transparent);
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding: 0 1rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

@media (min-width: 1024px) {
    .section-title {
        margin-bottom: 3.5rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        margin-bottom: 2rem;
    }
}

.section-title h2 {
    font-size: 2.75rem;
    background: var(--gradient-text); /* Restore gradient text color */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    position: relative;
    text-shadow: none; /* Remove shadow for gradient text */
    display: inline-block;
    padding-bottom: 1.5rem;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 1024px) {
    .section-title h2 {
        font-size: 3.5rem;
    }
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 5px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    box-shadow: 0 2px 12px rgba(99, 102, 241, 0.4);
}

.section-title h2::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background: rgba(10, 42, 108, 0.15);
}

.section-title h2 strong {
    font-weight: 800;
    background: var(--gradient-primary-dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-title p {
    font-size: 1.1rem;
    color: var(--text-medium);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.75;
    padding: 0 1rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* ============================================
   SERVICES GRID
   ============================================ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
    padding: 0;
    --service-card-padding: 2rem;
    --service-card-border-radius: 16px;
    --service-card-shadow: 0 4px 20px rgba(99, 102, 241, 0.12), 0 2px 8px rgba(139, 92, 246, 0.08);
    --service-card-shadow-hover: 0 20px 60px rgba(99, 102, 241, 0.2), 0 8px 24px rgba(139, 92, 246, 0.15);
}

.service-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 245, 255, 0.98) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 24px;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 16px rgba(15, 23, 42, 0.08),
        0 2px 4px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

/* Subtle background pattern for depth */
.service-card {
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 245, 255, 0.98) 100%),
        radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.02) 0%, transparent 50%);
}

/* Top accent border gradient */
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    border-radius: 24px 24px 0 0;
}

.service-card::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 24px;
    padding: 2px;
    background: var(--gradient-primary);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover::after {
    opacity: 0.6;
}

.service-card {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 20px 60px rgba(99, 102, 241, 0.2),
        0 8px 24px rgba(139, 92, 246, 0.15),
        0 4px 12px rgba(15, 23, 42, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    border-color: rgba(99, 102, 241, 0.4);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.service-card-image {
    width: 100%;
    min-height: 200px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.02) 0%, rgba(139, 92, 246, 0.02) 100%);
    padding: 1.5rem;
}

/* Professional overlay effect */
.service-card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(139, 92, 246, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.service-card:hover .service-card-image::after {
    opacity: 1;
}

/* Professional image container with border */
.service-card-image::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(99, 102, 241, 0.1);
    border-radius: 24px 24px 0 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    pointer-events: none;
}

.service-card:hover .service-card-image::before {
    opacity: 1;
}

.service-card-image .service-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: var(--text-white);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
    transition: var(--transition);
    flex-shrink: 0;
}

/* Enhanced Circular Service Icons - Balakrishnaandco Style */
.service-card:hover .service-card-image .service-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 30px rgba(255, 107, 53, 0.4);
}

/* Alternative icon colors for variety */
.service-card:nth-child(2n) .service-card-image .service-icon {
    background: linear-gradient(135deg, var(--accent-green) 0%, #16A34A 100%);
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.3);
}

.service-card:nth-child(2n):hover .service-card-image .service-icon {
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.4);
}

.service-card:nth-child(3n) .service-card-image .service-icon {
    background: var(--gradient-primary);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}

.service-card:nth-child(3n):hover .service-card-image .service-icon {
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.4);
}

/* Handle service cards with images */
.service-card-image img,
img.service-card-image {
    width: 100%;
    max-width: 100%;
    height: 240px;
    max-height: 240px;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 12px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
    filter: brightness(1) contrast(1);
    margin: 0 auto;
}

.service-card-image:has(img),
img.service-card-image {
    padding: 0;
    min-height: 240px;
    max-height: 240px;
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.02) 0%, rgba(139, 92, 246, 0.02) 100%);
}

.service-card-image:has(img) .service-icon {
    display: none;
}

.service-card:hover .service-card-image {
    transform: scale(1.03);
}

.service-card:hover .service-card-image img {
    transform: scale(1.05);
    filter: brightness(1.05) contrast(1.02);
}

.service-card-content {
    flex-grow: 1;
    padding: var(--service-card-padding);
    display: flex;
    flex-direction: column;
    background: var(--bg-white);
}

.service-card-title {
    color: var(--primary-color);
    font-size: 1.375rem;
    font-weight: 800;
    margin: 0 0 1rem 0;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-family: 'Poppins', sans-serif;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-description {
    color: var(--text-medium);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 1.5rem 0;
    text-align: justify;
    text-justify: inter-word;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Services page: show full descriptions (no 3-line clamp) */
.services-page .service-card-description {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    flex-grow: 0; /* tighten spacing (don't push features down) */
    margin-bottom: 1rem;
}

.services-page .service-features-list {
    margin-top: 0.75rem;
}

#services-section-description {
    text-align: justify;
    text-justify: inter-word;
}

.service-features-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.service-features-list li {
    color: var(--text-medium);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    padding-left: 0;
}

.service-features-list .service-feature-check {
    margin-right: 0.25em;
}

.service-card-label {
    background: var(--gradient-primary);
    padding: 1rem 1.5rem;
    text-align: center;
    margin-top: auto;
    border-top: 2px solid rgba(99, 102, 241, 0.1);
    position: relative;
    overflow: hidden;
}

.service-card-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
    z-index: 1;
}

.service-card:hover .service-card-label::before {
    left: 100%;
}

.service-card-label span {
    color: var(--text-white);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: block;
}

.service-label-link {
    color: var(--text-white);
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: block;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.service-label-link:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.service-link {
    color: var(--primary-color);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    text-transform: none;
    letter-spacing: 0.02em;
    transition: var(--transition-hover);
    font-family: 'Poppins', sans-serif;
    margin-top: auto;
    padding-top: 1rem;
    text-align: center;
}

.service-link::after {
    content: '→';
    transition: var(--transition);
    display: inline-block;
}

/* Service card clickable styling */
.service-card[data-href] {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card[data-href]:hover {
    transform: translateY(-4px);
}

.service-link:hover {
    color: var(--royal-blue-start);
    gap: 0.75rem;
}

.service-link:hover::after {
    transform: translateX(4px);
}

/* Related Services Links */
.related-services {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.related-services-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-medium);
    margin-bottom: 0.75rem;
    display: block;
}

.related-services-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.related-service-link {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    color: var(--primary-color);
    background: rgba(99, 102, 241, 0.1);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.related-service-link:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
}

.service-contact-link {
    background: var(--accent-green);
    color: var(--text-white);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 1rem;
}

.service-contact-link::after {
    display: none;
}

.service-contact-link:hover {
    background: var(--accent-green-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
    color: var(--text-white);
    gap: 0.5rem;
}

/* ============================================
   WHY CHOOSE US
   ============================================ */
/* Removed - using section-alt class instead */

.features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}

/* Premium Strength Items */
.about-strength-item {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid rgba(30, 64, 175, 0.1);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 30px rgba(30, 64, 175, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    min-height: 180px;
    overflow: hidden;
}

.about-strength-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #1e40af 0%, #3b82f6 50%, #60a5fa 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-strength-item::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(30, 64, 175, 0.08) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-strength-item:hover {
    box-shadow: 0 16px 50px rgba(30, 64, 175, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
    border-color: rgba(30, 64, 175, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
}

.about-strength-item:hover::before {
    transform: scaleY(1);
}

.about-strength-item:hover::after {
    opacity: 1;
}

.about-strength-bullet {
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.5rem;
    display: block;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
    position: relative;
    z-index: 1;
}

.about-strength-content {
    flex: 1;
    padding-left: 0;
    position: relative;
    z-index: 1;
}

.about-strength-title {
    color: #1e40af;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.3;
}

.about-strength-description {
    color: #475569;
    font-size: 1.0625rem;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
}

/* Why Choose Us List - 2 columns on desktop */
.why-choose-list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   HIGHLIGHTS CARDS (About Preview)
   ============================================ */
.highlights-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.enhanced-highlights {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    animation: fadeIn 1s ease-out 0.6s both;
}

/* Features Cards Grid - New Professional Features Section */
.features-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 4rem;
    animation: fadeIn 1s ease-out 0.6s both;
}

@media (max-width: 1024px) {
    .features-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .features-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }
}

.feature-card {
    background: var(--bg-white);
    padding: 3rem 2.5rem;
    border-radius: var(--radius-xl);
    box-shadow: 0 6px 30px rgba(10, 42, 108, 0.1), 0 2px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    border: 2px solid rgba(10, 42, 108, 0.08);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-royal-blue);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(10, 42, 108, 0.18), 0 4px 16px rgba(0, 0, 0, 0.1);
    border-color: rgba(29, 91, 250, 0.2);
}

.feature-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.feature-card:hover .feature-icon {
    transform: scale(1.15) translateY(-4px);
    filter: drop-shadow(0 4px 12px rgba(29, 91, 250, 0.3));
}

.feature-text {
    color: var(--text-dark);
    font-size: 1.0625rem;
    line-height: 1.75;
    font-weight: 500;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.feature-card:hover .feature-text {
    color: var(--primary-color);
}

/* Statistics Cards Styling */
.stats-cards-grid {
    position: relative;
    padding: 4rem 2.5rem;
    border-radius: var(--radius-xl);
    margin-top: 4rem;
    background: linear-gradient(135deg, #1a4a7a 0%, #2d7fc4 50%, #4aa3e8 100%);
}

.stat-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 3rem 2rem;
    border-radius: var(--radius-xl);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    min-height: 280px;
}

.stat-card .stat-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.stat-number {
    font-size: 4rem;
    font-weight: 800;
    color: #ffffff;
    margin: 1rem 0;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    text-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

/* Pulse effect for stat cards */
.stat-card,
.stat-item,
.stat-card-combined {
    animation: stat-pulse 3s ease-in-out infinite;
}

@keyframes stat-pulse {
    0%, 100% {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    }
    50% {
        box-shadow: 
            0 8px 32px rgba(0, 0, 0, 0.15),
            0 0 30px rgba(99, 102, 241, 0.2);
    }
}

.stat-card:hover,
.stat-item:hover,
.stat-card-combined:hover {
    animation: none;
    transform: translateY(-5px) scale(1.02);
}

.stat-label {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0.5rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.stat-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
    .enhanced-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem;
    }
}

@media (max-width: 768px) {
    .enhanced-highlights {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.highlight-card {
    background: var(--bg-white);
    padding: 3.5rem 3rem;
    border-radius: var(--radius-xl);
    box-shadow: 0 8px 40px rgba(10, 42, 108, 0.12), 0 2px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    border: 2px solid rgba(10, 42, 108, 0.1);
    position: relative;
    overflow: hidden;
    animation: scaleIn 0.6s ease-out both;
    backdrop-filter: blur(10px);
}

.highlight-card:nth-child(1) { animation-delay: 0.7s; }
.highlight-card:nth-child(2) { animation-delay: 0.8s; }
.highlight-card:nth-child(3) { animation-delay: 0.9s; }
.highlight-card:nth-child(4) { animation-delay: 1s; }
.highlight-card:nth-child(5) { animation-delay: 1.1s; }
.highlight-card:nth-child(6) { animation-delay: 1.2s; }
.highlight-card:nth-child(7) { animation-delay: 1.3s; }

.highlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--gradient-royal-blue);
    transform: scaleX(1);
    transform-origin: left;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(29, 91, 250, 0.5);
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.highlight-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(30, 64, 175, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.highlight-card:hover::after {
    opacity: 1;
    transform: scale(1.1);
}

.highlight-card {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.highlight-card:hover {
    transform: translateY(-14px) scale(1.04) rotateX(2deg);
    box-shadow: 
        0 20px 60px rgba(10, 42, 108, 0.25),
        0 8px 24px rgba(0, 0, 0, 0.15),
        0 4px 12px rgba(99, 102, 241, 0.1);
    border-color: rgba(29, 91, 250, 0.3);
    background: var(--bg-white);
}

.highlight-card:hover::before {
    height: 7px;
    box-shadow: 0 6px 24px rgba(29, 91, 250, 0.6);
}

.highlight-icon {
    font-size: 5rem;
    margin-bottom: 2rem;
    display: block;
    line-height: 1;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: float 4s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

.highlight-card:hover .highlight-icon {
    transform: scale(1.25) translateY(-10px) rotate(5deg);
    filter: drop-shadow(0 10px 20px rgba(29, 91, 250, 0.5));
}

.highlight-text {
    color: var(--text-dark);
    font-size: 1.1875rem;
    line-height: 1.9;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.highlight-card:hover .highlight-text {
    color: var(--primary-color);
}

.highlight-year {
    font-size: 2rem;
    font-weight: 900;
    color: var(--primary-color);
    display: block;
    margin-bottom: 0.75rem;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 2px 4px rgba(30, 58, 138, 0.1);
}

/* ============================================
   PKP CONSULT.COM CLONE STYLES
   ============================================ */

/* PKP Highlights List (Bullet Points Style) */
.pkp-highlights-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    list-style: none;
    padding: 0;
}

.pkp-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-dark);
    padding: 0.5rem 0;
}

.pkp-bullet {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4;
    flex-shrink: 0;
}

/* PKP About Section */
.pkp-style .about-main-text {
    max-width: 100%;
}

.pkp-about-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.pkp-about-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.pkp-about-description {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-light);
    text-align: justify;
    text-justify: inter-word;
}

.pkp-about-description p {
    margin-bottom: 1.25rem;
    text-align: justify;
    text-justify: inter-word;
}

.pkp-about-description ul.pkp-strengths-list {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.pkp-about-description ul.pkp-strengths-list li {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

.pkp-about-description ul.pkp-strengths-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
}

.read-more-link {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    margin-top: 1rem;
    transition: var(--transition);
}

.read-more-link:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

/* PKP What Makes us Different Section */
.pkp-different-section {
    background-color: var(--bg-light);
}

.pkp-different-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

.pkp-different-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pkp-different-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--text-dark);
    padding: 1.25rem;
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    font-weight: 500;
}

.pkp-different-item:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-light);
    background: var(--bg-slate-50);
}

.pkp-check-icon {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.pkp-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.pkp-feature-card {
    background: var(--bg-white);
    padding: 2.5rem 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.pkp-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.pkp-feature-card:hover::before {
    transform: scaleX(1);
}

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

.pkp-feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.pkp-feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

/* PKP Core Values Section */
.pkp-core-values {
    background-color: var(--bg-white);
}

.pkp-core-values-content {
    max-width: 900px;
    margin: 0 auto 3rem;
    text-align: center;
}

.pkp-core-values-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 1.25rem;
    text-align: left;
}

/* PKP Enquire Button */
.pkp-enquire-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: var(--transition);
}

.pkp-enquire-btn img {
    max-width: 120px;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    transition: var(--transition);
}

.pkp-enquire-btn:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
}

.pkp-enquire-btn .enquire-text {
    display: none;
}

/* ============================================
   SKELETON LOADING SCREENS
   ============================================ */
.skeleton {
    background: linear-gradient(90deg, 
        var(--bg-light) 0%, 
        var(--bg-lighter) 50%, 
        var(--bg-light) 100%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: var(--radius-md);
    position: relative;
    overflow: hidden;
}

.skeleton::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.4) 50%, 
        transparent 100%);
    animation: skeleton-shimmer 1.5s ease-in-out infinite;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@keyframes skeleton-shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.skeleton-text {
    height: 1rem;
    margin-bottom: 0.75rem;
    border-radius: 4px;
}

.skeleton-text:last-child {
    margin-bottom: 0;
    width: 80%;
}

.skeleton-title {
    height: 2rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    width: 60%;
}

.skeleton-image {
    width: 100%;
    height: 200px;
    border-radius: var(--radius-lg);
}

.skeleton-card {
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card-base);
}

/* ============================================
   PAGE TRANSITION EFFECTS
   ============================================ */
.page-transition {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--royal-blue-start) 100%);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.page-transition.active {
    opacity: 1;
    pointer-events: all;
}

.page-transition-fade {
    animation: page-fade-out 0.4s ease-out forwards;
}

@keyframes page-fade-out {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ============================================
   LOADING SPINNERS
   ============================================ */
.loading-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(99, 102, 241, 0.1);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.loading-spinner-sm {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

.loading-spinner-lg {
    width: 60px;
    height: 60px;
    border-width: 6px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.loading-overlay.active {
    opacity: 1;
    pointer-events: all;
}

/* ============================================
   PROFESSIONAL TOOLTIPS
   ============================================ */
[data-tooltip] {
    position: relative;
    cursor: help;
}

[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: var(--text-dark);
    color: var(--text-white);
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.875rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    letter-spacing: 0.01em;
}

[data-tooltip]::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-2px);
    border: 6px solid transparent;
    border-top-color: var(--text-dark);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 10000;
}

[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Tooltip positioning variants */
[data-tooltip-position="top"]::before {
    bottom: 100%;
    top: auto;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
}

[data-tooltip-position="bottom"]::before {
    top: 100%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
}

[data-tooltip-position="left"]::before {
    right: 100%;
    left: auto;
    top: 50%;
    transform: translateX(-8px) translateY(-50%);
}

[data-tooltip-position="right"]::before {
    left: 100%;
    right: auto;
    top: 50%;
    transform: translateX(8px) translateY(-50%);
}

/* ============================================
   ACCORDION ANIMATIONS
   ============================================ */
.accordion-item {
    border-bottom: 1px solid var(--border-color);
    overflow: hidden;
}

.accordion-header {
    cursor: pointer;
    padding: 1.25rem 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    background: var(--bg-white);
}

.accordion-header::after {
    content: '+';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--primary-color);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-header.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.accordion-header:hover {
    background: rgba(99, 102, 241, 0.03);
    padding-left: 1.75rem;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    padding: 0 1.5rem;
}

.accordion-content.active {
    max-height: 1000px;
    padding: 1rem 1.5rem 1.5rem;
}

/* ============================================
   TOAST NOTIFICATIONS
   ============================================ */
.toast {
    position: fixed;
    top: 2rem;
    right: 2rem;
    background: var(--bg-white);
    color: var(--text-dark);
    padding: 1rem 1.5rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 300px;
    max-width: 500px;
    z-index: 10000;
    opacity: 0;
    transform: translateX(400px) scale(0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 4px solid var(--primary-color);
}

.toast.show {
    opacity: 1;
    transform: translateX(0) scale(1);
    animation: toast-bounce 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes toast-bounce {
    0% {
        transform: translateX(400px) scale(0.8);
        opacity: 0;
    }
    60% {
        transform: translateX(-10px) scale(1.05);
    }
    100% {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

.toast-success {
    border-left-color: var(--accent-green);
}

.toast-error {
    border-left-color: #ef4444;
}

.toast-warning {
    border-left-color: #f59e0b;
}

.toast-info {
    border-left-color: var(--primary-color);
}

.toast-message {
    flex: 1;
    font-weight: 500;
}

.toast-close {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: var(--text-medium);
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: var(--transition);
    flex-shrink: 0;
}

.toast-close:hover {
    background: var(--bg-light);
    color: var(--text-dark);
}

@media (max-width: 768px) {
    .toast {
        top: 1rem;
        right: 1rem;
        left: 1rem;
        min-width: auto;
        max-width: none;
        transform: translateY(-100px);
    }
    
    .toast.show {
        transform: translateY(0);
    }
}

/* ============================================
   BACK TO TOP BUTTON
   ============================================ */
/* ============================================
   READING PROGRESS INDICATOR
   ============================================ */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background: var(--gradient-primary);
    width: 0%;
    z-index: 10000;
    transition: width 0.1s ease-out;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.4);
}

/* ============================================
   BACK TO TOP BUTTON
   ============================================ */
.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    color: var(--text-white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 
        var(--shadow-button),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 998;
    opacity: 0;
    transform: translateY(20px) scale(0.9);
}

.back-to-top::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    filter: blur(8px);
}

.back-to-top.visible {
    display: flex;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.back-to-top.visible::before {
    opacity: 0.3;
}

.back-to-top:hover {
    background: var(--gradient-primary-dark);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        var(--shadow-button-hover),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.back-to-top:hover::before {
    opacity: 0.5;
}

.back-to-top:focus-visible {
    outline: 3px solid var(--accent-gold);
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 8rem;
        right: 1rem;
        width: 45px;
        height: 45px;
        font-size: 1.25rem;
    }
}

/* ============================================
   QUICK ACTION BUTTONS (WhatsApp & Call)
   ============================================ */
.quick-action-buttons {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 999;
}

.quick-action-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 140px;
}

.quick-action-btn:hover {
    transform: translateY(-4px) scale(1.05);
}

.quick-action-btn:active {
    transform: translateY(-2px) scale(1.02);
}

.quick-action-icon {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.quick-action-btn:hover .quick-action-icon {
    transform: scale(1.2) rotate(5deg);
}

.whatsapp-btn {
    background: #25D366;
    color: var(--text-white);
}

.whatsapp-btn:hover {
    background: #20BA5A;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3);
}

.call-btn {
    background: var(--primary-color);
    color: var(--text-white);
}

.call-btn:hover {
    background: var(--primary-dark);
    box-shadow: 0 6px 16px rgba(74, 137, 255, 0.3);
}

.quick-action-icon {
    width: 24px;
    height: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quick-action-icon svg {
    width: 100%;
    height: 100%;
}

.quick-action-text {
    font-weight: 600;
}

/* WhatsApp button - image only (no text) */
.whatsapp-btn {
    padding: 1rem;
    min-width: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
}

.whatsapp-btn .quick-action-text {
    display: none;
}

@media (max-width: 768px) {
    .quick-action-buttons {
        bottom: 5rem;
        right: 1rem;
    }
    
    .quick-action-btn {
        min-width: 50px;
        width: 50px;
        height: 50px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
    
    .quick-action-text {
        display: none;
    }
    
    .whatsapp-btn {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }
}

.feature-item {
    background-color: var(--bg-white);
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    padding-left: 2.5rem;
    line-height: 1.6;
}

.feature-item:hover {
    transform: translateX(2px);
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.12);
    border-left-color: var(--primary-dark);
}

.feature-item::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    width: 20px;
    height: 20px;
    background-image: url('../images/tick_ico.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Why Choose Us specific styling */
#why-choose-us-list .feature-item {
    padding: 1.75rem 1.5rem 1.75rem 2.5rem;
    font-size: 1.05rem;
    color: var(--text-dark);
    font-weight: 500;
}

.feature-item img {
    position: absolute;
    left: 1rem;
    width: 24px;
    height: 24px;
    object-fit: contain;
    z-index: 1;
}

/* ============================================
   CORE VALUES
   ============================================ */
.core-values-section {
    background-color: var(--bg-light);
    position: relative;
    padding: 4rem 0;
}

.core-values-section .container {
    max-width: 1400px;
}

@media (min-width: 1201px) {
    .core-values-section .values-grid {
        gap: 1rem;
    }
    
    .core-values-section .value-card {
        padding: 1.75rem 1rem;
    }
    
    .core-values-section .value-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .core-values-section .value-card p {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    
    .core-values-section .value-card img {
        width: 45px;
        height: 45px;
        margin-bottom: 0.875rem;
    }
    
    .core-values-section .value-card .icon {
        font-size: 2.25rem;
        margin-bottom: 0.875rem;
    }
}

.core-values-section {
    background-color: var(--bg-white);
    position: relative;
}

.core-values-section.enhanced-core-values {
    background-image: url('../images/core_value_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 6rem 0;
}

.core-values-section.enhanced-core-values::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.core-values-section::before {
    display: none;
}

.core-values-section .container {
    position: relative;
    z-index: 2;
}

.core-values-section.enhanced-core-values .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Enhanced Core Values Title */
.core-values-title-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 3rem;
}

.core-values-title-wrapper h2 {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
}

.core-values-title-wrapper h2::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
}

/* Enhanced Core Values Content - Centered */
.enhanced-core-values-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

.enhanced-core-values-content p {
    font-size: 1.1875rem;
    line-height: 2.1;
    color: var(--text-medium);
    margin-bottom: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: justify;
    text-justify: inter-word;
}

.enhanced-core-values-content p:last-child {
    margin-bottom: 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
    padding: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1400px) {
    .values-grid {
        gap: 1.25rem;
    }
}

@media (max-width: 1200px) {
    .values-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

@media (max-width: 480px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.value-card {
    text-align: center;
    padding: 2.25rem 1.5rem;
    background: var(--bg-white);
    border-radius: var(--radius-xl);
    box-shadow: 0 4px 20px rgba(30, 64, 175, 0.1), 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid var(--border-color);
    border-top: 4px solid var(--primary-color);
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1201px) {
    .value-card {
        padding: 2rem 1.5rem;
        min-height: 210px;
    }
}


.value-card {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.value-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-royal-blue);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: var(--radius-xl);
    z-index: 0;
}

.value-card:hover {
    transform: translateY(-6px) rotateX(1deg);
    box-shadow: 
        0 16px 48px rgba(99, 102, 241, 0.18),
        0 8px 20px rgba(139, 92, 246, 0.12),
        0 4px 8px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    border-color: var(--primary-light);
    border-top-color: var(--primary-color);
    border-image: linear-gradient(135deg, var(--primary-color) 0%, var(--royal-blue-start) 100%) 1;
}

.value-card:hover::after {
    opacity: 0.05;
}

.value-card > * {
    position: relative;
    z-index: 1;
}

.value-card .icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(30, 58, 138, 0.2));
    transition: var(--transition);
}

.value-card:hover .icon {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(30, 58, 138, 0.3));
}

@media (min-width: 1201px) {
    .value-card .icon {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
}

.value-card img {
    display: block;
    margin: 0 auto 1.25rem;
    width: 55px;
    height: 55px;
    object-fit: contain;
}

@media (min-width: 1201px) {
    .value-card img {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }
}

.value-card h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    transition: var(--transition);
    line-height: 1.3;
}

@media (min-width: 1201px) {
    .value-card h3 {
        font-size: 1.15rem;
        margin-bottom: 0.625rem;
    }
}

.value-card:hover h3 {
    color: var(--primary-dark);
}

.value-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
    color: var(--text-medium);
}

@media (min-width: 1201px) {
    .value-card p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
}

/* ============================================
   STATISTICS
   ============================================ */
.stats-section {
    background: var(--gradient-hero-navy);
    color: var(--text-white);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.stats-section::after {
    display: none;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-hero-navy);
    z-index: 1;
}

.stats-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.05) 0%,
        transparent 70%
    );
    z-index: 1;
    pointer-events: none;
}

.stats-section .container {
    position: relative;
    z-index: 2;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.stat-item {
    padding: 3.5rem 3rem;
    background: rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-2xl);
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    z-index: 2;
}

.stat-item:hover {
    transform: translateY(-10px) scale(1.03);
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.5);
}

.stat-icon {
    font-size: 4.5rem;
    margin-bottom: 1.75rem;
    display: block;
    opacity: 1;
    line-height: 1;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
    transition: var(--transition-hover);
}

.stat-item:hover .stat-icon {
    transform: scale(1.15) rotate(5deg);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.5));
}

.stat-number {
    font-size: 4.5rem;
    font-weight: 900;
    color: var(--text-white);
    display: block;
    margin-bottom: 1.25rem;
    line-height: 1;
    letter-spacing: -0.04em;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    transition: var(--transition-hover);
}

.stat-item:hover .stat-number {
    transform: scale(1.05);
}

.stat-label {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.98);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.6;
}

/* ============================================
   MODERN STATS SECTION
   ============================================ */
.stats-section-modern {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(139, 92, 246, 0.04) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.stats-section-modern::before {
    display: none;
}

.stats-section-modern::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.02) 0%, transparent 70%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(139, 92, 246, 0.04) 100%);
    pointer-events: none;
    z-index: 1;
}

.stats-section-modern .container {
    position: relative;
    z-index: 2;
}

.stats-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-card-modern {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 245, 255, 0.98) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(99, 102, 241, 0.15);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card-medium);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.stat-card-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.stat-card-modern:hover::before {
    opacity: 1;
}

.stat-card-modern:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(99, 102, 241, 0.3);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.stat-number-modern {
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #ffffff !important; /* White text for visibility on dark background */
    background: none !important; /* Remove gradient for solid color */
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
    display: inline-block;
}

.stat-card-modern:hover .stat-number-modern {
    transform: scale(1.1);
}

.stat-label-modern {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-dark);
    text-transform: none;
    letter-spacing: 0;
}

@media (max-width: 768px) {
    .stats-grid-modern {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .stat-card-modern {
        padding: 2.5rem 2rem;
    }
    
    .stat-number-modern {
        font-size: 3rem;
    }
}

/* ============================================
   TEAM GRID
   ============================================ */
/* ============================================
   TEAM PAGE - SECTIONS
   ============================================ */
.team-intro-section {
    background: linear-gradient(180deg, var(--bg-white) 0%, rgba(248, 250, 252, 0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.team-intro-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(30, 64, 175, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.team-intro-section .container {
    position: relative;
    z-index: 1;
}

.team-members-section {
    background: linear-gradient(180deg, var(--bg-white) 0%, var(--bg-light) 100%);
    padding: 6rem 0;
    position: relative;
}

.team-image-wrapper {
    text-align: center;
    margin: 3rem 0;
    width: 100%;
    display: block;
}

.team-image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

/* ============================================
   TEAM STATISTICS
   ============================================ */
.team-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.team-stat-card {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    padding: 3rem 2.5rem;
    border-radius: 24px;
    text-align: center;
    color: var(--text-white);
    box-shadow: 0 10px 30px rgba(30, 64, 175, 0.3);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.team-stat-card-1 {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
}

.team-stat-card-2 {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.team-stat-card-3 {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
}

.team-stat-card-4 {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
}

.team-stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    transition: var(--transition);
}

.team-stat-card:hover::before {
    top: -30%;
    right: -30%;
}

.team-stat-card:hover {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 20px 50px rgba(30, 64, 175, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
}

.team-stat-icon {
    font-size: 3.5rem;
    margin-bottom: 1.25rem;
    display: block;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
    transition: var(--transition);
    transform: scale(1);
}

.team-stat-card:hover .team-stat-icon {
    transform: scale(1.15) rotate(5deg);
}

.team-stat-number {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0.75rem;
    display: block;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.team-stat-label {
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================
   TEAM MEMBERS GRID
   ============================================ */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.team-member {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 245, 255, 0.98) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-card-medium);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    border: 1px solid rgba(99, 102, 241, 0.15);
    position: relative;
    display: flex;
    flex-direction: column;
    isolation: isolate;
}

.team-member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    z-index: 2;
}

.team-member:hover::before {
    transform: scaleX(1);
}

.team-member:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(99, 102, 241, 0.4);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.team-member-photo-wrapper {
    position: relative;
    overflow: hidden;
    background: var(--bg-light);
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--bg-light);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.6s ease;
    display: block;
    position: relative;
    z-index: 1;
    filter: brightness(1) grayscale(0.1);
}

.team-member:hover .team-member-photo {
    transform: scale(1.1);
    filter: brightness(1.05) grayscale(0);
}

.team-member:hover .team-member-photo {
    transform: scale(1.15);
    filter: brightness(1.1) contrast(1.05);
}

.team-member-photo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
        background: linear-gradient(to top, rgba(30, 64, 175, 0.95) 0%, rgba(30, 64, 175, 0.7) 50%, transparent 100%);
    padding: 2rem 1.5rem 1.5rem;
    color: var(--text-white);
    transform: translateY(100%);
    transition: var(--transition);
    z-index: 2;
    backdrop-filter: blur(5px);
}

.team-member:hover .team-member-photo-overlay {
    transform: translateY(0);
}

.team-member-photo-overlay div {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Specific styling for Manu Aggarwal's image */
.team-member-photo-manu {
    object-fit: cover;
    object-position: center top;
}

.team-member:hover .team-member-photo-manu {
    transform: scale(1.1);
    filter: brightness(1.05) grayscale(0);
}

.team-member-info {
    padding: 3rem 2.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, var(--bg-white) 0%, rgba(248, 250, 252, 0.5) 100%);
}

.team-member h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 0.75rem;
}

.team-member h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-color) 100%);
    border-radius: 2px;
}

.team-member .position {
    color: var(--primary-dark);
    font-weight: 800;
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.team-member .qualification {
    color: var(--text-dark);
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.team-member .qualification::before {
    content: '🎓';
    font-size: 1.2rem;
}

.team-member .bio {
    color: var(--text-dark);
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 2rem;
    flex-grow: 1;
    font-weight: 400;
    text-align: justify;
}

.team-member-specializations {
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: none;
    background: linear-gradient(180deg, rgba(30, 64, 175, 0.04) 0%, rgba(99, 102, 241, 0.08) 100%);
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    margin-bottom: -3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.25rem;
    border-radius: 0 0 20px 20px;
    position: relative;
}

.team-member-specializations::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    opacity: 0.3;
}

.team-member-specializations strong {
    color: var(--primary-color);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0.875rem;
    font-weight: 700;
    text-align: center;
}

.team-member-specializations strong::before {
    content: '◆';
    font-size: 0.5rem;
    color: var(--primary-color);
    opacity: 0.6;
}

.team-member-specializations strong::after {
    content: '◆';
    font-size: 0.5rem;
    color: var(--primary-color);
    opacity: 0.6;
}

.team-member-specializations p {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.team-member-specialization-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    justify-items: center;
    align-items: center;
}

.team-member-specialization-tag {
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
    color: var(--primary-color);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(30, 64, 175, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(30, 64, 175, 0.06);
    white-space: nowrap;
    width: 100%;
    text-align: center;
    letter-spacing: 0.3px;
}

.team-member-specialization-tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary-color), var(--accent-color));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-member-specialization-tag:hover::before {
    opacity: 1;
}

.team-member-specialization-tag:hover {
    background: linear-gradient(135deg, var(--primary-color) 0%, #4f46e5 100%);
    color: var(--text-white);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 16px rgba(30, 64, 175, 0.2);
    border-color: transparent;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 245, 255, 0.98) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-card-medium);
    border: 1px solid rgba(99, 102, 241, 0.15);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.testimonial-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 0;
}

.testimonial-card:hover::after {
    transform: translate(10%, 10%) scale(1.2);
    opacity: 0.8;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-size: 6rem;
    color: rgba(99, 102, 241, 0.08);
    font-family: Georgia, serif;
    line-height: 1;
    z-index: 0;
    transition: all 0.5s ease;
}

.testimonial-card:hover::before {
    color: rgba(99, 102, 241, 0.15);
    transform: scale(1.1);
}

.testimonial-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(99, 102, 241, 0.4);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.testimonial-card .rating,
.testimonial-card .testimonial-text,
.testimonial-card .testimonial-author {
    position: relative;
    z-index: 1;
}

.testimonial-text {
    font-style: italic;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    line-height: 1.9;
    font-size: 1.05rem;
    font-weight: 400;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-author-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.testimonial-author-info strong {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
}

.testimonial-position {
    color: var(--text-light);
    font-size: 0.9rem;
}

.testimonial-company {
    color: var(--text-light);
    font-size: 0.85rem;
    font-style: italic;
}

.rating {
    color: var(--accent-color);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

/* ============================================
   NEWSLETTER SUBSCRIPTION
   ============================================ */
.newsletter-section {
    background: var(--bg-light);
    padding: 4rem 0;
}

.newsletter-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

.newsletter-content {
    flex: 1;
    min-width: 300px;
}

.newsletter-content h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.newsletter-content p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    flex: 1;
    min-width: 300px;
}

.newsletter-input {
    flex: 1;
    padding: 1rem 1.5rem;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    font-size: 1rem;
    transition: var(--transition);
    background: var(--bg-white);
}

.newsletter-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.newsletter-button {
    padding: 1rem 2.5rem;
    background: var(--navy-blue);
    color: var(--text-white);
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.newsletter-button:hover {
    background: var(--dark-teal);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ============================================
   CONTACT FORM
   ============================================ */
.contact-section {
    background-color: var(--bg-light);
}

.contact-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
    align-items: start;
}

.contact-form-wrapper {
    width: 100%;
}

.contact-form {
    background: var(--bg-white);
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 2px solid var(--border-color);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-royal-blue);
    transform: scaleX(1);
    transition: transform 0.3s ease;
}

.contact-form:hover {
    box-shadow: 0 12px 32px rgba(30, 64, 175, 0.15), 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
    border-color: var(--primary-color);
}

.contact-form h3 {
    color: var(--primary-color);
    font-size: 1.875rem;
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
}

.contact-form h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--gradient-royal-blue);
    border-radius: 2px;
}

.contact-info-wrapper {
    width: 100%;
}

.contact-info h3 {
    color: var(--primary-color);
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    font-weight: 600;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 1rem 1.25rem;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: var(--bg-white);
    color: var(--text-dark);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-lighter);
    opacity: 0.7;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 
        0 0 0 4px rgba(99, 102, 241, 0.12), 
        0 4px 12px rgba(99, 102, 241, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    background-color: var(--bg-white);
    transform: translateY(-1px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Professional focus ring animation */
.form-group input:focus::before,
.form-group textarea:focus::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: var(--gradient-primary);
    opacity: 0.1;
    z-index: -1;
    animation: focus-ring 0.4s ease-out;
}

@keyframes focus-ring {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 0.1;
        transform: scale(1);
    }
}

.form-group input,
.form-group textarea,
.form-group select {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-group input:not(:focus),
.form-group textarea:not(:focus),
.form-group select:not(:focus) {
    transform: scale(1);
}


.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group .required {
    color: #ef4444;
}

.form-group {
    position: relative;
}

.form-group input:invalid:not(:placeholder-shown),
.form-group textarea:invalid:not(:placeholder-shown) {
    border-color: #ef4444;
    box-shadow: 
        0 0 0 3px rgba(239, 68, 68, 0.1),
        0 2px 8px rgba(239, 68, 68, 0.08);
    background-color: rgba(239, 68, 68, 0.02);
    animation: shake 0.3s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.form-group input:invalid:not(:placeholder-shown) + .validation-icon,
.form-group textarea:invalid:not(:placeholder-shown) + .validation-icon {
    display: block;
    color: #ef4444;
}

.form-group input:valid:not(:placeholder-shown),
.form-group textarea:valid:not(:placeholder-shown) {
    border-color: var(--accent-green);
    box-shadow: 
        0 0 0 3px rgba(34, 197, 94, 0.1),
        0 2px 8px rgba(34, 197, 94, 0.08);
    background-color: rgba(34, 197, 94, 0.02);
}

/* Success state with subtle pulse */
.form-group input:valid:not(:placeholder-shown):focus,
.form-group textarea:valid:not(:placeholder-shown):focus {
    box-shadow: 
        0 0 0 4px rgba(34, 197, 94, 0.15),
        0 4px 12px rgba(34, 197, 94, 0.12);
}

.form-group input:valid:not(:placeholder-shown) + .validation-icon,
.form-group textarea:valid:not(:placeholder-shown) + .validation-icon {
    display: block;
    color: var(--accent-green);
}

.validation-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 1.25rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.validation-icon.valid {
    animation: checkmark-appear 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.validation-icon.invalid {
    animation: xmark-appear 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes checkmark-appear {
    0% {
        transform: translateY(-50%) scale(0) rotate(-180deg);
        opacity: 0;
    }
    100% {
        transform: translateY(-50%) scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes xmark-appear {
    0% {
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
    100% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
}

.form-error {
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: block;
    animation: slide-down 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0.5rem;
    background: rgba(239, 68, 68, 0.05);
    border-left: 3px solid #ef4444;
    border-radius: 4px;
}

.form-success {
    color: var(--accent-green);
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: block;
    animation: slide-down 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0.5rem;
    background: rgba(34, 197, 94, 0.05);
    border-left: 3px solid var(--accent-green);
    border-radius: 4px;
}

@keyframes slide-down {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.form-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 3px solid var(--primary-color);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.contact-info {
    background-color: var(--bg-white);
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border-color);
    height: fit-content;
    position: sticky;
    top: 120px;
}

.contact-info h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.contact-detail {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.contact-detail:last-child {
    border-bottom: none;
}

.contact-detail strong {
    color: var(--text-dark);
    display: block;
    margin-bottom: 0.5rem;
}

.contact-detail p {
    color: var(--text-light);
    margin: 0;
}

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

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

.office-hours p {
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

/* ============================================
   MAP CONTAINER
   ============================================ */
.map-container {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.map-container:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* ============================================
   BLOG GRID
   ============================================ */
/* ============================================
   BLOG FILTERS AND SEARCH
   ============================================ */
.blog-filters-section {
    background: #f8fafc;
    padding: 2.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.blog-filters {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.blog-search {
    display: flex;
    gap: 0.5rem;
    max-width: 500px;
}

.blog-search input {
    flex: 1;
    padding: 0.875rem 1rem;
    border: 2px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: 1rem;
    transition: var(--transition);
}

.blog-search input:focus {
    outline: none;
    border-color: #3CB878;
    box-shadow: 0 0 0 3px rgba(60, 184, 120, 0.1);
}

.blog-search button {
    padding: 0.875rem 1.5rem;
    background: #0D2545;
    color: var(--text-white);
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.25rem;
}

.blog-search button:hover {
    background: #3CB878;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(60, 184, 120, 0.3);
}

.blog-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.category-btn {
    padding: 0.5rem 1.25rem;
    background: var(--bg-white);
    color: #333333;
    border: 2px solid #e5e7eb;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-btn:hover {
    border-color: #3CB878;
    color: #3CB878;
    background: rgba(60, 184, 120, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(60, 184, 120, 0.2);
}

.category-btn.active {
    background: #0D2545;
    color: #ffffff;
    border-color: #0D2545;
    box-shadow: 0 4px 12px rgba(13, 37, 69, 0.3);
}

.category-btn.active:hover {
    background: #004e92;
    border-color: #004e92;
    color: #ffffff;
}

.blog-no-results {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--text-medium);
}

.blog-no-results p {
    font-size: 1.125rem;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.blog-card {
    background-color: var(--bg-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(13, 37, 69, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(13, 37, 69, 0.15);
    border-color: #3CB878;
}

.blog-card-image {
    width: 100%;
    height: 220px;
    max-height: 220px;
    object-fit: cover;
    background: linear-gradient(135deg, #0D2545 0%, #3CB878 100%);
    display: block;
}

.blog-card-content {
    padding: 1.5rem;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.blog-card-date {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0D2545;
    letter-spacing: 0.02em;
}

.blog-category-tag {
    display: inline-block;
    padding: 0.4rem 1rem;
    background-color: #3CB878;
    color: #ffffff;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.blog-category-tag:hover {
    background-color: #48c6ef;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(60, 184, 120, 0.3);
}

.blog-card h3 {
    color: #0D2545;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
}

.blog-card p {
    color: var(--text-light);
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.blog-card .read-more {
    color: #0D2545;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-card .read-more:hover {
    color: #3CB878;
}

/* Social Sharing Buttons */
.blog-social-share {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.share-label {
    font-size: 0.875rem;
    color: var(--text-medium);
    font-weight: 500;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    color: #fff;
}

.share-btn.facebook {
    background-color: #1877F2;
}

.share-btn.facebook:hover {
    background-color: #166FE5;
    transform: translateY(-2px);
}

.share-btn.twitter {
    background-color: #1DA1F2;
}

.share-btn.twitter:hover {
    background-color: #1A91DA;
    transform: translateY(-2px);
}

.share-btn.linkedin {
    background-color: #0077B5;
}

.share-btn.linkedin:hover {
    background-color: #006399;
    transform: translateY(-2px);
}

.share-btn.whatsapp {
    background-color: #25D366;
}

.share-btn.whatsapp:hover {
    background-color: #20BA5A;
    transform: translateY(-2px);
}

/* Page-level social sharing */
.page-social-share {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
    padding: 1.5rem;
    background: var(--bg-light);
    border-radius: 12px;
}

.page-social-share .share-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}

/* Author Bio in Blog Posts */
.blog-author-bio {
    margin: 1.5rem 0;
    padding: 1.25rem;
    background: var(--bg-light);
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
}

.author-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.author-name {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 700;
}

.author-bio-text {
    font-size: 0.875rem;
    color: var(--text-medium);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   FOOTER
   ============================================ */
/* ============================================
   FOOTER - Mukesh Raj Style
   ============================================ */
footer {
    background: linear-gradient(135deg, #0F0E2E 0%, #1E1B4B 50%, #312E81 100%);
    color: var(--text-white);
    padding: 0;
    margin-top: 5rem;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

/* Newsletter Section at Top */
.footer-newsletter {
    background: rgba(0, 0, 0, 0.2);
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.newsletter-content h3 {
    color: var(--text-white);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.newsletter-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    max-width: 400px;
}

.newsletter-input {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--text-white);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: rgba(99, 102, 241, 0.5);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-button {
    padding: 0.75rem 1.5rem;
    background: var(--gradient-primary);
    color: var(--text-white);
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    position: relative;
    overflow: hidden;
}

.newsletter-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.newsletter-button:hover::before {
    left: 100%;
}

.newsletter-button:hover {
    background: var(--gradient-primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-button-hover);
}

.newsletter-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.newsletter-button:disabled:hover {
    background: var(--primary-color);
    transform: none;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
    margin: 3rem 0;
    padding: 2rem 0;
}

@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.footer-section h3 {
    color: var(--text-white);
    margin-bottom: 1.75rem;
    font-size: 1.375rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-bottom: 1rem;
    letter-spacing: 0.02em;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background: var(--gradient-royal-blue);
    border-radius: var(--radius-full);
    box-shadow: 0 2px 8px rgba(29, 91, 250, 0.4);
}

.footer-section p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
    line-height: 1.85;
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.footer-section ul li {
    margin-bottom: 0.75rem;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: var(--accent-green);
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links li a {
    transition: var(--transition-hover);
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.footer-section ul li a:hover {
    color: var(--text-white);
    padding-left: 8px;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.footer-bottom {
    text-align: center;
    padding-top: 2.5rem;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

.social-links {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.social-links a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.75rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.social-links a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 50%;
}

.social-links a:hover::before {
    opacity: 1;
}

.social-links a:hover {
    color: var(--text-white);
    transform: translateY(-6px) scale(1.15) rotate(5deg);
    background: transparent;
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: var(--shadow-button-hover);
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-center {
    text-align: center;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }

.btn {
    display: inline-block;
    padding: 0.875rem 2.25rem;
    border-radius: 12px;
    font-weight: 600;
    transition: var(--transition-slow);
    border: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: var(--text-white);
    padding: 1rem 2.5rem;
    box-shadow: 
        var(--shadow-button),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Professional gradient overlay for primary button */
.btn-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%, rgba(0, 0, 0, 0.05) 100%);
    border-radius: 16px;
    pointer-events: none;
    z-index: 0;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.btn-primary::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 16px;
    padding: 2px;
    background: var(--gradient-primary);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover::after {
    opacity: 0.3;
}

.btn-primary:hover {
    background: var(--gradient-primary-dark);
    transform: translateY(-6px) scale(1.05);
    box-shadow: var(--shadow-button-hover);
}

.btn-primary:active {
    transform: translateY(-2px) scale(1.02);
    box-shadow: var(--shadow-button);
}

.btn-primary:focus-visible {
    outline: 3px solid rgba(99, 102, 241, 0.5);
    outline-offset: 3px;
    box-shadow: var(--shadow-button-hover), 0 0 0 3px rgba(99, 102, 241, 0.3);
}

/* Button ripple effect */
.btn-primary,
.btn-secondary,
.btn-hero-primary,
.btn-hero-secondary {
    position: relative;
    overflow: hidden;
}

.btn-primary .ripple,
.btn-secondary .ripple,
.btn-hero-primary .ripple,
.btn-hero-secondary .ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transform: scale(0);
    animation: ripple-animation 0.6s ease-out;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Enhanced disabled states */
.btn-primary:disabled,
.btn-secondary:disabled,
.btn-hero-primary:disabled,
.btn-hero-secondary:disabled,
button:disabled.btn-primary,
button:disabled.btn-secondary {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(0.3);
    background: var(--text-lighter);
    box-shadow: none;
    transform: none !important;
}

.btn-primary:disabled:hover,
.btn-secondary:disabled:hover,
.btn-hero-primary:disabled:hover,
.btn-hero-secondary:disabled:hover {
    transform: none;
    box-shadow: none;
}

/* Button loading state */
.btn-primary.loading,
.btn-secondary.loading,
.btn-hero-primary.loading,
.btn-hero-secondary.loading {
    pointer-events: none;
    opacity: 0.8;
    position: relative;
    color: transparent;
}

.btn-primary.loading::after,
.btn-secondary.loading::after,
.btn-hero-primary.loading::after,
.btn-hero-secondary.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* Pulse animation for primary CTAs */
@keyframes pulse-cta {
    0%, 100% {
        box-shadow: var(--shadow-button);
    }
    50% {
        box-shadow: var(--shadow-button-hover), 0 0 0 8px rgba(99, 102, 241, 0.1);
    }
}

.btn-primary.pulse,
.btn-hero-primary.pulse {
    animation: pulse-cta 2s ease-in-out infinite;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--primary-color);
    padding: 1rem 2.5rem;
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.15);
    border-radius: 16px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-image: linear-gradient(var(--primary-color), var(--primary-color));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 16px;
    padding: 2px;
    background: var(--gradient-primary);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.btn-secondary:hover {
    color: var(--text-white);
    border-color: var(--primary-color);
    transform: translateY(-4px) scale(1.03);
    box-shadow: var(--shadow-button);
    background-size: 100% 100%;
    background-image: var(--gradient-primary);
}

.btn-secondary:hover::before {
    opacity: 0.4;
}

.btn-secondary:active {
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.2);
}

.btn-secondary:focus-visible {
    outline: 3px solid rgba(99, 102, 241, 0.5);
    outline-offset: 3px;
    box-shadow: var(--shadow-button), 0 0 0 3px rgba(99, 102, 241, 0.3);
}

.alert {
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.alert-success {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}

.alert-error {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
}

/* ============================================
   BREADCRUMBS
   ============================================ */
.breadcrumbs {
    background-color: var(--bg-light);
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color);
}

.breadcrumbs-container {
    font-size: 0.95rem;
}

.breadcrumbs a {
    color: var(--primary-color);
    font-weight: 500;
}

.breadcrumbs span {
    color: var(--text-light);
}

.breadcrumbs-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.breadcrumbs a {
    color: var(--primary-color);
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* ============================================
   PAGE CONTENT
   ============================================ */
.page-content {
    padding: 3rem 0;
}

/* ============================================
   PAGE VISUAL IMPROVEMENTS
   ============================================ */
/* Improved card shadows and borders */
.service-card,
.team-member,
.testimonial-card,
.blog-card,
.achievement-card,
.strength-card,
.about-info-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Better hover states */
.service-card:hover,
.team-member:hover,
.testimonial-card:hover,
.blog-card:hover {
    border-color: var(--primary-color);
}

/* Improved section titles */
.section-title p {
    font-size: 1.25rem;
    max-width: 900px;
    margin: 0 auto;
    line-height: 2;
    color: var(--text-medium);
    letter-spacing: 0.01em;
}

/* ============================================
   CLIENTS PAGE - STATISTICS
   ============================================ */
.clients-intro-section {
    background: linear-gradient(180deg, var(--bg-white) 0%, var(--bg-light) 100%);
}

.client-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.client-stat-card {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    color: var(--text-white);
    box-shadow: 0 8px 20px rgba(30, 64, 175, 0.2);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.client-stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transition: var(--transition);
}

.client-stat-card:hover::before {
    top: -30%;
    right: -30%;
}

.client-stat-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 30px rgba(30, 64, 175, 0.3);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0.75rem;
    display: block;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    opacity: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================
   CLIENT LOGOS CAROUSEL
   ============================================ */
.client-logos-section {
    background: var(--bg-light);
    padding: 5rem 0;
}

.client-logos-carousel-container {
    position: relative;
    margin-top: 3rem;
    padding: 0 2rem;
    overflow: hidden;
}

.client-logos-carousel {
    display: flex;
    transition: transform 0.6s ease-in-out;
    gap: 2rem;
}

.client-logo-item {
    flex: 0 0 calc(20% - 1.6rem);
    min-width: 180px;
}

.client-logo-wrapper {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    transition: var(--transition);
    border: 2px solid transparent;
}

.client-logo-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color);
    background: linear-gradient(135deg, var(--bg-white) 0%, var(--bg-light) 100%);
}

.client-logo-wrapper img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: var(--transition);
}

.client-logo-wrapper:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.client-logo-placeholder {
    color: var(--text-light);
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.client-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bg-white);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.client-carousel-nav:hover {
    background: var(--primary-color);
    color: var(--text-white);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(30, 64, 175, 0.3);
}

.client-carousel-prev {
    left: 0;
}

.client-carousel-next {
    right: 0;
}

/* ============================================
   CLIENT STAT ICONS
   ============================================ */
.client-stat-card .stat-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
    opacity: 0.9;
}

/* ============================================
   INDUSTRY CATEGORIES SECTION
   ============================================ */
.industry-categories-section {
    background: var(--bg-light);
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.industry-card {
    background: var(--bg-white);
    padding: 2.5rem 2rem;
    border-radius: var(--radius-xl);
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.industry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-royal-blue);
    transform: scaleX(0);
    transition: var(--transition);
}

.industry-card:hover::before {
    transform: scaleX(1);
}

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

.industry-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: block;
    filter: grayscale(20%);
    transition: var(--transition);
}

.industry-card:hover .industry-icon {
    transform: scale(1.1) rotate(5deg);
    filter: grayscale(0%);
}

.industry-card h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 700;
}

.industry-card p {
    color: var(--text-medium);
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

/* ============================================
   VALUE PROPOSITION SECTION
   ============================================ */
.value-proposition-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.value-proposition-card {
    background: var(--bg-white);
    padding: 2.5rem 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.value-proposition-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(29, 91, 250, 0.05) 0%, transparent 70%);
    transition: var(--transition);
}

.value-proposition-card:hover::after {
    top: -30%;
    right: -30%;
}

.value-proposition-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-light);
    background: linear-gradient(135deg, var(--bg-white) 0%, var(--bg-slate-50) 100%);
}

.value-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    color: var(--text-white);
    box-shadow: 0 4px 12px rgba(29, 91, 250, 0.2);
    transition: var(--transition);
}

.value-proposition-card:hover .value-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(29, 91, 250, 0.3);
}

.value-proposition-card h3 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 700;
}

.value-proposition-card p {
    color: var(--text-medium);
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

/* ============================================
   CUSTOMER FEEDBACK SECTION
   ============================================ */
.customer-feedback-section {
    background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg-white) 100%);
}

.testimonials-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(20, 184, 166, 0.03) 100%);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    overflow: hidden;
}

.testimonials-section::before {
    display: none;
}

.testimonials-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgba(20, 184, 166, 0.02) 0%, transparent 60%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(20, 184, 166, 0.03) 100%);
    pointer-events: none;
    z-index: 1;
}

.content-section {
    margin-bottom: 0;
    padding: 0;
}

.content-section:last-child {
    margin-bottom: 0;
}

.content-section h2 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--primary-color);
    position: relative;
}

.content-section h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--accent-color);
}

.content-section h3 {
    color: var(--text-dark);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.content-section p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: var(--text-light);
    font-size: 1.05rem;
    text-align: justify;
    text-justify: inter-word;
}

/* ============================================
   ABOUT US PAGE - MAIN IMAGE
   ============================================ */
/* ============================================
   ABOUT PAGE - MAIN CONTENT SECTION
   ============================================ */
/* ============================================
   PREMIUM ABOUT US HERO SECTION
   ============================================ */
/* ============================================
   ABOUT US HERO BANNER - Professional Design
   ============================================ */
.about-us-hero-banner {
    position: relative;
    width: 100%;
    min-height: 700px;
    background: url('../images/main_new_page_2.png') 70% 30%/cover no-repeat;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background-image 0.8s ease-in-out;
}

@media (min-width: 1400px) {
    .about-us-hero-banner {
        min-height: 800px;
        background-position: 65% 25%;
    }
}

.about-us-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 1;
}

.about-us-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-hero-text-strip {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2.5rem 5rem;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    display: inline-block;
}

.about-us-hero-title {
    font-family: 'Poppins', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    color: #d4af37;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.premium-about-hero-section {
    background: var(--gradient-hero-navy);
    padding: 7rem 0 6rem;
    position: relative;
    overflow: hidden;
}

.premium-about-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.premium-about-hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.95) 100%);
    pointer-events: none;
}

.premium-about-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
}

.premium-about-hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.premium-about-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.02em;
    line-height: 1.6;
}

/* ============================================
   TEAM HERO BANNER - Professional Corporate Design
   ============================================ */
.team-hero-banner {
    position: relative;
    width: 100%;
    min-height: 700px;
    background: url('../images/main_new_page_2.png') 70% 30%/cover no-repeat;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background-image 0.8s ease-in-out;
}

@media (min-width: 1400px) {
    .team-hero-banner {
        min-height: 800px;
        background-position: 65% 25%;
    }
}

/* Natural light effect through windows - warm highlights */
.team-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* Natural light from windows - left side */
        linear-gradient(90deg, 
            rgba(255, 248, 235, 0.15) 0%,
            transparent 25%,
            transparent 75%,
            rgba(255, 248, 235, 0.12) 100%
        ),
        /* Soft gradient overlay for readability */
        linear-gradient(180deg,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(0, 0, 0, 0.25) 50%,
            rgba(0, 0, 0, 0.35) 100%
        ),
        /* Warm highlights for depth */
        radial-gradient(ellipse at 20% 40%, rgba(255, 235, 200, 0.1) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 60%, rgba(255, 240, 220, 0.08) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

/* Additional depth layer */
.team-hero-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(250, 248, 245, 0.05) 0%,
        transparent 30%,
        transparent 70%,
        rgba(240, 238, 235, 0.05) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* Soft gradient overlay for readability */
.team-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(0, 0, 0, 0.25) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* Content container */
.team-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Semi-transparent background strip for text */
.team-hero-text-strip {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 2.5rem 4rem;
    border-radius: 8px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Subtle inner glow on text strip */
.team-hero-text-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
    pointer-events: none;
    z-index: 0;
}

/* Gold title text */
.team-hero-title {
    position: relative;
    z-index: 1;
    font-family: 'Poppins', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 4.5rem;
    font-weight: 800;
    color: #d4af37;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 
        0 2px 8px rgba(212, 175, 55, 0.2),
        0 1px 3px rgba(0, 0, 0, 0.1);
    text-transform: none;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .team-hero-banner {
        min-height: 600px;
    }
    
    .team-hero-text-strip {
        padding: 2rem 3rem;
    }
    
    .team-hero-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .team-hero-banner {
        min-height: 500px;
        background-position: 70% 35%;
    }
    
    .team-hero-content {
        padding: 0 1.5rem;
    }
    
    .team-hero-text-strip {
        padding: 1.75rem 2.5rem;
        border-radius: 6px;
    }
    
    .team-hero-title {
        font-size: 2.75rem;
        letter-spacing: -0.01em;
    }
}

@media (max-width: 480px) {
    .team-hero-banner {
        min-height: 450px;
    }
    
    .team-hero-text-strip {
        padding: 1.5rem 2rem;
    }
    
    .team-hero-title {
        font-size: 2.25rem;
    }
}

/* ============================================
   BLOG HERO SECTION - Deep Blue Theme
   ============================================ */
.blog-hero-section {
    background: linear-gradient(135deg, #0D2545 0%, #004e92 50%, #1E1B4B 100%);
    padding: 6rem 0 5rem;
    position: relative;
    overflow: hidden;
}

.blog-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.15) 1px, transparent 0);
    background-size: 30px 30px;
    opacity: 0.3;
    pointer-events: none;
}

.blog-hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.95) 100%);
    pointer-events: none;
}

.blog-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
}

.blog-hero-title {
    font-size: 4rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* ============================================
   SERVICES HERO BANNER - Professional Design
   ============================================ */
.services-hero-banner {
    position: relative;
    width: 100%;
    min-height: 700px;
    background: url('../images/main_new_page_2.png') 70% 30%/cover no-repeat;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background-image 0.8s ease-in-out;
}

@media (min-width: 1400px) {
    .services-hero-banner {
        min-height: 800px;
        background-position: 65% 25%;
    }
}

.services-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 1;
}

.services-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-hero-text-strip {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2.5rem 5rem;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    display: inline-block;
}

.services-hero-title {
    font-family: 'Poppins', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    color: #d4af37;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

/* ============================================
   BLOG HERO BANNER - Professional Design
   ============================================ */
.blog-hero-banner {
    position: relative;
    width: 100%;
    min-height: 700px;
    background: url('../images/main_new_page_2.png') 70% 30%/cover no-repeat;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (min-width: 1400px) {
    .blog-hero-banner {
        min-height: 800px;
        background-position: 65% 25%;
    }
}

.blog-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 1;
}

.blog-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-hero-text-strip {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2.5rem 5rem;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    display: inline-block;
}

.blog-hero-title {
    font-family: 'Poppins', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    color: #d4af37;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

/* ============================================
   CONTACT HERO BANNER - Professional Design
   ============================================ */
.contact-hero-banner {
    position: relative;
    width: 100%;
    min-height: 700px;
    background: url('../images/main_new_page_2.png') 70% 30%/cover no-repeat;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background-image 0.8s ease-in-out;
}

@media (min-width: 1400px) {
    .contact-hero-banner {
        min-height: 800px;
        background-position: 65% 25%;
    }
}

.contact-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 1;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-hero-text-strip {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2.5rem 5rem;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    display: inline-block;
}

.contact-hero-title {
    font-family: 'Poppins', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    color: #d4af37;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.about-main-section {
    background: linear-gradient(180deg, var(--bg-white) 0%, rgba(248, 250, 252, 0.5) 100%);
    padding: 5rem 0;
    position: relative;
}

.about-main-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(30, 64, 175, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.about-main-content-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    align-items: start;
    padding: 0 1rem;
}

.about-main-text {
    position: relative;
    z-index: 1;
}

.about-main-title {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-weight: 800;
    line-height: 1.2;
    position: relative;
    padding-bottom: 1.5rem;
}

.about-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-color) 100%);
    border-radius: 2px;
}

.about-main-content {
    line-height: 2;
    color: var(--text-medium);
    font-size: 1.1875rem;
}

.about-main-content p {
    margin-bottom: 2rem;
    color: var(--text-medium);
    font-size: 1.1875rem;
    line-height: 2;
    letter-spacing: 0.01em;
    text-align: justify;
    text-justify: inter-word;
}

.about-main-content strong {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.1875rem;
}

/* Premium Strengths Box */
.about-strengths-box {
    margin: 4rem 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    position: relative;
    overflow: visible;
}

.about-strengths-box::before {
    display: none;
}

.about-subsection-title {
    color: #1e40af;
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    font-weight: 800;
    text-transform: none;
    letter-spacing: -0.02em;
    line-height: 1.2;
    position: relative;
    padding-bottom: 1rem;
}

.about-subsection-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1e40af 0%, #3b82f6 100%);
    border-radius: 2px;
}

.about-firm-section {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(30, 64, 175, 0.1);
    width: 100%;
}

.about-firm-headline {
    color: var(--primary-color);
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    text-align: left;
    letter-spacing: -0.02em;
    line-height: 1.2;
    position: relative;
    padding-bottom: 1rem;
}

.about-firm-headline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, #3b82f6 100%);
    border-radius: 2px;
}

.about-firm-content-wrapper {
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid rgba(30, 64, 175, 0.08);
    box-shadow: 0 4px 20px rgba(30, 64, 175, 0.06);
    margin-bottom: 2rem;
}

.about-firm-content-wrapper p {
    margin-bottom: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75;
    color: var(--text-medium);
    text-align: justify;
    text-justify: inter-word;
}

.about-firm-content-wrapper p:last-child {
    margin-bottom: 0;
}

.about-firm-content-wrapper p strong {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.125rem;
}

.values-list-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    padding: 3.5rem;
    border-radius: 24px;
    margin: 3rem 0;
    box-shadow: 0 12px 40px rgba(30, 64, 175, 0.15), 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(30, 64, 175, 0.12);
    position: relative;
    overflow: hidden;
}

.values-list-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #1e40af 0%, #3b82f6 50%, #60a5fa 100%);
    border-radius: 0 6px 6px 0;
}

.values-list-box::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(30, 64, 175, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.values-intro {
    font-weight: 700;
    color: #1e40af;
    margin-bottom: 2rem;
    font-size: 1.375rem;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.values-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.values-list li {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #334155;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.7;
    border: 2px solid rgba(30, 64, 175, 0.08);
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.08);
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.values-list li:last-child {
    margin-bottom: 0;
}

.values-list li:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    transform: translateX(8px);
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.15);
    border-color: rgba(30, 64, 175, 0.2);
}

.value-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
    transition: all 0.3s ease;
}

.values-list li:hover .value-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
}

.about-main-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    transition: var(--transition);
    z-index: 1;
    border: 3px solid rgba(255, 255, 255, 0.8);
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: var(--bg-light);
}

.about-main-image-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.about-us-main-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    display: block;
    transition: var(--transition);
    background-color: var(--bg-light);
}

.about-main-image-wrapper:hover .about-us-main-image {
    transform: scale(1.05);
}

.image-overlay-badge {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--text-white);
    padding: 1.5rem 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    backdrop-filter: blur(10px);
}

.badge-year {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.badge-text {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.95;
}

/* ============================================
   ABOUT PAGE - INFO CARDS (History, Mission, Vision)
   ============================================ */
/* ============================================
   ABOUT PAGE - SECTIONS
   ============================================ */
.about-hmv-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(99, 102, 241, 0.04) 100%);
    padding: 6rem 0;
    position: relative;
}

.about-hmv-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(99, 102, 241, 0.03) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.about-strengths-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(139, 92, 246, 0.04) 100%);
    padding: 6rem 0;
    position: relative;
}

.about-strengths-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 80%, rgba(139, 92, 246, 0.03) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.about-values-section {
    background-image: url('../images/core_value_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 6rem 0;
}

.about-values-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.about-values-section .container {
    position: relative;
    z-index: 2;
}

.about-achievements-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(20, 184, 166, 0.03) 100%);
    padding: 6rem 0;
    position: relative;
}

.about-achievements-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(20, 184, 166, 0.02) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.about-milestones-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(99, 102, 241, 0.02) 100%);
    padding: 6rem 0;
    position: relative;
}

.about-milestones-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(139, 92, 246, 0.02) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.about-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.about-info-card {
    background: var(--bg-white);
    padding: 3.5rem 3rem;
    border-radius: var(--radius-2xl);
    box-shadow: 0 10px 40px rgba(10, 42, 108, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: var(--transition-hover);
    border-top: 5px solid transparent;
    background-image: linear-gradient(var(--bg-white), var(--bg-white)), var(--gradient-royal-blue);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(10, 42, 108, 0.1);
}

.about-info-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(10, 42, 108, 0.2), 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: rgba(29, 91, 250, 0.3);
}

.about-info-icon {
    font-size: 4.5rem;
    margin-bottom: 2rem;
    display: block;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
    transition: var(--transition-hover);
    background: linear-gradient(135deg, rgba(10, 42, 108, 0.08) 0%, rgba(29, 91, 250, 0.08) 100%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.about-info-card:hover .about-info-icon {
    transform: scale(1.15) rotate(10deg);
    background: linear-gradient(135deg, rgba(10, 42, 108, 0.12) 0%, rgba(29, 91, 250, 0.12) 100%);
}

.about-info-card h2 {
    color: #ffffff !important; /* White text for visibility on dark background */
    background: none !important; /* Remove gradient for solid color */
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.about-info-card p {
    color: var(--text-light);
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 0;
}

/* ============================================
   ABOUT PAGE - STRENGTHS GRID
   ============================================ */
.strengths-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns for single line */
    gap: 2rem; /* Improved gap for better spacing */
    margin-top: 2.5rem;
    padding: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1201px) {
    .strengths-grid {
        gap: 2rem; /* Better spacing on larger screens */
    }
}

@media (max-width: 1200px) {
    .strengths-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for tablet */
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .strengths-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile */
        gap: 1.25rem;
    }
    
    .strength-card {
        padding: 1.75rem 1.25rem;
        gap: 1.25rem;
    }
    
    .strength-content h3 {
        font-size: 1.05rem;
    }
    
    .strength-content p {
        font-size: 0.85rem;
    }
}

.strength-card {
    background: var(--bg-white);
    padding: 2.25rem 1.75rem;
    border-radius: var(--radius-xl);
    box-shadow: 0 8px 30px rgba(10, 42, 108, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: var(--transition-hover);
    border-left: 5px solid transparent;
    background-image: linear-gradient(var(--bg-white), var(--bg-white)), var(--gradient-royal-blue);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(30, 64, 175, 0.08);
}

.strength-card {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.strength-card:hover {
    transform: translateX(8px) translateY(-6px) rotateY(2deg);
    box-shadow: 
        0 20px 55px rgba(10, 42, 108, 0.25),
        0 8px 20px rgba(0, 0, 0, 0.12),
        0 4px 10px rgba(99, 102, 241, 0.1);
    border-color: rgba(29, 91, 250, 0.3);
}

.strength-icon {
    width: 45px; /* Slightly smaller */
    height: 45px;
    min-width: 45px;
    object-fit: contain;
}

.strength-content h3 {
    color: var(--primary-color);
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    line-height: 1.3;
}

.strength-content p {
    color: var(--text-light);
    line-height: 1.6;
    margin: 0;
    font-size: 0.875rem;
}

/* ============================================
   ABOUT PAGE - ACHIEVEMENTS GRID
   ============================================ */
.achievements-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .achievements-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

.achievement-card {
    background: linear-gradient(135deg, var(--bg-white) 0%, rgba(248, 250, 252, 0.8) 100%);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    border: 2px solid rgba(30, 64, 175, 0.08);
    position: relative;
}

.achievement-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.achievement-card:hover::after {
    opacity: 1;
}

.achievement-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 40px rgba(30, 64, 175, 0.2);
    background: linear-gradient(135deg, var(--bg-white) 0%, rgba(30, 64, 175, 0.08) 100%);
    border-color: rgba(30, 64, 175, 0.2);
}

.achievement-icon {
    font-size: 3.5rem;
    display: block;
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    transition: var(--transition);
}

.achievement-card:hover .achievement-icon {
    transform: scale(1.15) rotate(5deg);
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.15) 0%, rgba(59, 130, 246, 0.15) 100%);
}

.achievement-card p {
    color: var(--text-dark);
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    font-size: 1.05rem;
}

/* ============================================
   ABOUT PAGE - MILESTONES TIMELINE
   ============================================ */
.milestones-timeline {
    margin-top: 4rem;
    position: relative;
    padding-left: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.milestone-item {
    position: relative;
    padding-bottom: 3rem;
    padding-left: 3.5rem;
    background: linear-gradient(135deg, var(--bg-white) 0%, rgba(248, 250, 252, 0.5) 100%);
    padding: 2rem 2rem 2rem 3.5rem;
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    border-left: 4px solid var(--primary-color);
}

.milestone-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(30, 64, 175, 0.15);
    border-left-color: var(--accent-color);
}

.milestone-item:last-child {
    padding-bottom: 0;
}

.milestone-year {
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.75rem;
    display: block;
    line-height: 1;
}

/* ============================================
   CUSTOMER SUPPORT ASSISTANT
   ============================================ */
.customer-support-button {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--text-white);
    padding: 1.25rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 8px 25px rgba(30, 64, 175, 0.4);
    transition: var(--transition);
    z-index: 999;
    border: 3px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.customer-support-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 35px rgba(30, 64, 175, 0.5);
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    border-color: rgba(255, 255, 255, 0.4);
}

.customer-support-button.active {
    background: linear-gradient(135deg, var(--accent-color) 0%, #e65100 100%);
}

.support-icon {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: var(--transition);
}

.customer-support-button:hover .support-icon {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(15deg);
}

.support-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: var(--accent-color);
    border-radius: 50%;
    border: 3px solid var(--primary-color);
    display: none;
    animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* Customer Support Window */
.customer-support-window {
    position: fixed;
    bottom: 5.5rem;
    left: 2rem;
    width: 380px;
    max-width: calc(100vw - 4rem);
    height: 600px;
    max-height: calc(100vh - 7rem);
    background: var(--bg-white);
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    transform: translateY(20px) scale(0.95);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    border: 3px solid var(--primary-color);
    overflow: hidden;
}

.customer-support-window.active {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: all;
}

.support-window-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--text-white);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.support-header-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.support-avatar {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.support-header-info h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-white);
}

.support-status {
    margin: 0.25rem 0 0 0;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.9;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    display: inline-block;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.support-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: var(--text-white);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.support-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.support-window-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--bg-light);
}

.support-welcome {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.05) 0%, rgba(59, 130, 246, 0.05) 100%);
    border-bottom: 2px solid var(--border-color);
}

.support-welcome p {
    margin: 0;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 1rem;
}

.support-quick-actions {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    border-bottom: 2px solid var(--border-color);
    background: var(--bg-white);
}

.support-quick-action {
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
    color: var(--primary-color);
    border: 2px solid rgba(30, 64, 175, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.support-quick-action:hover {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--text-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(30, 64, 175, 0.2);
}

.support-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.support-message {
    display: flex;
    animation: messageSlideIn 0.3s ease-out;
}

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

.support-message-user {
    justify-content: flex-end;
}

.support-message-support {
    justify-content: flex-start;
}

.support-message-content {
    max-width: 75%;
    padding: 0.75rem 1rem;
    border-radius: 18px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.support-message-user .support-message-content {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--text-white);
    border-bottom-right-radius: 4px;
}

.support-message-support .support-message-content {
    background: var(--bg-white);
    color: var(--text-dark);
    border: 2px solid var(--border-color);
    border-bottom-left-radius: 4px;
}

.support-action-button {
    background: linear-gradient(135deg, var(--accent-color) 0%, #e65100 100%);
    color: var(--text-white);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 0.5rem;
    align-self: flex-start;
}

.support-action-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 111, 0, 0.4);
}

.support-input-area {
    padding: 1.5rem;
    background: var(--bg-white);
    border-top: 2px solid var(--border-color);
}

.support-form {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.support-form input {
    flex: 1;
    padding: 0.875rem 1.25rem;
    border: 2px solid var(--border-color);
    border-radius: 25px;
    font-size: 0.95rem;
    transition: var(--transition);
    outline: none;
}

.support-form input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

.support-send {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--text-white);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.support-send:hover {
    transform: scale(1.1) rotate(15deg);
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.3);
}

.support-contact-info {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}

.support-contact-info p {
    margin: 0 0 0.75rem 0;
    font-size: 0.85rem;
    color: var(--text-light);
    font-weight: 600;
}

.support-contact-link {
    display: block;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0.5rem 0;
    transition: var(--transition);
}

.support-contact-link:hover {
    color: var(--primary-dark);
    transform: translateX(5px);
}

.milestone-content {
    position: relative;
}

.milestone-line {
    position: absolute;
    left: -3.5rem;
    top: 3rem;
    bottom: -3rem;
    width: 4px;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--accent-color) 100%);
    border-radius: 2px;
}

.milestone-item:last-child .milestone-line {
    display: none;
}

.milestone-dot {
    position: absolute;
    left: -3.75rem;
    top: 1.5rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
    border: 4px solid var(--bg-white);
    box-shadow: 0 0 0 4px var(--primary-color), 0 4px 12px rgba(30, 64, 175, 0.3);
    z-index: 2;
    transition: var(--transition);
}

.milestone-item:hover .milestone-dot {
    transform: scale(1.3);
    box-shadow: 0 0 0 4px var(--accent-color), 0 6px 20px rgba(30, 64, 175, 0.4);
}

.milestone-content p {
    color: var(--text-dark);
    font-size: 1.15rem;
    line-height: 1.8;
    margin: 0;
    font-weight: 500;
    padding-top: 0.5rem;
}

/* ============================================
   LOADING & ANIMATIONS
   ============================================ */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

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

/* ============================================
   ACHIEVEMENTS HIGHLIGHTS SECTION
   ============================================ */
.achievements-highlights-section {
    padding: 4rem 0;
    background: var(--bg-white);
}

.achievements-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.achievement-highlight-card {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    border-top: 3px solid var(--primary-color);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.achievement-highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(30, 64, 175, 0.15);
    border-color: var(--primary-light);
}

.achievement-highlight-icon {
    font-size: 3rem;
    margin-bottom: 1.25rem;
    display: block;
    line-height: 1;
}

.achievement-highlight-text {
    color: var(--text-dark);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* ============================================
   KEY STATS SECTION (BCL India Style)
   ============================================ */
.key-stats-section {
    padding: 5rem 0;
    background: var(--bg-light);
}

.key-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.key-stat-card {
    background: var(--bg-white);
    border-radius: var(--radius-xl);
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

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

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

.key-stat-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1;
}

.key-stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff !important; /* White text for visibility on dark background */
    background: none !important; /* Remove gradient for solid color */
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    margin: 1rem 0;
    line-height: 1.2;
}

.key-stat-label {
    font-size: 1rem;
    color: var(--text-medium);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.5rem;
}

/* ============================================
   HOW CAN WE HELP YOU SECTION (BCL India Style)
   ============================================ */
.help-you-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(99, 102, 241, 0.04) 100%);
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .help-you-section {
        padding: 6rem 0;
    }
}

.help-you-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.02) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

/* Network Lines Overlay Pattern */
.help-you-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.15) 0%, transparent 50%);
    background-size: 
        50px 50px,
        50px 50px,
        300px 300px,
        300px 300px;
    background-position: 0 0, 0 0, 0 0, 100% 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
}

.help-you-section .container {
    position: relative;
    z-index: 1;
}

.help-you-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.help-you-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

/* Subtle gradient overlay on card */
.help-you-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 1;
}

.help-you-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.help-you-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 32px rgba(99, 102, 241, 0.15), 0 4px 16px rgba(0, 0, 0, 0.1);
    border-color: rgba(99, 102, 241, 0.3);
    background: rgba(255, 255, 255, 1);
}

.help-you-card:hover::before {
    transform: scaleX(1);
}

.help-you-card:hover::after {
    opacity: 1;
}

.help-you-icon {
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0) scale(1);
    position: relative;
    z-index: 2;
}

.help-you-card:hover .help-you-icon {
    transform: translateY(-8px) scale(1.1);
    filter: drop-shadow(0 8px 16px rgba(99, 102, 241, 0.3));
}

.help-you-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.help-you-card:hover .help-you-title {
    color: var(--primary-color);
}

.help-you-description {
    font-size: 1rem;
    color: var(--text-medium);
    line-height: 1.7;
    flex-grow: 1;
    margin: 0;
    position: relative;
    z-index: 2;
}

.help-you-link {
    display: inline-block;
    margin-top: 1.5rem;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.95rem;
    position: relative;
    z-index: 2;
}

.help-you-link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: width 0.3s ease;
}

.help-you-link:hover {
    color: var(--primary-light);
    transform: translateX(8px);
}

.help-you-link:hover::before {
    width: 100%;
}

.help-you-link::after {
    content: ' →';
    transition: transform 0.3s ease;
    display: inline-block;
}

.help-you-link:hover::after {
    transform: translateX(5px);
}

/* ============================================
   INDUSTRIES WE SERVE SECTION
   ============================================ */
.industries-section {
    padding: 5rem 0;
    background: var(--bg-light);
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.industry-card {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    cursor: pointer;
}

.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-light);
    background: linear-gradient(135deg, rgba(10, 42, 108, 0.02) 0%, rgba(29, 91, 250, 0.02) 100%);
}

.industry-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    display: block;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.industry-name {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.4;
}

/* ============================================
   ACHIEVEMENT METRICS SECTION
   ============================================ */
.achievements-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 50%, var(--primary-light) 100%);
    color: var(--text-white);
    position: relative;
    overflow: hidden;
}

.achievements-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.achievements-section .section-title h2 {
    color: var(--text-white);
    background: none;
    -webkit-text-fill-color: var(--text-white);
}

.achievements-section .section-title p {
    color: var(--text-white-90);
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.achievement-metric-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-xl);
    padding: 3rem 2.5rem;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.achievement-metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.achievement-metric-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.achievement-metric-card:hover::before {
    transform: scaleX(1);
}

.achievement-metric-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.achievement-metric-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-white);
    margin: 1rem 0 0.5rem;
    line-height: 1.2;
}

.achievement-metric-unit {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-white-90);
    margin-left: 0.25rem;
}

.achievement-metric-label {
    font-size: 1.125rem;
    color: var(--text-white-90);
    line-height: 1.6;
    margin-top: 1rem;
    font-weight: 400;
}

/* ============================================
   LEGAL CONTENT PAGES
   ============================================ */
.legal-content {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
}

.legal-content h2 {
    color: var(--text-dark);
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.legal-content h2:first-of-type {
    margin-top: 0;
}

.legal-content p {
    color: var(--text-medium);
    margin-bottom: 1.5rem;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-word;
}

.legal-content ul {
    color: var(--text-medium);
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-content li {
    margin-bottom: 0.75rem;
    line-height: 1.8;
}

.legal-content strong {
    color: var(--text-dark);
    font-weight: 600;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-section {
    padding: 5rem 0;
    background: var(--bg-white);
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--primary-light);
}

.faq-question {
    width: 100%;
    padding: 1.5rem 2rem;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-dark);
    transition: var(--transition);
    font-family: 'Poppins', sans-serif;
}

.faq-question:hover {
    background: var(--bg-light);
    color: var(--primary-color);
}

.faq-question.active {
    color: var(--primary-color);
}

.faq-question-text {
    flex: 1;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--primary-color);
    transition: var(--transition);
    flex-shrink: 0;
}

.faq-question.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 2rem;
}

.faq-answer.active {
    max-height: 500px;
    padding: 0 2rem 1.5rem;
}

.faq-answer p {
    color: var(--text-medium);
    line-height: 1.8;
    margin: 0;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-word;
}

/* Responsive Styles for New Sections */
@media (max-width: 1200px) {
    .key-stats-grid,
    .help-you-grid,
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .key-stat-card,
    .help-you-card,
    .achievement-metric-card {
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 768px) {
    .key-stats-section,
    .help-you-section,
    .industries-section,
    .achievements-section {
        padding: 3rem 0;
    }
    
    .key-stats-grid,
    .help-you-grid,
    .industries-grid,
    .achievements-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .key-stat-number,
    .achievement-metric-number {
        font-size: 2.5rem;
    }
    
    .help-you-card {
        min-height: auto;
    }
    
    .key-stat-icon,
    .help-you-icon,
    .industry-icon,
    .achievement-metric-icon {
        font-size: 3rem;
    }
}

/* ============================================
   RESPONSIVE STYLES - Mukesh Raj Design
   ============================================ */
@media (max-width: 768px) {
    .top-bar-container {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        text-align: center;
    }
    
    .top-bar-contact {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .top-bar-social {
        justify-content: center;
    }
    
    .header-container {
        padding: 0 1rem;
    }
    
    .logo .logo-name {
        font-size: 1.25rem;
    }
    
    .logo .logo-company {
        font-size: 0.75rem;
    }
    
    .logo::before {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    .page-hero {
        padding: 4rem 1.5rem;
        min-height: 550px;
        background-position: 70% 35%;
    }
    
    .page-hero h1 {
        font-size: 2.5rem;
    }
    
    .page-hero p {
        font-size: 1.1rem;
    }
    
    .newsletter-container {
        flex-direction: column;
        text-align: center;
    }
    
    .newsletter-form {
        max-width: 100%;
        width: 100%;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .carousel-slide-content {
        text-align: left;
        padding: 3rem 1.5rem;
    }
    
    .carousel-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
    
    .newsletter-container {
        flex-wrap: wrap;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    .top-bar,
    header,
    .breadcrumb-nav,
    .quick-action-buttons,
    .enquire-button,
    .back-to-top,
    footer,
    .customer-support-button,
    .customer-support-window {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
        background: #fff;
    }
    
    .section {
        page-break-inside: avoid;
        margin-bottom: 1.5rem;
    }
    
    h1, h2, h3 {
        page-break-after: avoid;
        color: #000;
    }
    
    a {
        color: #000;
        text-decoration: underline;
    }
    
    a[href^="http"]:after {
        content: " (" attr(href) ")";
        font-size: 10pt;
    }
}

/* ============================================
   MUKESH RAJ STYLE SECTIONS
   ============================================ */

/* Hero Badge */
.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-color);
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Consultation Section */
.consultation-section {
    background: var(--bg-light);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .consultation-section {
        padding: 6rem 0;
    }
}

.consultation-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 50%, rgba(99, 102, 241, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(139, 92, 246, 0.04) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.consultation-section .container {
    position: relative;
    z-index: 1;
}

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

.consultation-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.consultation-cta-btn {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.consultation-cta-btn:hover {
    background: var(--navy-blue);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.consultation-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.consultation-feature {
    text-align: center;
    padding: 2rem;
    background: var(--gradient-card);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: var(--shadow-card);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(99, 102, 241, 0.15);
    position: relative;
    overflow: hidden;
}

.consultation-feature::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.consultation-feature:hover::after {
    opacity: 1;
}

.consultation-feature:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(99, 102, 241, 0.15), 0 6px 20px rgba(139, 92, 246, 0.1);
    border-color: rgba(99, 102, 241, 0.3);
    background: var(--bg-white);
}

.consultation-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.consultation-feature:hover::before {
    transform: scaleX(1);
}

.consultation-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(122, 95, 58, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    border-color: var(--accent-gold);
}

.consultation-feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.consultation-feature h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.consultation-feature p {
    color: var(--text-gray);
    line-height: 1.6;
}

/* About Section Mukesh Raj Style */
.mukesh-raj-about {
    background: white;
}

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

.about-excellence-header h1 {
    font-size: 3.5rem;
    color: var(--primary-color);
    font-weight: 700;
}

/* Services Mukesh Style */
.services-section-mukesh {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.services-subtitle {
    text-align: center;
    margin-bottom: 3rem;
}

.services-subtitle h3 {
    font-size: 2rem;
    color: var(--text-dark);
}

.services-grid-mukesh {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.service-card-mukesh {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card-mukesh:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.service-card-mukesh h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.service-card-mukesh p {
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.read-more-mukesh {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.read-more-mukesh:hover {
    color: var(--navy-blue);
}

/* Why Choose Us Mukesh Style */
.why-choose-section-mukesh {
    background: white;
}

.why-choose-subtitle {
    text-align: center;
    margin-bottom: 2rem;
}

.why-choose-subtitle h3 {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.why-choose-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: var(--text-gray);
    line-height: 1.8;
}

.why-choose-grid-mukesh {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.why-choose-card-mukesh {
    background: var(--bg-light);
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid var(--primary-color);
}

.why-choose-card-mukesh h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.why-choose-card-mukesh p {
    color: var(--text-gray);
    line-height: 1.6;
}

/* Testimonials Mukesh Style */
.testimonials-section-mukesh {
    background: var(--bg-light);
    padding: 4rem 0;
}

.testimonials-grid-mukesh {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-card-mukesh {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-text-mukesh {
    font-style: italic;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.testimonial-author-mukesh {
    border-top: 1px solid var(--border-color);
    padding-top: 1rem;
}

.testimonial-author-mukesh h4 {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.testimonial-author-mukesh p {
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* Partners Section */
.partners-section {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

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

.partner-card {
    text-align: center;
    padding: 2rem;
    background: var(--bg-light);
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-5px);
}

.partner-image {
    margin-bottom: 1.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--primary-color);
    margin: 0 auto;
    display: block;
}

.partner-card h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    text-align: center;
}

.partner-qualification {
    color: var(--text-gray);
    font-size: 0.9rem;
    text-align: center;
}

/* CTA Section Mukesh Style */
.cta-section-mukesh {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--navy-blue) 100%);
    color: white;
    text-align: center;
    padding: 5rem 0;
}

.cta-content-mukesh h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: white;
}

.cta-content-mukesh h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: white;
}

.cta-content-mukesh p {
    font-size: 1.5rem;
    margin: 1rem 0;
    color: rgba(255, 255, 255, 0.9);
}

.cta-submit-btn {
    display: inline-block;
    background: white;
    color: var(--primary-color);
    padding: 1.25rem 3rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

.cta-submit-btn:hover {
    background: var(--bg-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Latest News Section */
.latest-news-section {
    background: var(--bg-light);
}

.latest-news-subtitle {
    text-align: center;
    margin-bottom: 3rem;
}

.latest-news-subtitle h3 {
    font-size: 2rem;
    color: var(--text-dark);
}

.latest-news-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 100%;
}

.news-card-mukesh {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.news-card-mukesh:hover {
    transform: translateY(-5px);
}

.news-card-mukesh h3 {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.news-card-mukesh h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.news-card-mukesh p {
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.news-meta {
    font-size: 0.9rem;
    color: var(--text-gray);
    border-top: 1px solid var(--border-color);
    padding-top: 1rem;
}

.news-meta span {
    margin: 0 0.5rem;
}

.latest-news-cta {
    text-align: center;
}

.view-updates-btn {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.view-updates-btn:hover {
    background: var(--navy-blue);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ============================================
   MUKESHRAJ.COM STYLE SECTIONS
   ============================================ */

/* Consultation Section */
.consultation-section {
    background: var(--bg-light);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .consultation-section {
        padding: 6rem 0;
    }
}

.consultation-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 50%, rgba(99, 102, 241, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(139, 92, 246, 0.04) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.consultation-section .container {
    position: relative;
    z-index: 1;
}

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

.consultation-header h2 {
    font-size: 2.75rem;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

@media (min-width: 1024px) {
    .consultation-header h2 {
        font-size: 3.5rem;
    }
}

.consultation-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.consultation-feature {
    text-align: center;
    padding: 3rem 2.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.consultation-feature:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 48px rgba(37, 99, 235, 0.2), 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: rgba(37, 99, 235, 0.3);
    background: rgba(255, 255, 255, 1);
}

.consultation-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 2rem;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(6, 182, 212, 0.08) 100%);
    border-radius: 18px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.consultation-feature:hover .consultation-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.2) 0%, rgba(6, 182, 212, 0.15) 100%);
}

.consultation-icon svg {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.consultation-feature:hover .consultation-icon svg {
    filter: drop-shadow(0 4px 8px rgba(99, 102, 241, 0.3));
    width: 100%;
    height: 100%;
    stroke: var(--primary-color);
    stroke-width: 2.5;
}

.consultation-feature h3 {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.consultation-feature p {
    color: var(--text-medium);
    line-height: 1.6;
}

.consultation-cta {
    text-align: center;
    margin-top: 2rem;
}

/* About Section - Mukesh Raj Style */
.about-content-mukeshraj {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* About Content Card */
.about-content-mukeshraj {
    background: var(--gradient-card);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    padding: 4rem 3rem;
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.12), 0 8px 24px rgba(139, 92, 246, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-main-content-wrapper {
    margin-bottom: 0;
}

.about-content-mukeshraj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
    z-index: 1;
}

.about-content-mukeshraj::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.about-content-mukeshraj:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 70px rgba(99, 102, 241, 0.18), 0 12px 32px rgba(139, 92, 246, 0.12);
    border-color: rgba(99, 102, 241, 0.3);
}

.about-content-mukeshraj > * {
    position: relative;
    z-index: 2;
}

.about-content-mukeshraj h3 {
    font-size: 2.75rem;
    color: #ffffff !important; /* White text for visibility on dark background */
    background: none !important; /* Remove gradient for solid color */
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    margin-bottom: 2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

@media (min-width: 1024px) {
    .about-content-mukeshraj h3 {
        font-size: 3.25rem;
    }
}

.about-content-mukeshraj h3::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    box-shadow: 0 2px 12px rgba(99, 102, 241, 0.4);
}

.about-content-mukeshraj p {
    font-size: 1.125rem;
    line-height: 1.9;
    color: var(--text-dark);
    margin-bottom: 1.75rem;
    font-weight: 400;
}

.about-content-mukeshraj p:last-of-type {
    margin-bottom: 0;
}

/* About Stats/Highlights */
.about-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(99, 102, 241, 0.15);
}

.about-highlight-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(99, 102, 241, 0.1);
    transition: all 0.3s ease;
}

.about-highlight-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.15);
    border-color: rgba(99, 102, 241, 0.2);
}

.about-highlight-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.about-highlight-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff !important; /* White text for visibility on dark background */
    background: none !important; /* Remove gradient for solid color */
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    margin-bottom: 0.5rem;
    display: block;
}

.about-highlight-label {
    font-size: 0.95rem;
    color: var(--text-medium);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Responsive Styles for About Section */
@media (max-width: 768px) {
    .about-preview-section {
        padding: 3rem 0;
    }
    
    .about-content-mukeshraj {
        padding: 2.5rem 1.5rem;
        border-radius: 24px;
    }
    
    .about-content-mukeshraj h3 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .about-content-mukeshraj h3::after {
        width: 60px;
        height: 3px;
    }
    
    .about-content-mukeshraj p {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
        margin-top: 2rem;
        padding-top: 2rem;
    }
    
    .about-highlight-item {
        padding: 1.25rem 1rem;
    }
    
    .about-highlight-number {
        font-size: 2rem;
    }
    
    .about-highlight-icon {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .about-highlight-label {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .about-highlights {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

/* Our Services Section - Vagrecha Style */
.our-services-section-vagrecha {
    background: transparent !important; /* Removed blue gradient background */
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    z-index: 1;
    min-height: 500px; /* Ensure minimum height for layout */
}

/* Services Flow Chart Container - Hexagonal Layout Background */
.services-flow-chart-container {
    background-color: transparent !important; /* Transparent background - removed gradient */
    padding: 50px 40px !important; /* Add padding for breathing room */
    border-radius: 8px; /* Soft rounded corners */
    box-shadow: none !important; /* Remove shadow */
    margin: 2rem auto 0 !important; /* Center the container with top margin */
    max-width: 100%; /* Ensure it doesn't exceed parent width */
    position: relative !important;
    z-index: 10 !important; /* Higher z-index to appear above section overlays */
    display: block !important; /* Change from flex to block for better control */
    min-height: 500px !important; /* Ensure container has minimum height */
    width: 100% !important; /* Full width of parent */
    box-sizing: border-box !important; /* Include padding in width calculation */
    isolation: isolate; /* Create new stacking context */
}

/* Override section background to ensure container background is visible */
.our-services-section-vagrecha .services-flow-chart-container {
    background-color: transparent !important; /* Transparent background */
}

/* Alternative: Light soft blue background option */
.services-flow-chart-container.blue-variant {
    background-color: #E8F0FE; /* Very light soft blue */
}

/* Responsive adjustments for the services flow chart container */
@media (max-width: 768px) {
    .services-flow-chart-container {
        padding: 30px 20px; /* Reduced padding on mobile */
        border-radius: 6px;
    }
}

@media (max-width: 480px) {
    .services-flow-chart-container {
        padding: 20px 15px; /* Further reduced padding on small screens */
    }
}

/* Ensure text readability within the services flow chart container */
.services-flow-chart-container * {
    position: relative;
    z-index: 2;
}

/* Ensure hexagon text remains readable on dark background */
.services-flow-chart-container .hex-item,
.services-flow-chart-container .hexagon,
.services-flow-chart-container [class*="hex"] {
    color: #ffffff !important; /* White text for dark background */
    font-weight: 600;
}

/* Ensure central logo/text block remains readable on dark background */
.services-flow-chart-container .main-logo,
.services-flow-chart-container .company-name,
.services-flow-chart-container .central-text {
    color: #ffffff !important; /* White text for dark background */
    font-weight: 700;
}

.our-services-section-vagrecha::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent; /* Remove white overlay to show dark background */
    pointer-events: none;
    z-index: 0;
}

@media (min-width: 1024px) {
    .our-services-section-vagrecha {
        padding: 6rem 0;
    }
}

.our-services-section-vagrecha .container {
    position: relative;
    z-index: 2;
}

.our-services-title-wrapper {
    text-align: center;
    margin-bottom: 4rem;
}

.our-services-title {
    font-size: 2.75rem;
    font-weight: 800;
    background: var(--gradient-text); /* Restore gradient text for white background */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    padding-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(99, 102, 241, 0.1);
}

@media (min-width: 1024px) {
    .our-services-title {
        font-size: 3.5rem;
    }
}

.our-services-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: #4ade80; /* Green accent color - visible on dark background */
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(74, 222, 128, 0.5); /* Add glow for visibility */
}

.our-services-grid-vagrecha {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

@media (max-width: 968px) {
    .our-services-grid-vagrecha {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .our-services-grid-vagrecha {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.our-service-card-vagrecha {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.our-service-card-vagrecha:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.our-service-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.our-service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.our-service-card-vagrecha:hover .our-service-image {
    transform: scale(1.05);
}

.our-service-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.our-service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a5f5f;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
}

.our-service-description {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.our-service-read-more {
    color: #1a5f5f;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
    margin-top: auto;
}

.our-service-read-more:hover {
    color: #4ade80;
    text-decoration: underline;
}

/* Legacy styles for backward compatibility */
/* Our Services Section - Vagrecha Style */
.our-services-section-vagrecha {
    background: transparent !important; /* Removed background */
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    z-index: 1;
}

.our-services-section-vagrecha::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent; /* Remove white overlay to show dark background */
    pointer-events: none;
    z-index: 0;
}

@media (min-width: 1024px) {
    .our-services-section-vagrecha {
        padding: 6rem 0;
    }
}

.our-services-section-vagrecha .container {
    position: relative;
    z-index: 2;
}

.our-services-title-wrapper {
    text-align: center;
    margin-bottom: 4rem;
}

.our-services-title {
    font-size: 2.75rem;
    font-weight: 800;
    background: var(--gradient-text); /* Restore gradient text for white background */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    padding-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(99, 102, 241, 0.1);
}

@media (min-width: 1024px) {
    .our-services-title {
        font-size: 3.5rem;
    }
}

.our-services-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: #4ade80; /* Green accent color - visible on dark background */
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(74, 222, 128, 0.5); /* Add glow for visibility */
}

.our-services-grid-vagrecha {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

@media (max-width: 968px) {
    .our-services-grid-vagrecha {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .our-services-grid-vagrecha {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.our-service-card-vagrecha {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.our-service-card-vagrecha:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.our-service-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.our-service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.our-service-card-vagrecha:hover .our-service-image {
    transform: scale(1.05);
}

.our-service-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.our-service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a5f5f;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
}

.our-service-description {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.our-service-read-more {
    color: #1a5f5f;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
    margin-top: auto;
}

.our-service-read-more:hover {
    color: #4ade80;
    text-decoration: underline;
}

.services-section-mukeshraj {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.9) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    z-index: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

@media (min-width: 1024px) {
    .services-section-mukeshraj {
        padding: 8rem 0;
    }
}

.services-section-mukeshraj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.services-section-mukeshraj::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.9) 100%);
    pointer-events: none;
    z-index: 1;
}

.services-section-mukeshraj .container {
    position: relative;
    z-index: 1;
}

.services-grid-mukeshraj {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}

@media (max-width: 768px) {
    .services-grid-mukeshraj {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

.service-card-mukeshraj {
    background: var(--gradient-card);
    backdrop-filter: blur(20px);
    padding: 3rem 2.5rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(99, 102, 241, 0.1), 0 4px 16px rgba(139, 92, 246, 0.08);
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card-mukeshraj:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(99, 102, 241, 0.2), 0 8px 24px rgba(139, 92, 246, 0.15);
}

.service-card-mukeshraj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    z-index: 1;
}

.service-card-mukeshraj::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    transition: transform 0.6s ease;
}

.service-card-mukeshraj:hover::before {
    transform: scaleX(1);
}

.service-card-mukeshraj:hover::after {
    transform: translate(20%, 20%);
}

.service-card-mukeshraj:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(99, 102, 241, 0.2), 0 8px 24px rgba(139, 92, 246, 0.15);
    border-color: rgba(99, 102, 241, 0.3);
}

.service-card-mukeshraj .read-more-link {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(99, 102, 241, 0.1);
}

.service-card-mukeshraj .read-more-link::after {
    content: '→';
    transition: transform 0.3s ease;
}

.service-card-mukeshraj .read-more-link:hover {
    color: var(--accent-color);
    gap: 0.75rem;
}

.service-card-mukeshraj .read-more-link:hover::after {
    transform: translateX(4px);
}

.service-card-mukeshraj > * {
    position: relative;
    z-index: 2;
}

.service-icon-mukeshraj {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    filter: drop-shadow(0 4px 8px rgba(99, 102, 241, 0.2));
    transition: transform 0.3s ease;
}

.service-card-mukeshraj:hover .service-icon-mukeshraj {
    transform: scale(1.1) rotate(5deg);
}

.service-card-mukeshraj h4 {
    font-size: 1.375rem;
    color: #ffffff !important; /* White text for visibility on dark background */
    background: none !important; /* Remove gradient for solid color */
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    margin-bottom: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.service-card-mukeshraj p {
    color: var(--text-dark);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    flex-grow: 1;
}

.read-more-link {
    color: var(--accent-gold);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    display: inline-block;
    margin-bottom: 1rem;
}

.read-more-link:hover {
    color: var(--accent-gold-dark);
}

.all-services-link-wrapper {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.all-services-link {
    display: inline-block;
    background: var(--accent-green);
    color: var(--text-white);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.all-services-link:hover {
    background: var(--accent-green-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* Why Choose Us - Mukesh Raj Style - Enhanced */
.why-choose-section-mukeshraj {
    background: linear-gradient(180deg, #ffffff 0%, #faf5ff 50%, #ffffff 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .why-choose-section-mukeshraj {
        padding: 8rem 0;
    }
}

.why-choose-section-mukeshraj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.why-choose-section-mukeshraj::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 245, 255, 0.98) 50%, rgba(255, 255, 255, 0.95) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Remove old floating circle animation - replaced with background image */

.why-choose-section-mukeshraj::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    animation: float 25s ease-in-out infinite;
}

.why-choose-section-mukeshraj .container {
    position: relative;
    z-index: 1;
}

.why-choose-content-mukeshraj {
    max-width: 1200px;
    margin: 0 auto;
}

.why-choose-intro {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.9;
    color: var(--text-dark);
    margin-bottom: 4rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 2rem;
    background: var(--gradient-card);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(99, 102, 241, 0.1), 0 4px 16px rgba(139, 92, 246, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.15);
    position: relative;
    overflow: hidden;
}

.why-choose-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

@media (max-width: 1024px) {
    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.why-choose-card-mukeshraj {
    background: var(--gradient-card);
    backdrop-filter: blur(20px);
    padding: 3rem 2.5rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(99, 102, 241, 0.1), 0 4px 16px rgba(139, 92, 246, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(99, 102, 241, 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.why-choose-card-mukeshraj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    z-index: 1;
}

.why-choose-card-mukeshraj::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    transition: transform 0.6s ease;
}

.why-choose-card-mukeshraj:hover::before {
    transform: scaleX(1);
}

.why-choose-card-mukeshraj:hover::after {
    transform: translate(20%, 20%);
}

.why-choose-card-mukeshraj:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.18), 0 8px 24px rgba(139, 92, 246, 0.12);
    border-color: rgba(99, 102, 241, 0.3);
    background: var(--bg-white);
}

.why-choose-card-mukeshraj > * {
    position: relative;
    z-index: 2;
}

.why-choose-card-mukeshraj h4 {
    font-size: 1.625rem;
    color: #ffffff !important; /* White text for visibility on dark background */
    background: none !important; /* Remove gradient for solid color */
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    background-clip: unset !important;
    margin-bottom: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.why-choose-card-mukeshraj p {
    color: var(--text-dark);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    font-weight: 400;
}

.why-choose-points {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0 0;
}

.why-choose-points li {
    color: var(--text-dark);
    line-height: 1.9;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
}

.why-choose-points li::before {
    content: '✓';
    color: var(--text-white);
    background: var(--gradient-primary);
    font-weight: bold;
    font-size: 0.875rem;
    position: absolute;
    left: 0;
    top: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

/* Testimonials - Mukesh Raj Style - Enhanced */
.testimonials-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.9) 100%);
    position: relative;
    padding: 2rem 0 !important;
    overflow: hidden;
    z-index: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

@media (min-width: 1024px) {
    .testimonials-section {
        padding: 2.5rem 0;
    }
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.testimonials-section::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    animation: float 25s ease-in-out infinite;
}

.testimonials-section .container {
    position: relative;
    z-index: 1;
}

/* Add section title if not present */
.testimonials-section .section-title {
    margin-bottom: 1.5rem;
}

/* ============================================
   COMBINED TESTIMONIALS & PARTNERS SECTION
   ============================================ */
.testimonials-partners-combined {
    background: linear-gradient(135deg, #1E40AF 0%, #2563EB 50%, #3B82F6 100%) !important; /* Same gradient as Schedule Free Consultation section */
    position: relative;
    padding: 3rem 0 !important;
    overflow: hidden;
    z-index: 1;
}

@media (min-width: 1024px) {
    .testimonials-partners-combined {
        padding: 4rem 0 !important;
    }
}

.testimonials-partners-combined::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent; /* Remove overlay to show blue gradient */
    pointer-events: none;
    z-index: 0;
}

.testimonials-partners-combined .container {
    position: relative;
    z-index: 1;
}

.combined-section-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .combined-section-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        position: relative;
        margin-bottom: 0;
        align-items: stretch;
    }
    
    .combined-section-wrapper::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.3), transparent);
        transform: translateX(-50%);
        z-index: 0;
    }
}

.combined-column {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.testimonials-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.partners-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.combined-section-title {
    margin-bottom: 2.5rem;
    text-align: center;
}

@media (min-width: 1024px) {
    .combined-section-title {
        text-align: center; /* Keep centered on all screen sizes */
        margin-bottom: 2rem;
    }
}

.combined-section-title h2 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #ffffff !important; /* White text for visibility on blue background */
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.combined-section-title p {
    color: rgba(255, 255, 255, 0.9) !important; /* Light white text for visibility on blue background */
    font-size: 1rem;
    margin: 0;
    font-weight: 400;
}

/* Testimonials Column in Combined Section */
.testimonials-column .testimonials-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 3.5rem;
}

@media (min-width: 1024px) {
    .testimonials-column .testimonials-slider-wrapper {
        padding: 0 3.5rem;
    }
}

.testimonials-column .testimonials-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/* Statistics Section in Combined Layout - Full Width Below Columns */
.stats-section-combined-fullwidth {
    margin-top: 4rem;
    padding: 2rem 0;
    background: transparent;
    border-radius: var(--radius-lg);
    position: relative;
    overflow: visible;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 3rem;
}

@media (min-width: 1024px) {
    .stats-section-combined-fullwidth {
        margin-top: 5rem;
        padding-top: 4rem;
    }
}

.stats-section-combined-fullwidth .stats-grid-combined,
.stats-section-combined .stats-grid-combined {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .stats-section-combined-fullwidth .stats-grid-combined,
    .stats-section-combined .stats-grid-combined {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}

.stat-card-combined {
    background: var(--bg-white);
    padding: 2rem 1.5rem;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.stat-card-combined:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
}

.stat-icon-combined {
    font-size: 3rem;
    margin-bottom: 1rem;
    filter: grayscale(0%);
    line-height: 1;
    display: block;
}

.stat-number-combined {
    font-size: 2.5rem;
    font-weight: 800;
    color: #10B981;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.02em;
    transition: all 0.3s ease;
}

.stat-card-combined:hover .stat-number-combined {
    transform: scale(1.1);
    color: var(--primary-color);
}

.stat-label-combined {
    font-size: 0.85rem;
    color: #374151;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {
    .stat-card-combined {
        padding: 2.5rem 1.5rem;
        min-height: 200px;
    }
    
    .stat-icon-combined {
        font-size: 3.5rem;
        margin-bottom: 1.25rem;
    }
    
    .stat-number-combined {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    
    .stat-label-combined {
        font-size: 0.9rem;
    }
}

@media (min-width: 1024px) {
    .stat-card-combined {
        padding: 3rem 2rem;
        min-height: 220px;
    }
    
    .stat-icon-combined {
        font-size: 4rem;
        margin-bottom: 1.5rem;
    }
    
    .stat-number-combined {
        font-size: 3.5rem;
    }
    
    .stat-label-combined {
        font-size: 1rem;
    }
}

/* Partners Column in Combined Section */
.partners-column .partners-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .partners-column .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .partners-column .partners-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

/* Ensure partner cards look good in combined layout */
.partners-column .partner-card {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    text-align: center;
    background: var(--bg-white);
    border-radius: var(--radius-lg);
}

/* Reduce partner image size in combined section */
.partners-column .partner-image {
    text-align: center;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-column .partner-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-color);
    margin: 0 auto;
    display: block;
}

.partners-column .partner-image-placeholder {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-column .partner-icon {
    font-size: 2.5rem;
}

/* Reduce font sizes in combined section */
.partners-column .partner-card h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #8b5cf6;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.partners-column .partner-qualification {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    color: #6b7280;
    text-align: center;
    font-weight: 500;
}

.partners-column .partner-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6b7280;
    text-align: center;
    font-weight: 400;
}

.partners-section .section-title {
    margin-bottom: 1.5rem;
}

.testimonials-grid-mukeshraj {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 2rem;
}

@media (max-width: 1024px) {
    .testimonials-grid-mukeshraj {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .testimonials-grid-mukeshraj {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.testimonial-card-mukeshraj {
    background: var(--gradient-card);
    backdrop-filter: blur(20px);
    padding: 3rem 2.5rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(99, 102, 241, 0.1), 0 4px 16px rgba(139, 92, 246, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card-mukeshraj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    z-index: 1;
}

.testimonial-card-mukeshraj::after {
    content: '"';
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-size: 8rem;
    font-family: Georgia, serif;
    color: rgba(99, 102, 241, 0.08);
    line-height: 1;
    z-index: 0;
    font-weight: 700;
    transition: all 0.4s ease;
}

.testimonial-card-mukeshraj:hover::before {
    transform: scaleX(1);
}

.testimonial-card-mukeshraj:hover::after {
    color: rgba(99, 102, 241, 0.12);
    transform: scale(1.1);
}

.testimonial-card-mukeshraj:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.18), 0 8px 24px rgba(139, 92, 246, 0.12);
    border-color: rgba(99, 102, 241, 0.3);
    background: var(--bg-white);
}

.testimonial-card-mukeshraj > * {
    position: relative;
    z-index: 2;
}

.testimonial-text {
    font-size: 1.125rem;
    line-height: 1.9;
    color: var(--text-dark);
    margin-bottom: 2rem;
    font-style: italic;
    font-weight: 400;
    flex-grow: 1;
    position: relative;
    padding-left: 1.5rem;
}

.testimonial-text::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -0.5rem;
    font-size: 3rem;
    font-family: Georgia, serif;
    color: var(--primary-color);
    opacity: 0.3;
    line-height: 1;
}

/* Star Rating */
.testimonial-rating {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
    align-items: center;
}

.testimonial-rating .star {
    color: #FBBF24;
    font-size: 1.25rem;
    line-height: 1;
}

.testimonial-rating .star.empty {
    color: #E5E7EB;
}

/* Author Section */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(99, 102, 241, 0.1);
    margin-top: auto;
}

.testimonial-author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.testimonial-author-info {
    flex: 1;
}

.testimonial-author h4 {
    font-size: 1.125rem;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.testimonial-position {
    color: var(--text-medium);
    font-size: 0.95rem;
    font-weight: 400;
}

/* Partners Section */
.partners-section {
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem 0 !important;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    overflow: hidden;
}

@media (min-width: 1024px) {
    .partners-section {
        padding: 2.5rem 0;
    }
}

/* Creative background image with parallax */
.partners-section::before {
    display: none;
}

.partners-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.03) 0%, transparent 70%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 249, 252, 0.98) 100%);
    pointer-events: none;
    z-index: 1;
}

.partners-section .container {
    position: relative;
    z-index: 2;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
    justify-items: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.partner-card {
    background: var(--bg-white);
    padding: 2rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: var(--transition);
}

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

.partner-image-placeholder {
    width: 150px;
    height: 150px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--border-color);
}

.partner-icon {
    font-size: 4rem;
}

.partner-card h4 {
    font-size: 1.5rem;
    color: var(--accent-gold);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.partner-qualification {
    color: var(--accent-gold);
    font-weight: 600;
    margin-bottom: 1rem;
}

.partner-description {
    color: var(--text-medium);
    line-height: 1.6;
    text-align: center;
}

/* Call/Consultation Section */
.call-consultation-section {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #A78BFA 100%) !important;
    position: relative;
    padding: 4rem 0;
    color: var(--text-white);
    overflow: hidden;
}

/* Override section background for call-consultation */
.section.call-consultation-section {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #A78BFA 100%) !important;
}

.call-consultation-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.1) 0%, transparent 60%),
        linear-gradient(135deg, rgba(107, 84, 53, 0.85) 0%, rgba(139, 111, 71, 0.9) 50%, rgba(166, 137, 95, 0.85) 100%);
    pointer-events: none;
    z-index: 0;
}

.call-consultation-section .container {
    position: relative;
    z-index: 1;
}

.call-consultation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
}

.call-us-box,
.schedule-box {
    text-align: center;
    flex: 1;
}

.call-us-box h3,
.schedule-box h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.call-us-box h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.or-divider {
    font-size: 1.25rem;
    font-weight: 600;
    opacity: 0.8;
}

.schedule-box .btn-primary {
    background: var(--bg-white);
    color: var(--primary-color);
    padding: 1rem 2.5rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: var(--transition);
}

.schedule-box .btn-primary:hover {
    background: var(--bg-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Latest News Section */
.latest-news-section {
    background: var(--bg-white);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .latest-news-section {
        padding: 4rem 0;
    }
}

@media (min-width: 1024px) {
    .latest-news-section {
        padding: 6rem 0;
    }
    
    .news-card {
        padding: 2rem 2.5rem;
    }
}

.latest-news-section::before {
    display: none;
}

.latest-news-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.02) 0%, transparent 60%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 246, 252, 0.98) 100%);
    pointer-events: none;
    z-index: 1;
}

.latest-news-section .container {
    position: relative;
    z-index: 1;
}

.latest-news-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
    max-width: 100%;
}

/* Keep backward compatibility with old class name */
.latest-news-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
    max-width: 100%;
}

.news-card {
    background: #ffffff;
    padding: 2rem 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.news-card::before {
    display: none;
}

.news-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-link:hover .news-card {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.15);
    background: #ffffff;
}

.news-card h3 {
    font-size: 1.25rem;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
}

.news-card h4 {
    font-size: 1rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.4;
}

.news-card p {
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

.news-meta {
    font-size: 0.9rem;
    color: var(--text-light);
    border-top: 1px solid var(--border-color);
    padding-top: 1rem;
    margin-top: 1rem;
}

.news-date,
.news-category {
    margin-right: 0.5rem;
}

/* Read More Link Styling */
.read-more-link {
    display: inline-block;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: 0.75rem;
    transition: all 0.3s ease;
    position: relative;
}

.read-more-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.read-more-link::after {
    content: ' →';
    display: inline-block;
    transition: transform 0.3s ease;
}

.read-more-link:hover::after {
    transform: translateX(4px);
}

.view-updates-link {
    text-align: center;
    margin-top: 3rem;
}

.btn-secondary {
    background: var(--accent-gold);
    color: var(--text-white);
    padding: 1rem 2.5rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(184, 134, 11, 0.3);
}

.btn-secondary:hover {
    background: var(--accent-gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(184, 134, 11, 0.4);
}

/* Latest News & Articles Section - Two Column Layout */
.latest-news-articles-section {
    background: #ffffff;
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.news-articles-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Left Column: Latest News */
.latest-news-column {
    display: flex;
    flex-direction: column;
}

.section-heading-left,
.section-heading-right {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: -0.02em;
}

.news-cards-container {
    display: flex;
    gap: 1rem;
    width: 100%;
    min-height: 250px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.news-image-card {
    flex: 0 0 calc(50% - 0.5rem);
    min-width: calc(50% - 0.5rem);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.6s ease, transform 0.6s ease;
    opacity: 1;
    transform: scale(1);
    height: 100%;
}

.news-image-card:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.news-image-card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.news-image-card img {
    width: 100%;
    height: auto;
    min-height: 250px;
    display: block;
    object-fit: cover;
}

.news-pagination-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: background 0.3s ease;
}

.pagination-dot.active {
    background: #6b7280;
}

.pagination-dot:hover {
    background: #9ca3af;
}

/* Right Column: Latest Articles */
.latest-articles-column {
    display: flex;
    flex-direction: column;
    position: relative;
}

.articles-list-container {
    position: relative;
    min-height: 300px;
}

.article-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.article-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.article-quote-icon {
    font-size: 3rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    font-family: Georgia, serif;
    flex-shrink: 0;
    margin-top: -0.5rem;
}

.article-content {
    flex: 1;
}

.article-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.article-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #2563eb;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
    transition: color 0.3s ease;
}

.article-read-more:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.article-read-more::after {
    content: '→';
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.article-read-more:hover::after {
    transform: translateX(4px);
}

/* Navigation Arrows for Articles */
.articles-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.articles-nav-btn:hover {
    background: #e5e7eb;
    color: #1a1a1a;
    border-color: #d1d5db;
}

.articles-nav-prev {
    left: -18px;
}

.articles-nav-next {
    right: -18px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .news-articles-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .articles-nav-prev {
        left: -10px;
    }
    
    .articles-nav-next {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .latest-news-articles-section {
        padding: 3rem 0;
    }
    
    .section-heading-left,
    .section-heading-right {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .news-cards-container {
        flex-direction: column;
    }
    
    .articles-nav-btn {
        display: none;
    }
    
    .article-quote-icon {
        font-size: 2.5rem;
    }
    
    .article-title {
        font-size: 0.95rem;
    }
}

/* ============================================
   TESTIMONIALS SLIDER
   ============================================ */
.testimonials-slider-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3rem;
    box-sizing: border-box;
}

/* Override for combined section to prevent overflow */
.testimonials-partners-combined .testimonials-slider-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    margin: 0;
}

@media (min-width: 1024px) {
    .testimonials-partners-combined .testimonials-slider-wrapper {
        padding: 0 1.5rem;
    }
}

.testimonials-slider {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.testimonial-slide {
    min-width: 100%;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    flex-shrink: 0;
    display: none;
    overflow: visible;
}

.testimonial-slide.active {
    display: block;
}

.testimonial-card-slider {
    background: var(--bg-white);
    padding: 3rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    word-wrap: break-word;
    box-sizing: border-box;
}

.testimonial-card-slider .testimonial-rating {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #FBBF24;
}

.testimonial-card-slider .testimonial-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    line-height: 1.95;
    color: var(--text-dark);
    margin-bottom: 2rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.02em;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: visible;
    text-overflow: clip;
    hyphens: auto;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.testimonial-card-slider .testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.testimonial-card-slider .testimonial-author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
}

.testimonial-card-slider .testimonial-author-info {
    text-align: center;
    margin-top: 0.5rem;
}

.testimonial-card-slider .testimonial-author-info h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    text-align: center;
    letter-spacing: -0.01em;
}

.testimonial-card-slider .testimonial-position {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: var(--text-medium);
    text-align: center;
    font-weight: 500;
    margin-top: 0.25rem;
}

.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bg-white);
    border: 2px solid var(--border-color);
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-md);
}

/* Ensure navigation buttons stay within column boundaries */
.testimonials-column .testimonial-prev {
    left: 0.5rem;
}

.testimonials-column .testimonial-next {
    right: 0.5rem;
}

.testimonial-nav:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-50%) scale(1.1);
}

.testimonial-prev {
    left: 0.5rem;
}

.testimonial-next {
    right: 0.5rem;
}

/* Ensure navigation buttons stay within testimonials column */
.testimonials-column .testimonial-prev {
    left: 0.5rem;
    z-index: 5;
}

.testimonials-column .testimonial-next {
    right: 0.5rem;
    z-index: 5;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border-color);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.testimonial-dot.active {
    background: var(--primary-color);
    width: 30px;
    border-radius: 15px;
}

/* ============================================
   VIDEO SECTION
   ============================================ */
.video-section {
    background: var(--bg-primary);
    padding: 5rem 0;
}

.video-section-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: linear-gradient(135deg, #1E40AF 0%, #2563EB 50%, #3B82F6 100%);
    background-size: cover;
    background-position: center center;
    border-radius: var(--radius-xl);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--shadow-xl);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-thumbnail:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(79, 70, 229, 0.3);
}

.video-thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.video-thumbnail:hover .video-thumbnail-overlay {
    background: rgba(0, 0, 0, 0.2);
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.3s ease;
}

.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-play-button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.5);
    outline-offset: 4px;
    border-radius: 50%;
}

/* Video Lightbox */
.video-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-lightbox.active {
    display: flex;
    opacity: 1;
}

.video-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.video-lightbox-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    z-index: 1;
    padding: 2rem;
}

.video-lightbox-close {
    position: absolute;
    top: -3rem;
    right: 0;
    background: transparent;
    border: none;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    z-index: 2;
}

.video-lightbox-close:hover {
    transform: rotate(90deg);
}

.video-lightbox-close:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
    border-radius: 4px;
}

.video-lightbox-player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #000;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.video-lightbox-player iframe,
.video-lightbox-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Styles for Mukesh Raj Sections */
@media (max-width: 768px) {
    .hero-badge {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
    
    .consultation-header h2 {
        font-size: 2rem;
    }
    
    .about-excellence-header h1 {
        font-size: 2.5rem;
    }
    
    .cta-content-mukesh h1 {
        font-size: 2.5rem;
    }
    
    .why-choose-subtitle h3 {
        font-size: 2rem;
    }
    
    .consultation-features {
        grid-template-columns: 1fr;
    }
    
    .services-grid-mukeshraj,
    .why-choose-grid,
    .testimonials-grid-mukeshraj,
    .partners-grid,
    .latest-news-list,
    .latest-news-grid {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .news-card {
        padding: 1.5rem;
        border-radius: 6px;
    }
    
    .news-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .news-card h4 {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }
    
    .news-card p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 1rem;
    }
    
    .read-more-link {
        font-size: 0.9rem;
        margin-top: 0.5rem;
    }
    
    .partners-grid {
        max-width: 100%;
        justify-items: center;
    }
    
    /* Enhanced responsive styles for Testimonials */
    .testimonials-section {
        padding: 3rem 0;
    }
    
    .testimonial-card-mukeshraj {
        padding: 2rem 1.5rem;
    }
    
    .testimonial-text {
        font-size: 1rem;
        padding-left: 1.25rem;
    }
    
    .testimonial-text::before {
        font-size: 2.5rem;
        top: -0.25rem;
    }
    
    .testimonial-card-mukeshraj::after {
        font-size: 6rem;
        top: 1rem;
        right: 1.5rem;
    }
    
    .testimonial-author-avatar {
        width: 45px;
        height: 45px;
        font-size: 1.125rem;
    }
    
    .testimonial-author h4 {
        font-size: 1rem;
    }
    
    .testimonial-position {
        font-size: 0.875rem;
    }
    
    .testimonial-rating .star {
        font-size: 1.125rem;
    }
    
    /* Enhanced responsive styles for Why Choose Us */
    .why-choose-section-mukeshraj {
        padding: 3rem 0;
    }
    
    .why-choose-intro {
        padding: 2rem 1.5rem;
        font-size: 1.1rem;
        margin-bottom: 3rem;
    }
    
    .why-choose-card-mukeshraj {
        padding: 2rem 1.5rem;
    }
    
    .why-choose-card-mukeshraj h4 {
        font-size: 1.375rem;
    }
}

/* ============================================
   WHY CHOOSE US - ENHANCED DIFFERENTIATORS
   ============================================ */
.why-choose-differentiators-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

@media (min-width: 768px) {
    .why-choose-differentiators-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .why-choose-differentiators-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}

.why-choose-differentiator-card {
    background: var(--bg-white);
    border-radius: 12px;
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-align: center;
    border: 1px solid var(--border-light);
    position: relative;
    overflow: hidden;
}

.why-choose-differentiator-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.why-choose-differentiator-card:hover::before {
    transform: scaleX(1);
}

.why-choose-differentiator-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-light);
}

.why-choose-differentiator-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
}

.why-choose-differentiator-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.why-choose-differentiator-description {
    font-size: 0.95rem;
    color: var(--text-medium);
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .why-choose-differentiators-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .why-choose-differentiator-card {
        padding: 2rem 1.5rem;
    }
    
    .why-choose-differentiator-icon {
        font-size: 2.5rem;
    }
    
    .why-choose-differentiator-title {
        font-size: 1.125rem;
    }
}

/* ============================================
   FEATURED SERVICES SECTION - Camantra Style
   ============================================ */
.featured-services-section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.featured-services-section::before {
    display: none;
}

.featured-services-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(99, 102, 241, 0.02) 100%);
    pointer-events: none;
    z-index: 1;
}

.featured-services-section .container {
    position: relative;
    z-index: 2;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--text-medium);
    font-weight: 500;
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}

.featured-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-top: 4rem;
}

@media (max-width: 968px) {
    .featured-services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.featured-service-card {
    background: var(--bg-white);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-light);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}


.featured-service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-light);
}

.featured-service-content {
    position: relative;
    z-index: 1;
}

.featured-service-number {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 6rem;
    font-weight: 300;
    color: #e5e7eb;
    line-height: 1;
    z-index: 0;
    font-family: 'Roboto', sans-serif;
}

.featured-service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
}

.featured-service-description {
    font-size: 0.95rem;
    color: var(--text-medium);
    line-height: 1.7;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.featured-service-image-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.featured-service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
    transition: transform 0.3s ease;
    background: var(--bg-white);
}

.featured-service-card:hover .featured-service-image {
    transform: scale(1.02);
}

@media (max-width: 968px) {
    .featured-service-card {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
    }
    
    .featured-service-image-wrapper {
        order: 2;
        height: 300px;
    }
    
    .featured-service-content {
        order: 1;
    }
    
    .featured-service-number {
        font-size: 4rem;
        top: -5px;
        left: -5px;
    }
    
    .featured-service-title {
        font-size: 1.125rem;
        margin-top: 0.5rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .featured-service-card {
        padding: 1.25rem;
    }
    
    .featured-service-number {
        font-size: 3.5rem;
    }
    
    .featured-service-title {
        font-size: 1rem;
    }
    
    .featured-service-description {
        font-size: 0.875rem;
    }
    
    .why-choose-card-mukeshraj p {
        font-size: 1rem;
    }
    
    /* Enhanced responsive styles for Services */
    .services-section-mukeshraj {
        padding: 3rem 0;
    }
    
    .service-card-mukeshraj {
        padding: 2.5rem 1.5rem;
    }
    
    .service-icon-mukeshraj {
        font-size: 3rem;
    }
    
    .service-card-mukeshraj h4 {
        font-size: 1.25rem;
    }
    
    .service-card-mukeshraj p {
        font-size: 0.95rem;
    }
    
    .call-consultation-wrapper {
        flex-direction: column;
        gap: 2rem;
    }
    
    .or-divider {
        transform: rotate(90deg);
    }
    
    .about-content-mukeshraj {
        padding: 3rem 2rem;
    }
    
    .about-content-mukeshraj h3 {
        font-size: 2rem;
    }
    
    .about-content-mukeshraj p {
        font-size: 1rem;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        margin-top: 2rem;
        padding-top: 2rem;
    }
    
    .about-highlight-item {
        padding: 1.25rem;
    }
    
    .about-highlight-number {
        font-size: 2rem;
    }
    
    .about-highlight-icon {
        font-size: 2rem;
    }
}

/* ============================================
   FLOATING CONTACT FORM OVERLAY - Balakrishnaandco Style
   ============================================ */
.floating-contact-form {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9998;
    font-family: 'Roboto', sans-serif;
}

.floating-form-toggle {
    background: var(--gradient-primary);
    color: var(--text-white);
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    min-height: 120px;
    justify-content: center;
}

.floating-form-toggle:hover {
    background: var(--gradient-primary-dark);
    transform: translateX(-5px);
    box-shadow: var(--shadow-2xl);
}

.toggle-icon {
    font-size: 1.5rem;
    display: block;
}

.toggle-text {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
}

.floating-form-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
    background: var(--bg-white);
    border-radius: 12px 0 0 12px;
    box-shadow: var(--shadow-2xl);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 90vh;
    overflow-y: auto;
    border: 1px solid var(--border-light);
}

.floating-contact-form.active .floating-form-content {
    transform: translateX(0);
}

.floating-form-header {
    background: var(--gradient-primary);
    color: var(--text-white);
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 0 0 0;
}

.floating-form-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.floating-form-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: var(--text-white);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.floating-form-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.floating-form {
    padding: 1.5rem;
}

.floating-form .form-group {
    margin-bottom: 1.25rem;
}

.floating-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-dark);
    font-size: 0.9rem;
}

.floating-form input,
.floating-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-medium);
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: 'Roboto', sans-serif;
    transition: var(--transition);
    box-sizing: border-box;
}

.floating-form input:focus,
.floating-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.floating-form textarea {
    resize: vertical;
    min-height: 100px;
}

.btn-floating-submit {
    width: 100%;
    background: var(--gradient-primary);
    color: var(--text-white);
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
}

.btn-floating-submit:hover {
    background: var(--gradient-primary-dark);
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

.btn-floating-submit:active {
    transform: translateY(0);
}

.floating-form-contact-info {
    padding: 1.25rem 1.5rem;
    background: var(--bg-light);
    border-top: 1px solid var(--border-light);
    font-size: 0.875rem;
    color: var(--text-medium);
    line-height: 1.6;
}

.floating-form-contact-info p {
    margin: 0.5rem 0;
}

.floating-form-contact-info strong {
    color: var(--text-dark);
    font-weight: 600;
}

/* Hide floating form on mobile */
@media (max-width: 768px) {
    .floating-contact-form {
        display: none;
    }
}

/* Smooth scrollbar for form content */
.floating-form-content::-webkit-scrollbar {
    width: 6px;
}

.floating-form-content::-webkit-scrollbar-track {
    background: var(--bg-light);
}

.floating-form-content::-webkit-scrollbar-thumb {
    background: var(--border-medium);
    border-radius: 3px;
}

.floating-form-content::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

/* ============================================
   LOCATION BENEFITS SECTION - SEO Content
   ============================================ */
.location-areas-title-wrapper {
    margin-top: 3rem;
}

/* ============================================
   KEY MANAGEMENT SECTION
   ============================================ */
.about-key-management-section {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.key-management-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
}

.key-management-category {
    background: var(--bg-white, #ffffff);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.key-management-category-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark, #1a1a1a);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary-color, #1e40af);
}

.key-management-members {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.key-management-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    background: var(--bg-light, #f8f9fa);
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.key-management-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.key-management-photo-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border: 4px solid var(--primary-color, #1e40af);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.key-management-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.key-management-info h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark, #1a1a1a);
    margin-bottom: 0.5rem;
}

.key-management-position {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color, #1e40af);
    margin-bottom: 0.5rem;
}

.key-management-qualification {
    font-size: 0.9rem;
    color: var(--text-gray, #666);
    margin-bottom: 1rem;
    font-style: italic;
}

.key-management-description {
    font-size: 0.95rem;
    color: var(--text-gray, #666);
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 768px) {
    .key-management-members {
        grid-template-columns: 1fr;
    }
    
    .key-management-photo-wrapper {
        width: 150px;
        height: 150px;
    }
}

.floating-form-contact-info {
    padding: 1.25rem 1.5rem;
    background: var(--bg-light);
    border-top: 1px solid var(--border-light);
    font-size: 0.875rem;
    color: var(--text-medium);
    line-height: 1.6;
}

.floating-form-contact-info p {
    margin: 0.5rem 0;
}

.floating-form-contact-info strong {
    color: var(--text-dark);
    font-weight: 600;
}

/* Hide floating form on mobile */
@media (max-width: 768px) {
    .floating-contact-form {
        display: none;
    }
}

/* Smooth scrollbar for form content */
.floating-form-content::-webkit-scrollbar {
    width: 6px;
}

.floating-form-content::-webkit-scrollbar-track {
    background: var(--bg-light);
}

.floating-form-content::-webkit-scrollbar-thumb {
    background: var(--border-medium);
    border-radius: 3px;
}

.floating-form-content::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

/* ============================================
   LOCATION BENEFITS SECTION - SEO Content
   ============================================ */
.location-areas-title-wrapper {
    margin-top: 3rem;
}

/* ============================================
   KEY MANAGEMENT SECTION
   ============================================ */
.about-key-management-section {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.key-management-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
}

.key-management-category {
    background: var(--bg-white, #ffffff);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.key-management-category-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark, #1a1a1a);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary-color, #1e40af);
}

.key-management-members {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.key-management-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    background: var(--bg-light, #f8f9fa);
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.key-management-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.key-management-photo-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1.5rem;
    border: 4px solid var(--primary-color, #1e40af);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.key-management-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.key-management-info h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark, #1a1a1a);
    margin-bottom: 0.5rem;
}

.key-management-position {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color, #1e40af);
    margin-bottom: 0.5rem;
}

.key-management-qualification {
    font-size: 0.9rem;
    color: var(--text-gray, #666);
    margin-bottom: 1rem;
    font-style: italic;
}

.key-management-description {
    font-size: 0.95rem;
    color: var(--text-gray, #666);
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 768px) {
    .key-management-members {
        grid-template-columns: 1fr;
    }
    
    .key-management-photo-wrapper {
        width: 150px;
        height: 150px;
    }
}

/* ============================================
   FLOATING CONTACT ACTION SYSTEM
   ============================================ */
.floating-contact-system {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9998;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 1rem;
}

.floating-contact-trigger {
    width: 56px;
    height: 56px;
    background: #0a1a66;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(10, 26, 102, 0.15);
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.floating-contact-trigger:hover {
    background: #081542;
    box-shadow: 0 8px 24px rgba(10, 26, 102, 0.25);
    transform: translateY(-2px);
}

.floating-contact-trigger:active {
    transform: translateY(0);
}

.floating-contact-trigger svg {
    width: 24px;
    height: 24px;
}

.floating-contact-buttons {
    display: none;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-end;
}

.floating-contact-buttons.visible {
    display: flex;
}

.floating-contact-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    background: #0a1a66;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(10, 26, 102, 0.15);
    transition: all 0.3s ease-out;
    font-size: 0.9375rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px);
}

.floating-contact-buttons.visible .floating-contact-btn {
    opacity: 1;
    transform: translateY(0);
}

.floating-contact-buttons.visible .floating-contact-whatsapp {
    transition-delay: 0ms;
}

.floating-contact-buttons.visible .floating-contact-chat {
    transition-delay: 100ms;
}

.floating-contact-buttons.visible .floating-contact-call {
    transition-delay: 200ms;
}

.floating-contact-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.floating-contact-whatsapp {
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
    background: #25D366;
    border-radius: 50%;
}

.floating-contact-whatsapp:hover {
    background: #20BA5A;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
    transform: translateY(-2px);
}

.floating-contact-whatsapp span {
    display: none;
}

.floating-contact-chat {
    background: #0a1a66;
    color: #ffffff;
}

.floating-contact-chat:hover {
    background: #081542;
    box-shadow: 0 8px 24px rgba(10, 26, 102, 0.25);
    transform: translateY(-2px);
}

.floating-contact-call {
    background: #ffffff;
    color: #0a1a66;
    border: 2px solid #0a1a66;
}

.floating-contact-call:hover {
    background: #0a1a66;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(10, 26, 102, 0.25);
    transform: translateY(-2px);
}

.floating-contact-call:hover svg {
    color: #ffffff;
}

.floating-contact-call svg {
    color: #0a1a66;
    transition: color 0.3s ease-out;
}

@media (max-width: 768px) {
    .floating-contact-system {
        bottom: 1.5rem;
        right: 1.5rem;
    }
    
    .floating-contact-trigger {
        width: 52px;
        height: 52px;
    }
    
    .floating-contact-trigger svg {
        width: 22px;
        height: 22px;
    }
    
    .floating-contact-btn {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    
    .floating-contact-whatsapp {
        width: 44px;
        height: 44px;
    }
    
    .floating-contact-btn svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .floating-contact-system {
        bottom: 1rem;
        right: 1rem;
    }
    
    .floating-contact-trigger {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }
    
    .floating-contact-trigger svg {
        width: 20px;
        height: 20px;
    }
    
    .floating-contact-btn {
        padding: 0.625rem 0.875rem;
        font-size: 0.8125rem;
        border-radius: 10px;
    }
    
    .floating-contact-whatsapp {
        width: 40px;
        height: 40px;
    }
    
    .floating-contact-btn svg {
        width: 16px;
        height: 16px;
    }
}

