/*
Theme Name: KSN Infra
Theme URI: https://ksninfra.com
Author: KSN Infra
Author URI: https://ksninfra.com
Description: Modern WordPress theme for Karsudi Shubha Nirmana Infra - A professional construction company website with responsive design, modern UI, and comprehensive features.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ksn-infra
Tags: construction, business, responsive, modern, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* New Modern Construction Design - Version 2.0 */

:root {
    /* Color System - OKLCH */
    --color-amber-500: oklch(76.9% .188 70.08);
    --color-gray-600: oklch(44.6% .03 256.802);
    --color-gray-800: oklch(27.8% .033 256.848);
    --color-zinc-100: oklch(96.7% .001 286.375);
    --color-black: #000;
    --color-white: #fff;
    
    /* Custom Color Palette */
    --color-primary-tp-light-orange: #fff6f2;
    --color-primary-light-orange: #ffe1d5;
    --color-primary-orange: #fb4d17;
    --color-secondary-light-navy: #698996;
    --color-secondary-navy: #0a1c40;
    --color-base-white: #fff;
    --color-base-white-background: #eee;
    --color-base-grey-stroke: #c8c8c8;
    --color-base-grey: #616161;
    --color-base-black: #111;
    
    /* Legacy Color Variables */
    --primary-color: #fda720;
    --secondary-color: var(--color-secondary-navy);
    --gray-50: var(--color-zinc-100);
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-600: var(--color-gray-600);
    --gray-700: #374151;
    --gray-800: var(--color-gray-800);
    --gray-900: var(--color-base-black);
    
    /* Spacing */
    --spacing: .25rem;
    
    /* Container Sizes */
    --container-lg: 32rem;
    --container-7xl: 80rem;
    
    /* Typography */
    --text-sm: .875rem;
    --text-base: 1rem;
    --text-lg: 1.25rem;
    --text-xl: 1.5rem;
    --text-2xl: 2rem;
    --text-3xl: 2.5rem;
    --text-4xl: 3.5rem;
    --text-5xl: 5rem;
    --text-6xl: 3.75rem;
    --text-7xl: 4.5rem;
    
    /* Font Weights */
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    
    /* Line Heights */
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    
    /* Border Radius */
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    
    /* Easing Functions */
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    
    /* Transitions */
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    
    /* Font Families */
    --default-font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Lucide Icons Styling */
[data-lucide] {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--default-font-family);
    padding-top: 80px;
    color: var(--color-gray-800);
    line-height: var(--leading-relaxed);
    font-size: var(--text-base);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--color-base-white);
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

/* Touch-friendly improvements */
button,
a,
input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(253, 167, 32, 0.2);
}

/* Ensure proper touch targets */
.btn,
.nav-link,
.service-link,
.sticky-btn {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Skip Link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--primary-color);
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 1000;
    border-radius: var(--radius-md);
    font-weight: var(--font-weight-medium);
}

.skip-link:focus {
    top: 90px;
    left: 20px;
}

/* Navbar - Modern & Clean */
.navbar {
    background: var(--color-base-white) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    padding: 1.5rem 0;
    transition: all 0.3s var(--ease-in-out);
    backdrop-filter: blur(10px);
}

.navbar.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 1rem 0;
    background: rgba(255, 255, 255, 0.98) !important;
}

.brand-logo {
    color: #245ac2;
    position: relative;
    padding-left: 1.5rem;
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-extrabold);
    text-decoration: none;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
}

.brand-text-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-main {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-extrabold);
    letter-spacing: -1px;
    color: #245ac2;
}

.brand-caption {
    font-size: 0.65rem;
    font-weight: var(--font-weight-normal);
    color: var(--color-base-grey);
    letter-spacing: 0.5px;
    margin-top: 2px;
    text-transform: uppercase;
}

.navbar-logo {
    height: 50px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.brand-accent {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 70%;
    background: var(--primary-color);
    border-radius: 3px;
}

.navbar-nav .nav-link {
    font-weight: var(--font-weight-medium);
    color: var(--color-gray-800) !important;
    padding: 0.5rem 1.25rem !important;
    margin: 0 0.25rem;
    transition: color var(--default-transition-duration) var(--default-transition-timing-function);
    font-size: var(--text-base);
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

/* ============================================
   NEW HERO SECTION - COMPLETELY REDESIGNED
   ============================================ */

.hero-section-new {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 0 80px;
    background: var(--color-base-black);
}

.hero-background-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.hero-video-new {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.7) contrast(1.2);
}

.hero-video-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(36 64 119 / 0%) 0%, rgb(0 6 19 / 44%) 50%, rgb(0 6 19) 100%);
    z-index: 1;
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(251, 77, 23, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(251, 77, 23, 0.08) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

.hero-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-main-content {
    text-align: center;
    margin-bottom: 4rem;
    color: white;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: rgba(251, 77, 23, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(251, 77, 23, 0.3);
    border-radius: 50px;
    margin-bottom: 2rem;
    transition: all 0.3s var(--ease-in-out);
}

.hero-tag:hover {
    background: rgba(251, 77, 23, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(251, 77, 23, 0.2);
}

.tag-icon {
    color: var(--primary-color);
    font-size: 1.25rem;
}

.tag-text {
    font-size: var(--text-sm);
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.95);
}

.hero-headline {
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: var(--font-weight-medium);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -3px;
}

.headline-main {
    display: block;
    color: white;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.headline-accent {
    display: block;
    background: linear-gradient(286deg, rgba(255, 255, 255, 1) 0%, rgb(253 167 32) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 0.5rem;
}

.hero-description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: var(--leading-relaxed);
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin: 0 auto 3rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.125rem 2.5rem;
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    border-radius: var(--radius-md);
    transition: all 0.3s var(--ease-in-out);
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-hero-primary {
    background: #245ac2;
    color: white;
    box-shadow: 0 8px 25px rgba(36, 90, 194, 0.3);
}

.btn-hero-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-hero-primary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(36, 90, 194, 0.4);
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
}

.btn-hero i {
    transition: transform 0.3s var(--ease-in-out);
}

.btn-hero:hover i {
    transform: translateX(4px);
}

/* Stats Grid */
.hero-stats-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 4rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.stat-box {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    transition: all 0.3s var(--ease-in-out);
    position: relative;
    overflow: hidden;
}

.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(251, 77, 23, 0.1), transparent);
    transition: left 0.5s var(--ease-in-out);
}

.stat-box:hover::before {
    left: 100%;
}

.stat-box:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(251, 77, 23, 0.3);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.stat-icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    background: rgba(251, 77, 23, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.75rem;
    transition: all 0.3s var(--ease-in-out);
}

.stat-box:hover .stat-icon-wrapper {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.stat-content {
    color: white;
}

.stat-value-new {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: var(--font-weight-medium);
    line-height: 1;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-text-new {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.8);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Contact Form - Now in Contact Section */
.hero-form-container {
    max-width: 600px;
    margin: 4rem auto 0;
}

.hero-form-card {
    background: white;
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--color-base-grey-stroke);
    transition: all 0.4s var(--ease-in-out);
    height: 100%;
}

.hero-form-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-title {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 0.5rem;
}

.form-subtitle {
    font-size: var(--text-sm);
    color: var(--color-base-grey);
}

.hero-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-field {
    position: relative;
    display: flex;
    align-items: center;
}

.form-field i,
.form-field [data-lucide] {
    position: absolute;
    left: 1.25rem;
    color: var(--color-base-grey);
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 1rem 1.25rem 1rem 3rem;
    font-size: var(--text-base);
    font-family: var(--default-font-family);
    color: var(--color-secondary-navy);
    background: white;
    border: 1px solid var(--color-base-grey-stroke);
    border-radius: var(--radius-md);
    transition: all 0.3s var(--ease-in-out);
}

.form-field textarea {
    padding-top: 1rem;
    resize: vertical;
    min-height: 100px;
}

.form-field:has(textarea) [data-lucide] {
    top: 1.5rem;
    transform: translateY(0);
    align-items: flex-start;
}

.form-field select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23616161' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    padding-right: 3rem;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(251, 77, 23, 0.1);
}

.btn-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    padding: 1.125rem;
    background: #245ac2;
    color: white;
    border: none;
    border-radius: var(--radius-md);
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    font-family: var(--default-font-family);
    cursor: pointer;
    transition: all 0.3s var(--ease-in-out);
    margin-top: 0.5rem;
}

.btn-form-submit:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(36, 90, 194, 0.3);
}

.btn-form-submit i {
    transition: transform 0.3s var(--ease-in-out);
}

.btn-form-submit:hover i {
    transform: translateX(4px);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    z-index: 2;
    color: rgba(255, 255, 255, 0.8);
}

.scroll-mouse {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    position: relative;
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(16px);
    }
}

.scroll-text {
    font-size: var(--text-sm);
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section-new {
        padding: 100px 0 60px;
    }
    
    .hero-headline {
        font-size: clamp(2rem, 10vw, 3.5rem);
        letter-spacing: -2px;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-hero {
        width: 100%;
        justify-content: center;
    }
    
    .hero-stats-new {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .stat-box {
        padding: 1.5rem 1rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .hero-form-card {
        padding: 2rem 1.5rem;
    }
}

/* Old Hero Section - Keep for reference but hidden */
.hero-section {
    display: none;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(251, 77, 23, 0.15) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.85) contrast(1.1);
    transition: filter 0.3s var(--ease-in-out);
}

.hero-section:hover .hero-video {
    filter: brightness(0.9) contrast(1.15);
}

.hero-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(34, 46, 60, 0.75) 0%, rgba(34, 46, 60, 0.6) 50%, rgba(251, 77, 23, 0.3) 100%);
    z-index: 1;
}

.hero-overlay::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, rgba(34, 46, 60, 0.4), transparent);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 2rem;
    transition: all 0.3s var(--ease-in-out);
}

.hero-badge-wrapper:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.hero-badge-dot {
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 0 rgba(251, 77, 23, 0.7);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(251, 77, 23, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(251, 77, 23, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(251, 77, 23, 0);
    }
}

.hero-badge {
    display: inline-block;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    color: rgba(255, 255, 255, 0.95);
    border-radius: 0;
    font-size: var(--text-sm);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
}

.hero-title {
    font-size: clamp(2.5rem, 7vw, 6rem);
    font-weight: var(--font-weight-medium);
    line-height: var(--leading-tight);
    margin-bottom: 2rem;
    letter-spacing: -2px;
    color: white;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
    position: relative;
}

.hero-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.hero-subtitle {
    font-size: clamp(1rem, 1.75vw, 1.375rem);
    line-height: var(--leading-relaxed);
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.95);
    max-width: 700px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    font-weight: var(--font-weight-normal);
    margin-top: 1rem;
}

.hero-stats {
    margin-top: 3rem;
    padding: 2.5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.stat-item {
    text-align: left;
    padding-right: 2rem;
    position: relative;
    transition: all 0.3s var(--ease-in-out);
}

.stat-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

.stat-item:last-child::after {
    display: none;
}

.stat-item:hover {
    transform: translateY(-4px);
}

.stat-number {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: var(--font-weight-medium);
    color: white;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    display: block;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: var(--font-weight-medium);
}

.hero-cta {
    margin-top: 2.5rem;
}

.hero-cta .btn {
    font-weight: var(--font-weight-medium);
    padding: 1.125rem 2.75rem;
    border-radius: var(--radius-md);
    font-size: var(--text-base);
    transition: all 0.3s var(--ease-in-out);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-cta .btn-primary {
    background: var(--primary-color);
    border: none;
}

.hero-cta .btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.hero-cta .btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

.hero-cta .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(251, 77, 23, 0.4);
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: white;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    font-weight: var(--font-weight-medium);
}

.btn-outline-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.3s var(--ease-in-out);
    z-index: -1;
}

.btn-outline-light:hover::before {
    left: 0;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.6);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Quick Contact Form - Modern */
.hero-contact-form {
    position: relative;
    z-index: 2;
    animation: fadeInRight 0.8s ease-out 0.2s both;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.quick-contact-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    padding: 3rem;
    border-radius: var(--radius-xl);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.4s var(--ease-in-out);
    position: relative;
    overflow: hidden;
}

.quick-contact-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(251, 77, 23, 0.05) 0%, transparent 70%);
    transition: transform 0.6s var(--ease-in-out);
}

.quick-contact-card:hover::before {
    transform: scale(1.1);
}

.quick-contact-card:hover {
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
    transform: translateY(-6px);
    border-color: rgba(251, 77, 23, 0.3);
}

.quick-contact-title {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 0.75rem;
    line-height: var(--leading-tight);
    position: relative;
    padding-bottom: 1rem;
}

.quick-contact-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
}

.quick-contact-subtitle {
    font-size: var(--text-base);
    color: var(--color-base-grey);
    margin-bottom: 2.5rem;
    line-height: var(--leading-relaxed);
}

.quick-contact-form .form-group {
    margin-bottom: 1.25rem;
}

.quick-contact-form .form-control {
    width: 100%;
    padding: 0.875rem 1.25rem;
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    color: var(--color-secondary-navy);
    background: white;
    border: 1px solid var(--color-base-grey-stroke);
    border-radius: var(--radius-md);
    transition: all var(--default-transition-duration) var(--default-transition-timing-function);
    font-family: var(--default-font-family);
}

.quick-contact-form .form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(251, 77, 23, 0.1);
}

.quick-contact-form .form-control::placeholder {
    color: var(--color-base-grey);
    font-weight: var(--font-weight-normal);
}

.quick-contact-form select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23616161' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    padding-right: 3rem;
}

.quick-contact-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.quick-contact-form .btn {
    margin-top: 0.5rem;
}

@media (max-width: 991px) {
    .hero-section {
        min-height: auto;
        padding: 6rem 0 4rem;
    }
    
    .hero-title {
        font-size: clamp(2rem, 8vw, 3rem);
        margin-bottom: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: clamp(0.95rem, 2vw, 1.1rem);
    }
    
    .hero-stats {
        gap: 2rem;
        margin-top: 2rem;
    }
    
    .stat-item {
        padding-right: 1.5rem;
    }
    
    .stat-number {
        font-size: clamp(2rem, 5vw, 2.5rem);
    }
    
    .hero-cta {
        margin-top: 2rem;
    }
    
    .hero-cta .btn {
        padding: 1rem 2rem;
        font-size: var(--text-sm);
    }
    
    .hero-contact-form {
        margin-top: 3rem;
    }
    
    .quick-contact-card {
        padding: 2rem 1.5rem;
    }
    
    .hero-badge-wrapper {
        padding: 0.4rem 1rem;
        margin-bottom: 1.5rem;
    }
}

/* Trust Badges - Modern Grid */
.trust-badges {
    background: var(--color-base-white);
    border-bottom: 1px solid var(--gray-200);
    padding: 3rem 0;
}

.trust-item {
    padding: 2.5rem 1rem;
    transition: all 0.3s var(--ease-in-out);
    position: relative;
}

.trust-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: width 0.3s var(--ease-in-out);
}

.trust-item:hover::after {
    width: 60px;
}

.trust-item:hover {
    transform: translateY(-6px);
}

.trust-item i {
    font-size: 3rem;
    margin-bottom: 1.25rem;
    color: var(--primary-color);
    transition: all 0.3s var(--ease-in-out);
}

.trust-item:hover i {
    transform: scale(1.15) rotate(5deg);
}

.trust-item .small {
    color: var(--color-secondary-navy);
    font-weight: var(--font-weight-medium);
    font-size: var(--text-base);
}

/* Section Styles - Consistent Spacing */
section {
    padding: 6rem 0;
    position: relative;
}

/* Ensure consistent spacing for all sections */
section:not(.hero-section-new):not(.hero-section) {
    padding: 6rem 0;
}

section:nth-child(even):not(.hero-section):not(.hero-section-new):not(.stats-section) {
    background: var(--color-base-white);
}

section:nth-child(odd):not(.hero-section):not(.hero-section-new):not(.stats-section):not(.locations-section) {
    background: rgb(251 77 23 / 8%);
}

.locations-section {
    background: var(--color-base-white);
    position: relative;
    overflow: hidden;
}

.locations-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(253, 167, 32, 0.03) 0%, rgba(36, 90, 194, 0.03) 100%);
    pointer-events: none;
}

.location-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fda720 0%, #245ac2 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.location-card:hover::before {
    transform: scaleX(1);
}

.location-card:hover {
    transform: translateY(-8px);
    border-color: rgba(253, 167, 32, 0.3);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.location-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(253, 167, 32, 0.1) 0%, rgba(36, 90, 194, 0.1) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.location-icon-wrapper [data-lucide] {
    width: 36px;
    height: 36px;
    stroke-width: 2;
}

.location-card:hover .location-icon-wrapper {
    transform: scale(1.1) rotate(-5deg);
    background: linear-gradient(135deg, rgba(253, 167, 32, 0.2) 0%, rgba(36, 90, 194, 0.2) 100%);
}

.location-name {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.location-description {
    font-size: var(--text-sm);
    color: var(--color-base-grey);
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.location-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem;
    background: linear-gradient(135deg, rgba(253, 167, 32, 0.1) 0%, rgba(36, 90, 194, 0.1) 100%);
    color: var(--primary-color);
    border-radius: 20px;
    font-size: var(--text-sm);
    font-weight: var(--font-weight-medium);
    position: relative;
}

.location-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #28a745;
    border-radius: 50%;
    display: inline-block;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.location-card:hover .location-badge {
    background: linear-gradient(135deg, rgba(253, 167, 32, 0.15) 0%, rgba(36, 90, 194, 0.15) 100%);
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .location-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .location-icon-wrapper {
        width: 64px;
        height: 64px;
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }
    
    .location-icon-wrapper [data-lucide] {
        width: 28px;
        height: 28px;
    }
    
    .location-name {
        font-size: var(--text-lg);
    }
}

/* Specific section spacing overrides */
.why-choose-section-new {
    padding: 6rem 0 !important;
}

.testimonials-section-carousel {
    padding: 6rem 0 !important;
}

.stats-section {
    padding: 6rem 0 !important;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem;
    color: var(--primary-color);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    position: relative;
}

.section-badge::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-base-white-background);
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-badge::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 1px solid var(--color-base-white);
    position: absolute;
    left: 0.375rem;
}

.section-title {
    font-size: clamp(2rem, 5vw, 3.75rem);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 1.5rem;
    line-height: var(--leading-tight);
    letter-spacing: -1px;
}

.section-subtitle {
    font-size: var(--text-lg);
    color: var(--color-base-grey);
    margin-bottom: 0;
    line-height: var(--leading-relaxed);
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-weight: var(--font-weight-normal);
}

/* ============================================
   WHY CHOOSE US SECTION - NEW VERSION
   ============================================ */

.why-choose-section-new {
    background: var(--color-base-white);
    position: relative;
    overflow: hidden;
}

.why-choose-section-new::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, rgba(251, 77, 23, 0.03) 0%, transparent 100%);
    pointer-events: none;
}

.why-choose-image-wrapper {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.why-choose-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s var(--ease-in-out);
}

.why-choose-image-wrapper:hover .why-choose-image {
    transform: scale(1.05);
}

.why-choose-header {
    margin-bottom: 3rem;
}

.why-choose-content {
    position: relative;
    z-index: 1;
}

.why-choose-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 1.5rem;
    line-height: var(--leading-tight);
    letter-spacing: -1px;
}

.why-choose-description {
    font-size: var(--text-lg);
    color: var(--color-base-grey);
    line-height: var(--leading-relaxed);
    margin-bottom: 0;
}

/* Features Grid */
.why-choose-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.why-feature-card {
    background: white;
    border: 1px solid var(--color-base-grey-stroke);
    border-radius: var(--radius-lg);
    padding: 2rem;
    position: relative;
    transition: all 0.4s var(--ease-in-out);
    overflow: hidden;
}

.why-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s var(--ease-in-out);
}

.why-feature-card:hover::before {
    transform: scaleX(1);
}

.why-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.why-feature-number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-bold);
    color: rgba(251, 77, 23, 0.1);
    line-height: 1;
}

.why-feature-icon-wrapper {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(251, 77, 23, 0.1);
    border-radius: var(--radius-md);
    color: var(--primary-color);
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s var(--ease-in-out);
}

.why-feature-card:hover .why-feature-icon-wrapper {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1) rotate(-5deg);
}

.why-feature-content h3 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 0.75rem;
    line-height: var(--leading-tight);
}

.why-feature-content p {
    font-size: var(--text-base);
    color: var(--color-base-grey);
    line-height: var(--leading-relaxed);
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .why-choose-features-grid {
        grid-template-columns: 1fr;
    }
    
    .why-feature-card {
        padding: 1.5rem;
    }
    
    .why-choose-title {
        font-size: 2rem;
    }
    
    .why-choose-description {
        font-size: var(--text-base);
        margin-bottom: 2rem;
    }
}

/* Old Feature Cards - Keep for backward compatibility */
.feature-card {
    padding: 2.5rem 0;
    height: 100%;
    transition: all 0.3s var(--ease-in-out);
    position: relative;
}

.feature-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: var(--primary-color);
    transition: height 0.3s var(--ease-in-out);
}

.feature-card:hover::before {
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-6px);
    padding-left: 1rem;
}

.feature-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 2.75rem;
    margin-bottom: 2rem;
    transition: all 0.3s var(--ease-in-out);
    position: relative;
}

.feature-card:hover .feature-icon {
    transform: scale(1.15) rotate(5deg);
}

.feature-card h3 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 1rem;
    line-height: var(--leading-tight);
}

.feature-card p {
    color: var(--color-base-grey);
    margin-bottom: 0;
    line-height: var(--leading-relaxed);
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
}

/* Process Cards - Modern Design */
.process-card {
    padding: 3rem 0;
    text-align: center;
    transition: all 0.3s var(--ease-in-out);
    position: relative;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-8px);
}

.process-number {
    position: absolute;
    top: 0;
    right: 0;
    font-size: var(--text-sm);
    font-weight: var(--font-weight-bold);
    color: var(--primary-color);
    letter-spacing: 2px;
    opacity: 0.3;
}

.process-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 3rem;
    margin: 0 auto 2rem;
    transition: all 0.3s var(--ease-in-out);
    position: relative;
    background: #fff;
    border-radius: 100%;
}

.process-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    opacity: 0.1;
    transition: all 0.3s var(--ease-in-out);
}

.process-card:hover .process-icon::after {
    opacity: 0.3;
    transform: scale(1.2);
}

.process-card:hover .process-icon {
    transform: scale(1.1);
}

.process-card h3 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 1rem;
    line-height: var(--leading-tight);
}

.process-card p {
    color: var(--color-base-grey);
    margin-bottom: 0;
    line-height: var(--leading-relaxed);
    font-weight: var(--font-weight-normal);
}

/* Service Cards - Modern Design */
.service-card {
    overflow: hidden;
    transition: all 0.4s var(--ease-in-out);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--primary-color);
    transition: width 0.4s var(--ease-in-out);
}

.service-card:hover::after {
    width: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-image-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: var(--gray-100);
}

.service-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease-in-out);
}

.service-card:hover .service-image-wrapper img {
    transform: scale(1.05);
}

.service-overlay {
    display: none;
}

.service-content {
    padding: 2rem 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 3rem;
    margin: -50px auto 2rem;
    transition: all 0.4s var(--ease-in-out);
    position: relative;
    z-index: 2;
    background: var(--color-base-white);
    border-radius: 50%;
    padding: 1rem;
}

.service-card:hover .service-icon {
    transform: scale(1.15) rotate(-5deg);
    background: var(--primary-color);
    color: white;
}

.service-content h3 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 1rem;
    text-align: center;
    line-height: var(--leading-tight);
}

.service-content p {
    color: var(--color-base-grey);
    margin-bottom: 1.5rem;
    text-align: center;
    flex-grow: 1;
    line-height: var(--leading-relaxed);
    font-weight: var(--font-weight-normal);
}

.service-link {
    color: var(--primary-color);
    font-weight: var(--font-weight-medium);
    text-decoration: none;
    text-align: center;
    transition: all var(--default-transition-duration) var(--default-transition-timing-function);
    font-size: var(--text-base);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.service-link:hover {
    color: var(--secondary-color);
    gap: 0.75rem;
}

.service-link i {
    transition: transform var(--default-transition-duration) var(--default-transition-timing-function);
}

.service-link:hover i {
    transform: translateX(4px);
}

/* Stats Section - Modern Design */
.stats-section {
    background: var(--secondary-color);
    color: white;
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(251, 77, 23, 0.1) 0%, transparent 100%);
    pointer-events: none;
}

.stat-card {
    text-align: center;
    padding: 3rem 1.5rem;
    transition: all 0.3s var(--ease-in-out);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(251, 77, 23, 0.1);
    transition: height 0.3s var(--ease-in-out);
}

.stat-card:hover::before {
    height: 100%;
}

.stat-card:first-child {
    border-left: none;
}

.stat-card:last-child {
    border-bottom: none;
}

@media (max-width: 991px) {
    .stat-card {
        border-left: none;
        border-bottom: 0.8px solid var(--color-base-grey-stroke);
    }
    
    .stat-card:last-child {
        border-bottom: none;
    }
}

.stat-card:hover {
    transform: translateY(-4px);
}

.stat-value {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: var(--font-weight-medium);
    line-height: 1;
    margin-bottom: 0.75rem;
    color: white;
    position: relative;
    z-index: 1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: block;
}

.stat-value-text {
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: var(--font-weight-medium);
    line-height: 1;
    margin-bottom: 0;
    color: white;
}

.stat-label {
    font-size: var(--text-base);
    text-transform: none;
    letter-spacing: 0;
    opacity: 0.9;
    font-weight: var(--font-weight-normal);
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
}

@media (min-width: 992px) {
    .stat-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .stat-value {
        margin-bottom: 0.75rem;
    }
    
    .stat-label {
        text-align: center;
        max-width: none;
    }
}

/* About Section - Modern */
.about-features {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem 0;
    transition: all 0.3s var(--ease-in-out);
}

.about-feature-item:hover {
    padding-left: 1rem;
}

.about-feature-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
    transition: all 0.3s var(--ease-in-out);
    flex-shrink: 0;
}

.about-feature-item:hover i {
    transform: scale(1.2) rotate(-5deg);
}

.about-image-wrapper {
    position: relative;
}

.about-image-wrapper img {
    width: 100%;
}

.about-badge {
    position: absolute;
    bottom: -40px;
    right: -40px;
    background: var(--primary-color);
    color: white;
    padding: 2.5rem;
    text-align: center;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(251, 77, 23, 0.4);
}

.about-badge-number {
    font-size: var(--text-4xl);
    font-weight: var(--font-weight-medium);
    line-height: 1;
}

.about-badge-text {
    font-size: var(--text-sm);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
    opacity: 0.95;
    font-weight: var(--font-weight-medium);
}

/* ============================================
   TESTIMONIALS CAROUSEL - NEW VERSION
   ============================================ */

.testimonials-section-carousel {
    background: rgb(251 77 23 / 8%);
    position: relative;
}

.testimonials-section-carousel .carousel {
    padding: 0rem 0;
}

.testimonial-carousel-card {
    background: white;
    border-radius: 24px;
    padding: 1rem 3.5rem;
    text-align: center;
    border: none;
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}


.testimonial-carousel-card:hover::before {
    opacity: 1;
}

.testimonial-quote-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, rgba(253, 167, 32, 0.15) 0%, rgba(36, 90, 194, 0.15) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.75rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-carousel-card:hover .testimonial-quote-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(253, 167, 32, 0.2) 0%, rgba(36, 90, 194, 0.2) 100%);
}

.testimonial-quote-icon::after {
    display: none;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.testimonial-rating-carousel {
    color: #fbbf24;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    gap: 0.375rem;
}

.testimonial-rating-carousel [data-lucide] {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
    filter: drop-shadow(0 2px 4px rgba(251, 191, 36, 0.3));
}

.testimonial-rating-carousel i {
    transition: transform 0.3s var(--ease-in-out);
}

.testimonial-rating-carousel i:hover {
    transform: scale(1.2);
}

.testimonial-text-carousel {
    font-size: 1.125rem;
    color: var(--color-gray-700);
    line-height: 1.75;
    margin-bottom: 0rem;
    font-style: normal;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.testimonial-text-carousel::before {
    content: '"';
    font-size: 4rem;
    color: rgba(253, 167, 32, 0.15);
    position: absolute;
    top: -1.5rem;
    left: -1rem;
    font-family: Georgia, serif;
    line-height: 1;
    font-weight: 700;
}

.testimonial-author-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 50px;
}

.testimonial-avatar-carousel {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(253, 167, 32, 0.1) 0%, rgba(36, 90, 194, 0.1) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.75rem;
    border: 2px solid rgba(253, 167, 32, 0.2);
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-carousel-card:hover .testimonial-avatar-carousel {
    transform: scale(1.05);
    border-color: var(--primary-color);
    box-shadow: 0 8px 20px rgba(253, 167, 32, 0.2);
}

.testimonial-info {
    text-align: left;
}

.testimonial-name-carousel {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 0.25rem;
}

.testimonial-role-carousel {
    font-size: var(--text-sm);
    color: var(--color-base-grey);
    font-weight: var(--font-weight-normal);
}

/* Carousel Indicators */
.testimonial-indicators {
    display: none;
}

.testimonial-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-base-grey-stroke);
    border: none;
    margin: 0 0.5rem;
    transition: all 0.3s var(--ease-in-out);
    opacity: 0.5;
}

.testimonial-indicators button.active {
    background: var(--primary-color);
    opacity: 1;
    width: 32px;
    border-radius: 6px;
}

.testimonial-indicators button:hover {
    opacity: 0.8;
}

/* Carousel Controls */
.testimonial-control-prev,
.testimonial-control-next {
    width: 52px;
    height: 52px;
    background: white;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: var(--primary-color);
    font-size: 1.125rem;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
}

.testimonial-control-prev {
    left: -26px;
}

.testimonial-control-next {
    right: -26px;
}

.testimonial-control-prev:hover,
.testimonial-control-next:hover {
    background: linear-gradient(135deg, #fda720 0%, #245ac2 100%);
    color: white;
    border-color: transparent;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 8px 24px rgba(253, 167, 32, 0.4);
}

.testimonial-control-prev:active,
.testimonial-control-next:active {
    transform: translateY(-50%) scale(0.95);
}

.testimonial-control-prev:focus,
.testimonial-control-next:focus {
    box-shadow: 0 0 0 4px rgba(253, 167, 32, 0.2);
    outline: none;
}

.testimonial-control-prev [data-lucide],
.testimonial-control-next [data-lucide] {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
    display: block;
    margin: 0 auto;
}

/* Carousel Animation */
.carousel-item {
    transition: transform 0.6s ease-in-out;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-carousel-card {
        padding: 2.5rem 2rem;
        min-height: 350px;
    }
    
    .testimonial-control-prev {
        left: 10px;
    }
    
    .testimonial-control-next {
        right: 10px;
    }
    
    .testimonial-control-prev,
    .testimonial-control-next {
        width: 48px;
        height: 48px;
        font-size: 1rem;
    }
    
    .testimonial-text-carousel {
        font-size: var(--text-base);
    }
}

@media (max-width: 576px) {
    body {
        font-size: 14px;
    }
    
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    /* Typography */
    .section-title {
        font-size: 1.5rem;
    }
    
    .hero-headline {
        font-size: 2rem;
    }
    
    /* Sections */
    section {
        padding: 2.5rem 0;
    }
    
    /* Navigation */
    .brand-logo {
        font-size: 1.125rem;
        padding-left: 1rem;
    }
    
    .brand-main {
        font-size: 1.125rem;
    }
    
    .brand-caption {
        font-size: 0.5rem;
    }
    
    /* Cards */
    .service-card,
    .process-card {
        margin-bottom: 1.5rem;
    }
    
    .service-content {
        padding: 1.25rem 0;
    }
    
    .why-feature-card {
        padding: 1.25rem;
    }
    
    /* Testimonials */
    .testimonial-carousel-card {
        padding: 2rem 1.25rem;
        min-height: auto;
        border-radius: 12px;
    }
    
    .testimonial-quote-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
        border-radius: 12px;
    }
    
    .testimonial-text-carousel {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .testimonial-text-carousel::before {
        font-size: 2.5rem;
        top: -0.75rem;
        left: -0.25rem;
    }
    
    .testimonial-rating-carousel {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .testimonial-rating-carousel [data-lucide] {
        width: 18px;
        height: 18px;
    }
    
    .testimonial-avatar-carousel {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
        border-radius: 12px;
    }
    
    .testimonial-name-carousel {
        font-size: 1rem;
    }
    
    .testimonial-role-carousel {
        font-size: 0.85rem;
    }
    
    .testimonial-control-prev,
    .testimonial-control-next {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
        border-radius: 10px;
    }
    
    .testimonial-control-prev {
        left: 5px;
    }
    
    .testimonial-control-next {
        right: 5px;
    }
    
    /* Contact */
    .contact-info-card {
        padding: 1.5rem 0;
    }
    
    .contact-item {
        margin-bottom: 1.5rem;
    }
    
    .contact-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }
    
    /* Forms */
    .hero-form-card {
        padding: 1.5rem 1rem;
    }
    
    .form-field input,
    .form-field select,
    .form-field textarea {
        padding: 0.75rem 0.875rem 0.75rem 2.5rem;
        font-size: 0.9rem;
    }
    
    .form-field i,
    .form-field [data-lucide] {
        left: 0.875rem;
        font-size: 0.85rem;
    }
    
    .btn-form-submit {
        padding: 1rem;
        font-size: 0.95rem;
    }
    
    /* Stats */
    .stat-card {
        padding: 1.5rem 0.75rem;
    }
    
    .stat-value {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.85rem;
    }
    
    /* Footer */
    .footer-top {
        padding: 2.5rem 0 1.5rem;
    }
    
    .footer-logo-img {
        height: 80px;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    /* Sticky CTA */
    .sticky-cta {
        bottom: 15px;
        right: 15px;
        gap: 0.5rem;
    }
    
    .sticky-btn {
        width: 48px;
        height: 48px;
        font-size: 1rem;
    }
    
    .sticky-btn [data-lucide] {
        width: 18px;
        height: 18px;
    }
    
    /* Hero Actions */
    .btn-hero {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
    
    /* Process Cards */
    .process-icon {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .process-card h3 {
        font-size: 1.125rem;
    }
    
    /* Service Cards */
    .service-icon {
        width: 64px;
        height: 64px;
        font-size: 2.5rem;
        margin: -40px auto 1.5rem;
    }
    
    .service-content h3 {
        font-size: 1.125rem;
    }
    
    /* Why Choose */
    .why-feature-icon-wrapper {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }
    
    .why-feature-content h3 {
        font-size: 1.125rem;
    }
}

/* Old Testimonial Cards - Keep for backward compatibility */
.testimonial-card {
    padding: 3rem 0 3rem 2.5rem;
    transition: all 0.3s var(--ease-in-out);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-left: 4px solid var(--primary-color);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6rem;
    color: var(--primary-color);
    opacity: 0.1;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    padding-left: 3rem;
}

.testimonial-rating {
    color: #fbbf24;
    font-size: var(--text-lg);
    margin-bottom: 1.5rem;
}

.testimonial-text {
    color: var(--color-gray-700);
    font-style: italic;
    line-height: var(--leading-relaxed);
    margin-bottom: 2rem;
    flex-grow: 1;
    font-size: var(--text-base);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-avatar {
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 1.75rem;
    border: 3px solid var(--primary-color);
    transition: all 0.3s var(--ease-in-out);
}

.testimonial-card:hover .testimonial-avatar {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

.testimonial-name {
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 0.25rem;
    font-size: var(--text-base);
}

.testimonial-role {
    font-size: var(--text-sm);
    color: var(--color-base-grey);
    font-weight: var(--font-weight-normal);
}

/* Contact Section - Modern Design */
.contact-info-card,
.contact-cta-card {
    padding: 3rem 0;
    height: 100%;
}

.contact-info-card h3 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.contact-info-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
}

.contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    align-items: flex-start;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 72px;
    height: 72px;
    background: rgba(251, 77, 23, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 2rem;
    flex-shrink: 0;
    transition: all 0.3s var(--ease-in-out);
}

.contact-item:hover .contact-icon {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.contact-item h5 {
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 0.75rem;
    font-size: var(--text-lg);
}

.contact-item p {
    color: var(--color-base-grey);
    margin-bottom: 0;
    line-height: var(--leading-relaxed);
    font-weight: var(--font-weight-normal);
}

.contact-item a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color var(--default-transition-duration) var(--default-transition-timing-function);
}

.contact-item a:hover {
    color: var(--secondary-color);
}

.contact-cta-card .btn {
    width: 100%;
    font-weight: var(--font-weight-semibold);
    padding: 1rem 2rem;
    border-radius: var(--radius-md);
    font-size: var(--text-base);
}

/* ============================================
   FOOTER - NEW VERSION
   ============================================ */

.footer-new {
    background: var(--color-secondary-navy);
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    overflow: hidden;
}

.footer-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
}

.footer-top {
    padding: 5rem 0 3rem;
    position: relative;
}

.footer-widget {
    height: 100%;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-logo-img {
    height: 140px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    background: #fff;
    border-radius: 100%;
    border: 2px #fff solid;
}

.footer-logo-text {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-extrabold);
    color: white;
    letter-spacing: -1px;
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: var(--leading-relaxed);
    margin-bottom: 2rem;
    font-size: var(--text-base);
}

.footer-social {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    transition: all 0.3s var(--ease-in-out);
    text-decoration: none;
}

.social-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(251, 77, 23, 0.3);
}

.footer-widget-title {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-semibold);
    color: white;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-color);
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 0.875rem;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: var(--text-base);
    transition: all 0.3s var(--ease-in-out);
    display: inline-block;
    position: relative;
}

.footer-menu a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s var(--ease-in-out);
}

.footer-menu a:hover {
    color: white;
    padding-left: 8px;
}

.footer-menu a:hover::before {
    width: 20px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    align-items: flex-start;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon-wrapper {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(251, 77, 23, 0.15);
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 1.125rem;
    flex-shrink: 0;
    transition: all 0.3s var(--ease-in-out);
}

.contact-item:hover .contact-icon-wrapper {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.contact-label {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.6);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
    text-decoration: none;
    transition: color 0.3s var(--ease-in-out);
}

.contact-value:hover {
    color: var(--primary-color);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--text-sm);
}

.footer-copyright strong {
    color: white;
    font-weight: var(--font-weight-medium);
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.legal-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: var(--text-sm);
    transition: color 0.3s var(--ease-in-out);
}

.legal-link:hover {
    color: var(--primary-color);
}

.separator {
    color: rgba(255, 255, 255, 0.4);
}

/* Responsive */
@media (max-width: 991px) {
    .footer-top {
        padding: 4rem 0 2rem;
    }
    
    .footer-widget {
        margin-bottom: 2.5rem;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-legal {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer-social {
        justify-content: center;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .contact-details {
        text-align: center;
    }
}

/* Old Footer - Keep for backward compatibility */
.footer {
    background: var(--color-base-black);
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}

.footer-brand {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-extrabold);
    position: relative;
    padding-left: 1.5rem;
    color: white;
}

.footer-title {
    font-weight: var(--font-weight-bold);
    margin-bottom: 1.5rem;
    font-size: var(--text-lg);
    color: white;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 1rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color var(--default-transition-duration) var(--default-transition-timing-function);
    font-size: var(--text-base);
}

.footer-links a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sticky-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.3s var(--ease-in-out);
    border: none;
}

.sticky-btn [data-lucide] {
    width: 24px;
    height: 24px;
    color: white;
    stroke-width: 2;
    display: block;
}

.sticky-btn-call {
    background: var(--primary-color);
}

.sticky-btn-call svg {
    position: relative;
    left: 3px;
}

.sticky-btn-whatsapp {
    background: #25D366;
}

.sticky-btn-whatsapp svg {
    left: 3px;
    position: relative;
}

.sticky-btn:hover {
    transform: translateY(-4px) scale(1.05);
    color: white;
}

/* Buttons - Modern Design */
.btn-primary {
    background: #245ac2;
    border: none;
    color: white;
    font-weight: var(--font-weight-medium);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary:hover {
    background: var(--secondary-color);
    transform: translateY(-3px);
    color: white;
    box-shadow: 0 10px 30px rgba(34, 46, 60, 0.3);
}

.btn-outline-primary {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
    font-weight: var(--font-weight-medium);
    position: relative;
    overflow: hidden;
}

.btn-outline-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    transition: left 0.3s var(--ease-in-out);
    z-index: -1;
}

.btn-outline-primary:hover::before {
    left: 0;
}

.btn-outline-primary:hover {
    color: white;
    border-color: var(--primary-color);
    transform: translateY(-3px);
}

/* Responsive - Mobile First Approach */
@media (max-width: 768px) {
    body {
        padding-top: 70px;
        font-size: 15px;
    }
    
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Typography */
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.75rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .section-subtitle {
        font-size: 0.95rem;
    }
    
    /* Sections */
    section {
        padding: 3rem 0;
    }
    
    /* Navigation */
    .navbar {
        padding: 1rem 0;
    }
    
    .brand-logo {
        font-size: 1.25rem;
        padding-left: 1.25rem;
    }
    
    .brand-main {
        font-size: 1.25rem;
    }
    
    .brand-caption {
        font-size: 0.55rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
        font-size: 0.95rem;
    }
    
    /* Hero Section */
    .hero-section-new {
        padding: 100px 0 60px;
        min-height: 80vh;
    }
    
    .hero-headline {
        font-size: 2.5rem;
        letter-spacing: -2px;
        margin-bottom: 1rem;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }
    
    .btn-hero {
        width: 100%;
        justify-content: center;
        padding: 1rem 2rem;
    }
    
    /* Forms */
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .hero-form-card {
        padding: 2rem 1.5rem;
    }
    
    .form-field input,
    .form-field select,
    .form-field textarea {
        padding: 0.875rem 1rem 0.875rem 2.75rem;
        font-size: 0.95rem;
    }
    
    .form-field i,
    .form-field [data-lucide] {
        left: 1rem;
        font-size: 0.9rem;
        width: 0.9rem;
        height: 0.9rem;
    }
    
    /* Cards */
    .service-card,
    .process-card,
    .why-feature-card {
        margin-bottom: 2rem;
    }
    
    .service-content {
        padding: 1.5rem 0;
    }
    
    .process-card {
        padding: 2rem 0;
    }
    
    .why-feature-card {
        padding: 1.5rem;
    }
    
    /* Testimonials */
    .testimonial-carousel-card {
        padding: 2.5rem 1.5rem;
        min-height: auto;
        border-radius: 16px;
    }
    
    .testimonial-quote-icon {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .testimonial-text-carousel {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .testimonial-text-carousel::before {
        font-size: 3rem;
        top: -1rem;
        left: -0.5rem;
    }
    
    .testimonial-avatar-carousel {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }
    
    .testimonial-control-prev,
    .testimonial-control-next {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }
    
    .testimonial-control-prev {
        left: 10px;
    }
    
    .testimonial-control-next {
        right: 10px;
    }
    
    /* Contact Section */
    .contact-info-card {
        padding: 2rem 0;
        margin-bottom: 2rem;
    }
    
    .contact-item {
        margin-bottom: 2rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .contact-icon {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }
    
    /* Stats Section */
    .stat-card {
        padding: 2rem 1rem;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .stat-value {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    /* Footer */
    .footer-top {
        padding: 3rem 0 2rem;
    }
    
    .footer-widget {
        margin-bottom: 2.5rem;
    }
    
    .footer-logo-img {
        height: 100px;
    }
    
    /* Sticky CTA */
    .sticky-cta {
        bottom: 20px;
        right: 20px;
        gap: 0.75rem;
    }
    
    .sticky-btn {
        width: 52px;
        height: 52px;
        font-size: 1.125rem;
    }
    
    .sticky-btn [data-lucide] {
        width: 20px;
        height: 20px;
    }
    
    /* About Section */
    .about-feature-item {
        padding: 1.5rem 0;
        flex-direction: column;
        gap: 1rem;
    }
    
    .about-feature-icon {
        align-self: flex-start;
    }
    
    /* Why Choose Section */
    .why-choose-features-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .why-choose-image-wrapper {
        margin-bottom: 2rem;
    }
    
    /* Hero Stats */
    .hero-stats {
        padding: 2rem 0;
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .about-badge {
        bottom: -20px;
        right: -20px;
        padding: 1.5rem;
        width: 100px;
        height: 100px;
    }
    
    /* Modal */
    #consultationModal .modal-dialog {
        margin: 1rem;
    }
    
    #consultationModal .modal-content {
        border-radius: 16px;
    }
    
    #consultationModal .modal-body {
        padding: 1.5rem;
    }
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--gray-100);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
}

/* Welcome Modal Styles - Small Modal */
#welcomeModal .modal-dialog {
    max-width: 400px;
}

.welcome-modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.welcome-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(253, 167, 32, 0.15) 0%, rgba(36, 90, 194, 0.15) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.welcome-icon [data-lucide] {
    width: 32px;
    height: 32px;
    stroke-width: 2;
}

.welcome-title {
    font-size: 1.25rem;
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 0.5rem;
}

.welcome-text {
    font-size: 0.95rem;
    color: var(--color-base-grey);
    line-height: 1.6;
    margin-bottom: 1rem;
}

#welcomeModal .btn-close {
    opacity: 0.5;
    transition: opacity 0.3s var(--ease-in-out);
}

#welcomeModal .btn-close:hover {
    opacity: 1;
}

#welcomeModal .btn {
    font-size: 0.9rem;
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    font-weight: var(--font-weight-medium);
}

#welcomeModal .btn-primary {
    background: #245ac2;
    border-color: #245ac2;
}

#welcomeModal .btn-primary:hover {
    background: #1e4a9e;
    border-color: #1e4a9e;
}

#welcomeModal .btn-outline-secondary {
    border-color: var(--color-base-grey-stroke);
    color: var(--color-base-grey);
}

#welcomeModal .btn-outline-secondary:hover {
    background: var(--color-base-grey-stroke);
    color: var(--color-secondary-navy);
}

/* Welcome Form Styles */
.welcome-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.welcome-form-field {
    position: relative;
    display: flex;
    align-items: center;
}

.welcome-form-field i,
.welcome-form-field [data-lucide] {
    position: absolute;
    left: 0.75rem;
    color: var(--color-base-grey);
    font-size: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-form-field input {
    width: 100%;
    padding: 0.625rem 0.75rem 0.625rem 2.25rem;
    font-size: 0.9rem;
    font-family: var(--default-font-family);
    color: var(--color-secondary-navy);
    background: white;
    border: 1px solid var(--color-base-grey-stroke);
    border-radius: 8px;
    transition: all 0.3s var(--ease-in-out);
}

.welcome-form-field input:focus {
    outline: none;
    border-color: #245ac2;
    box-shadow: 0 0 0 3px rgba(36, 90, 194, 0.1);
}

.welcome-form-field input::placeholder {
    color: var(--color-base-grey);
    font-size: 0.85rem;
}

#welcomeModal .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

#welcomeModal .btn-primary [data-lucide] {
    width: 16px;
    height: 16px;
    stroke-width: 2.5;
}

/* Welcome Modal Form Submit Button */
#welcomeModal .btn-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem;
    background: #245ac2;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: var(--font-weight-medium);
    font-family: var(--default-font-family);
    cursor: pointer;
    transition: all 0.3s var(--ease-in-out);
    margin-top: 0.5rem;
}

#welcomeModal .btn-form-submit:hover {
    background: #1e4a9e;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(36, 90, 194, 0.3);
}

#welcomeModal .btn-form-submit [data-lucide] {
    width: 16px;
    height: 16px;
    stroke-width: 2.5;
}

#welcomeModal .btn-form-submit:hover [data-lucide] {
    transform: translateX(4px);
}

/* Consultation Modal Styles */
#consultationModal .modal-content {
    border-radius: var(--radius-xl);
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

#consultationModal .modal-header {
    padding: 1.5rem 1.5rem 0;
}

#consultationModal .modal-body {
    padding-top: 0;
}

#consultationModal .btn-close {
    background: none;
    opacity: 0.5;
    transition: opacity 0.3s var(--ease-in-out);
}

#consultationModal .btn-close:hover {
    opacity: 1;
}

#consultationModal .form-header {
    margin-bottom: 2rem;
}

#consultationModal .form-title {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    color: var(--color-secondary-navy);
    margin-bottom: 0.5rem;
}

#consultationModal .form-subtitle {
    font-size: var(--text-sm);
    color: var(--color-base-grey);
}

/* =====================================================
   Featured Project Section Styles
   ===================================================== */

#featured-project {
    background: var(--gray-100);
}

.featured-project-image-wrapper {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.featured-project-image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s var(--ease-in-out);
}

.featured-project-image-wrapper:hover img {
    transform: scale(1.03);
}

.project-badge-overlay {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 10;
}

.project-badge-overlay .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.625rem 1rem;
    font-size: var(--text-sm);
    font-weight: var(--font-weight-semibold);
    background: var(--primary-color) !important;
    color: var(--color-white);
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(253, 167, 32, 0.4);
}

.project-badge-overlay .badge [data-lucide] {
    width: 16px;
    height: 16px;
}

.featured-project-content {
    padding-left: 1rem;
}

.featured-project-content .lead {
    font-size: 1.1rem;
    line-height: 1.8;
}

.project-highlights {
    background: var(--color-white);
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-200);
}

.highlight-item {
    padding: 0.5rem 0;
    font-size: var(--text-base);
    color: var(--color-base-grey);
    transition: all 0.3s var(--ease-in-out);
}

.highlight-item:hover {
    color: var(--color-base-black);
    transform: translateX(5px);
}

.highlight-icon {
    flex-shrink: 0;
}

.highlight-icon [data-lucide] {
    width: 22px;
    height: 22px;
}

/* Quality & Compliance Section */
#quality {
    background: linear-gradient(135deg, var(--color-secondary-navy) 0%, #0d2654 100%);
}

#quality .section-title {
    font-size: var(--text-3xl);
}

.quality-features {
    margin-top: 1.5rem;
}

.quality-check-icon [data-lucide] {
    width: 20px;
    height: 20px;
}

.vision-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: all 0.3s var(--ease-in-out);
}

.vision-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

.vision-icon [data-lucide] {
    stroke-width: 1.5;
}

/* Responsive Adjustments for Featured Project */
@media (max-width: 991.98px) {
    .featured-project-image-wrapper img {
        height: 300px;
    }
    
    .featured-project-content {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    #quality .section-title {
        font-size: var(--text-2xl);
    }
}

@media (max-width: 575.98px) {
    .featured-project-image-wrapper img {
        height: 250px;
    }
    
    .project-badge-overlay {
        top: 1rem;
        left: 1rem;
    }
    
    .project-badge-overlay .badge {
        padding: 0.5rem 0.75rem;
        font-size: 0.75rem;
    }
}